Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc2728 for (int while_index = 0, e = while_op.getNumOperands(); while_index < e; in matchAndRewrite() local
2729 ++while_index) { in matchAndRewrite()
2730 auto value = while_op.getOperand(while_index); in matchAndRewrite()
2735 while_op.getResult(while_index).use_empty()) { in matchAndRewrite()
2741 removed_operand[while_index] = true; in matchAndRewrite()
2744 new_body_yield.push_back(yield.getOperand(while_index)); in matchAndRewrite()
2745 auto type = while_op.getResult(while_index).getType(); in matchAndRewrite()
/external/llvm-project/openmp/runtime/src/
Dkmp_dispatch.cpp1223 int while_index = 0; in __kmp_dispatch_next_algorithm() local
1230 while ((!status) && (while_limit != ++while_index)) { in __kmp_dispatch_next_algorithm()
1281 while_index = 0; in __kmp_dispatch_next_algorithm()
1322 int while_index = 0; in __kmp_dispatch_next_algorithm() local
1329 while ((!status) && (while_limit != ++while_index)) { in __kmp_dispatch_next_algorithm()
1376 while_index = 0; in __kmp_dispatch_next_algorithm()
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Dcanonicalize.mlir154 // `while_op.getResult(while_index).use_empty()` in the tfl.while
157 // and while_index = 1. Make arg1 use empty in block and condition, but not in