Searched refs:basePythonTypes (Results 1 – 5 of 5) sorted by relevance
42 basePythonTypes() { in basePythonTypes() function in c10::DynamicTypeFactory53 basePythonTypes() { in basePythonTypes() function in c10::DefaultTypeFactory
50 static const std::unordered_map<std::string, c10::TypePtr>& basePythonTypes();89 static const std::unordered_map<std::string, c10::TypePtr>& basePythonTypes();
79 for (const auto& it : c10::DynamicTypeFactory::basePythonTypes()) { in _get_mobile_supported_types()
130 const auto& baseTypes = DynamicTypeFactory::basePythonTypes(); in parse()
25 return c10::DefaultTypeFactory::basePythonTypes(); in string_to_type_lut()