Home
last modified time | relevance | path

Searched defs:process_outputs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/fx/
H A Dgraph.py361 def process_outputs(self, outputs: Any) -> Any: member in CodeGen
730 def process_outputs(self, out: Any) -> Any: member in _PyTreeCodeGen
1042 def process_outputs(self, out): member in Graph
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_function.cpp1078 PyObject* process_outputs( in process_outputs() function
/aosp_15_r20/external/pytorch/test/
H A Dtest_fx.py3819 def process_outputs(self, outputs): member in TestFX.test_interpreter_with_codegen.ListCodeGen