Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/c/
Dcommon.h393 typedef struct TfLiteTensor { struct
396 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 …]
Dc_api.h91 typedef struct TfLiteTensor TfLiteTensor; typedef
/external/tensorflow/tensorflow/lite/objc/sources/
DTFLInterpreter.mm334 error:(NSError **)error {
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs22 using TfLiteTensor = System.IntPtr; typedef