Home
last modified time | relevance | path

Searched defs:rref (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dregister_distributed_ops.cpp177 auto rref = pop(stack).toRRef(); in __anon84498b7a0202() local
193 auto rref = pop(stack).toRRef(); in __anon84498b7a0302() local
206 auto rref = pop(stack).toRRef(); in __anon84498b7a0402() local
213 auto rref = pop(stack).toRRef(); in __anon84498b7a0502() local
223 auto rref = pop(stack).toRRef(); in __anon84498b7a0602() local
230 auto rref = pop(stack).toRRef(); in __anon84498b7a0702() local
/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/
H A Drref_context.cpp97 auto rref = entry.second; in destroyInstance() local
327 auto rref = c10::make_intrusive<OwnerRRef>( in getOrCreateOwnerRRef() local
429 const c10::intrusive_ptr<RRef>& rref) { in prepareChildFork()
476 const c10::intrusive_ptr<RRef>& rref) { in notifyOwnerAndParentOfFork()
538 const c10::intrusive_ptr<RRef>& rref) { in addPendingChild()
585 const c10::intrusive_ptr<RRef>& rref) { in addPendingUser()
650 const c10::intrusive_ptr<RRef>& rref) { in addConfirmedUser()
719 void RRefContext::addSelfAsFork(c10::intrusive_ptr<OwnerRRef>& rref) { in addSelfAsFork()
H A Dpy_rref.cpp119 PyRRef::PyRRef(c10::intrusive_ptr<RRef> rref) in PyRRef()
128 auto rref = RRefContext::getInstance().createOwnerRRef(elem_type); in PyRRef() local
295 c10::intrusive_ptr<RRef> rref = ctx.getOrCreateRRef(rrefForkData, rrefType); in unpickle() local
340 const c10::intrusive_ptr<RRef>& rref) { in backward()
H A Drref_impl.cpp291 std::ostream& operator<<(std::ostream& os, const RRef& rref) { in operator <<()
H A Drequest_callback_no_python.cpp227 c10::intrusive_ptr<OwnerRRef> rref = in retrieveOwnerRRef() local
/aosp_15_r20/external/pytorch/torch/distributed/rpc/
H A Drref_proxy.py11 def _local_invoke(rref, func_name, args, kwargs): argument
16 def _local_invoke_async_execution(rref, func_name, args, kwargs): argument
20 def _invoke_rpc(rref, rpc_api, func_name, timeout, *args, **kwargs): argument
72 def __init__(self, rref, rpc_api, timeout=UNSET_RPC_TIMEOUT): argument
H A Dapi.py451 def _rref_typeof_on_owner(rref, blocking: bool = True): argument
464 def _rref_typeof_on_user( argument
H A Dinternal.py74 def _rref_reducer(self, rref): argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/
H A Dddp_under_dist_autograd_test.py78 def _call_method(method, rref, *args, **kwargs): argument
82 def _remote_method(method, rref, *args, **kwargs): argument
87 def _remote_method_async(method, rref, *args, **kwargs): argument
507 def get_remote_grads(rref, context_id): argument
/aosp_15_r20/libcore/ojluni/src/test/java/util/SequencedCollection/
H A DBasicMap.java300 var rref = new ArrayList<>(ref); in checkContents() local
465 List<Map.Entry<String, Integer>> rref = new ArrayList<>(refEntries); in checkEntrySet() local
471 checkSeqView1(map.sequencedEntrySet().reversed(), rref); in checkEntrySet() local
473 checkView1(rmap.entrySet(), rref); in checkEntrySet() local
474 checkSeqView1(rmap.sequencedEntrySet(), rref); in checkEntrySet() local
479 checkSeqView1(rmap.reversed().sequencedEntrySet().reversed(), rref); in checkEntrySet() local
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/rpc/examples/
H A Dreinforcement_learning_rpc_test.py25 def _call_method(method, rref, *args, **kwargs): argument
32 def _remote_method(method, rref, *args, **kwargs): argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/rpc/
H A Drpc_test.py207 def _call_method_on_rref(method, rref, *args, **kwargs): argument
215 def add_rref_to_value(rref, value): argument
353 def rref_forward_chain(dst, world_size, rref, ttl): argument
426 def set_global_rref(rref): argument
436 def check_rref_confirmed(rref): argument
679 def get_gradient(rref): argument
684 def average(rref, riteration, tensor): argument
1058 def _trainer_func(self, rref, sparse): argument
6092 def _rref_relay(rref): argument
H A Dfaulty_agent_rpc_test.py25 def add_rref_to_value(rref, value): argument
/aosp_15_r20/external/mdnsresponder/mDNSWindows/DLLX/
H A DDNSSDRecord.h152 SetRecordRef( DNSRecordRef rref ) in SetRecordRef()
H A DDNSSDService.cpp746 DNSRecordRef rref = NULL; in RegisterRecord() local
858 DNSRecordRef rref = NULL; in AddRecord() local
/aosp_15_r20/external/pytorch/docs/source/
H A Drpc.rst206 .. _rref: target
/aosp_15_r20/external/pytorch/test/cpp/rpc/
H A De2e_test_base.h151 auto rref = createRemoteRRef(t1, result, matchedOp); in runTrainingLoop() local
/aosp_15_r20/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientstub.c1577 DNSRecordRef rref = cbh->ipc_hdr.client_context.context; in ConnectionResponse() local
1641 DNSRecordRef rref = NULL; in DNSServiceRegisterRecord() local
1714 DNSRecordRef rref; in DNSServiceAddRecord() local
/aosp_15_r20/external/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_4_5_6.pass.cpp72 std::reference_wrapper<TestType> rref(obj); in doTest() local
H A Dbullet_1_2_3.pass.cpp158 std::reference_wrapper<T> rref(obj); in doTest() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_4_5_6.pass.cpp75 std::reference_wrapper<TestType> rref(obj); in doTest() local
H A Dbullet_1_2_3.pass.cpp157 std::reference_wrapper<T> rref(obj); in doTest() local
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/tool/
H A DLeftRecursiveRuleAnalyzer.java288 GrammarAST rref = (GrammarAST)altAST.getChild(0); in stripLeftRecursion() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dpickler.cpp180 auto rref = in pushRRef() local
H A Dunpickler.cpp1063 c10::intrusive_ptr<distributed::rpc::RRef> rref; in rebuildRRef() local

12