Searched refs:CleanupGraphAsync (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | worker_interface.h | 96 virtual void CleanupGraphAsync(const CleanupGraphRequest* request, 168 return CallAndWait(&ME::CleanupGraphAsync, request, response); in CleanupGraph()
|
D | worker.h | 77 void CleanupGraphAsync(const CleanupGraphRequest* request,
|
D | test_utils.h | 70 void CleanupGraphAsync(const CleanupGraphRequest* request, in CleanupGraphAsync() function
|
D | cluster_function_library_runtime.cc | 381 wi->CleanupGraphAsync( in CleanUp()
|
D | worker.cc | 351 void Worker::CleanupGraphAsync(const CleanupGraphRequest* request, in CleanupGraphAsync() function in tensorflow::Worker
|
D | master_session.cc | 934 part.worker->CleanupGraphAsync( in CleanupPartitionsAsync()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_worker_service.h | 55 void CleanupGraphAsync(const CleanupGraphRequest* request,
|
D | grpc_worker_service.cc | 730 void GrpcWorker::CleanupGraphAsync(const CleanupGraphRequest* request, in CleanupGraphAsync() function in tensorflow::GrpcWorker 738 Worker::CleanupGraphAsync(request, response, done); in CleanupGraphAsync()
|
D | grpc_remote_worker.cc | 118 void CleanupGraphAsync(const CleanupGraphRequest* request, in CleanupGraphAsync() function in tensorflow::GrpcRemoteWorker
|