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

Method tensor_name

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

Name of the tensor watched by the debug op. Returns: (`str`) `Tensor` name, in the form of `node_name`:`output_slot`

(self)

Source from the content-addressed store, hash-verified

416
417 @property
418 def tensor_name(self):
419 """Name of the tensor watched by the debug op.
420
421 Returns:
422 (`str`) `Tensor` name, in the form of `node_name`:`output_slot`
423 """
424
425 return _get_tensor_name(self.node_name, self.output_slot)
426
427 @property
428 def watch_key(self):

Callers

nothing calls this directly

Calls 1

_get_tensor_nameFunction · 0.70

Tested by

no test coverage detected