Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dtype.cpp239 PyObjectTypePtr PyObjectType::get() { in get()
240 static PyObjectTypePtr value(new PyObjectType()); in get()
H A Djit_type.h1675 using PyObjectTypePtr = SingletonTypePtr<PyObjectType>; variable
1686 static PyObjectTypePtr get();
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_ir.cpp1019 py::class_<PyObjectType, Type, PyObjectTypePtr>(m, "PyObjectType") in initPythonIRBindings()