Home
last modified time | relevance | path

Searched refs:pythonStrs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dtype_parser.cpp35 TypeParser::TypeParser(std::vector<std::string>& pythonStrs) in TypeParser() argument
36 : start_(0), pythonStrs_(pythonStrs) {} in TypeParser()
349 std::vector<std::string>& pythonStrs) { in parseType() argument
350 at::TypeParser parser(pythonStrs); in parseType()
H A Dtype_parser.h12 explicit TypeParser(std::vector<std::string>& pythonStrs);