TensorRT
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
nvinfer1::IInt8EntropyCalibrator Class Reference

#include <NvInfer.h>

Inheritance diagram for nvinfer1::IInt8EntropyCalibrator:
nvinfer1::IInt8Calibrator

Additional Inherited Members

- Public Member Functions inherited from nvinfer1::IInt8Calibrator
virtual int getBatchSize () const =0
 get the batch size used for calibration batches More...
 
virtual bool getBatch (void *bindings[], const char *names[], int nbBindings)=0
 get a batch of input for calibration. More...
 
virtual const void * readCalibrationCache (std::size_t &length)=0
 load a calibration cache. More...
 
virtual void writeCalibrationCache (const void *ptr, std::size_t length)=0
 save a calibration cache More...
 

Detailed Description

Entropy calibrator. This is the preferred calibrator, as it is less complicated than the legacy calibrator and produces better results


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