TensorRT 8.4.0
nvinfer1::safe::FloatingPointErrorInformation Struct Reference

Space to record information about floating point runtime errors. More...

#include <NvInferSafeRuntime.h>

Public Attributes

int32_t nbNanErrors
 Total count of errors relating to NAN values (0 if none) More...
 
int32_t nbInfErrors
 Total count of errors relating to INF values (0 if none) More...
 

Detailed Description

Space to record information about floating point runtime errors.

NAN errors occur when NAN values are stored in an INT8 quantized datatype. INF errors occur when +-INF values are stored in an INT8 quantized datatype.

Member Data Documentation

◆ nbInfErrors

int32_t nvinfer1::safe::FloatingPointErrorInformation::nbInfErrors

Total count of errors relating to INF values (0 if none)

◆ nbNanErrors

int32_t nvinfer1::safe::FloatingPointErrorInformation::nbNanErrors

Total count of errors relating to NAN values (0 if none)


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