Searched defs:TfLiteTensor (Results 1 – 4 of 4) sorted by relevance
381 typedef struct TfLiteTensor { struct384 TfLiteType type;387 TfLitePtrUnion data;391 TfLiteIntArray* dims;393 TfLiteQuantizationParams params;399 TfLiteAllocationType allocation_type;404 size_t bytes;407 const void* allocation;410 const char* name;414 struct TfLiteDelegate* delegate;[all …]
91 typedef struct TfLiteTensor TfLiteTensor; typedef
334 error:(NSError **)error {
22 using TfLiteTensor = System.IntPtr; typedef