Home
last modified time | relevance | path

Searched refs:body_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.h480 int body_subgraph_index; member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/core/api/
A Dflatbuffer_conversions.cc748 params->body_subgraph_index = while_params->body_subgraph_index(); in ParseOpDataTfLite()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/schema/
A Dschema_generated.h9394 int32_t body_subgraph_index;
9397 body_subgraph_index(0) {
9410 int32_t body_subgraph_index() const {
9430 void add_body_subgraph_index(int32_t body_subgraph_index) {
9431 fbb_.AddElement<int32_t>(WhileOptions::VT_BODY_SUBGRAPH_INDEX, body_subgraph_index, 0);
9448 int32_t body_subgraph_index = 0) {
9450 builder_.add_body_subgraph_index(body_subgraph_index);
14641 { auto _e = body_subgraph_index(); _o->body_subgraph_index = _e; }
14653 auto _body_subgraph_index = _o->body_subgraph_index;

Completed in 51 milliseconds