Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/
A Dbuiltin_op_data.h474 int then_subgraph_index; member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/core/api/
A Dflatbuffer_conversions.cc737 params->then_subgraph_index = if_params->then_subgraph_index(); in ParseOpDataTfLite()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/schema/
A Dschema_generated.h9273 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