Home
last modified time | relevance | path

Searched refs:LoggingAsync (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_interface.h109 virtual void LoggingAsync(const LoggingRequest* request,
169 return CallAndWait(&ME::LoggingAsync, request, response); in Logging()
Dworker.h87 void LoggingAsync(const LoggingRequest* request, LoggingResponse* response,
Dtest_utils.h87 void LoggingAsync(const LoggingRequest* request, LoggingResponse* response, in LoggingAsync() function
Dworker.cc372 void Worker::LoggingAsync(const LoggingRequest* request, in LoggingAsync() function in tensorflow::Worker
Dmaster_session.cc140 p.worker->LoggingAsync(req, resp, [this, req, resp](const Status& s) { in SetRPCLogging()
168 p.worker->LoggingAsync( in RetrieveLogs()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service.h48 virtual void LoggingAsync(const LoggingRequest* request,
Dgrpc_remote_worker.cc249 void LoggingAsync(const LoggingRequest* request, LoggingResponse* response, in LoggingAsync() function in tensorflow::GrpcRemoteWorker
Dgrpc_worker_service.cc623 void GrpcWorker::LoggingAsync(const LoggingRequest* request, in LoggingAsync() function in tensorflow::GrpcWorker