• 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
..
clamp.cpp Loading commit data...
clamp.hpp Loading commit data...
depth_to_space.cpp Loading commit data...
depth_to_space.hpp Loading commit data...
elu.cpp Loading commit data...
elu.hpp Loading commit data...
fake_quantize.cpp Loading commit data...
fake_quantize.hpp Loading commit data...
gelu.cpp Loading commit data...
gelu.hpp Loading commit data...
gemm.cpp Loading commit data...
gemm.hpp Loading commit data...
grn.cpp Loading commit data...
grn.hpp Loading commit data...
group_conv.cpp Loading commit data...
group_conv.hpp Loading commit data...
hard_sigmoid.cpp Loading commit data...
hard_sigmoid.hpp Loading commit data...
mvn.cpp Loading commit data...
mvn.hpp Loading commit data...
prelu.cpp Loading commit data...
prelu.hpp Loading commit data...
rnn_cell.cpp Loading commit data...
rnn_cell.hpp Loading commit data...
scale_shift.cpp Loading commit data...
scale_shift.hpp Loading commit data...
shuffle_channels.cpp Loading commit data...
shuffle_channels.hpp Loading commit data...
space_to_depth.cpp Loading commit data...
space_to_depth.hpp Loading commit data...
squared_difference.cpp Loading commit data...
squared_difference.hpp Loading commit data...
squeeze.cpp Loading commit data...
squeeze.hpp Loading commit data...
unsqueeze.cpp Loading commit data...
unsqueeze.hpp Loading commit data...