TensorRT  8.0.0
nvinfer1::INoCopy Class Reference

Forward declaration of IPluginFactory for use by other interfaces. More...

#include <NvInferRuntime.h>

Inheritance diagram for nvinfer1::INoCopy:
nvinfer1::IAlgorithm nvinfer1::IAlgorithmContext nvinfer1::IAlgorithmIOInfo nvinfer1::IAlgorithmVariant nvinfer1::IBuilder nvinfer1::IBuilderConfig nvinfer1::ICudaEngine nvinfer1::IDimensionExpr nvinfer1::IExecutionContext nvinfer1::IExprBuilder nvinfer1::IHostMemory nvinfer1::ILayer nvinfer1::ILoop nvinfer1::INetworkDefinition nvinfer1::IOptimizationProfile nvinfer1::IRefitter nvinfer1::IRuntime nvinfer1::ITensor nvinfer1::ITimingCache

Protected Member Functions

 INoCopy (const INoCopy &other)=delete
 
INoCopyoperator= (const INoCopy &other)=delete
 
 INoCopy (INoCopy &&other)=delete
 
INoCopyoperator= (INoCopy &&other)=delete
 

Detailed Description

Forward declaration of IPluginFactory for use by other interfaces.

Base class for all TensorRT interfaces that are implemented by the TensorRT libraries

Objects of such classes are not movable or copyable, and should only be manipulated via pointers.


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