Commit dcd1fbf5 authored by Rosty Geyyer's avatar Rosty Geyyer
Browse files

Format

parent 4797b291
......@@ -270,9 +270,8 @@ struct Tensor
{
Tensor<OutT> ret(mDesc);
ck::ranges::transform(mData, ret.mData.begin(), [](auto value) {
return ck::type_convert<OutT>(value);
});
ck::ranges::transform(
mData, ret.mData.begin(), [](auto value) { return ck::type_convert<OutT>(value); });
return ret;
}
......
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