|
TensorRT
|
Descriptor for two-dimensional spatial data. More...
#include <NvInfer.h>
Public Member Functions | |
| DimsHW () | |
| Construct an empty DimsHW object. | |
| DimsHW (int height, int width) | |
| Construct a DimsHW given height and width. More... | |
| int & | h () |
| Get the height. More... | |
| int | h () const |
| Get the height. More... | |
| int & | w () |
| Get the width. More... | |
| int | w () const |
| Get the width. More... | |
Public Member Functions inherited from nvinfer1::Dims2 | |
| Dims2 () | |
| Construct an empty Dims2 object. | |
| Dims2 (int d0, int d1) | |
| Construct a Dims2 from 2 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. | |
| 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. | |
Descriptor for two-dimensional spatial data.
|
inline |
Construct a DimsHW given height and width.
| Height | the height of the data |
| Width | the width of the data |
|
inline |
Get the height.
|
inline |
Get the height.
|
inline |
Get the width.
|
inline |
Get the width.