Searched refs:kLoopCount (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/ |
D | call_test.cc | 162 const int kLoopCount = 1; in BuildMultiNodeGraph() local 165 CallTest::BuildCallSubgraph(this_subgraph, kSubgraphIndex, kLoopCount, in BuildMultiNodeGraph() 228 const int kLoopCount = 2; in TEST_F() local 231 const std::vector<int> kCallOpInputShape = {kLoopCount, kFixedInputLen}; in TEST_F() 237 CallTest::BuildCallSubgraph(&interpreter_->primary_subgraph(), 1, kLoopCount, in TEST_F() 374 const int kLoopCount = 5; in TEST_F() local 376 std::vector<int> call_op_input = {kLoopCount, 3}; in TEST_F() 380 CallTest::BuildCallSubgraph(&interpreter_->primary_subgraph(), 1, kLoopCount, in TEST_F()
|
/external/angle/src/tests/egl_tests/ |
D | EGLDisplayTest.cpp | 114 constexpr int kLoopCount = 2; in TEST_P() local 123 for (int i = 0; i < kLoopCount; ++i) in TEST_P()
|
/external/skia/bench/ |
D | PDFBench.cpp | 381 constexpr int kLoopCount = 200; in big_pdf_test() local 384 for (int loop = 0; loop < kLoopCount; ++loop) { in big_pdf_test()
|