Home
last modified time | relevance | path

Searched refs:basePythonTypes (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dtype_factory.cpp42 basePythonTypes() { in basePythonTypes() function in c10::DynamicTypeFactory
53 basePythonTypes() { in basePythonTypes() function in c10::DefaultTypeFactory
H A Dtype_factory.h50 static const std::unordered_map<std::string, c10::TypePtr>& basePythonTypes();
89 static const std::unordered_map<std::string, c10::TypePtr>& basePythonTypes();
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/compatibility/
H A Druntime_compatibility.cpp79 for (const auto& it : c10::DynamicTypeFactory::basePythonTypes()) { in _get_mobile_supported_types()
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dtype_parser.cpp130 const auto& baseTypes = DynamicTypeFactory::basePythonTypes(); in parse()
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dscript_type_parser.cpp25 return c10::DefaultTypeFactory::basePythonTypes(); in string_to_type_lut()