• 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
..
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...