Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dtype_parser.cpp30 TypeParser::TypeParser(std::string pythonStr) in TypeParser()
343 TORCH_API at::TypePtr parseType(const std::string& pythonStr) { in parseType()