Descriptor for three-dimensional data.
More...
#include <NvInferLegacyDims.h>
|
|
| Dims3 () |
| | Construct an empty Dims3 object.
|
| |
| | Dims3 (int32_t d0, int32_t d1, int32_t d2) |
| | Construct a Dims3 from 3 elements. More...
|
| |
|
|
int32_t | nbDims |
| | The rank (number of dimensions).
|
| |
|
int32_t | d [MAX_DIMS] |
| | The extent of each dimension.
|
| |
|
static constexpr int32_t | MAX_DIMS {8} |
| | The maximum rank (number of dimensions) supported for a tensor.
|
| |
Descriptor for three-dimensional data.
◆ Dims3()
| nvinfer1::Dims3::Dims3 |
( |
int32_t |
d0, |
|
|
int32_t |
d1, |
|
|
int32_t |
d2 |
|
) |
| |
|
inline |
Construct a Dims3 from 3 elements.
- Parameters
-
| d0 | The first element. |
| d1 | The second element. |
| d2 | The third element. |
The documentation for this class was generated from the following file: