• 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
..
ngraph Loading commit data...
__init__.py Loading commit data...
conftest.py Loading commit data...
test_ops.py Loading commit data...