Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/distributed/rpc/
Drequest_callback_impl.cpp164 future = runJitOperator(*scriptCall.op(), scriptCall.stackRef(), streams); in processScriptCall()
202 future = runJitOperator( in processScriptRemoteCall()
Drequest_callback_no_python.cpp144 runJitOperator(*scriptCall.op(), scriptCall.stackRef(), streams); in processScriptCall()
210 auto future = runJitOperator( in processScriptRemoteCall()
577 c10::intrusive_ptr<JitFuture> RequestCallbackNoPython::runJitOperator( in runJitOperator() function in torch::distributed::rpc::RequestCallbackNoPython
Drequest_callback_no_python.h100 c10::intrusive_ptr<JitFuture> runJitOperator(