Searched refs:pythonStr (Results 1 – 6 of 6) sorted by relevance
11 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);
30 TypeParser::TypeParser(std::string pythonStr) in TypeParser() argument31 : pythonStr_(std::move(pythonStr)), start_(0) { in TypeParser()343 TORCH_API at::TypePtr parseType(const std::string& pythonStr) { in parseType() argument344 at::TypeParser parser(pythonStr); in parseType()
12 TypePtr parseType(const std::string& pythonStr);
11 TypePtr parseType(const std::string& pythonStr);
20 TypePtr parseType(const std::string& pythonStr);
15 TypePtr parseType(const std::string& pythonStr);