Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_import.cc725 uint32_t else_idx = opts->else_subgraph_index; in ConvertSubgraphIdxsToFunctionAttrs() local
726 if (else_idx >= func_names.size()) { in ConvertSubgraphIdxsToFunctionAttrs()
728 else_idx); in ConvertSubgraphIdxsToFunctionAttrs()
731 mlir::SymbolRefAttr::get(builder.getContext(), func_names.at(else_idx)); in ConvertSubgraphIdxsToFunctionAttrs()
/external/bc/src/
Dprogram.c2518 volatile size_t else_idx; in bc_program_execStr() local
2523 else_idx = bc_program_index(code, bgn); in bc_program_execStr()
2528 idx = exec ? then_idx : else_idx; in bc_program_execStr()
2537 if (exec || (else_idx != SIZE_MAX)) in bc_program_execStr()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c2528 int else_idx = ctx->block_count; in emit_if() local
2544 then_branch->branch.target_block = else_idx; in emit_if()