Home
last modified time | relevance | path

Searched defs:TfLiteContext (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/
A Dcommon.h636 typedef struct TfLiteContext { struct
638 size_t tensors_size;
678 TfLiteStatus (*GetExecutionPlan)(struct TfLiteContext* context, argument
689 TfLiteStatus (*ResizeTensor)(struct TfLiteContext*, TfLiteTensor* tensor, argument
692 void (*ReportError)(struct TfLiteContext*, const char* msg, ...); argument
703 struct TfLiteContext*, int node_index, TfLiteNode** node, argument
718 TfLiteExternalContext* (*GetExternalContext)(struct TfLiteContext*, argument
739 void* (*AllocatePersistentBuffer)(struct TfLiteContext* ctx, size_t bytes); argument
767 TfLiteStatus (*ResizeTensorExplicit)(struct TfLiteContext* ctx, argument
798 TfLiteTensor* (*GetTensor)(const struct TfLiteContext* context, argument
[all …]

Completed in 6 milliseconds