Searched defs:process_outputs (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pytorch/torch/fx/ | ||
H A D | graph.py | 361 def process_outputs(self, outputs: Any) -> Any: member in CodeGen |
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ | ||
H A D | python_function.cpp | 1078 PyObject* process_outputs( in process_outputs() function |
/aosp_15_r20/external/pytorch/test/ | ||
H A D | test_fx.py | 3819 def process_outputs(self, outputs): member in TestFX.test_interpreter_with_codegen.ListCodeGen |