Searched defs:TfLiteTensor (Results 1 – 7 of 7) sorted by relevance
403 typedef struct TfLiteTensor { struct406 TfLiteType type;409 TfLitePtrUnion data;413 TfLiteIntArray* dims;415 TfLiteQuantizationParams params;421 TfLiteAllocationType allocation_type;426 size_t bytes;429 const void* allocation;432 const char* name;436 struct TfLiteDelegate* delegate;[all …]
93 typedef struct TfLiteTensor TfLiteTensor; typedef
416 typedef struct TfLiteTensor { struct419 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 …]
102 typedef struct TfLiteTensor TfLiteTensor; typedef
21 typedef struct TfLiteTensor TfLiteTensor; typedef
379 - (const TfLiteTensor *)cTensorOfType:(TFLTensorType)type
22 using TfLiteTensor = System.IntPtr; typedef