diff --git a/src/relay/op/tensor/binary.cc b/src/relay/op/tensor/binary.cc index d16c2ea7220353574a1ed2f001eb06a24ed1772a..7f8f6884c597b70e9c769ca3d01d248680cb5432 100644 --- a/src/relay/op/tensor/binary.cc +++ b/src/relay/op/tensor/binary.cc @@ -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);