Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/
H A Dddp_under_dist_autograd_test.py133 remote_em_rref: rpc.RRef,
134 remote_net_rref: rpc.RRef,
179 remote_em_rref: rpc.RRef,
180 remote_net_rref: rpc.RRef,
392 remote_em_rref: rpc.RRef,
393 remote_net_rref: rpc.RRef,
/aosp_15_r20/external/pytorch/torch/distributed/rpc/
H A Dapi.py480 class RRef(PyRRef[T], Generic[T]): class
486 class RRef(PyRRef, Generic[T]): class
498 …class RRef(PyRRef, GenericWithOneTypeVar, metaclass=RRefMeta): # type: ignore[misc, no-redef, val… class
/aosp_15_r20/external/pytorch/docs/source/
H A Drpc.rst208 RRef chapter
/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Drref_impl.h15 class RRef; variable
H A Drref_impl.cpp55 RRef::RRef(worker_id_t ownerId, const RRefId& rrefId, TypePtr type) in RRef() function in torch::distributed::rpc::RRef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MCA/
DHWEventListener.h173 virtual void onResourceAvailable(const ResourceRef &RRef) {} in onResourceAvailable()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MCA/
DHWEventListener.h173 virtual void onResourceAvailable(const ResourceRef &RRef) {} in onResourceAvailable()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MCA/
DHWEventListener.h173 virtual void onResourceAvailable(const ResourceRef &RRef) {} in onResourceAvailable()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MCA/
DHWEventListener.h173 virtual void onResourceAvailable(const ResourceRef &RRef) {} in onResourceAvailable()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DHWEventListener.h169 virtual void onResourceAvailable(const ResourceRef &RRef) {} in onResourceAvailable()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/
H A DHWEventListener.h170 virtual void onResourceAvailable(const ResourceRef &RRef) {} in onResourceAvailable()
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmangle-ms-cxx11.cpp70 int RRef(int&& a) { return a; } in RRef() function
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaInit.cpp4081 else if (const RValueReferenceType *RRef = T2->getAs<RValueReferenceType>()) in TryRefInitWithConversionFunction() local