Searched defs:RRef (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/ |
H A D | ddp_under_dist_autograd_test.py | 133 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 D | api.py | 480 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 D | rpc.rst | 208 RRef chapter
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/ |
H A D | rref_impl.h | 15 class RRef; variable
|
H A D | rref_impl.cpp | 55 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/ |
D | HWEventListener.h | 173 virtual void onResourceAvailable(const ResourceRef &RRef) {} in onResourceAvailable()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MCA/ |
D | HWEventListener.h | 173 virtual void onResourceAvailable(const ResourceRef &RRef) {} in onResourceAvailable()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MCA/ |
D | HWEventListener.h | 173 virtual void onResourceAvailable(const ResourceRef &RRef) {} in onResourceAvailable()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MCA/ |
D | HWEventListener.h | 173 virtual void onResourceAvailable(const ResourceRef &RRef) {} in onResourceAvailable()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
H A D | HWEventListener.h | 169 virtual void onResourceAvailable(const ResourceRef &RRef) {} in onResourceAvailable()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/ |
H A D | HWEventListener.h | 170 virtual void onResourceAvailable(const ResourceRef &RRef) {} in onResourceAvailable()
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | mangle-ms-cxx11.cpp | 70 int RRef(int&& a) { return a; } in RRef() function
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaInit.cpp | 4081 else if (const RValueReferenceType *RRef = T2->getAs<RValueReferenceType>()) in TryRefInitWithConversionFunction() local
|