Browse Source

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

GitOrigin-RevId: 8a80cfb390
tags/v1.6.0-rc1
Megvii Engine Team 3 years ago
parent
commit
d6e50b2cbd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      sdk/load-and-run/src/mgblar.cpp

+ 2
- 2
sdk/load-and-run/src/mgblar.cpp View File

@@ -224,12 +224,12 @@ R"__usage__(
be used on arm of armv7 and arm64, support data tyep of float32, qint8 and int8x8x16. be used on arm of armv7 and arm64, support data tyep of float32, qint8 and int8x8x16.
)__usage__" )__usage__"
R"__usage__( R"__usage__(
--enable-nhw88
--enable-nchw88
Execute operators with kernels implemented in MegDNN with NCHW88 tensor format. This can only Execute operators with kernels implemented in MegDNN with NCHW88 tensor format. This can only
be used on x86 with data type float. be used on x86 with data type float.
)__usage__" )__usage__"
R"__usage__( R"__usage__(
--enable-nhw44-dot
--enable-nchw44-dot
Execute operators with kernels implemented in MegDNN with NCHW44-DOT tensor format. This Can 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 only be used on arm32 and arm64 with dot-product supported, and only support qint8 model
)__usage__" )__usage__"


Loading…
Cancel
Save