6.2.2. The hb_mapper Tool¶
The hb_mapper is a tool that maps floating-point models to quantized models and provides some additional validation features.
It contains three subcommands/tools:
hb_mapper checker: Model checking toolhb_mapper makertbin: Model compilation/conversion toolhb_mapper infer: Model inference tool, which also dumps vector outputs of conv layers at various stages.
The next sections introduce the above subcommands one by one.