Home
last modified time | relevance | path

Searched refs:finishCreatingOwnerRRef (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/torch/csrc/distributed/rpc/
Dtorchscript_functions.cpp149 callback::finishCreatingOwnerRRef(future, ownerRRefId); in remoteTorchscript()
Dpython_functions.cpp330 callback::finishCreatingOwnerRRef(future, ownerRRefId); in pyRemoteBuiltin()
381 callback::finishCreatingOwnerRRef(future, ownerRRefId); in pyRemotePythonUdf()
Drref_context.h23 finishCreatingOwnerRRef(const JitFuture& jitFuture, const RRefId& rrefId);
Drref_context.cpp42 c10::intrusive_ptr<RRef> finishCreatingOwnerRRef( in finishCreatingOwnerRRef() function
/external/pytorch/test/cpp/rpc/
De2e_test_base.h93 callback::finishCreatingOwnerRRef(jitFuture, ownerRRefId); in createRemoteRRef()