예제 #1
0
 def expressions():
     return [
         sdutil.node_path_graph(RedundantArray.in_array,
                                RedundantArray.out_array)
     ]
예제 #2
0
 def expressions():
     return [sdutil.node_path_graph(Vectorization._map_entry)]
예제 #3
0
 def expressions():
     return [
         sdutil.node_path_graph(RedundantArrayCopying3._map_entry,
                                RedundantArrayCopying3._out_array)
     ]
예제 #4
0
 def expressions(clc):
     return [sdutil.node_path_graph(clc._match_node)]
예제 #5
0
 def expressions():
     return [
         sdutil.node_path_graph(SimpleTaskletFusion.t1,
                                SimpleTaskletFusion.t2)
     ]
예제 #6
0
파일: strip_mining.py 프로젝트: mfkiwl/dace
 def expressions(cls):
     return [sdutil.node_path_graph(cls.map_entry)]
예제 #7
0
 def expressions():
     return [sdutil.node_path_graph(FPGATransformState._state)]
예제 #8
0
 def expressions(cls):
     return [sdutil.node_path_graph(cls.a, cls.b)]
예제 #9
0
 def expressions():
     return [sdutil.node_path_graph(InlineSDFG._nested_sdfg)]
예제 #10
0
 def expressions():
     return [
         sdutil.node_path_graph(LocalStorage.node_a, LocalStorage.node_b)
     ]
예제 #11
0
파일: strip_mining.py 프로젝트: zurvar/dace
 def expressions():
     return [
         sdutil.node_path_graph(StripMining._map_entry)
         # kStripMining._tasklet, StripMining._map_exit)
     ]
예제 #12
0
 def expressions():
     return [
         sdutil.node_path_graph(Vectorization._map_entry,
                                Vectorization._tasklet,
                                Vectorization._map_exit)
     ]
예제 #13
0
 def expressions():
     return [
         sdutil.node_path_graph(UnsqueezeViewRemove.in_array,
                                UnsqueezeViewRemove.out_array)
     ]
예제 #14
0
 def expressions():
     return [
         sdutil.node_path_graph(RedundantSecondArray._in_array,
                                RedundantSecondArray._out_array)
     ]
예제 #15
0
 def expressions(cls):
     return [sdutil.node_path_graph(cls.map_entry, cls.transient)]
예제 #16
0
 def expressions():
     return [sdutil.node_path_graph(InlineTransients.nsdfg)]
예제 #17
0
 def expressions():
     return [
         sdutil.node_path_graph(TensorflowRedundantArray._in_array,
                                TensorflowRedundantArray._out_array)
     ]
예제 #18
0
 def expressions():
     return [sdutil.node_path_graph(RefineNestedAccess.nsdfg)]
예제 #19
0
 def expressions(cls):
     return [sdutil.node_path_graph(cls.in_array, cls.out_array)]
예제 #20
0
 def expressions():
     return [sdutil.node_path_graph(TrivialMapElimination._map_entry)]
예제 #21
0
 def expressions(cls):
     return [
         sdutil.node_path_graph(cls.outer_map_entry, cls.inner_map_entry)
     ]
예제 #22
0
 def expressions():
     return [sdutil.node_path_graph(CopyToDevice._nested_sdfg)]
예제 #23
0
 def expressions():
     return [sdutil.node_path_graph(MapToForLoop._map_entry)]
예제 #24
0
 def expressions():
     return [utils.node_path_graph(PruneSymbols.nsdfg)]
예제 #25
0
파일: mpi.py 프로젝트: JanKleine/dace
 def expressions():
     return [sdutil.node_path_graph(MPITransformMap._map_entry)]
예제 #26
0
 def expressions():
     return [utils.node_path_graph(PruneConnectors.nsdfg)]
예제 #27
0
 def expressions():
     return [
         sdutil.node_path_graph(GPUTransformLocalStorage._map_entry),
         sdutil.node_path_graph(GPUTransformLocalStorage._reduce),
     ]
예제 #28
0
 def expressions():
     return [utils.node_path_graph(NestK._map_entry, NestK._stencil)]
예제 #29
0
 def expressions():
     return [
         sdutil.node_path_graph(RedundantArrayCopying2._in_array,
                                RedundantArrayCopying2._out_array)
     ]
예제 #30
0
 def expressions():
     return [
         sdutil.node_path_graph(GPUTransformMap._map_entry),
         sdutil.node_path_graph(GPUTransformMap._reduce)
     ]