Ejemplo n.º 1
0
    def __init__(self, alg_calls):
        Schedule.__init__(self, GOKernCallFactory, GOBuiltInCallFactory,
                          alg_calls)

        # Configuration of this Schedule - we default to having
        # constant loop bounds. If we end up having a long list
        # of configuration member variables here we may want
        # to create a a new ScheduleConfig object to manage them.
        self._const_loop_bounds = True
Ejemplo n.º 2
0
 def __init__(self, alg_calls):
     Schedule.__init__(self, GOKernCallFactory, GOBuiltInCallFactory,
                       alg_calls)
Ejemplo n.º 3
0
 def __init__(self, arg):
     Schedule.__init__(self, DynKernCallFactory, DynBuiltInCallFactory, arg)