Searched refs:then_subgraph_index (Results 1 – 3 of 3) sorted by relevance
474 int then_subgraph_index; member
737 params->then_subgraph_index = if_params->then_subgraph_index(); in ParseOpDataTfLite()
9273 int32_t then_subgraph_index;9276 : then_subgraph_index(0),9287 int32_t then_subgraph_index() const {9307 void add_then_subgraph_index(int32_t then_subgraph_index) {9308 fbb_.AddElement<int32_t>(IfOptions::VT_THEN_SUBGRAPH_INDEX, then_subgraph_index, 0);9327 int32_t then_subgraph_index = 0,9331 builder_.add_then_subgraph_index(then_subgraph_index);14585 { auto _e = then_subgraph_index(); _o->then_subgraph_index = _e; }14597 auto _then_subgraph_index = _o->then_subgraph_index;
Completed in 26 milliseconds