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

Method run_step

tensorflow/python/client/session_test.py:1130–1133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1128 ev = threading.Event()
1129
1130 def run_step():
1131 ev.wait()
1132 val = c.eval(session=sess)
1133 self.assertEqual(val, 5.0)
1134
1135 threads = [self.checkedThread(target=run_step) for _ in range(100)]
1136 for t in threads:

Callers

nothing calls this directly

Calls 2

waitMethod · 0.45
evalMethod · 0.45

Tested by

no test coverage detected