TensorRT 8.6.1
|
Structure to define the dimensions of a tensor. More...
#include <NvInferRuntimeBase.h>
Structure to define the dimensions of a tensor.
TensorRT can also return an invalid dims structure. This structure is represented by nbDims == -1 and d[i] == 0 for all d.
TensorRT can also return an "unknown rank" dims structure. This structure is represented by nbDims == -1 and d[i] == -1 for all d.