"torchvision/vscode:/vscode.git/clone" did not exist on "a711c80e024e3950982ac9e58e2244057db6aefb"
Commit 1f6c387e authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 8b81e111
...@@ -29,7 +29,7 @@ void eliminate_contiguous::apply(program& p) const ...@@ -29,7 +29,7 @@ void eliminate_contiguous::apply(program& p) const
{ {
// skip the reshape operator for now, since there is a bug // skip the reshape operator for now, since there is a bug
// for the transpose followed by a reshape // for the transpose followed by a reshape
if (ins->name() == "reshape") if(ins->name() == "reshape")
{ {
continue; continue;
} }
......
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