Home
last modified time | relevance | path

Searched refs:expected_s (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcolorspace_op_test.cc77 T expected_s = .6 / .8; in CheckRedMax() local
81 test::FillValues<T>(&expected, {expected_h, expected_s, expected_v}); in CheckRedMax()
91 T expected_s = .6 / .8; in CheckGreenMax() local
95 test::FillValues<T>(&expected, {expected_h, expected_s, expected_v}); in CheckGreenMax()
105 T expected_s = .6 / .8; in CheckBlueMax() local
109 test::FillValues<T>(&expected, {expected_h, expected_s, expected_v}); in CheckBlueMax()
118 T expected_s = .2 / .2; in CheckNegativeDifference() local
122 test::FillValues<T>(&expected, {expected_h, expected_s, expected_v}); in CheckNegativeDifference()
170 T expected_s = .6 / .8; in CheckRedMax() local
174 {expected_h, expected_s, expected_v}); in CheckRedMax()
[all …]
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtuple_test.cc421 auto expected_s = LiteralUtil::CreateR0<float>(42.0); in XLA_TEST_F() local
423 LiteralUtil::MakeTuple({&expected_v1, &expected_s}); in XLA_TEST_F()
/external/perfetto/src/traced/probes/ftrace/
Dcpu_reader_unittest.cc63 uint64_t expected_s, in WithinOneMicrosecond() argument
67 uint64_t total_expected_us = expected_s * 1000 * 1000 + expected_us; in WithinOneMicrosecond()
73 << (actual_ns % kNanoInSecond) / kNanoInMicro << " vs. " << expected_s in WithinOneMicrosecond()