Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/interpreter/
H A Dcode_impl.h219 const std::unordered_map<std::string, size_t>& op_to_num_specified_args() in op_to_num_specified_args() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dinterpreter.cpp1199 const std::unordered_map<std::string, size_t>& Code::op_to_num_specified_args() in op_to_num_specified_args() function in torch::jit::Code