Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/compatibility/
H A Dmodel_compatibility.cpp174 std::unordered_map<std::string, OperatorInfo> _get_model_ops_and_info( in _get_model_ops_and_info() function
180 std::unordered_map<std::string, OperatorInfo> _get_model_ops_and_info( in _get_model_ops_and_info() function
186 std::unordered_map<std::string, OperatorInfo> _get_model_ops_and_info( in _get_model_ops_and_info() function
210 std::unordered_map<std::string, OperatorInfo> _get_model_ops_and_info( in _get_model_ops_and_info() function
/aosp_15_r20/external/pytorch/torch/jit/mobile/
H A D__init__.py194 def _get_model_ops_and_info(f_input): function