TensorRT 8.4.0
nvinfer1::Dims32 Class Reference

#include <NvInferRuntimeCommon.h>

Inheritance diagram for nvinfer1::Dims32:
nvinfer1::Dims2 nvinfer1::Dims3 nvinfer1::Dims4 nvinfer1::DimsHW

Public Attributes

int32_t nbDims
 The rank (number of dimensions). More...
 
int32_t d [MAX_DIMS]
 The extent of each dimension. More...
 

Static Public Attributes

static constexpr int32_t MAX_DIMS {8}
 The maximum rank (number of dimensions) supported for a tensor. More...
 

Member Data Documentation

◆ d

int32_t nvinfer1::Dims32::d[MAX_DIMS]

The extent of each dimension.

◆ MAX_DIMS

constexpr int32_t nvinfer1::Dims32::MAX_DIMS {8}
staticconstexpr

The maximum rank (number of dimensions) supported for a tensor.

◆ nbDims

int32_t nvinfer1::Dims32::nbDims

The rank (number of dimensions).


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