DriveWorks SDK Reference
3.0.4260 Release
For Test and Development only

DNN Types

Detailed Description

Defines structures used by DNN and DNN related modules.

Note
SW Release Applicability: These APIs are available in both NVIDIA DriveWorks and NVIDIA DRIVE Software releases.

Data Structures

struct  dwBlobSize
 Holds blob dimensions. More...
 

Data Structure Documentation

◆ dwBlobSize

struct dwBlobSize
Data Fields
uint32_t batchsize Batch size (n).
uint32_t channels Number of channels (c).
uint32_t height Height (h).
uint32_t width Width (w).