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

  /external/tensorflow/tensorflow/core/kernels/
colorspace_op_test.cc 78 T expected_v = .8 / 1.; local
81 test::FillValues<T>(&expected, {expected_h, expected_s, expected_v});
92 T expected_v = .8 / 1.; local
95 test::FillValues<T>(&expected, {expected_h, expected_s, expected_v});
106 T expected_v = .8 / 1.; local
109 test::FillValues<T>(&expected, {expected_h, expected_s, expected_v});
119 T expected_v = .2 / 1.; local
122 test::FillValues<T>(&expected, {expected_h, expected_s, expected_v});
171 T expected_v = .8 / 1.; local
174 {expected_h, expected_s, expected_v});
186 T expected_v = .8 \/ 1.; local
201 T expected_v = .8 \/ 1.0; local
215 T expected_v = .2 \/ 1.; local
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
parse_single_example_op_test.py 74 expected_v = expected_tensors[k]
78 tester.assertEqual([k, len(expected_v)], [k, 3])
79 tester.assertAllEqual(expected_v[0], flat_output[i])
80 tester.assertAllEqual(expected_v[1], flat_output[i + 1])
81 tester.assertAllEqual(expected_v[2], flat_output[i + 2])
85 tester.assertAllEqual(expected_v, flat_output[i])
    [all...]
parsing_ops_test.py 73 expected_v = expected_tensors[k]
77 tester.assertEqual([k, len(expected_v)], [k, 3])
78 tester.assertAllEqual(expected_v[0], flat_output[i])
79 tester.assertAllEqual(expected_v[1], flat_output[i + 1])
80 tester.assertAllEqual(expected_v[2], flat_output[i + 2])
84 tester.assertAllEqual(expected_v, flat_output[i])
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_test_utils.py     [all...]

Completed in 308 milliseconds