Home
last modified time | relevance | path

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

/external/bc/src/
Dbc_parse.c685 size_t cond_idx, exit_idx, body_idx, update_idx; in bc_parse_for() local
700 cond_idx = p->func->labels.len; in bc_parse_for()
701 update_idx = cond_idx + 1; in bc_parse_for()
741 bc_parse_pushIndex(p, cond_idx); in bc_parse_for()
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_import.cc587 uint32_t cond_idx = opts->cond_subgraph_index; in ConvertSubgraphIdxsToFunctionAttrs() local
588 auto cond_attr = builder.getSymbolRefAttr(func_names.at(cond_idx)); in ConvertSubgraphIdxsToFunctionAttrs()
/external/toybox/toys/pending/
Dbc.c3711 size_t cond_idx, exit_idx, body_idx, update_idx; in bc_parse_for() local
3730 cond_idx = p->func->labels.len; in bc_parse_for()
3731 update_idx = cond_idx + 1; in bc_parse_for()
3773 bc_parse_pushIndex(p, cond_idx); in bc_parse_for()