Commit 82762e8a authored by Paul's avatar Paul
Browse files

Formatting

parent 77b58ae9
...@@ -19,7 +19,7 @@ struct hip_clip ...@@ -19,7 +19,7 @@ struct hip_clip
{ {
return migraphx::reflect(self.op, f); return migraphx::reflect(self.op, f);
} }
std::string name() const { return "gpu::clip"; } std::string name() const { return "gpu::clip"; }
shape compute_shape(std::vector<shape> inputs) const; shape compute_shape(std::vector<shape> inputs) const;
argument argument
......
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