Scale tensor values.
Input tensor.
Multiplier value.
Offset value.
Performs value modification of tensor elements using following formula:
ref output = alpha * (input) + beta;
Scaled input tensor.
See Implementation
Scale tensor values.