Class ModelParser
- Defined in File model_parser.h 
Class Documentation
- 
class ModelParser
- ModelParser defined a base class to parse model. - Public Functions - 
ModelParser() = default
- Constructor. 
 - 
virtual ~ModelParser() = default
- Destructor. 
 - 
inline virtual api::FuncGraphPtr Parse(const converter::ConverterParameters &flags)
- Method to parse model, which must be onnx/caffe/tf/tflite. - 参数
- flags – [in] Define the basic parameters when converting, which defined in parser_context.h. 
- 返回
- FuncGraph Pointer, which contains all information about the model. 
 
 
- 
ModelParser() = default