TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
nvinfer1::DynamicPluginTensorDesc Class Reference
Collaboration diagram for nvinfer1::DynamicPluginTensorDesc:

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...
 

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.

◆ min

Dims nvinfer1::DynamicPluginTensorDesc::min

Lower bounds on tensor’s dimensions.

◆ max

Dims nvinfer1::DynamicPluginTensorDesc::max

Upper bounds on tensor’s dimensions.


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