ONE - On-device Neural Engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
onert::ir::operation::DetectionPostProcess::Param Struct Reference

#include <DetectionPostProcess.h>

Collaboration diagram for onert::ir::operation::DetectionPostProcess::Param:

Data Fields

int max_detections
 
float score_threshold
 
float iou_threshold
 
int max_boxes_per_class
 
int32_t num_classes
 
int32_t max_classes_per_detection
 
bool center_size_boxes
 
bool do_fast_eval = true
 
Scale scale
 

Detailed Description

Definition at line 51 of file DetectionPostProcess.h.

Field Documentation

◆ center_size_boxes

bool onert::ir::operation::DetectionPostProcess::Param::center_size_boxes

Definition at line 60 of file DetectionPostProcess.h.

Referenced by onert::backend::cpu::KernelGenerator::visit().

◆ do_fast_eval

bool onert::ir::operation::DetectionPostProcess::Param::do_fast_eval = true

Definition at line 61 of file DetectionPostProcess.h.

◆ iou_threshold

float onert::ir::operation::DetectionPostProcess::Param::iou_threshold

Definition at line 55 of file DetectionPostProcess.h.

Referenced by onert::backend::cpu::KernelGenerator::visit().

◆ max_boxes_per_class

int onert::ir::operation::DetectionPostProcess::Param::max_boxes_per_class

Definition at line 56 of file DetectionPostProcess.h.

Referenced by onert::backend::cpu::KernelGenerator::visit().

◆ max_classes_per_detection

int32_t onert::ir::operation::DetectionPostProcess::Param::max_classes_per_detection

Definition at line 58 of file DetectionPostProcess.h.

Referenced by onert::backend::cpu::KernelGenerator::visit().

◆ max_detections

int onert::ir::operation::DetectionPostProcess::Param::max_detections

Definition at line 53 of file DetectionPostProcess.h.

Referenced by onert::backend::cpu::KernelGenerator::visit().

◆ num_classes

int32_t onert::ir::operation::DetectionPostProcess::Param::num_classes

Definition at line 57 of file DetectionPostProcess.h.

Referenced by onert::backend::cpu::KernelGenerator::visit().

◆ scale

Scale onert::ir::operation::DetectionPostProcess::Param::scale

Definition at line 62 of file DetectionPostProcess.h.

Referenced by onert::backend::cpu::KernelGenerator::visit().

◆ score_threshold

float onert::ir::operation::DetectionPostProcess::Param::score_threshold

Definition at line 54 of file DetectionPostProcess.h.

Referenced by onert::backend::cpu::KernelGenerator::visit().


The documentation for this struct was generated from the following file: