onnxruntime/onnxruntime
JiCheng 686d42e6c8
layer_norm_fix (#15844)
### Description
Fix bugs of Layernorm Fusion.
More checks on ReduceMean axes
separate out  layernorm transform_test

### Motivation and Context
Our layernorm fusion pattern works only for axis=-1 currently.
- For training senario: The pattern produced error results directly as
they didn't handle "axes" and only assumed it's the default vaue.
- For Inference:   
                 ~~We lost some oppotunities to fuse layernrom. ~~

ReduceMean has default axes 0 which means reduce on all dimensions
2023-05-09 22:09:00 +08:00
..
contrib_ops [ROCm] simplify ck data type Adaptor (#15734) 2023-05-06 17:39:52 +08:00
core layer_norm_fix (#15844) 2023-05-09 22:09:00 +08:00
python Fix symbolic shape infer empty value_info (#15842) 2023-05-08 16:18:35 -07:00
test layer_norm_fix (#15844) 2023-05-09 22:09:00 +08:00
tool/etw Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
wasm [js/webgpu] following up for JSEP/WebGPU code cleanup (#15666) 2023-04-25 21:20:03 -07:00
__init__.py Update VERSION_NUMBER (#15773) 2023-05-03 15:07:34 -07:00
ReformatSource.ps1 Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
ReformatSourcePython.bat
VSCodeCoverage.runsettings