Home
last modified time | relevance | path

Searched refs:CleanupGraphAsync (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_interface.h96 virtual void CleanupGraphAsync(const CleanupGraphRequest* request,
160 return CallAndWait(&ME::CleanupGraphAsync, request, response); in CleanupGraph()
Dworker.h76 void CleanupGraphAsync(const CleanupGraphRequest* request,
Dtest_utils.h70 void CleanupGraphAsync(const CleanupGraphRequest* request, in CleanupGraphAsync() function
Dworker.cc346 void Worker::CleanupGraphAsync(const CleanupGraphRequest* request, in CleanupGraphAsync() function in tensorflow::Worker
Dmaster_session.cc877 part.worker->CleanupGraphAsync( in CleanupPartitionsAsync()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_remote_worker.cc116 void CleanupGraphAsync(const CleanupGraphRequest* request, in CleanupGraphAsync() function in tensorflow::GrpcRemoteWorker