Home
last modified time | relevance | path

Searched refs:body_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
702 body_idx = update_idx + 1; in bc_parse_for()
703 exit_idx = body_idx + 1; in bc_parse_for()
730 bc_parse_pushIndex(p, body_idx); in bc_parse_for()
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_import.cc589 uint32_t body_idx = opts->body_subgraph_index; in ConvertSubgraphIdxsToFunctionAttrs() local
590 auto body_attr = builder.getSymbolRefAttr(func_names.at(body_idx)); in ConvertSubgraphIdxsToFunctionAttrs()
/external/toybox/toys/pending/
Dbc.c3711 size_t cond_idx, exit_idx, body_idx, update_idx; in bc_parse_for() local
3732 body_idx = update_idx + 1; in bc_parse_for()
3733 exit_idx = body_idx + 1; in bc_parse_for()
3759 bc_parse_pushIndex(p, body_idx); in bc_parse_for()