Return the unique names of tensors to fetch. Returns: A list of strings.
(self)
| 510 | % op.name) |
| 511 | |
| 512 | def fetches(self): |
| 513 | """Return the unique names of tensors to fetch. |
| 514 | |
| 515 | Returns: |
| 516 | A list of strings. |
| 517 | """ |
| 518 | return self._final_fetches |
| 519 | |
| 520 | def targets(self): |
| 521 | """Return the unique names of ops to run. |
no outgoing calls
no test coverage detected