Unverified Commit 3aaafc38 by Tianqi Chen Committed by GitHub

Fix lint error missed during CI outrage (#1846)

parent 07886118
......@@ -40,7 +40,7 @@ RELAY_REGISTER_BINARY_OP("right_shift")
RELAY_REGISTER_BINARY_OP("left_shift")
.describe("Elementwise left shift with broadcasting")
.set_support_level(4);
RELAY_REGISTER_BINARY_OP("maximum")
.describe("Elementwise maximum of two tensors with broadcasting")
.set_support_level(4);
......
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