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

Method testRandom

tensorflow/compiler/tests/concat_ops_test.py:128–130  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

126 self.assertAllClose(result[ind], params[p[i]], 0.01)
127
128 def testRandom(self):
129 self._testRandom(dtypes.float32)
130 self._testRandom(dtypes.int32)
131
132 def _testGradientsSimple(self):
133 with self.session():

Callers

nothing calls this directly

Calls 1

_testRandomMethod · 0.95

Tested by

no test coverage detected