|
TensorRT
|
Structure to define the dimensions of a tensor. More...
#include <NvInfer.h>
Public Attributes | |
| int | nbDims |
| The number of dimensions. | |
| int | d [MAX_DIMS] |
| The extent of each dimension. | |
| DimensionType | type [MAX_DIMS] |
| The type of each dimension. | |
Static Public Attributes | |
| static const int | MAX_DIMS = 8 |
| The maximum number of dimensions supported for a tensor. | |
Structure to define the dimensions of a tensor.