TensorRT 8.2.1
nvinfer1::plugin::softmaxTree Struct Reference

When performing yolo9000, softmaxTree is helping to do softmax on confidence scores, for element to get the precise classification through word-tree structured classification definition. More...

#include <NvInferPluginUtils.h>

Public Attributes

int32_t * leaf
 
int32_t n
 
int32_t * parent
 
int32_t * child
 
int32_t * group
 
char ** name
 
int32_t groups
 
int32_t * groupSize
 
int32_t * groupOffset
 

Detailed Description

When performing yolo9000, softmaxTree is helping to do softmax on confidence scores, for element to get the precise classification through word-tree structured classification definition.


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