The hb_model_info tool is used to parse the dependencies and parameters of the *.hbm, the *.bc in compilation and the basic information of the *.onnx model, at the same time support the checking of *.bc deletable nodes.
| PARAMETER | DESCRIPTION |
-h, --help | Displays help information and exits. |
--version | Displays version information and exits. |
-n, --name | Followed by the model name. Specify the desired model when HGM_FILE is a pack model for dumping model compilation information for this specified model. |
-v, --visualize | Start netron server to view the model structure, you can close it with Ctrl+C when you finish viewing. |
The outputs will be part of the inputs when the model is compiled, as follows:
The version number information and other content in the following code block will change with the release package version, and here is only as an example.