Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Ddetection_postprocess.cc91 int scores_index; member
119 context->AddTensors(context, 1, &op_data->scores_index); in Init()
190 node->temporaries->data[1] = op_data->scores_index; in Prepare()
201 TfLiteTensor* scores = &context->tensors[op_data->scores_index]; in Prepare()
679 TfLiteTensor* temporary_scores = &context->tensors[op_data->scores_index]; in NonMaxSuppressionMultiClass()