TensorRT 10.0.0
nvinfer1::DynamicPluginTensorDesc Struct Reference

Summarizes tensors that a plugin might see for an input or output. More...

#include <NvInferRuntime.h>

Public Attributes

PluginTensorDesc desc
 Information required to interpret a pointer to tensor data, except that desc.dims has -1 in place of any runtime dimension. More...
 
Dims min
 Lower bounds on tensor’s dimensions. More...
 
Dims max
 Upper bounds on tensor’s dimensions. More...
 
Dims opt
 Optimum value of tensor’s dimensions specified for auto-tuning. More...
 

Detailed Description

Summarizes tensors that a plugin might see for an input or output.

Member Data Documentation

◆ desc

PluginTensorDesc nvinfer1::DynamicPluginTensorDesc::desc

Information required to interpret a pointer to tensor data, except that desc.dims has -1 in place of any runtime dimension.

◆ max

Dims nvinfer1::DynamicPluginTensorDesc::max

Upper bounds on tensor’s dimensions.

◆ min

Dims nvinfer1::DynamicPluginTensorDesc::min

Lower bounds on tensor’s dimensions.

◆ opt

Dims nvinfer1::DynamicPluginTensorDesc::opt

Optimum value of tensor’s dimensions specified for auto-tuning.


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