"...resnet50_tensorflow.git" did not exist on "b94c9598889142463926b27edd81aa2afd67d7fe"
Commit d800a863 authored by Paul's avatar Paul
Browse files

Remove extra comment

parent f7079e51
...@@ -204,7 +204,6 @@ struct find_mul_slice_conv ...@@ -204,7 +204,6 @@ struct find_mul_slice_conv
} }
}; };
<<<<<<< HEAD
struct find_mul_dot struct find_mul_dot
{ {
auto matcher() const auto matcher() const
...@@ -333,15 +332,12 @@ struct find_dot_mul ...@@ -333,15 +332,12 @@ struct find_dot_mul
} }
}; };
// a * (x + b) => a * x + a * b
=======
// ****************************** // ******************************
// a * (x + b) => a * x + a * b // a * (x + b) => a * x + a * b
// ****************************** // ******************************
// When a * (x + b) is followed by another add of constant, then the // When a * (x + b) is followed by another add of constant, then the
// additional add can be const folded. Also, better fusions can be applied // additional add can be const folded. Also, better fusions can be applied
// when the add comes after. // when the add comes after.
>>>>>>> develop
struct find_mul_add struct find_mul_add
{ {
auto matcher() const auto matcher() const
......
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