Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.h374 static bool IsWriteGateOpen(const string& grpc_debug_url,
Ddebug_io_utils.cc821 if (IsWriteGateOpen(grpc_stream_url, debug_node_key.debug_node_name)) { in SendTensorThroughGrpcStream()
897 bool DebugGrpcIO::IsWriteGateOpen(const string& grpc_debug_url, in IsWriteGateOpen() function in tensorflow::DebugGrpcIO