Searched defs:TfLiteTensor (Results 1 – 3 of 3) sorted by relevance
393 typedef struct TfLiteTensor { struct396 TfLiteType type;399 TfLitePtrUnion data;403 TfLiteIntArray* dims;416 size_t bytes;419 const void* allocation;422 const char* name;456 } TfLiteTensor; argument513 typedef struct TfLiteTensor { struct523 TfLitePtrUnion data;[all …]
91 typedef struct TfLiteTensor TfLiteTensor; typedef
22 using TfLiteTensor = System.IntPtr; typedef
Completed in 6 milliseconds