Home
last modified time | relevance | path

Searched refs:kMaxIterationCount (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/tests/gl_tests/gles1/
DBootAnimationTest.cpp227 constexpr uint64_t kMaxIterationCount = 8; // number of times we shift the shine textures in TEST_P() local
257 } while (iterationCount < kMaxIterationCount); in TEST_P()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc899 const int kMaxIterationCount = 2; in AddNodesToShapeRefiner() local
900 while (changed && i != kMaxIterationCount) { in AddNodesToShapeRefiner()
927 if (i >= kMaxIterationCount) { in AddNodesToShapeRefiner()
929 << kMaxIterationCount in AddNodesToShapeRefiner()