-
Notifications
You must be signed in to change notification settings - Fork 771
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix some failures in X86 UnitTest * opt openvino binary layer impl * add openvino argmax layer builder * opt openvino unary layer builder impl * [DOC] add MatConvertParam description * [DOC] fix link error * [CONVERTER2TNN][UPD] 1. default do not clean build directory; (#694) Co-authored-by: tiankai <tiankai@tencent.com> * [ARM][BUG] fix upsample cubic openmp too many args (#692) * [ARM][BUG] fix upsample cubic openmp too many args * [ARM] fix blob converter unit test on a32 * [ARM] modify arm82 compile option Co-authored-by: seanxcwang <seanxcwang@tencent.com> Co-authored-by: seanxcwang <66675860+seanxcwang@users.noreply.github.com> * [CONVERTER2TNN][BUG]1.fix bug for convert2tnn build.sh (#700) Co-authored-by: tiankai <tiankai@tencent.com> * [TOOLS][BUG] fix model checker bug when only check output * [ARM][BUG] fp16 reformat support multi-inputs * [DOC] update model check doc and model_check cmd help info * [TOOLS][CHG] fix model check info error and modify some return value * [ANDROID] object ssd demo fix force to use fp32 on huawei npu (#712) * [BENCHMARK][FIX] support android 64bit force run 32bit (#716) * Patch benchmark tool java (#719) * [BENCHMARK][FIX] support android 64bit force run 32bit * add java error msg deal Co-authored-by: neiltian <neiltian@tencent.com> * [SCRIPTS][FIX] 发布代码关闭unit test,unit test会暴露符号,并且会引入generate resource 逻辑 (#703) * [EXAMPLE][FIX] remove unused cl include * [UPD]update model type error message (#725) * 修改了 Tensorflow 模型转换时 "-in" 参数的格式 (#717) * [CONVERT2TNN][UPD] 1.refactor convert tensorflow model(input_name[1,128,128,3] -> input_name:1,128,128,3); * [CONVERT2TNN][UPD] 1. update help message; Co-authored-by: Dandiding <Dandiding@tencent.com> Co-authored-by: quinnrong94 <quinnrong@tencent.com> Co-authored-by: lucasktian <lucasktian@tencent.com> Co-authored-by: tiankai <tiankai@tencent.com> Co-authored-by: quinnrong94 <67782915+quinnrong94@users.noreply.github.com> Co-authored-by: seanxcwang <seanxcwang@tencent.com> Co-authored-by: seanxcwang <66675860+seanxcwang@users.noreply.github.com> Co-authored-by: shaundai <shaundai@tencent.com> Co-authored-by: ShaunDai <66760945+shaundai-tencent@users.noreply.github.com> Co-authored-by: lnmdlong <lnmdlong@hotmail.com> Co-authored-by: darrenyao87 <62542779+darrenyao87@users.noreply.github.com>
- Loading branch information
1 parent
38b14ea
commit 08c9213
Showing
12 changed files
with
107 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.