Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_mgr.h79 EagerExecutor& GetOrCreateExecutorForStream(uint64 stream_id);
Dremote_mgr.cc192 EagerExecutor& RemoteMgr::GetOrCreateExecutorForStream(uint64 stream_id) { in GetOrCreateExecutorForStream() function in tensorflow::eager::RemoteMgr
Deager_service_impl.cc565 : context->Context()->RemoteMgr()->GetOrCreateExecutorForStream( in Enqueue()