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

Method _run_fn

tensorflow/python/client/session.py:1355–1359  ·  view source on GitHub ↗
(feed_dict, fetch_list, target_list, options, run_metadata)

Source from the content-addressed store, hash-verified

1353 # pylint: enable=protected-access
1354
1355 def _run_fn(feed_dict, fetch_list, target_list, options, run_metadata):
1356 # Ensure any changes to the graph are reflected in the runtime.
1357 self._extend_graph()
1358 return self._call_tf_sessionrun(options, feed_dict, fetch_list,
1359 target_list, run_metadata)
1360
1361 def _prun_fn(handle, feed_dict, fetch_list):
1362 if target_list:

Callers

nothing calls this directly

Calls 2

_extend_graphMethod · 0.95
_call_tf_sessionrunMethod · 0.95

Tested by

no test coverage detected