Home
last modified time | relevance | path

Searched refs:getStringToDtypeMap (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/
H A DScalarType.cpp216 const std::unordered_map<std::string, ScalarType>& getStringToDtypeMap() { in getStringToDtypeMap() function
H A DScalarType.h571 C10_API const std::unordered_map<std::string, ScalarType>& getStringToDtypeMap();
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dfunction_schema_parser.cpp226 const auto& str2dtype = c10::getStringToDtypeMap(); in parseSingleConstant()