|
TensorRT
|
#include <NvInfer.h>
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... | |
Entropy calibrator. This is the preferred calibrator, as it is less complicated than the legacy calibrator and produces better results.