• Michał Karzyński's avatar
    [Fused Ops] Add fused version of Elu (#2797) · d07e38e0
    Michał Karzyński authored
    * Add fused version of Elu op
    
    * Refactor ONNX importer prelu function to use fused op
    
    * Style check
    
    * Add docstrings
    
    * Move make_constant_node to op/util
    
    * Use make_constant_node helper
    
    * Remove unneeded std:: prefixes
    
    * Remove make_constant_node function, use builder::make_constant
    
    * Remove redundant includes
    
    * Add Elu to serializer
    
    * Add Elu tests
    
    * Add Elu tests to type prop
    
    * Add Elu to list of ops unsupported on iGPU
    
    * Add Elu to list of ops unsupported on iGPU
    
    * Disable tests in iGPU manifest
    d07e38e0
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...
.gitmodules 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...