Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/util/
H A Dintrusive_ptr.h16 class intrusive_ptr_target; variable
147 constexpr intrusive_ptr_target() noexcept : refcount_(0), weakcount_(0) {} in intrusive_ptr_target() function
152 intrusive_ptr_target(intrusive_ptr_target&& /*other*/) noexcept in intrusive_ptr_target() function
159 intrusive_ptr_target(const intrusive_ptr_target& /*other*/) noexcept in intrusive_ptr_target() argument