Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/
A Dcommon.h393 typedef struct TfLiteTensor { struct
396 TfLiteType type;
399 TfLitePtrUnion data;
403 TfLiteIntArray* dims;
416 size_t bytes;
419 const void* allocation;
422 const char* name;
456 } TfLiteTensor; argument
513 typedef struct TfLiteTensor { struct
523 TfLitePtrUnion data;
[all …]
A Dc_api.h91 typedef struct TfLiteTensor TfLiteTensor; typedef
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
A DInterpreter.cs22 using TfLiteTensor = System.IntPtr; typedef

Completed in 8 milliseconds