Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp_extensions/
H A Dopen_registration_extension.cpp161 if (t.unsafeGetTensorImpl()->get_backend_meta_intrusive_ptr() == nullptr) { in for_serialization()
195 if (t.unsafeGetTensorImpl()->get_backend_meta_intrusive_ptr()) { in check_backend_meta()
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dtensor.cpp1243 tmeta = impl->get_backend_meta_intrusive_ptr(); in TEST()
1248 tmeta = impl->get_backend_meta_intrusive_ptr(); in TEST()
1257 tmeta == y.unsafeGetTensorImpl()->get_backend_meta_intrusive_ptr()); in TEST()
/aosp_15_r20/external/pytorch/c10/core/
H A DTensorImpl.h1685 intrusive_ptr<c10::BackendMeta> get_backend_meta_intrusive_ptr() const { in get_backend_meta_intrusive_ptr() function