Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval_test.cc103 TfLiteIntArrayFree(input_tensor_.dims); in ~BaseLstmParam()
104 TfLiteIntArrayFree(i2i_tensor_.dims); in ~BaseLstmParam()
105 TfLiteIntArrayFree(i2f_tensor_.dims); in ~BaseLstmParam()
106 TfLiteIntArrayFree(i2c_tensor_.dims); in ~BaseLstmParam()
107 TfLiteIntArrayFree(i2o_tensor_.dims); in ~BaseLstmParam()
108 TfLiteIntArrayFree(r2i_tensor_.dims); in ~BaseLstmParam()
109 TfLiteIntArrayFree(r2f_tensor_.dims); in ~BaseLstmParam()
110 TfLiteIntArrayFree(r2c_tensor_.dims); in ~BaseLstmParam()
111 TfLiteIntArrayFree(r2o_tensor_.dims); in ~BaseLstmParam()
112 TfLiteIntArrayFree(layer_norm_input_tensor_.dims); in ~BaseLstmParam()
[all …]
Dkernel_util_test.cc136 TfLiteIntArrayFree(output); in TEST_F()
142 TfLiteIntArrayFree(output); in TEST_F()
152 TfLiteIntArrayFree(output); in TEST_F()
159 TfLiteIntArrayFree(output); in TEST_F()
169 TfLiteIntArrayFree(output); in TEST_F()
176 TfLiteIntArrayFree(output); in TEST_F()
200 TfLiteIntArrayFree(output); in TEST_F()
208 TfLiteIntArrayFree(output); in TEST_F()
216 TfLiteIntArrayFree(output); in TEST_F()
228 TfLiteIntArrayFree(output); in TEST_F()
[all …]
/external/tensorflow/tensorflow/lite/c/
Dcommon_test.cc30 TfLiteIntArrayFree(a); in TEST()
31 TfLiteIntArrayFree(b); in TEST()
43 TfLiteIntArrayFree(a); in TEST()
44 TfLiteIntArrayFree(b); in TEST()
63 TfLiteIntArrayFree(a); in TEST()
64 TfLiteIntArrayFree(b); in TEST()
65 TfLiteIntArrayFree(c); in TEST()
66 TfLiteIntArrayFree(d); in TEST()
Dcommon.c63 void TfLiteIntArrayFree(TfLiteIntArray* a) { free(a); } in TfLiteIntArrayFree() function
100 TfLiteIntArrayFree(q_params->zero_point); in TfLiteQuantizationFree()
115 TfLiteIntArrayFree(sparsity->traversal_order); in TfLiteSparsityFree()
120 TfLiteIntArrayFree(sparsity->block_map); in TfLiteSparsityFree()
129 TfLiteIntArrayFree(metadata.array_segments); in TfLiteSparsityFree()
131 TfLiteIntArrayFree(metadata.array_indices); in TfLiteSparsityFree()
144 if (t->dims) TfLiteIntArrayFree(t->dims); in TfLiteTensorFree()
148 TfLiteIntArrayFree((TfLiteIntArray *) t->dims_signature); in TfLiteTensorFree()
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dtopk_accuracy_eval_stage_test.cc81 TfLiteIntArrayFree(model_output_shape); in TEST()
97 TfLiteIntArrayFree(model_output_shape); in TEST()
115 TfLiteIntArrayFree(model_output_shape); in TEST()
131 TfLiteIntArrayFree(model_output_shape); in TEST()
147 TfLiteIntArrayFree(model_output_shape); in TEST()
162 TfLiteIntArrayFree(model_output_shape); in TEST()
179 TfLiteIntArrayFree(model_output_shape); in TEST()
200 TfLiteIntArrayFree(model_output_shape); in TEST()
257 TfLiteIntArrayFree(model_output_shape); in VerifyCorrectBehaviorForType()
/external/tensorflow/tensorflow/lite/delegates/hexagon/
Dutils_test.cc41 TfLiteIntArrayFree(shape_4d); in TEST()
57 TfLiteIntArrayFree(shape_2d); in TEST()
67 TfLiteIntArrayFree(shape_5d); in TEST()
/external/tensorflow/tensorflow/lite/delegates/
Dutils_test.cc71 TfLiteIntArrayFree(tensors[0].dims); in TEST()
72 TfLiteIntArrayFree(tensors[1].dims); in TEST()
117 TfLiteIntArrayFree(exec_plan_); in ~MockTfLiteContext()
119 TfLiteIntArrayFree(params.nodes_to_replace); in ~MockTfLiteContext()
120 TfLiteIntArrayFree(params.input_tensors); in ~MockTfLiteContext()
121 TfLiteIntArrayFree(params.output_tensors); in ~MockTfLiteContext()
Dutils.h63 virtual ~GraphPartitionHelper() { TfLiteIntArrayFree(supported_nodes_); } in ~GraphPartitionHelper()
Ddelegate_test_util.cc200 TfLiteIntArrayFree(nodes_to_separate); in SimpleDelegate()
215 TfLiteIntArrayFree(nodes_to_separate); in SimpleDelegate()
450 TfLiteIntArrayFree(nodes_to_separate); in FP16Delegate()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder_test.cc47 TfLiteIntArrayFree(tflite_tensor.dims); in TEST()
63 TfLiteIntArrayFree(tflite_tensor.dims); in TEST()
80 TfLiteIntArrayFree(tflite_tensor.dims); in TEST()
98 TfLiteIntArrayFree(tflite_tensor.dims); in TEST()
112 TfLiteIntArrayFree(tflite_tensor.dims); in TEST()
125 TfLiteIntArrayFree(tflite_tensor.dims); in TEST()
135 TfLiteIntArrayFree(exec_plan_); in ~DelegatedInterpreter()
137 TfLiteIntArrayFree(params.nodes_to_replace); in ~DelegatedInterpreter()
138 TfLiteIntArrayFree(params.input_tensors); in ~DelegatedInterpreter()
139 TfLiteIntArrayFree(params.output_tensors); in ~DelegatedInterpreter()
[all …]
/external/tensorflow/tensorflow/lite/
Dmodel_test.cc246 TfLiteIntArrayFree(desired_inputs); in TEST()
247 TfLiteIntArrayFree(desired_outputs); in TEST()
264 TfLiteIntArrayFree(desired_inputs); in TEST()
265 TfLiteIntArrayFree(desired_outputs); in TEST()
431 TfLiteIntArrayFree(traversal_order); in TEST()
437 TfLiteIntArrayFree(block_map); in TEST()
454 TfLiteIntArrayFree(array_segments); in TEST()
462 TfLiteIntArrayFree(array_indices); in TEST()
Dutil_test.cc38 TfLiteIntArrayFree(output); in TEST()
46 TfLiteIntArrayFree(output); in TEST()
Dgraph_info_test.cc48 TfLiteIntArrayFree(node.inputs); in ~SimpleTestGraph()
49 TfLiteIntArrayFree(node.outputs); in ~SimpleTestGraph()
104 TfLiteIntArrayFree(nodes_to_partition_int_array); in PartitionGraph()
Dutil.h69 if (a) TfLiteIntArrayFree(a); in operator()
Darena_planner_test.cc106 TfLiteIntArrayFree(node.inputs); in ~TestGraph()
107 TfLiteIntArrayFree(node.outputs); in ~TestGraph()
108 TfLiteIntArrayFree(node.temporaries); in ~TestGraph()
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc262 TfLiteIntArrayFree(node.inputs); in CleanupNode()
263 TfLiteIntArrayFree(node.outputs); in CleanupNode()
264 TfLiteIntArrayFree(node.temporaries); in CleanupNode()
265 TfLiteIntArrayFree(node.intermediates); in CleanupNode()
490 TfLiteIntArrayFree(params.nodes_to_replace); in FreeDelegatePartitioningData()
491 TfLiteIntArrayFree(params.input_tensors); in FreeDelegatePartitioningData()
492 TfLiteIntArrayFree(params.output_tensors); in FreeDelegatePartitioningData()
768 if (node.inputs) TfLiteIntArrayFree(node.inputs); in AddNodeWithParameters()
769 if (node.outputs) TfLiteIntArrayFree(node.outputs); in AddNodeWithParameters()
770 if (node.intermediates) TfLiteIntArrayFree(node.intermediates); in AddNodeWithParameters()
[all …]
/external/tensorflow/tensorflow/lite/experimental/resource/
Dresource_variable.cc42 TfLiteIntArrayFree(tensor_.dims); in ~ResourceVariable()
64 TfLiteIntArrayFree(old_dims); in AssignFrom()
/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
Dutil_test.cc46 TfLiteIntArrayFree(node_.inputs); in TearDown()
59 TfLiteIntArrayFree(tensor.dims); in FreeInputShapes()
Dreshape_op_builder.cc57 TfLiteIntArrayFree(shape); in SetShapeFromTensor()
105 TfLiteIntArrayFree(output_shape); in RegisterInputs()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dquant_lstm_sup.cc126 TfLiteIntArrayFree(recurrent_submatrix_dims); in DecomposeQuantLstmWeightsTensor()
127 TfLiteIntArrayFree(input_submatrix_dims); in DecomposeQuantLstmWeightsTensor()
/external/libtextclassifier/native/utils/tflite/
Dencoder_common_test.cc30 TfLiteIntArrayFree(a); in TEST()
/external/tensorflow/tensorflow/lite/delegates/flex/
Dbuffer_map_test.cc39 TfLiteIntArrayFree(t->dims); in MakeLiteTensor()
55 TfLiteIntArrayFree(t->dims); in MakeLiteTensor()
Dutil.cc49 TfLiteIntArrayFree(shape); in CopyShapeAndType()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/
Dtflite_model_reader.cc71 TfLiteIntArrayFree(ops_to_replace); in DelegatePrepare()
/external/tensorflow/tensorflow/lite/kernels/hashtable/
Dhashtable.cc100 TfLiteIntArrayFree(resource_handle_tensor->dims); in PrepareHashtable()

123