HomeSort by relevance Sort by last modified time
    Searched refs:DebugGrpcIO (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/debug/
debug_io_utils.cc 115 return str.size() + DebugGrpcIO::kGrpcMaxVarintLengthSize;
252 DebugGrpcIO::kGrpcMessageSizeLimitBytes));
254 const size_t pos = i * DebugGrpcIO::kGrpcMessageSizeLimitBytes;
257 : DebugGrpcIO::kGrpcMessageSizeLimitBytes;
267 const Status s = DebugGrpcIO::SendEventProtoThroughGrpcStream(
388 DebugGrpcIO::SendEventProtoThroughGrpcStream(grpc_event, url, true));
429 Status s = DebugGrpcIO::SendTensorThroughGrpcStream(
521 if (DebugGrpcIO::IsReadGateOpen(spec.url, spec.watch_key)) {
540 if (DebugGrpcIO::IsReadGateOpen(debug_url, watch_key)) {
557 return DebugGrpcIO::IsReadGateOpen(debug_url, watch_key)
    [all...]
debug_grpc_io_utils_test.cc 66 void ClearEnabledWatchKeys() { DebugGrpcIO::ClearEnabledWatchKeys(); }
69 return DebugGrpcIO::channel_connection_timeout_micros;
73 DebugGrpcIO::channel_connection_timeout_micros = timeout;
371 DebugGrpcIO::SetDebugNodeKeyGrpcState(
374 DebugGrpcIO::SetDebugNodeKeyGrpcState(
403 DebugGrpcIO::SetDebugNodeKeyGrpcState(
406 DebugGrpcIO::SetDebugNodeKeyGrpcState(
431 DebugGrpcIO::SetDebugNodeKeyGrpcState(
461 DebugGrpcIO::SetDebugNodeKeyGrpcState(
debug_io_utils.h 305 class DebugGrpcIO {
  /external/tensorflow/tensorflow/core/kernels/
debug_ops_test.cc 262 void ClearEnabledWatchKeys() { DebugGrpcIO::ClearEnabledWatchKeys(); }
617 DebugGrpcIO::SetDebugNodeKeyGrpcState(

Completed in 514 milliseconds