()
| 1293 | assert len(target_list) == 1 |
| 1294 | |
| 1295 | def _single_operation_run(): |
| 1296 | self._call_tf_sessionrun(None, {}, [], target_list, None) |
| 1297 | |
| 1298 | return _single_operation_run |
| 1299 | elif isinstance(fetches, ops.Tensor): |
nothing calls this directly
no test coverage detected