Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CONVERTER2TNN][UPD] 1. default do not clean build directory; #694

Merged
merged 1 commit into from
Jan 4, 2021

Conversation

gttiankai
Copy link
Collaborator

@codecov-io
Copy link

codecov-io commented Jan 3, 2021

Codecov Report

Merging #694 (2bdd601) into master (86298db) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #694   +/-   ##
=======================================
  Coverage   32.48%   32.48%           
=======================================
  Files         298      298           
  Lines        8679     8679           
=======================================
  Hits         2819     2819           
  Misses       5860     5860           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 86298db...2bdd601. Read the comment docs.

@darrenyao87 darrenyao87 merged commit ee6f555 into master Jan 4, 2021
@gttiankai gttiankai deleted the feature_issue_693 branch January 4, 2021 03:26
darrenyao87 added a commit that referenced this pull request Jan 4, 2021
* master:
  [CONVERTER2TNN][UPD] 1. default do not clean build directory; (#694)
  Feature fp16 arm32 (#690)
  pose demo (#665)

# Conflicts:
#	examples/base/tnn_sdk_sample.cc
#	source/tnn/layer/upsample_layer.cc
#	tools/convert2tnn/utils/align_model.py
darrenyao87 added a commit that referenced this pull request Jan 4, 2021
* master:
  [CONVERTER2TNN][UPD] 1. default do not clean build directory; (#694)
  Feature fp16 arm32 (#690)
  pose demo (#665)

# Conflicts:
#	examples/base/tnn_sdk_sample.cc
#	source/tnn/layer/upsample_layer.cc
#	tools/convert2tnn/utils/align_model.py
shaundai-tencent pushed a commit that referenced this pull request Jan 5, 2021
neiltian-tencent added a commit that referenced this pull request Jan 7, 2021
* 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

Co-authored-by: Dandiding <Dandiding@tencent.com>
Co-authored-by: neiltian <65950677+neiltian-tencent@users.noreply.github.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>
lnmdlong added a commit that referenced this pull request Jan 15, 2021
* 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>
lnmdlong pushed a commit that referenced this pull request Sep 2, 2021
* master:
  support cuda mat convert
  Stable v0.3 merge master (#709)
  Dev issue 695 (#708)
  Patch rknpu cache (#707)
  [CONVERTER2TNN][BUG]1.fix bug for convert2tnn build.sh (#700)
  [ARM][BUG] fix upsample cubic openmp too many args (#692)
  [CONVERTER2TNN][UPD] 1. default do not clean build directory; (#694)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants