Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.h369 static bool IsReadGateOpen(const string& grpc_debug_url,
374 static bool IsWriteGateOpen(const string& grpc_debug_url,
385 const string& grpc_debug_url, const string& watch_key,
416 const string& grpc_debug_url);
Ddebug_io_utils.cc890 bool DebugGrpcIO::IsReadGateOpen(const string& grpc_debug_url, in IsReadGateOpen() argument
893 GetEnabledDebugOpStatesAtUrl(grpc_debug_url); in IsReadGateOpen()
897 bool DebugGrpcIO::IsWriteGateOpen(const string& grpc_debug_url, in IsWriteGateOpen() argument
900 GetEnabledDebugOpStatesAtUrl(grpc_debug_url); in IsWriteGateOpen()
936 const string& grpc_debug_url) { in GetEnabledDebugOpStatesAtUrl() argument
942 if (states->find(grpc_debug_url) == states->end()) { in GetEnabledDebugOpStatesAtUrl()
944 (*states)[grpc_debug_url] = url_enabled_debug_op_states; in GetEnabledDebugOpStatesAtUrl()
946 return &(*states)[grpc_debug_url]; in GetEnabledDebugOpStatesAtUrl()
950 const string& grpc_debug_url, const string& watch_key, in SetDebugNodeKeyGrpcState() argument
952 DebugNodeName2State* states = GetEnabledDebugOpStatesAtUrl(grpc_debug_url); in SetDebugNodeKeyGrpcState()
[all …]