NVIDIA DeepStream SDK API Reference6.0.1 Release |
Holds model parameters for tensor preparation.
Definition at line 136 of file nvdspreprocess_interface.h.
Data Fields | |
NvDsPreProcessNetworkInputOrder | network_input_order |
network order at which model will work More... | |
std::vector< int > | network_input_shape |
Hold the network shape - interpreted based on network input order For resnet10 : NCHW = infer-batch-size;height;width;num-channels. More... | |
NvDsPreProcessFormat | network_color_format |
Holds the network input format. More... | |
guint64 | buffer_size = 1 |
size of tensor buffer More... | |
NvDsDataType | data_type |
DataType for tensor formation. More... | |
NvBufSurfaceMemType | memory_type |
Memory Type for tensor formation. More... | |
std::string | tensor_name |
Name of the tensor same as input layer name of model. More... | |
guint64 NvDsPreProcessTensorParams::buffer_size = 1 |
size of tensor buffer
Definition at line 146 of file nvdspreprocess_interface.h.
NvDsDataType NvDsPreProcessTensorParams::data_type |
DataType for tensor formation.
Definition at line 148 of file nvdspreprocess_interface.h.
NvBufSurfaceMemType NvDsPreProcessTensorParams::memory_type |
Memory Type for tensor formation.
Definition at line 150 of file nvdspreprocess_interface.h.
NvDsPreProcessFormat NvDsPreProcessTensorParams::network_color_format |
Holds the network input format.
Definition at line 144 of file nvdspreprocess_interface.h.
NvDsPreProcessNetworkInputOrder NvDsPreProcessTensorParams::network_input_order |
network order at which model will work
Definition at line 139 of file nvdspreprocess_interface.h.
std::vector<int> NvDsPreProcessTensorParams::network_input_shape |
Hold the network shape - interpreted based on network input order For resnet10 : NCHW = infer-batch-size;height;width;num-channels.
Definition at line 142 of file nvdspreprocess_interface.h.
std::string NvDsPreProcessTensorParams::tensor_name |
Name of the tensor same as input layer name of model.
Definition at line 152 of file nvdspreprocess_interface.h.