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

  /art/runtime/gc/
task_processor_test.cc 105 TestOrderTask(uint64_t expected_time, size_t expected_counter, size_t* counter)
106 : HeapTask(expected_time), expected_counter_(expected_counter), counter_(counter) {
  /external/tensorflow/tensorflow/core/kernels/batching_util/
periodic_function_test.cc 185 bool AwaitCount(int expected_counter) {
189 return counter_ == expected_counter;
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderVertexSpacing.cpp 1281 int expected_counter = 0; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
while_test.cc 400 auto expected_counter = LiteralUtil::CreateR0<int32>(N); local
405 {&expected_counter, &expected_w2, &expected_w3, &expected_w1});
509 auto expected_counter = LiteralUtil::CreateR0<int32>(5); local
512 auto expected = LiteralUtil::MakeTuple({&expected_counter, &expected_data});
556 auto expected_counter = LiteralUtil::CreateR0<int32>(5); local
559 LiteralUtil::MakeTuple({&expected_counter, &expected_predicate});
601 auto expected_counter = LiteralUtil::CreateR0<int32>(5); local
603 auto expected = LiteralUtil::MakeTuple({&expected_counter, &expected_data});
881 auto expected_counter = LiteralUtil::CreateR0<int32>(5); local
    [all...]

Completed in 223 milliseconds