Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/eager/
H A Dremote_mgr.h78 EagerExecutor& GetOrCreateExecutorForStream(uint64 stream_id);
H A Dremote_mgr.cc220 EagerExecutor& RemoteMgr::GetOrCreateExecutorForStream(uint64 stream_id) { in GetOrCreateExecutorForStream() function in tensorflow::eager::RemoteMgr
H A Deager_service_impl.cc605 : context->Context()->RemoteMgr()->GetOrCreateExecutorForStream( in Enqueue()