From d6e50b2cbdd02a7bc93744d773f9090addd6acc2 Mon Sep 17 00:00:00 2001 From: Megvii Engine Team Date: Thu, 12 Aug 2021 13:11:59 +0800 Subject: [PATCH] fix(mgb/load-and-run): correct usage string for nchw88 and nchw44-dot GitOrigin-RevId: 8a80cfb3904d4efa31ccf2d271f1535d7b5913dc --- sdk/load-and-run/src/mgblar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/load-and-run/src/mgblar.cpp b/sdk/load-and-run/src/mgblar.cpp index 015f891c..19641dc3 100644 --- a/sdk/load-and-run/src/mgblar.cpp +++ b/sdk/load-and-run/src/mgblar.cpp @@ -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__"