提交 d6e50b2c 编写于 作者: M Megvii Engine Team

fix(mgb/load-and-run): correct usage string for nchw88 and nchw44-dot

GitOrigin-RevId: 8a80cfb3904d4efa31ccf2d271f1535d7b5913dc
上级 92079e10
......@@ -224,12 +224,12 @@ R"__usage__(
be used on arm of armv7 and arm64, support data tyep of float32, qint8 and int8x8x16.
)__usage__"
R"__usage__(
--enable-nhw88
--enable-nchw88
Execute operators with kernels implemented in MegDNN with NCHW88 tensor format. This can only
be used on x86 with data type float.
)__usage__"
R"__usage__(
--enable-nhw44-dot
--enable-nchw44-dot
Execute operators with kernels implemented in MegDNN with NCHW44-DOT tensor format. This Can
only be used on arm32 and arm64 with dot-product supported, and only support qint8 model
)__usage__"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册