Ejemplo n.º 1
0
 def __init__(self, name):
     Pass.__init__(self, name)
     self.description = "Post processing the graph"
Ejemplo n.º 2
0
 def __init__(self, name):
     Pass.__init__(self, name)
     self.description = "Inserting data transformations"
Ejemplo n.º 3
0
 def __init__(self, name):
     Pass.__init__(self, name)
     self.description = "Inserting staging operations"
Ejemplo n.º 4
0
 def __init__(self, name, tag=""):
     Pass.__init__(self, name, tag)
     self.pre_graph = None
     self.post_graph = None
     self.description = "Generating the dot graph"
Ejemplo n.º 5
0
 def __init__(self, name):
     Pass.__init__(self, name)
     self.description = "Running the type checker"
Ejemplo n.º 6
0
 def __init__(self, name):
     Pass.__init__(self, name)
     self.description = "Running the task fusion optimizer"