Created by: pangyoki
PR types
New features
PR changes
OPs
Describe
Add a new OP named scalar_mul. It realizes the function of multiply between scalar and tensor. The formula is Out = aX + b, where a and b are scalar attributes, and X is the input tensor.