Commit 5385128b authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

formatting

parent 0f45ff79
......@@ -83,7 +83,8 @@ void rewrite_gemm::apply(module& m) const
// {
// out_lens.erase(out_lens.begin(), out_lens.begin() + (out_lens.size() - in_size));
// conv_transpose_out =
// m.insert_instruction(ins, make_op("reshape", {{"dims", out_lens}}), conv_transpose);
// m.insert_instruction(ins, make_op("reshape", {{"dims", out_lens}}),
// conv_transpose);
// }
// m.replace_instruction(ins, conv_transpose_out);
......
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