MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _fetch_handler_run

Method _fetch_handler_run

tensorflow/python/client/session.py:1313–1316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1311 # In all other cases, we must use `fetch_handler` to build the
1312 # results for us.
1313 def _fetch_handler_run():
1314 results = self._call_tf_sessionrun(None, {}, fetch_list, target_list,
1315 None)
1316 return fetch_handler.build_results(self, results)
1317
1318 return _fetch_handler_run
1319

Callers

nothing calls this directly

Calls 2

_call_tf_sessionrunMethod · 0.95
build_resultsMethod · 0.45

Tested by

no test coverage detected