Home
last modified time | relevance | path

Searched defs:NMSTaskParam (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Ddetection_postprocess.cc499 struct NMSTaskParam { struct
502 TfLiteContext* context;
503 TfLiteNode* node;
504 OpData* op_data;
505 const float* scores;
507 int num_classes;
508 int num_boxes;
509 int label_offset;
510 int num_classes_with_background;
511 int num_detections_per_class;
[all …]