Definition at line 29 of file sources/libs/ds3d/datafilter/lidar_preprocess/lidar_preprocess_config.h.


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... | |
|
inherited |
Datatype associated with the buffer.
Definition at line 180 of file sources/includes/nvdsinferserver/infer_datatypes.h.
Referenced by nvdsinferserver::RefBatchBuffer::getBufOffset(), nvdsinferserver::RefBatchBuffer::getBufPtr(), and ds3d::impl::filter::parseConfig().
|
inherited |
Device (GPU) ID where the buffer is allocated.
Definition at line 176 of file sources/includes/nvdsinferserver/infer_datatypes.h.
|
inherited |
Dimensions of the tensor.
Definition at line 184 of file sources/includes/nvdsinferserver/infer_datatypes.h.
Referenced by nvdsinferserver::RefBatchBuffer::getBufOffset(), nvdsinferserver::RefBatchBuffer::getBufPtr(), and ds3d::impl::filter::parseConfig().
|
inherited |
Per element bytes, except kString (with elementSize is 0)
Definition at line 188 of file sources/includes/nvdsinferserver/infer_datatypes.h.
Referenced by nvdsinferserver::RefBatchBuffer::getBufOffset(), and nvdsinferserver::RefBatchBuffer::getBufPtr().
| std::string ds3d::impl::filter::ModelInputDesc::fromKey |
Definition at line 30 of file sources/libs/ds3d/datafilter/lidar_preprocess/lidar_preprocess_config.h.
Referenced by ds3d::impl::filter::parseConfig().
| bool ds3d::impl::filter::ModelInputDesc::is2DFrame = false |
Definition at line 31 of file sources/libs/ds3d/datafilter/lidar_preprocess/lidar_preprocess_config.h.
Referenced by ds3d::impl::filter::parseConfig().
|
inherited |
Boolean indicating input or output buffer.
Definition at line 196 of file sources/includes/nvdsinferserver/infer_datatypes.h.
|
inherited |
Memory type of the buffer allocation.
Definition at line 172 of file sources/includes/nvdsinferserver/infer_datatypes.h.
|
inherited |
Name of the buffer.
Definition at line 192 of file sources/includes/nvdsinferserver/infer_datatypes.h.
Referenced by ds3d::impl::filter::parseConfig(), and nvdsinferserver::CudaTensorBuf::setName().