• Tomasz Dołbniak's avatar
    [SPEC] HardSigmoid adjustments (#3857) · 28a96f83
    Tomasz Dołbniak authored
    * Construct HardSigmoid with alpha and beta as inputs
    
    * Switch to the new HardSigmoid constructor entirely
    
    * Broadcast with numpy style in hard sigmoid
    
    * Python bindings adjustment to the new constructor
    
    * Different way of creating constants
    
    * Accept scalars instead of 1D vectors for alpha and beta
    
    * Adjust the python tests to the new HardSigmoid constructor
    
    * Use v1 ops in fused HardSigmoid
    
    * Relax the static shape requirement for alpha and beta
    
    * Fix merge
    28a96f83
Name
Last commit
Last update
..
examples Loading commit data...
ngraph Loading commit data...
pyngraph Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
BUILDING.md Loading commit data...
CMakeLists.txt Loading commit data...
README.md Loading commit data...
build_wheel.sh.in Loading commit data...
requirements.txt Loading commit data...
setup.py Loading commit data...
test_requirements.txt Loading commit data...
tox.ini Loading commit data...