Home
last modified time | relevance | path

Searched refs:IsReadGateOpen (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.cc537 if (DebugGrpcIO::IsReadGateOpen(spec.url, spec.watch_key)) { in IsCopyNodeGateOpen()
556 if (DebugGrpcIO::IsReadGateOpen(debug_url, watch_key)) { in IsDebugNodeGateOpen()
573 return DebugGrpcIO::IsReadGateOpen(debug_url, watch_key); in IsDebugURLGateOpen()
811 !IsReadGateOpen(grpc_stream_url, debug_node_key.debug_node_name)) { in SendTensorThroughGrpcStream()
890 bool DebugGrpcIO::IsReadGateOpen(const string& grpc_debug_url, in IsReadGateOpen() function in tensorflow::DebugGrpcIO
Ddebug_io_utils.h369 static bool IsReadGateOpen(const string& grpc_debug_url,