• Sang Ik Lee's avatar
    LayerNorm (#3678) · 385770d8
    Sang Ik Lee authored
    * LayerNorm (#3630)
    
    * Constructors.
    
    Type prop.
    
    Decompose LayerNorm.
    
    Add serialize.
    
    * Add dummy test case.
    
    * Add dummy type prop test.
    
    * Fix some build errors.
    
    * Remove build errors.
    
    * Update decompose for bprop.
    
    * Change begin_norm_axis default value to 1.
    
    * Style.
    
    * Reorder class members.
    
    * Add actual type prop tests.
    
    * Add fprop test.
    
    * Working on bprop test.
    
    * Bprop tests.
    
    * Allow flattened scale and bias.
    
    * Add support for flattened scale and bias.
    
    * Fix incorrect type_name.
    
    * PlaidML: Decompose fused_op LayerNorm
    
    * Update Backprop constructors.
    
    * PlaidML: Add missing header file.
    
    * Remove doc about removed param.
    
    * Fix type prop tests.
    
    * PlaidML: Disable unit test.
    
    * Fix stats flattening axes bug.
    
    * Upgrade description to type_info.
    385770d8
Name
Last commit
Last update
.ci Loading commit data...
cmake Loading commit data...
contrib/docker Loading commit data...
doc Loading commit data...
licenses Loading commit data...
maint Loading commit data...
python Loading commit data...
src Loading commit data...
test Loading commit data...
.clang-format Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
ABOUT.md Loading commit data...
CMakeLists.txt Loading commit data...
CODEOWNERS Loading commit data...
CONTRIB.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION.in Loading commit data...
changes.md Loading commit data...
ecosystem-overview.md Loading commit data...