Add HSigmoid spec#2412
Conversation
rkazants
left a comment
There was a problem hiding this comment.
Please look at comments.
rkazants
left a comment
There was a problem hiding this comment.
HSigmoid is correct. I was wrong about HardSigmoid
245ab3a to
a8a52fc
Compare
d0f90dc to
40eb90e
Compare
postrational
left a comment
There was a problem hiding this comment.
The ONNX HardSigmoid uses two parameters alpha and beta according to the following formula: y = max(0, min(1, alpha * x + beta))
We should allow the formula to be parametrised if we want to be able to represent the ONNX operation.
More information: https://github.com/onnx/onnx/blob/master/docs/Operators.md#HardSigmoid
HardSigmoid not equal HSigmoid. |
386b182 to
4f99e12
Compare
* Add HSigmoid spec
* Add HSigmoid spec
No description provided.