Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_arg_parser.h141 struct PYBIND11_EXPORT PythonArgParser { struct
177 std::vector<FunctionSignature> signatures_;
178 std::string function_name;
179 size_t max_args;
180 bool traceable;
H A Dpython_arg_parser.cpp1600 PythonArgParser::PythonArgParser( in PythonArgParser() function in torch::PythonArgParser