Commits


George Nash authored and GitHub committed 6be51850888
Update dnnl Add, Mul, Sub, Div ops to handle scalar values (#10756) * Update dnnl Add, Mul, Sub, Div ops to handle scalar values Signed-off-by: George Nash <george.nash@intel.com> * Add additional scalar support for dnnl execution provider This will add scalar support for: Eltwise operators: Abs, Elu, Exp, LeakyRelu, Log, Relu, Round, Sigmoid, Softplus, Sqrt, and Tanh Gelu operators: BiasGelu, FastGelu, and Gelu Softmax operator Signed-off-by: George Nash <george.nash@intel.com>