|
TensorRT 8.2.1
|
Fields that a plugin might see for an input or output. More...
#include <NvInferRuntimeCommon.h>
Public Attributes | |
| Dims | dims |
| Dimensions. | |
| DataType | type |
| TensorFormat | format |
| Tensor format. | |
| float | scale |
| Scale for INT8 data type. | |
Fields that a plugin might see for an input or output.
Scale is only valid when data type is DataType::kINT8. TensorRT will set the value to -1.0f if it is invalid.
| DataType nvinfer1::PluginTensorDesc::type |