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, 177 return CallAndWait(&ME::LoggingAsync, request, response); in Logging()
|
D | worker.h | 88 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 | 377 void Worker::LoggingAsync(const LoggingRequest* request, in LoggingAsync() function in tensorflow::Worker
|
D | master_session.cc | 144 p.worker->LoggingAsync(req, resp, [this, req, resp](const Status& s) { in SetRPCLogging() 172 p.worker->LoggingAsync( in RetrieveLogs()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_worker_service.h | 49 void LoggingAsync(const LoggingRequest* request, LoggingResponse* response,
|
D | grpc_remote_worker.cc | 258 void LoggingAsync(const LoggingRequest* request, LoggingResponse* response, in LoggingAsync() function in tensorflow::GrpcRemoteWorker
|
D | grpc_worker_service.cc | 703 void GrpcWorker::LoggingAsync(const LoggingRequest* request, in LoggingAsync() function in tensorflow::GrpcWorker
|