TensorRT  6.0.1.5
nvinfer1::Dims3 Class Reference

Descriptor for three-dimensional data. More...

#include <NvInfer.h>

Inheritance diagram for nvinfer1::Dims3:
nvinfer1::Dims nvinfer1::DimsCHW

Public Member Functions

 Dims3 ()
 Construct an empty Dims3 object.
 
 Dims3 (int d0, int d1, int d2)
 Construct a Dims3 from 3 elements. More...
 

Additional Inherited Members

- Public Attributes inherited from nvinfer1::Dims
int nbDims
 The number of dimensions.
 
int d [MAX_DIMS]
 The extent of each dimension.
 
TRT_DEPRECATED DimensionType type [MAX_DIMS]
 The type of each dimension.
 
- Static Public Attributes inherited from nvinfer1::Dims
static const int MAX_DIMS = 8
 The maximum number of dimensions supported for a tensor.
 

Detailed Description

Descriptor for three-dimensional data.

Constructor & Destructor Documentation

◆ Dims3()

nvinfer1::Dims3::Dims3 ( int  d0,
int  d1,
int  d2 
)
inline

Construct a Dims3 from 3 elements.

Parameters
d0The first element.
d1The second element.
d2The third element.

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