Searched refs:ref_y (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/keras/saving/ |
D | saved_model_test.py | 69 ref_y = model.predict(x) 76 self.assertAllClose(ref_y, y, atol=1e-05) 87 ref_y = model.predict(x) 94 self.assertAllClose(ref_y, y, atol=1e-05) 111 ref_y = model.predict(x) 118 self.assertAllClose(ref_y, y, atol=1e-05) 132 ref_y = model.predict(x) 139 self.assertAllClose(ref_y, y, atol=1e-05) 154 ref_y = model.predict(x) 164 self.assertAllClose(ref_y, y, atol=1e-05) [all …]
|
D | hdf5_format_test.py | 62 ref_y = model.predict(x) 66 self.assertAllClose(ref_y, y) 80 self.assertAllClose(ref_y, y) 89 self.assertAllClose(ref_y, y) 93 self.assertAllClose(ref_y, y) 98 self.assertAllClose(ref_y, y) 247 ref_y = model.predict(x) 257 self.assertAllClose(y, ref_y) 916 ref_y = self.evaluate(ref_y_tensor) 935 self.assertAllClose(ref_y, y)
|
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/ |
D | SurfaceTextureHelperTest.java | 388 final int ref_y[] = new int[] {81, 180, 168}; in testTexturetoYUV() local 426 assertClose(1, buffer.get() & 0xff, ref_y[i]); in testTexturetoYUV()
|