Output slot index from which the tensor value was dumped. Returns: (`int`) output slot index watched by the debug op.
(self)
| 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): |
no outgoing calls