Function Description
Operator Function
Performs operations of the same type on each element in a tensor, including abs, exp, and log.
Formula

Table 1 describes the operations supported by the Eltwise operator.
Operation |
Propagation Direction |
Formula |
|---|---|---|
abs |
Forward |
|
exp |
|
|
log |
|
|
sqrt |
|
|
round |
|
|
tanh |
|
|
relu |
Forward |
|
Backward |
|
|
logistic |
Forward |
|
Backward |
|
|
linear |
Forward |
|
Backward |
|
Table 2 describes the meanings of the symbols in the preceding formulas.
Parent topic: Eltwise











