Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/batching_util/
Dperiodic_function_test.cc185 bool AwaitCount(int expected_counter) { in AwaitCount() argument
189 return counter_ == expected_counter; in AwaitCount()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dwhile_test.cc400 auto expected_counter = LiteralUtil::CreateR0<int32>(N); in XLA_TEST_F() local
405 {&expected_counter, &expected_w2, &expected_w3, &expected_w1}); in XLA_TEST_F()
509 auto expected_counter = LiteralUtil::CreateR0<int32>(5); in XLA_TEST_F() local
512 auto expected = LiteralUtil::MakeTuple({&expected_counter, &expected_data}); in XLA_TEST_F()
556 auto expected_counter = LiteralUtil::CreateR0<int32>(5); in XLA_TEST_F() local
559 LiteralUtil::MakeTuple({&expected_counter, &expected_predicate}); in XLA_TEST_F()
601 auto expected_counter = LiteralUtil::CreateR0<int32>(5); in XLA_TEST_F() local
603 auto expected = LiteralUtil::MakeTuple({&expected_counter, &expected_data}); in XLA_TEST_F()
881 auto expected_counter = LiteralUtil::CreateR0<int32>(5); in XLA_TEST_F() local
884 auto expected = LiteralUtil::MakeTuple({&expected_counter, &expected_data}); in XLA_TEST_F()
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderVertexSpacing.cpp1281 int expected_counter = 0; in verifyEdges() local
1286 expected_counter = (int)outermost_edge_tess_level_clamped_rounded - 2 * (n_edge / 3); in verifyEdges()
1290 expected_counter = (int)edge_clamped_rounded_tess_level; in verifyEdges()
1295 expected_counter = (int)edge_clamped_rounded_tess_level - 2 * (n_edge / 4); in verifyEdges()
1301 expected_counter = 1; in verifyEdges()
1305 if (segment_deltas[0].counter != (unsigned int)expected_counter) in verifyEdges()
1308 << "Invalid amount of segments (expected:" << expected_counter in verifyEdges()