Commit 87b95e2e by Tianqi Chen Committed by GitHub

[TOPI] negation->negative to be consistent with numpy (#470)

parent 8d73a5c1
......@@ -21,8 +21,8 @@ def identity(x):
@tvm.tag_scope(tag='ewise')
def negation(x):
"""Take negation of input x.
def negative(x):
"""Take negative of input x.
Parameters
----------
......
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