Searched defs:TfLiteTensor (Results 1 – 4 of 4) sorted by relevance
393 typedef struct TfLiteTensor { struct396 TfLiteType type;399 TfLitePtrUnion data;403 TfLiteIntArray* dims;405 TfLiteQuantizationParams params;411 TfLiteAllocationType allocation_type;416 size_t bytes;419 const void* allocation;422 const char* name;426 struct TfLiteDelegate* delegate;[all …]
91 typedef struct TfLiteTensor TfLiteTensor; typedef
334 error:(NSError **)error {
22 using TfLiteTensor = System.IntPtr; typedef