Home
last modified time | relevance | path

Searched refs:NewGrpcWorkerCache (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_cache.h25 WorkerCacheInterface* NewGrpcWorkerCache(std::shared_ptr<GrpcChannelCache> cc);
Dgrpc_worker_cache.cc161 WorkerCacheInterface* NewGrpcWorkerCache(std::shared_ptr<GrpcChannelCache> cc) { in NewGrpcWorkerCache() function
/external/tensorflow/tensorflow/core/distributed_runtime/
Dremote_device_test.cc54 worker_cache_.reset(NewGrpcWorkerCache(channel_cache)); in RemoteDeviceTest()
Dcluster_function_library_runtime_test.cc39 NewGrpcWorkerCache(std::shared_ptr<GrpcChannelCache>( in ClusterFunctionLibraryRuntimeTest()