"docs/archive_en_US/Compression/CompressionUtils.md" did not exist on "4e2d8cd89163c0fd4b4e14e4f3d13b58d7e3b29f"
Commit 87673e1b authored by Paul's avatar Paul
Browse files

Format

parent f03d2369
...@@ -45,7 +45,7 @@ struct ck_gemm ...@@ -45,7 +45,7 @@ struct ck_gemm
for(const auto& input : inputs) for(const auto& input : inputs)
check_gemm_shape(input); check_gemm_shape(input);
auto r = op.compute_shape({a, b}); auto r = op.compute_shape({a, b});
if (mods.empty()) if(mods.empty())
return r; return r;
return r.with_type(mods.front()->get_output_shapes().front().type()); return r.with_type(mods.front()->get_output_shapes().front().type());
} }
......
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