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

Method output_slot

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

Output slot index from which the tensor value was dumped. Returns: (`int`) output slot index watched by the debug op.

(self)

Source from the content-addressed store, hash-verified

406
407 @property
408 def output_slot(self):
409 """Output slot index from which the tensor value was dumped.
410
411 Returns:
412 (`int`) output slot index watched by the debug op.
413 """
414
415 return self._output_slot
416
417 @property
418 def tensor_name(self):

Callers 5

TEST_FFunction · 0.80
SendEventsMethod · 0.80
InsertNodesMethod · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
SendEventsMethod · 0.64