Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/distributed/rpc/
Drref_context.h89 c10::intrusive_ptr<OwnerRRef> getOrCreateOwnerRRef(
Drref_context.cpp311 return getOrCreateOwnerRRef(rrefId, type); in getOrCreateRRef()
317 c10::intrusive_ptr<OwnerRRef> RRefContext::getOrCreateOwnerRRef( in getOrCreateOwnerRRef() function in torch::distributed::rpc::RRefContext
Drequest_callback_no_python.cpp179 ownerRRef = ctx.getOrCreateOwnerRRef(rrefId, valueFuture->elementType()); in assignOwnerRRef()