Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dnon_max_suppression.cc132 TfLiteTensor* output_selected_indices; in Prepare() local
136 &output_selected_indices)); in Prepare()
137 output_selected_indices->type = kTfLiteInt32; in Prepare()
152 SetTensorSizes(context, output_selected_indices, {max_output_size_value}); in Prepare()
155 SetTensorToDynamic(output_selected_indices); in Prepare()
160 TfLiteTensor* output_selected_indices; in Prepare() local
163 &output_selected_indices)); in Prepare()
164 output_selected_indices->type = kTfLiteInt32; in Prepare()
173 SetTensorSizes(context, output_selected_indices, {max_output_size_value}); in Prepare()
175 SetTensorToDynamic(output_selected_indices); in Prepare()
[all …]