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... | |
uint32_t dwBlobSize::batchsize |
Batch size (n).
Definition at line 220 of file TypesExtra.h.
uint32_t dwBlobSize::channels |
Number of channels (c).
Definition at line 223 of file TypesExtra.h.
uint32_t dwBlobSize::height |
Height (h).
Definition at line 226 of file TypesExtra.h.
uint32_t dwBlobSize::width |
Width (w).
Definition at line 229 of file TypesExtra.h.