"docs/advanced_features/server_arguments.md" did not exist on "0f229c07f1e4ef00d584f918feb7716874e9b2b4"
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
return op.compute_shape(inputs);
}
argument
hip_clip::compute(context& ctx, const shape&, const std::vector<argument>& args) const
argument 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);
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