Intel® oneAPI Deep Neural Network Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-D4063400-F148-4B60-B349-A5560A250E1A
Visible to Intel only — GUID: GUID-D4063400-F148-4B60-B349-A5560A250E1A
HardSigmoid
General
HardSigmoid operation applies the following formula on every element of tensor (the variable names follow the standard Naming Conventions):

Operation attributes
Execution arguments
The inputs and outputs must be provided according to the index order shown below when constructing an operation.
Inputs
Index |
Argument Name |
Required or Optional |
---|---|---|
0 |
src |
Required |
Outputs
Index |
Argument Name |
Required or Optional |
---|---|---|
0 |
dst |
Required |
Supported data types
HardSigmoid operation supports the following data type combinations.
Src |
Dst |
---|---|
f32 |
f32 |
bf16 |
bf16 |
f16 |
f16 |