Searched defs:PythonArgParser (Results 1 – 2 of 2) sorted by relevance
141 struct PYBIND11_EXPORT PythonArgParser { struct177 std::vector<FunctionSignature> signatures_;178 std::string function_name;179 size_t max_args;180 bool traceable;
1600 PythonArgParser::PythonArgParser( in PythonArgParser() function in torch::PythonArgParser