Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dcommon.h403 typedef struct TfLiteTensor { struct
406 TfLiteType type;
409 TfLitePtrUnion data;
413 TfLiteIntArray* dims;
415 TfLiteQuantizationParams params;
421 TfLiteAllocationType allocation_type;
426 size_t bytes;
429 const void* allocation;
432 const char* name;
436 struct TfLiteDelegate* delegate;
[all …]
H A Dc_api.h93 typedef struct TfLiteTensor TfLiteTensor; typedef
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/
H A Dcommon.h416 typedef struct TfLiteTensor { struct
419 TfLiteType type;
422 TfLitePtrUnion data;
426 TfLiteIntArray* dims;
428 TfLiteQuantizationParams params;
434 TfLiteAllocationType allocation_type;
439 size_t bytes;
442 const void* allocation;
445 const char* name;
449 struct TfLiteDelegate* delegate;
[all …]
H A Dc_api.h102 typedef struct TfLiteTensor TfLiteTensor; typedef
/aosp_15_r20/external/tensorflow/tensorflow/lite/objc/sources/
H A DTFLCommonUtil.h21 typedef struct TfLiteTensor TfLiteTensor; typedef
H A DTFLInterpreter.mm379 - (const TfLiteTensor *)cTensorOfType:(TFLTensorType)type
/aosp_15_r20/frameworks/native/libs/input/
H A DTfLiteMotionPredictor.cpp137 std::span<T> getTensorBuffer(typename std::conditional<std::is_const<T>::value, const TfLiteTensor*, in getTensorBuffer()
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
H A DInterpreter.cs22 using TfLiteTensor = System.IntPtr; typedef