Commit d18d38c4 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 1898f87c
......@@ -179,13 +179,13 @@ struct miopen_apply
std::vector<instruction_ref> refs = ins->inputs();
// add additional arguments if need packing
if (refs.at(0)->get_shape().transposed())
if(refs.at(0)->get_shape().transposed())
{
auto pack_a = insert_allocation(refs.at(0), refs.at(0)->get_shape());
refs.push_back(pack_a);
}
if (!refs.at(1)->get_shape().transposed())
if(!refs.at(1)->get_shape().transposed())
{
auto pack_b = insert_allocation(refs.at(1), refs.at(1)->get_shape());
refs.push_back(pack_b);
......
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