"docs/archive_en_US/Compression/CompressionReference.md" did not exist on "80b6cb3b934d3c2965a7412128645e0eefdefaf2"
Commit f0f5c4e8 authored by Khalique's avatar Khalique
Browse files

formatting

parent 68b68f44
...@@ -412,7 +412,7 @@ struct onnx_parser ...@@ -412,7 +412,7 @@ struct onnx_parser
{ {
auto l3 = prog.add_instruction(op::dot{alpha}, l1, l2); auto l3 = prog.add_instruction(op::dot{alpha}, l1, l2);
auto l4 = args[2]; auto l4 = args[2];
if (l4->get_shape().scalar()) // ignore args[2] (no C value added to alpha*A*B) if(l4->get_shape().scalar()) // ignore args[2] (no C value added to alpha*A*B)
return l3; return l3;
if(beta != 1.f) if(beta != 1.f)
{ {
......
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