/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval_test.cc | 103 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 …]
|
D | kernel_util_test.cc | 136 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/ |
D | common_test.cc | 30 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()
|
D | common.c | 63 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/ |
D | topk_accuracy_eval_stage_test.cc | 81 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/ |
D | utils_test.cc | 41 TfLiteIntArrayFree(shape_4d); in TEST() 57 TfLiteIntArrayFree(shape_2d); in TEST() 67 TfLiteIntArrayFree(shape_5d); in TEST()
|
/external/tensorflow/tensorflow/lite/delegates/ |
D | utils_test.cc | 71 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()
|
D | utils.h | 63 virtual ~GraphPartitionHelper() { TfLiteIntArrayFree(supported_nodes_); } in ~GraphPartitionHelper()
|
D | delegate_test_util.cc | 200 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/ |
D | model_builder_test.cc | 47 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/ |
D | model_test.cc | 246 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()
|
D | util_test.cc | 38 TfLiteIntArrayFree(output); in TEST() 46 TfLiteIntArrayFree(output); in TEST()
|
D | graph_info_test.cc | 48 TfLiteIntArrayFree(node.inputs); in ~SimpleTestGraph() 49 TfLiteIntArrayFree(node.outputs); in ~SimpleTestGraph() 104 TfLiteIntArrayFree(nodes_to_partition_int_array); in PartitionGraph()
|
D | util.h | 69 if (a) TfLiteIntArrayFree(a); in operator()
|
D | arena_planner_test.cc | 106 TfLiteIntArrayFree(node.inputs); in ~TestGraph() 107 TfLiteIntArrayFree(node.outputs); in ~TestGraph() 108 TfLiteIntArrayFree(node.temporaries); in ~TestGraph()
|
/external/tensorflow/tensorflow/lite/core/ |
D | subgraph.cc | 262 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/ |
D | resource_variable.cc | 42 TfLiteIntArrayFree(tensor_.dims); in ~ResourceVariable() 64 TfLiteIntArrayFree(old_dims); in AssignFrom()
|
/external/tensorflow/tensorflow/lite/delegates/coreml/builders/ |
D | util_test.cc | 46 TfLiteIntArrayFree(node_.inputs); in TearDown() 59 TfLiteIntArrayFree(tensor.dims); in FreeInputShapes()
|
D | reshape_op_builder.cc | 57 TfLiteIntArrayFree(shape); in SetShapeFromTensor() 105 TfLiteIntArrayFree(output_shape); in RegisterInputs()
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | quant_lstm_sup.cc | 126 TfLiteIntArrayFree(recurrent_submatrix_dims); in DecomposeQuantLstmWeightsTensor() 127 TfLiteIntArrayFree(input_submatrix_dims); in DecomposeQuantLstmWeightsTensor()
|
/external/libtextclassifier/native/utils/tflite/ |
D | encoder_common_test.cc | 30 TfLiteIntArrayFree(a); in TEST()
|
/external/tensorflow/tensorflow/lite/delegates/flex/ |
D | buffer_map_test.cc | 39 TfLiteIntArrayFree(t->dims); in MakeLiteTensor() 55 TfLiteIntArrayFree(t->dims); in MakeLiteTensor()
|
D | util.cc | 49 TfLiteIntArrayFree(shape); in CopyShapeAndType()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/ |
D | tflite_model_reader.cc | 71 TfLiteIntArrayFree(ops_to_replace); in DelegatePrepare()
|
/external/tensorflow/tensorflow/lite/kernels/hashtable/ |
D | hashtable.cc | 100 TfLiteIntArrayFree(resource_handle_tensor->dims); in PrepareHashtable()
|