Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_custom_class.cpp79 constexpr char method_doc_string[] = variable
89 .def("get_with_docstring", &TorchBindTestClass::get, method_doc_string);
103 method_doc_string); in TEST()