Commit fe02090
committed
Update base for Update on "[ET-VK] Implement `native_group_norm"
## Changes
* Add implementation for the group norm operator.
The operator is implemented via a 2 stage implementation. First, a reduction operator is executed to calculate the mean and standard deviation of each channel group. Then, the normalization is applied in an elementwise fashion.
Differential Revision: [D77038778](https://our.internmc.facebook.com/intern/diff/D77038778/)
[ghstack-poisoned]1 parent 1e39cf9 commit fe02090
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
761 | | - | |
762 | 761 | | |
763 | 762 | | |
764 | 763 | | |
| |||
0 commit comments