Home
last modified time | relevance | path

Searched defs:diff_graph_op_executors (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/interpreter/
H A Dcode_impl.h858 const std::vector<GraphExecutor*>& diff_graph_op_executors() { in diff_graph_op_executors() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dinterpreter.cpp1171 const std::vector<GraphExecutor*>& Code::diff_graph_op_executors() { in diff_graph_op_executors() function in torch::jit::Code