Home
last modified time | relevance | path

Searched refs:TfLiteIntArrayFree (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/
A Dcommon.c65 void TfLiteIntArrayFree(TfLiteIntArray* a) { free(a); } in TfLiteIntArrayFree() function
102 TfLiteIntArrayFree(q_params->zero_point); in TfLiteQuantizationFree()
117 TfLiteIntArrayFree(sparsity->traversal_order); in TfLiteSparsityFree()
122 TfLiteIntArrayFree(sparsity->block_map); in TfLiteSparsityFree()
131 TfLiteIntArrayFree(metadata.array_segments); in TfLiteSparsityFree()
133 TfLiteIntArrayFree(metadata.array_indices); in TfLiteSparsityFree()
146 if (t->dims) TfLiteIntArrayFree(t->dims); in TfLiteTensorFree()
150 TfLiteIntArrayFree((TfLiteIntArray *) t->dims_signature); in TfLiteTensorFree()
A Dcommon.h118 void TfLiteIntArrayFree(TfLiteIntArray* a);
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/resource/
A Dresource_variable.cc42 TfLiteIntArrayFree(tensor_.dims); in ~ResourceVariable()
64 TfLiteIntArrayFree(old_dims); in AssignFrom()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/
A Dutil.h69 if (a) TfLiteIntArrayFree(a); in operator()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/
A Dkernel_util.cc441 TfLiteIntArrayCreate(out_dims), TfLiteIntArrayFree); in CalculateShapeForBroadcast()
468 TfLiteIntArrayCreate(out_dims), TfLiteIntArrayFree); in CalculateShapeForBroadcast()

Completed in 12 milliseconds