Return the unique names of ops to run. Returns: A list of strings.
(self)
| 518 | return self._final_fetches |
| 519 | |
| 520 | def targets(self): |
| 521 | """Return the unique names of ops to run. |
| 522 | |
| 523 | Returns: |
| 524 | A list of strings. |
| 525 | """ |
| 526 | return self._targets |
| 527 | |
| 528 | def build_results(self, session, tensor_values): |
| 529 | """Build results matching the original fetch shape. |
no outgoing calls