Python wrappers
Public Python APIs implemented by this engine symbol.Compute element-wise.
Allocates a fresh output of the same shape and dtype as a and routes
the forward pass through NegBackward, which also installs the
autograd edge.
See Also
NegBackward — backward node.
Parameters
aTensorImplPtrInput tensor of any shape.
Returns
TensorImplPtrOutput tensor of the same shape and dtype.