TensorRT  8.0.0
nvinfer1::apiv::VRefitter Class Referenceabstract
Inheritance diagram for nvinfer1::apiv::VRefitter:
nvinfer1::apiv::VRoot

Public Member Functions

virtual bool setWeights (const char *layerName, WeightsRole role, const Weights weights) noexcept=0
 
virtual bool refitCudaEngine () noexcept=0
 
virtual int32_t getMissing (int32_t size, const char **layerNames, WeightsRole *roles) noexcept=0
 
virtual int32_t getAll (int32_t size, const char **layerNames, WeightsRole *roles) noexcept=0
 
virtual bool setDynamicRange (const char *tensorName, float min, float max) noexcept=0
 
virtual float getDynamicRangeMin (const char *tensorName) const noexcept=0
 
virtual float getDynamicRangeMax (const char *tensorName) const noexcept=0
 
virtual int32_t getTensorsWithDynamicRange (int32_t size, const char **tensorNames) const noexcept=0
 
virtual void setErrorRecorder (IErrorRecorder *recorder) noexcept=0
 
virtual IErrorRecordergetErrorRecorder () const noexcept=0
 
virtual bool setNamedWeights (const char *name, Weights weights) noexcept=0
 
virtual int32_t getMissingWeights (int32_t size, const char **weightsNames) noexcept=0
 
virtual int32_t getAllWeights (int32_t size, const char **weightsNames) noexcept=0
 

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