Searched refs:LoggingAsync (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | worker_interface.h | 109 virtual void LoggingAsync(const LoggingRequest* request, 169 return CallAndWait(&ME::LoggingAsync, request, response); in Logging()
|
D | worker.h | 87 void LoggingAsync(const LoggingRequest* request, LoggingResponse* response,
|
D | test_utils.h | 87 void LoggingAsync(const LoggingRequest* request, LoggingResponse* response, in LoggingAsync() function
|
D | worker.cc | 372 void Worker::LoggingAsync(const LoggingRequest* request, in LoggingAsync() function in tensorflow::Worker
|
D | master_session.cc | 140 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/ |
D | grpc_worker_service.h | 48 virtual void LoggingAsync(const LoggingRequest* request,
|
D | grpc_remote_worker.cc | 249 void LoggingAsync(const LoggingRequest* request, LoggingResponse* response, in LoggingAsync() function in tensorflow::GrpcRemoteWorker
|
D | grpc_worker_service.cc | 623 void GrpcWorker::LoggingAsync(const LoggingRequest* request, in LoggingAsync() function in tensorflow::GrpcWorker
|