Unverified Commit 38b5a327 authored by Jai Menon's avatar Jai Menon Committed by GitHub

CPU: Cleanup op name (#451)

parent b070ef8d
......@@ -35,7 +35,7 @@ ngraph::op::MatmulBias::MatmulBias(std::shared_ptr<ngraph::Node> W,
Shape shape_x,
bool transpose_w,
bool transpose_x)
: RequiresTensorViewArgs("CblassGemm", {W, x, b})
: RequiresTensorViewArgs("MatMulBias", {W, x, b})
, m_shape_w(shape_w)
, m_shape_x(shape_x)
, m_transpose_w(transpose_w)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment