TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
BboxInfo< T > Struct Template Reference
Collaboration diagram for BboxInfo< T >:

Public Member Functions

 BboxInfo (T conf_score, int label, int bbox_idx, bool kept)
 
 BboxInfo ()=default
 

Public Attributes

conf_score
 
int label
 
int bbox_idx
 
bool kept
 

Constructor & Destructor Documentation

◆ BboxInfo() [1/2]

template<typename T >
BboxInfo< T >::BboxInfo ( conf_score,
int  label,
int  bbox_idx,
bool  kept 
)
inline

◆ BboxInfo() [2/2]

template<typename T >
BboxInfo< T >::BboxInfo ( )
default

Member Data Documentation

◆ conf_score

template<typename T >
T BboxInfo< T >::conf_score

◆ label

template<typename T >
int BboxInfo< T >::label

◆ bbox_idx

template<typename T >
int BboxInfo< T >::bbox_idx

◆ kept

template<typename T >
bool BboxInfo< T >::kept

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