Commit 7d76401e authored by Paul's avatar Paul
Browse files

Fix broadcast operand alias

parent d13998d9
......@@ -192,7 +192,7 @@ void memory_coloring_impl::register_operand_alias()
operand_alias["@param"] = -1;
operand_alias["transpose"] = 0;
operand_alias["flatten"] = 0;
operand_alias["broadcast"] = 1;
operand_alias["broadcast"] = 0;
operand_alias["reshape"] = 0;
operand_alias["pass"] = 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