Home
last modified time | relevance | path

Searched refs:expected_y (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/
Dreshape_test.py51 expected_y = np.reshape(expected_x, [4, 6])
63 bijector.inverse(expected_y),
66 bijector.inverse_log_det_jacobian(expected_y, event_ndims=2),
69 self.assertAllClose(expected_y, y_, rtol=1e-6, atol=0)
100 expected_y = np.reshape(expected_x, [4, 3])
115 bijector.inverse(expected_y),
120 self.assertAllClose(expected_y, y_, rtol=1e-6, atol=0)
209 expected_y = np.reshape(expected_x, [4, 2, 3])
221 bijector.inverse(expected_y),
224 self.assertAllClose(expected_y, y_, rtol=1e-6, atol=0)
[all …]
Dpermute_test.py39 expected_y = expected_x[..., expected_permutation]
54 bijector.inverse(expected_y),
57 bijector.inverse_log_det_jacobian(expected_y, event_ndims=1),
61 self.assertAllClose(expected_y, y_, rtol=1e-6, atol=0)
/external/harfbuzz_ng/test/shaping/data/aots/
Dhb-aots-tester.cpp314 int expected_y = y[i]; in gpos_test() local
315 if (expected_x || expected_y) fprintf (tests_file, "@%d,%d", expected_x, expected_y); in gpos_test()
/external/pdfium/core/fdrm/crypto/
Dfx_crypt_unittest.cpp24 int32_t expected_y, in CheckArcFourContext() argument
27 EXPECT_EQ(expected_y, context.y); in CheckArcFourContext()
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Dshape_test.py87 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/
Dmtb_unittest.py64 expected_y, direction): argument
68 self.assertEqual(displacement[AXIS.Y], expected_y)
/external/tensorflow/tensorflow/contrib/fused_conv/python/ops/
Dfused_conv2d_bias_activation_op_test_base.py930 actual_y, expected_y = sess.run([actual, expected])
931 self.assertAllClose(actual_y, expected_y, rtol=0, atol=1)
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dlayers.py2997 expected_y = math_ops.reduce_sum(
2999 expected_xy = array_ops.concat([expected_x, expected_y], 1)
Dlayers_test.py4145 expected_y = np.array([]).reshape(0, 2)
4146 np.testing.assert_array_equal(expected_y, y.eval())