NVIDIA DeepStream SDK API Reference

7.1 Release
ds3d::impl::filter::ModelInputDesc Struct Reference

Detailed Description

Definition at line 29 of file lidar_preprocess_config.h.

Inheritance diagram for ds3d::impl::filter::ModelInputDesc:
Collaboration diagram for ds3d::impl::filter::ModelInputDesc:

Data Fields

std::string fromKey
 
bool is2DFrame = false
 
InferMemType memType
 Memory type of the buffer allocation. More...
 
long int devId
 Device (GPU) ID where the buffer is allocated. More...
 
InferDataType dataType
 Datatype associated with the buffer. More...
 
InferDims dims
 Dimensions of the tensor. More...
 
uint32_t elementSize
 Per element bytes, except kString (with elementSize is 0) More...
 
std::string name
 Name of the buffer. More...
 
bool isInput
 Boolean indicating input or output buffer. More...
 

Field Documentation

◆ dataType

InferDataType nvdsinferserver::InferBufferDescription::dataType
inherited

◆ devId

long int nvdsinferserver::InferBufferDescription::devId
inherited

Device (GPU) ID where the buffer is allocated.

Definition at line 176 of file infer_datatypes.h.

◆ dims

InferDims nvdsinferserver::InferBufferDescription::dims
inherited

◆ elementSize

uint32_t nvdsinferserver::InferBufferDescription::elementSize
inherited

Per element bytes, except kString (with elementSize is 0)

Definition at line 188 of file infer_datatypes.h.

Referenced by nvdsinferserver::RefBatchBuffer::getBufOffset(), and nvdsinferserver::RefBatchBuffer::getBufPtr().

◆ fromKey

std::string ds3d::impl::filter::ModelInputDesc::fromKey

Definition at line 30 of file lidar_preprocess_config.h.

Referenced by ds3d::impl::filter::parseConfig().

◆ is2DFrame

bool ds3d::impl::filter::ModelInputDesc::is2DFrame = false

Definition at line 31 of file lidar_preprocess_config.h.

Referenced by ds3d::impl::filter::parseConfig().

◆ isInput

bool nvdsinferserver::InferBufferDescription::isInput
inherited

Boolean indicating input or output buffer.

Definition at line 196 of file infer_datatypes.h.

◆ memType

InferMemType nvdsinferserver::InferBufferDescription::memType
inherited

Memory type of the buffer allocation.

Definition at line 172 of file infer_datatypes.h.

◆ name

std::string nvdsinferserver::InferBufferDescription::name
inherited

Name of the buffer.

Definition at line 192 of file infer_datatypes.h.

Referenced by ds3d::impl::filter::parseConfig(), and nvdsinferserver::CudaTensorBuf::setName().


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