Home
last modified time | relevance | path

Searched refs:pythonStr (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dtype_parser.h11 explicit TypeParser(std::string pythonStr);
50 TORCH_API TypePtr parseType(const std::string& pythonStr);
52 TORCH_API std::vector<TypePtr> parseType(std::vector<std::string>& pythonStr);
H A Dtype_parser.cpp30 TypeParser::TypeParser(std::string pythonStr) in TypeParser() argument
31 : pythonStr_(std::move(pythonStr)), start_(0) { in TypeParser()
343 TORCH_API at::TypePtr parseType(const std::string& pythonStr) { in parseType() argument
344 at::TypeParser parser(pythonStr); in parseType()
H A Dupgrader_mobile.cpp12 TypePtr parseType(const std::string& pythonStr);
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/compatibility/
H A Druntime_compatibility.cpp11 TypePtr parseType(const std::string& pythonStr);
H A Dmodel_compatibility.cpp20 TypePtr parseType(const std::string& pythonStr);
/aosp_15_r20/external/pytorch/test/mobile/
H A Dtest_upgrader_bytecode_table_example.cpp15 TypePtr parseType(const std::string& pythonStr);