NVIDIA DeepStream SDK API Reference

6.4 Release
cvcore::ModelInputParams Struct Reference

Detailed Description

Struct to describe input type required by the model.

Definition at line 23 of file Model.h.

Data Fields

size_t maxBatchSize
 maxbatchSize supported by network More...
 
size_t inputLayerWidth
 Input layer width. More...
 
size_t inputLayerHeight
 Input layer Height. More...
 
ImageType modelInputType
 Input Layout type. More...
 

Field Documentation

◆ inputLayerHeight

size_t cvcore::ModelInputParams::inputLayerHeight

Input layer Height.

Definition at line 27 of file Model.h.

◆ inputLayerWidth

size_t cvcore::ModelInputParams::inputLayerWidth

Input layer width.

Definition at line 26 of file Model.h.

◆ maxBatchSize

size_t cvcore::ModelInputParams::maxBatchSize

maxbatchSize supported by network

Definition at line 25 of file Model.h.

◆ modelInputType

ImageType cvcore::ModelInputParams::modelInputType

Input Layout type.

Definition at line 28 of file Model.h.


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