MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / watch_key

Method watch_key

tensorflow/python/debug/lib/debug_data.py:428–436  ·  view source on GitHub ↗

Watch key identities a debug watch on a tensor. Returns: (`str`) A watch key, in the form of `tensor_name`:`debug_op`.

(self)

Source from the content-addressed store, hash-verified

426
427 @property
428 def watch_key(self):
429 """Watch key identities a debug watch on a tensor.
430
431 Returns:
432 (`str`) A watch key, in the form of `tensor_name`:`debug_op`.
433 """
434
435 return _get_tensor_watch_key(self.node_name, self.output_slot,
436 self.debug_op)
437
438 @property
439 def file_path(self):

Callers

nothing calls this directly

Calls 1

_get_tensor_watch_keyFunction · 0.85

Tested by

no test coverage detected