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

Method run

tensorflow/python/training/monitored_session_test.py:1212–1215  ·  view source on GitHub ↗
(self, fetches, **kwargs)

Source from the content-addressed store, hash-verified

1210 self.args_called = {}
1211
1212 def run(self, fetches, **kwargs):
1213 self.args_called = dict(kwargs)
1214 # Call run only with fetches since we directly pass other arguments.
1215 return monitored_session._WrappedSession.run(self, fetches)
1216
1217
1218class HookedSessionTest(test.TestCase):

Calls

no outgoing calls

Tested by

no test coverage detected