Commit 1555f298 authored by Paul's avatar Paul
Browse files

Format

parent 9288a1fe
...@@ -711,7 +711,7 @@ struct find_transpose_slice ...@@ -711,7 +711,7 @@ struct find_transpose_slice
return i + 1; return i + 1;
return i; return i;
}); });
perm.insert(perm.begin(), preaxis+1); perm.insert(perm.begin(), preaxis + 1);
auto transpose = auto transpose =
m.insert_instruction(ins, make_op("transpose", {{"permutation", perm}}), unsqueeze); m.insert_instruction(ins, make_op("transpose", {{"permutation", perm}}), unsqueeze);
// Slice and sqeeze // Slice and sqeeze
......
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