HomeSort by relevance Sort by last modified time
    Searched refs:expected_y (Results 1 - 10 of 10) sorted by null

  /cts/tests/tests/gesture/src/android/gesture/cts/
GesturePointTest.java 35 final float expected_y = 1.1f; local
37 GesturePoint point = new GesturePoint(expected_x, expected_y, expected_timestamp);
39 assertEquals(expected_y, point.y);
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/
permute_test.py 39 expected_y = expected_x[..., expected_permutation]
54 bijector.inverse(expected_y),
57 bijector.inverse_log_det_jacobian(expected_y),
61 self.assertAllClose(expected_y, y_, rtol=1e-6, atol=0)
reshape_test.py 54 expected_y = np.reshape(expected_x, [4, 6])
66 bijector.inverse(expected_y),
69 bijector.inverse_log_det_jacobian(expected_y),
72 self.assertAllClose(expected_y, y_, rtol=1e-6, atol=0)
103 expected_y = np.reshape(expected_x, [4, 3])
118 bijector.inverse(expected_y),
123 self.assertAllClose(expected_y, y_, rtol=1e-6, atol=0)
212 expected_y = np.reshape(expected_x, [4, 2, 3])
224 bijector.inverse(expected_y),
227 self.assertAllClose(expected_y, y_, rtol=1e-6, atol=0
    [all...]
  /external/pdfium/core/fdrm/crypto/
fx_crypt_unittest.cpp 24 int32_t expected_y,
27 EXPECT_EQ(expected_y, context.y);
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
shape_test.py 87 expected_y, expected_sample_shape = self._get_expected(
90 self.assertAllEqual(expected_y, y_)
97 expected_y, expected_sample_shape = self._get_expected(
100 self.assertAllEqual(expected_y, y_)
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
mtb_unittest.py 64 expected_y, direction):
68 self.assertEqual(displacement[AXIS.Y], expected_y)
  /external/tensorflow/tensorflow/contrib/fused_conv/python/ops/
fused_conv2d_bias_activation_op_test.py     [all...]
  /frameworks/base/core/tests/coretests/src/android/text/
LayoutTest.java 629 float expected_y = (i + 1) * LINE_HEIGHT - LINE_DESCENT; local
630 assertEquals(expected_y, drawCommand.y, 0.0f);
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
layers.py     [all...]
layers_test.py     [all...]

Completed in 925 milliseconds