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

Method _setup_fn

tensorflow/python/client/session.py:1087–1090  ·  view source on GitHub ↗
(session, feed_list, fetch_list, target_list)

Source from the content-addressed store, hash-verified

1085
1086 # Set up a graph with feeds and fetches for partial run.
1087 def _setup_fn(session, feed_list, fetch_list, target_list):
1088 self._extend_graph()
1089 return tf_session.TF_SessionPRunSetup_wrapper(session, feed_list,
1090 fetch_list, target_list)
1091
1092 # pylint: disable=protected-access
1093 final_fetches = [t._as_tf_output() for t in fetch_handler.fetches()]

Callers

nothing calls this directly

Calls 1

_extend_graphMethod · 0.95

Tested by

no test coverage detected