Unverified Commit b5e8708b authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

Klocwork (#2397)

parent dad2585b
...@@ -230,7 +230,7 @@ namespace ngraph ...@@ -230,7 +230,7 @@ namespace ngraph
{ {
if (old_pops.kind(i) == mkldnn::primitive::kind::eltwise) if (old_pops.kind(i) == mkldnn::primitive::kind::eltwise)
{ {
mkldnn::algorithm alg; mkldnn::algorithm alg = mkldnn::algorithm_undef;
float scale = 0; float scale = 0;
float alpha = 0; float alpha = 0;
float beta = 0; float beta = 0;
...@@ -304,7 +304,7 @@ namespace ngraph ...@@ -304,7 +304,7 @@ namespace ngraph
{ {
if (old_pops.kind(i) == mkldnn::primitive::kind::eltwise) if (old_pops.kind(i) == mkldnn::primitive::kind::eltwise)
{ {
mkldnn::algorithm alg; mkldnn::algorithm alg = mkldnn::algorithm_undef;
float scale = 0; float scale = 0;
float alpha = 0; float alpha = 0;
float beta = 0; float beta = 0;
......
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