Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_sugared_value.h315 struct VISIBILITY_HIDDEN PythonClassValue : public ClassValue { struct
316 PythonClassValue(ClassTypePtr type, py::object py_type) in PythonClassValue() function
319 std::string kind() const override { in kind()