Commit 088e7fb4 authored by Paul's avatar Paul
Browse files

Format

parent b35f6188
......@@ -489,7 +489,8 @@ struct mlir_program
if(ins->name() != "@return")
ops.add_results({get_shape(ins)});
if(ins->name() == "convolution")
pp = problem_params{ins->get_operator(), to_shapes(ins->inputs()), ins->get_shape()};
pp =
problem_params{ins->get_operator(), to_shapes(ins->inputs()), ins->get_shape()};
std::vector<MlirValue> inputs;
transform(
......
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