NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwBlobSize Struct Reference

Detailed Description

Holds blob dimensions.

Definition at line 217 of file TypesExtra.h.

Data Fields

uint32_t batchsize
 Batch size (n). More...
 
uint32_t channels
 Number of channels (c). More...
 
uint32_t height
 Height (h). More...
 
uint32_t width
 Width (w). More...
 

Field Documentation

◆ batchsize

uint32_t dwBlobSize::batchsize

Batch size (n).

Definition at line 220 of file TypesExtra.h.

◆ channels

uint32_t dwBlobSize::channels

Number of channels (c).

Definition at line 223 of file TypesExtra.h.

◆ height

uint32_t dwBlobSize::height

Height (h).

Definition at line 226 of file TypesExtra.h.

◆ width

uint32_t dwBlobSize::width

Width (w).

Definition at line 229 of file TypesExtra.h.


The documentation for this struct was generated from the following file: