()
| 1303 | assert not target_list |
| 1304 | |
| 1305 | def _single_tensor_run(): |
| 1306 | results = self._call_tf_sessionrun(None, {}, fetch_list, [], None) |
| 1307 | return results[0] |
| 1308 | |
| 1309 | return _single_tensor_run |
| 1310 | else: |
nothing calls this directly
no test coverage detected