Searched refs:then_subgraph_index (Results 1 – 11 of 11) sorted by relevance
34 int then_subgraph_index; member41 op_data->then_subgraph_index = params->then_subgraph_index; in Init()72 TF_LITE_ENSURE(context, op_data->then_subgraph_index < subgraphs->size()); in Prepare()75 Subgraph* then_subgraph = (*subgraphs)[op_data->then_subgraph_index].get(); in Prepare()151 cond_value ? op_data->then_subgraph_index : op_data->else_subgraph_index; in Eval()
211 params->then_subgraph_index = 1; in BuildIfSubgraph()
473 int then_subgraph_index; member
63 // CHECK-NEXT: then_subgraph_index: 1,
740 params->then_subgraph_index = if_params->then_subgraph_index(); in ParseOpDataTfLite()
854 int then_subgraph_index = subgraph_index_map_.at(op.then_branch().str()); in BuildIfOperator() local856 auto builtin_options = tflite::CreateIfOptions(builder_, then_subgraph_index, in BuildIfOperator()
576 uint32_t then_idx = opts->then_subgraph_index; in ConvertSubgraphIdxsToFunctionAttrs()
943 then_subgraph_index:int;
952 then_subgraph_index:int;
980 then_subgraph_index:int;
9174 int32_t then_subgraph_index;9177 : then_subgraph_index(0),9188 int32_t then_subgraph_index() const {9208 void add_then_subgraph_index(int32_t then_subgraph_index) {9209 fbb_.AddElement<int32_t>(IfOptions::VT_THEN_SUBGRAPH_INDEX, then_subgraph_index, 0);9228 int32_t then_subgraph_index = 0,9232 builder_.add_then_subgraph_index(then_subgraph_index);14257 { auto _e = then_subgraph_index(); _o->then_subgraph_index = _e; }14269 auto _then_subgraph_index = _o->then_subgraph_index;