ModelParser base.
Any model parser implementation must inherit from the IModelParser interface.
Definition at line 51 of file nvdsinfer_model_builder.h.
Public Member Functions | |
BaseModelParser (const NvDsInferContextInitParams ¶ms, const std::shared_ptr< DlLibHandle > &dllib) | |
virtual | ~BaseModelParser () |
virtual bool | isValid () const =0 |
Protected Attributes | |
NvDsInferContextInitParams | m_ModelParams |
std::shared_ptr< DlLibHandle > | m_LibHandle |
|
inline |
Definition at line 54 of file nvdsinfer_model_builder.h.
|
inlinevirtual |
Definition at line 57 of file nvdsinfer_model_builder.h.
|
pure virtual |
Implemented in nvdsinfer::CustomModelParser, and nvdsinfer::OnnxModelParser.
|
protected |
Definition at line 65 of file nvdsinfer_model_builder.h.
|
protected |
Definition at line 64 of file nvdsinfer_model_builder.h.