Commit bc2cd59b authored by charlie's avatar charlie
Browse files

Fix eliminate_data_type and format

parent 187888bb
......@@ -41,7 +41,8 @@ void eliminate_data_type::apply(module& m) const
"nonmaxsuppression",
"scatternd_add",
"scatternd_mul",
"scatternd_none"};
"scatternd_none",
"select_module"};
for(auto ins : iterator_for(m))
{
if(ins->name()[0] == '@')
......
/*
/*
* The MIT License (MIT)
*
......
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