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

Method _generic_run

tensorflow/python/client/session.py:1237–1241  ·  view source on GitHub ↗
(*feed_args, **kwargs)

Source from the content-addressed store, hash-verified

1235 # `Session._run()` so that we can convert the feeds to a list of
1236 # strings here.
1237 def _generic_run(*feed_args, **kwargs):
1238 feed_dict = {
1239 feed: feed_val for feed, feed_val in zip(feed_list, feed_args)
1240 }
1241 return self.run(fetches, feed_dict=feed_dict, **kwargs)
1242
1243 return _generic_run
1244

Callers

nothing calls this directly

Calls 1

runMethod · 0.95

Tested by

no test coverage detected