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

Public Member Functions

virtual bool setDimensions (const char *inputName, OptProfileSelector select, Dims dims) noexcept=0
 
virtual Dims getDimensions (const char *inputName, OptProfileSelector select) const noexcept=0
 
virtual bool setShapeValues (const char *inputName, OptProfileSelector select, const int32_t *values, int32_t nbValues) noexcept=0
 
virtual int32_t getNbShapeValues (const char *inputName) const noexcept=0
 
virtual int32_t const * getShapeValues (const char *inputName, OptProfileSelector select) const noexcept=0
 
virtual bool setExtraMemoryTarget (float target) noexcept=0
 
virtual float getExtraMemoryTarget () const noexcept=0
 
virtual bool isValid () const noexcept=0
 

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