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

Format

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