Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dobject_ptr.cpp12 template class THPPointer<PyObject>; variable
20 template class THPPointer<PyCodeObject>; variable
28 template class THPPointer<PyFrameObject>; variable
H A Dobject_ptr.h10 THPPointer() : ptr(nullptr){}; in THPPointer() function
11 explicit THPPointer(T* ptr) noexcept : ptr(ptr){}; in THPPointer() function
12 THPPointer(THPPointer&& p) noexcept : ptr(std::exchange(p.ptr, nullptr)) {} in THPPointer() function
/aosp_15_r20/external/pytorch/torch/csrc/
H A Dutils.cpp183 template class THPPointer<THPGenerator>; variable
245 template class THPPointer<THPStorage>; variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.h32 class THPPointer; variable