feat: issue 278 LayerNorm - #281
#281Merged
Alwaysssssss merged 3 commits intoApr 22, 2026
nndeploy:mainnndeploy/nndeploy:mainfrom
Edwardssss:feat/issue-278-layernormEdwardssss/nndeploy:feat/issue-278-layernormCopy head branch name to clipboard
Merged
feat: issue 278 LayerNorm#281Alwaysssssss merged 3 commits intonndeploy:mainnndeploy/nndeploy:mainfrom Edwardssss:feat/issue-278-layernormEdwardssss/nndeploy:feat/issue-278-layernormCopy head branch name to clipboard
Alwaysssssss merged 3 commits into
nndeploy:mainnndeploy/nndeploy:mainfrom
Edwardssss:feat/issue-278-layernormEdwardssss/nndeploy:feat/issue-278-layernormCopy head branch name to clipboard
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds LayerNorm operator support across:
PR Type
Please check the type of change your PR introduces:
Related Issues
Resolves #278 (LayerNorm implementation item)
Changes Made
Core C++ IR & Op
kOpTypeLayerNormalizationinop_param.h/.ccand string mappings.LayerNormalizationParamwithepsilon_.framework/include/nndeploy/op/op_layernorm.hframework/source/nndeploy/op/op_layernorm.ccframework/source/nndeploy/op/x86/op_layernorm.ccPython API Exposure
python/src/ir/op_param.cc.python/src/op/op_func.hpython/src/op/op_func.ccpython/src/op/op.ccpython/nndeploy/op/functional.py(layer_norm)python/nndeploy/ir/op_param.pyTesting
test/op/test_layer_norm.pywith:weight + bias)Checklist
Testing