Searched refs:TfLiteIntArrayFree (Results 1 – 5 of 5) sorted by relevance
65 void TfLiteIntArrayFree(TfLiteIntArray* a) { free(a); } in TfLiteIntArrayFree() function102 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()
118 void TfLiteIntArrayFree(TfLiteIntArray* a);
42 TfLiteIntArrayFree(tensor_.dims); in ~ResourceVariable()64 TfLiteIntArrayFree(old_dims); in AssignFrom()
69 if (a) TfLiteIntArrayFree(a); in operator()
441 TfLiteIntArrayCreate(out_dims), TfLiteIntArrayFree); in CalculateShapeForBroadcast()468 TfLiteIntArrayCreate(out_dims), TfLiteIntArrayFree); in CalculateShapeForBroadcast()
Completed in 12 milliseconds