Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/c/
Dcommon.h381 typedef struct TfLiteTensor { struct
384 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 …]
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