Home
last modified time | relevance | path

Searched refs:static_intrusive_pointer_cast (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Dpy_rref.cpp190 IValue value = c10::static_intrusive_pointer_cast<UserRRef>(rref_)->toHere( in toHere()
222 c10::static_intrusive_pointer_cast<const OwnerRRef>(rref_)->getValue(); in localValue()
242 c10::static_intrusive_pointer_cast<UserRRef>(rref_)->forkId(), in str()
303 auto rrefPtr = c10::static_intrusive_pointer_cast<c10::RRefInterface>(rref_); in toIValue()
345 c10::static_intrusive_pointer_cast<const OwnerRRef>(rref)->getValue()); in backward()
H A Drref_impl.h407 return c10::static_intrusive_pointer_cast<OwnerRRef>(rrefInterface); in fromRRefInterface()
413 return c10::static_intrusive_pointer_cast<c10::RRefInterface>(ownerRRef); in fromOwnerRRef()
H A Drref_context.h218 c10::static_intrusive_pointer_cast<UserRRef>(rref_)->confirm(); in confirm()
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/xnnpack/
H A Dxnnpack_backend_lib.cpp48 auto wrapper = c10::static_intrusive_pointer_cast<XNNModelWrapper>( in compile()
79 c10::static_intrusive_pointer_cast<XNNModelWrapper>(capsule); in execute()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dregister_distributed_ops.cpp163 c10::static_intrusive_pointer_cast<c10::RRefInterface>(rrefPtr)); in prepare_and_call_rpc_op()
198 c10::static_intrusive_pointer_cast<dist_rpc::OwnerRRef>(rref) in __anon84498b7a0302()
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/coreml/objc/
H A DPTMCoreMLBackend.mm195 … const auto model_wrapper = c10::static_intrusive_pointer_cast<MLModelWrapper>(handle.toCapsule());
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Divalue_inl.h80 intrusive_ptr<T> static_intrusive_pointer_cast(intrusive_ptr<U> r) { in static_intrusive_pointer_cast() function
1790 c10::static_intrusive_pointer_cast<T>(obj->getSlot(0).toCapsule());
1808 c10::static_intrusive_pointer_cast<T>(obj->getSlot(0).toCapsule());
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dpickler.cpp181 c10::static_intrusive_pointer_cast<distributed::rpc::RRef>(rrefInterface); in pushRRef()
H A Dunpickler.cpp1071 c10::static_intrusive_pointer_cast<c10::RRefInterface>(rref)); in rebuildRRef()
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpybind_utils.cpp730 c10::static_intrusive_pointer_cast<distributed::rpc::RRef>( in toPyObject()