Commit 65fda205 authored by Khalique's avatar Khalique
Browse files

formatting

parent e130fd9c
...@@ -12,8 +12,7 @@ shape hip_clip::compute_shape(std::vector<shape> inputs) const ...@@ -12,8 +12,7 @@ shape hip_clip::compute_shape(std::vector<shape> inputs) const
return op.compute_shape(inputs); return op.compute_shape(inputs);
} }
argument argument hip_clip::compute(context& ctx, const shape&, const std::vector<argument>& args) const
hip_clip::compute(context& ctx, const shape&, const std::vector<argument>& args) const
{ {
device::clip(ctx.get_stream().get(), args.back(), args.front(), op.max_val, op.min_val); device::clip(ctx.get_stream().get(), args.back(), args.front(), op.max_val, op.min_val);
return args.back(); return args.back();
......
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