Holds build parameters required for implicit batch dimension network.
Definition at line 163 of file sources/libs/nvdsinfer/nvdsinfer_model_builder.h.


Public Types | |
| using | TensorIOFormat = std::tuple< nvinfer1::DataType, nvinfer1::TensorFormats > |
| using | TensorIOFormat = std::tuple< nvinfer1::DataType, nvinfer1::TensorFormats > |
| using | LayerDevicePrecision = std::tuple< nvinfer1::DataType, nvinfer1::DeviceType > |
| using | LayerDevicePrecision = std::tuple< nvinfer1::DataType, nvinfer1::DeviceType > |
Data Fields | |
| int | maxBatchSize = 0 |
| std::vector< nvinfer1::Dims > | inputDims |
| size_t | workspaceSize = kWorkSpaceSize |
| NvDsInferNetworkMode | networkMode = NvDsInferNetworkMode_FP32 |
| std::string | int8CalibrationFilePath |
| int | dlaCore = -1 |
| std::vector< TensorIOFormat > | inputFormats |
| std::unordered_map< std::string, TensorIOFormat > | outputFormats |
| std::unordered_map< std::string, LayerDevicePrecision > | layerDevicePrecisions |
|
inherited |
Definition at line 144 of file sources/libs/nvdsinfer/nvdsinfer_model_builder.h.
|
inherited |
Definition at line 144 of file 9.1/sources/libs/nvdsinfer/nvdsinfer_model_builder.h.
|
inherited |
Definition at line 142 of file sources/libs/nvdsinfer/nvdsinfer_model_builder.h.
|
inherited |
Definition at line 142 of file 9.1/sources/libs/nvdsinfer/nvdsinfer_model_builder.h.
|
inherited |
Definition at line 149 of file sources/libs/nvdsinfer/nvdsinfer_model_builder.h.
| std::vector< nvinfer1::Dims > nvdsinfer::ImplicitBuildParams::inputDims |
Definition at line 166 of file sources/libs/nvdsinfer/nvdsinfer_model_builder.h.
|
inherited |
Definition at line 150 of file sources/libs/nvdsinfer/nvdsinfer_model_builder.h.
|
inherited |
Definition at line 148 of file sources/libs/nvdsinfer/nvdsinfer_model_builder.h.
|
inherited |
Definition at line 152 of file sources/libs/nvdsinfer/nvdsinfer_model_builder.h.
| int nvdsinfer::ImplicitBuildParams::maxBatchSize = 0 |
Definition at line 165 of file sources/libs/nvdsinfer/nvdsinfer_model_builder.h.
|
inherited |
Definition at line 147 of file sources/libs/nvdsinfer/nvdsinfer_model_builder.h.
|
inherited |
Definition at line 151 of file sources/libs/nvdsinfer/nvdsinfer_model_builder.h.
|
inherited |
Definition at line 146 of file sources/libs/nvdsinfer/nvdsinfer_model_builder.h.