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

[ARM] fix reduce l2 layer error #527

Merged
merged 2 commits into from
Nov 9, 2020
Merged

[ARM] fix reduce l2 layer error #527

merged 2 commits into from
Nov 9, 2020

Conversation

quinnrong94
Copy link
Collaborator

neon的pow函数不支持底数为负数,导致reduce l2层不对齐。

@quinnrong94 quinnrong94 merged commit 1c1a956 into master Nov 9, 2020
@quinnrong94 quinnrong94 deleted the hotfix_arm_reduce_l2 branch November 9, 2020 09:34
gttiankai pushed a commit that referenced this pull request Nov 10, 2020
Co-authored-by: seanxcwang <66675860+seanxcwang@users.noreply.github.com>
darrenyao87 added a commit that referenced this pull request Nov 16, 2020
* master: (48 commits)
  create issue templates (#549)
  [OPENCL] fix fp16 select with short condition (#544)
  [Metal] enable CPU N8UC4 Mat in metal ConvertFromMat (#543)
  Add fuse SpaceToDepth and DepthToSpace (#542)
  [TOOL][ADD] add output name param support (#537)
  [CONVERTER][BUG] fix the bug of fuse conv (#529)
  [UPD] update iOS&macos building scripts, check building errors (#531)
  [Metal] fix reshape out-of-bound access bug (#496)
  Feature demo hairsegmentation (#530)
  [Metal] fix bugs in Copy NCHW_FLAOT mat from metal to CPU (#472)
  support SpaceToDepth and DepthToSpace Operator (#526)
  update onnx coreml convert tool (#467)
  [ARM] fix reduce l2 layer error (#527)
  Patch rknpu (#528)
  [OPENCL] add opencl code gen to make stage (#521)
  Feature issue 475 (#517)
  [ARM][BUG] fix int8 dwconv kernel shape error (#514)
  [OPENCL] change opencl force fp32 to precision mode && fix layer (#522)
  [iOS] fix iPhone and simulator arch conflicts with Xcode12 (#523)
  Set name and type of Reformat LayerParam (#519)
  ...

# Conflicts:
#	examples/android/demo/src/main/java/com/tencent/tnn/demo/StreamBlazeFaceAlign/StreamBlazeFaceAlignFragment.java
#	examples/android/demo/src/main/java/com/tencent/tnn/demo/StreamBlazeFaceDetector/StreamBlazeFaceDetectFragment.java
#	examples/android/demo/src/main/java/com/tencent/tnn/demo/StreamFaceDetector/StreamFaceDetectFragment.java
#	examples/android/demo/src/main/java/com/tencent/tnn/demo/StreamObjectDetector/StreamObjectDetectFragment.java
#	examples/android/demo/src/main/java/com/tencent/tnn/demo/StreamObjectDetectorSSD/StreamObjectDetectSSDFragment.java
#	include/tnn/core/status.h
#	platforms/ios/tnn.xcodeproj/project.pbxproj
#	source/tnn/core/default_network.cc
#	source/tnn/device/cpu/cpu_blob_converter.cc
#	source/tnn/interpreter/net_structure.cc
#	source/tnn/interpreter/net_structure.h
#	source/tnn/optimizer/net_optimizer_insert_int8_reformat.cc
#	source/tnn/utils/mat_utils.cc
#	source/tnn/utils/naive_compute.cc
#	test/test.cc
#	tools/onnx2tnn/src/core/onnx_fuse/onnx2tnn_fuse_spacetodepth.cc
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.

2 participants