Commit 467a7cb8 authored by Paul's avatar Paul
Browse files

Format

parent 88f549e2
......@@ -539,7 +539,7 @@ instruction_ref insert_mlir(module& m,
{
const size_t offset = 0;
auto s = input->get_shape();
last = refs.size();
last = refs.size();
refs.push_back(input);
refs.push_back(input);
refs.push_back(get_literal(offset)); // offset
......@@ -560,7 +560,7 @@ instruction_ref insert_mlir(module& m,
}
co.expected_inputs = to_shapes(refs);
co.output = mmlir.get_output_shapes().front();
co.output_arg = last;
co.output_arg = last;
return m.insert_instruction(ins, co, refs);
}
......
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