TensorRT 8.6.1
|
This is the complete list of members for nvinfer1::IRefitter, including all inherited members.
destroy() noexcept | nvinfer1::IRefitter | inline |
getAll(int32_t size, char const **layerNames, WeightsRole *roles) noexcept | nvinfer1::IRefitter | inline |
getAllWeights(int32_t size, char const **weightsNames) noexcept | nvinfer1::IRefitter | inline |
getDynamicRangeMax(char const *tensorName) const noexcept | nvinfer1::IRefitter | inline |
getDynamicRangeMin(char const *tensorName) const noexcept | nvinfer1::IRefitter | inline |
getErrorRecorder() const noexcept | nvinfer1::IRefitter | inline |
getLogger() const noexcept | nvinfer1::IRefitter | inline |
getMaxThreads() const noexcept | nvinfer1::IRefitter | inline |
getMissing(int32_t size, char const **layerNames, WeightsRole *roles) noexcept | nvinfer1::IRefitter | inline |
getMissingWeights(int32_t size, char const **weightsNames) noexcept | nvinfer1::IRefitter | inline |
getTensorsWithDynamicRange(int32_t size, char const **tensorNames) const noexcept | nvinfer1::IRefitter | inline |
INoCopy()=default | nvinfer1::INoCopy | protected |
INoCopy(INoCopy const &other)=delete | nvinfer1::INoCopy | protected |
INoCopy(INoCopy &&other)=delete | nvinfer1::INoCopy | protected |
mImpl | nvinfer1::IRefitter | protected |
operator=(INoCopy const &other)=delete | nvinfer1::INoCopy | protected |
operator=(INoCopy &&other)=delete | nvinfer1::INoCopy | protected |
refitCudaEngine() noexcept | nvinfer1::IRefitter | inline |
setDynamicRange(char const *tensorName, float min, float max) noexcept | nvinfer1::IRefitter | inline |
setErrorRecorder(IErrorRecorder *recorder) noexcept | nvinfer1::IRefitter | inline |
setMaxThreads(int32_t maxThreads) noexcept | nvinfer1::IRefitter | inline |
setNamedWeights(char const *name, Weights weights) noexcept | nvinfer1::IRefitter | inline |
setWeights(char const *layerName, WeightsRole role, Weights weights) noexcept | nvinfer1::IRefitter | inline |
~INoCopy()=default | nvinfer1::INoCopy | protectedvirtual |
~IRefitter() noexcept=default | nvinfer1::IRefitter | virtual |