Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpybind.h43 unwrapping_shared_ptr() : impl({}) {} in unwrapping_shared_ptr() function
44 explicit unwrapping_shared_ptr(T* p) : impl(p->wrap()) { in unwrapping_shared_ptr() function