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.h108 virtual void LoggingAsync(const LoggingRequest* request,
176 return CallAndWait(&ME::LoggingAsync, request, response); in Logging()
Dworker.h88 void LoggingAsync(const LoggingRequest* request, LoggingResponse* response,
Dtest_utils.h87 void LoggingAsync(const LoggingRequest* request, LoggingResponse* response, in LoggingAsync() function
Dworker.cc374 void Worker::LoggingAsync(const LoggingRequest* request, in LoggingAsync() function in tensorflow::Worker
Dmaster_session.cc142 p.worker->LoggingAsync(req, resp, [this, req, resp](const Status& s) { in SetRPCLogging()
170 p.worker->LoggingAsync( in RetrieveLogs()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service.h49 void LoggingAsync(const LoggingRequest* request, LoggingResponse* response,
Dgrpc_remote_worker.cc257 void LoggingAsync(const LoggingRequest* request, LoggingResponse* response, in LoggingAsync() function in tensorflow::GrpcRemoteWorker
Dgrpc_worker_service.cc699 void GrpcWorker::LoggingAsync(const LoggingRequest* request, in LoggingAsync() function in tensorflow::GrpcWorker