Searched refs:send_start_usec (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
H A D | grpc_remote_worker.cc | 148 int64_t send_start_usec = start_usec; in RecvBufAsync() local 151 send_start_usec = in RecvBufAsync() 154 send_start_usec = std::min(send_start_usec, end_usec - 1); in RecvBufAsync() 158 step_id, send_start_usec, end_usec, key, request->src_device(), in RecvBufAsync() 212 int64_t send_start_usec = start_usec; in RecvTensorAsync() local 227 send_start_usec = std::max( in RecvTensorAsync() 230 send_start_usec = std::min(send_start_usec, end_usec - 1); in RecvTensorAsync() 237 logger_->RecordRecvTensor(step_id, send_start_usec, end_usec, in RecvTensorAsync()
|