(self)
| 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(): |
nothing calls this directly
no test coverage detected