Home
last modified time | relevance | path

Searched refs:createFunctionFromGraph (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_jit.py144 def createFunctionFromGraph(self, trace): member in JitCommonTestCase
149 m = self.createFunctionFromGraph(trace)
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_ignorable_args.py45 function = self.createFunctionFromGraph(graph)
H A Dtest_tracer.py826 m = self.createFunctionFromGraph(g)
845 m = self.createFunctionFromGraph(g)
880 m = self.createFunctionFromGraph(g)
896 m = self.createFunctionFromGraph(g)
H A Dtest_models.py755 m = self.createFunctionFromGraph(g)
H A Dtest_freezing.py3304 m = self.createFunctionFromGraph(g)
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py1782 m = self.createFunctionFromGraph(g)
1790 m = self.createFunctionFromGraph(g)
5598 m = self.createFunctionFromGraph(g)
9998 m = self.createFunctionFromGraph(list_tensors.graph)
15214 m = self.createFunctionFromGraph(foo.graph)