TensorRT 8.6.1
|
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... | |
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.
int32_t nvinfer1::safe::FloatingPointErrorInformation::nbInfErrors |
Total count of errors relating to INF values (0 if none)
int32_t nvinfer1::safe::FloatingPointErrorInformation::nbNanErrors |
Total count of errors relating to NAN values (0 if none)