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

Method testBasic

tensorflow/python/training/adam_test.py:242–244  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

240 opt.get_slot(var=var0, name="m").name)
241
242 def testBasic(self):
243 with self.cached_session():
244 self.doTestBasic(use_resource=False)
245
246 @test_util.run_in_graph_and_eager_modes(reset_test=True)
247 def testResourceBasic(self):

Callers

nothing calls this directly

Calls 2

doTestBasicMethod · 0.95
cached_sessionMethod · 0.45

Tested by

no test coverage detected