Home
last modified time | relevance | path

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

/third_party/mesa3d/include/tensorflow/lite/core/c/
Dcommon.h416 typedef struct TfLiteTensor { struct
419 TfLiteType type;
422 TfLitePtrUnion data;
426 TfLiteIntArray* dims;
428 TfLiteQuantizationParams params;
434 TfLiteAllocationType allocation_type;
439 size_t bytes;
442 const void* allocation;
445 const char* name;
449 struct TfLiteDelegate* delegate;
[all …]
Dc_api.h102 typedef struct TfLiteTensor TfLiteTensor; typedef