Home
last modified time | relevance | path

Searched refs:channel_connection_timeout_micros (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/debug/
Ddebug_grpc_io_utils_test.cc69 return DebugGrpcIO::channel_connection_timeout_micros; in GetChannelConnectionTimeoutMicros()
73 DebugGrpcIO::channel_connection_timeout_micros = timeout; in SetChannelConnectionTimeoutMicros()
Ddebug_io_utils.h422 static int64 channel_connection_timeout_micros;
Ddebug_io_utils.cc791 int64 DebugGrpcIO::channel_connection_timeout_micros = 900 * 1000 * 1000; member in tensorflow::DebugGrpcIO
861 TF_RETURN_IF_ERROR(channel->Connect(channel_connection_timeout_micros)); in GetOrCreateDebugGrpcChannel()