Searched refs:pythonStrs (Results 1 – 2 of 2) sorted by relevance
35 TypeParser::TypeParser(std::vector<std::string>& pythonStrs) in TypeParser() argument36 : start_(0), pythonStrs_(pythonStrs) {} in TypeParser()349 std::vector<std::string>& pythonStrs) { in parseType() argument350 at::TypeParser parser(pythonStrs); in parseType()
12 explicit TypeParser(std::vector<std::string>& pythonStrs);