Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo in "LayerNormalization" docs (onnx#5351)
### Description Fix typo in "LayerNormalization" node's description. Now it is said that attribute "axis" can be equal to "rank(X)", which has no sense. If you look in [tests implementation](https://github.com/onnx/onnx/blob/main/onnx/backend/test/case/node/layernormalization.py#L13-L58), you will see that it will produce tensor of zeroes. And [current tests list](https://github.com/onnx/onnx/tree/main/onnx/backend/test/data/node) doesn't include such case. Based on these facts, i assume it is just a typo. ### Motivation and Context It is a very confusing typo. Me and collegues spent some time trying to figure out, what tensor this case should produce. --------- Signed-off-by: Rail <[email protected]> Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Xavier Dupré <[email protected]> Co-authored-by: G. Ramalingam <[email protected]> Co-authored-by: Chun-Wei Chen <[email protected]> Co-authored-by: Justin Chu <[email protected]>
- Loading branch information