Commit 08cf2242 authored by Paul's avatar Paul
Browse files

Remove comment

parent 801ccc9b
...@@ -484,7 +484,6 @@ struct find_double_add_lit_broadcast ...@@ -484,7 +484,6 @@ struct find_double_add_lit_broadcast
struct find_inner_broadcast struct find_inner_broadcast
{ {
// (match::none_of(match::name("quantizelinear", "dequantizelinear")))
auto matcher() const { return pointwise(match::all_of[match::inputs()](match::broadcast())); } auto matcher() const { return pointwise(match::all_of[match::inputs()](match::broadcast())); }
static auto non_scalar_op(const std::string& name) static auto non_scalar_op(const std::string& name)
......
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