Home
last modified time | relevance | path

Searched defs:watch_key (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.h44 const string watch_key; member
Ddebug_io_utils.cc548 bool DebugIO::IsDebugNodeGateOpen(const string& watch_key, in IsDebugNodeGateOpen()
567 bool DebugIO::IsDebugURLGateOpen(const string& watch_key, in IsDebugURLGateOpen()
767 string watch_key = strings::StrCat(debug_op_state_change.node_name(), ":", in ReceiveAndProcessEventReplies() local
891 const string& watch_key) { in IsReadGateOpen()
898 const string& watch_key) { in IsWriteGateOpen()
950 const string& grpc_debug_url, const string& watch_key, in SetDebugNodeKeyGrpcState()
/external/tensorflow/tensorflow/python/debug/lib/
Dsource_utils.py52 def _convert_watch_key_to_tensor_name(watch_key): argument
Ddebug_data.py428 def watch_key(self): member in DebugTensorDatum