Home
last modified time | relevance | path

Searched defs:loop_max (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/nir/tests/
Dopt_shrink_vectors_tests.cpp276 nir_def *loop_max = nir_imm_float(b, 3.0); in TEST_F() local
380 nir_def *loop_max = nir_imm_float(b, 3.0); in TEST_F() local
485 nir_def *loop_max = nir_imm_float(b, 3.0); in TEST_F() local
/third_party/toybox/toys/other/
Dvmstat.c78 int i, loop_delay = 0, loop_max = 0; in vmstat_main() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/pass/
Doverlap_gradmatmul_and_gradallreduce.cc56 size_t count_num, size_t loop_max = 150) { in GetCommInputMatMulNode()