• gaurides's avatar
    CPU implementation of Gelu op (#3787) · 73fff9f4
    gaurides authored
    * Initial implementation
    
    * Fixed Gelu
    
    * Gelu backprop initial implementation
    
    * Add GeluBackprop fusion
    
    * Gelu and gelu backprop fusion test cases
    
    * Prevent decompose_op() for Gelu/GeluBackpropFactor for some type
    
    * Fixes and cleanup
    
    * Enabled backprop fusion
    
    * Fixed some issues
    
    * Mostly cleanup
    
    * Some more cleanup
    
    * File permissions
    
    * Remove unused variable
    
    * Style check
    
    * Address PR feedback
    
    * Address PR feedback
    
    * Incorporate changes related to latest master
    
    * Style check
    
    * Some more PR feedback related changes
    
    * Remove comment
    
    * Check for relative error
    
    * Retrigger CI
    
    * corrected syntax
    73fff9f4
Name
Last commit
Last update
..
models Loading commit data...
__init__.py Loading commit data...
test_basic.py Loading commit data...
test_convolution.py Loading commit data...
test_normalization.py Loading commit data...
test_onnx_import.py Loading commit data...
test_ops_binary.py Loading commit data...
test_ops_fused.py Loading commit data...
test_ops_matmul.py Loading commit data...
test_ops_quantized.py Loading commit data...
test_ops_reshape.py Loading commit data...
test_ops_unary.py Loading commit data...
test_pooling.py Loading commit data...
test_reduction.py Loading commit data...
util.py Loading commit data...