Home
last modified time | relevance | path

Searched refs:PythonClassValue (Results 1 – 2 of 2) 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() argument
H A Dpython_sugared_value.cpp890 std::shared_ptr<SugaredValue> PythonClassValue::attr( in attr()
907 bool PythonClassValue::hasAttr( in hasAttr()
1297 return std::make_shared<PythonClassValue>( in toSugaredValue()
1331 return std::make_shared<PythonClassValue>(classType, obj); in toSugaredValue()
1353 return std::make_shared<PythonClassValue>(newClassType, obj); in toSugaredValue()