Commit 54f5e74c by Robin Dong Committed by Tianqi Chen

Fix comment of binary op 'elemwise_div' (#1712)

parent 01ec533e
......@@ -307,7 +307,7 @@ NNVM_REGISTER_ELEMWISE_BINARY_OP(elemwise_mul)
});
NNVM_REGISTER_ELEMWISE_BINARY_OP(elemwise_div)
.describe(R"code(Element-wise multiplication
.describe(R"code(Element-wise division
)code" NNVM_ADD_FILELINE)
.set_support_level(1)
......
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