return arg().negate().mul(arg().diff(i_v)); | return Collections.singletonList(arg().negate()); | arg().negate().mul(arg().diff(i_v)) | Collections.singletonList(arg().negate()) | nd4j | b6097deba7380f6a1ead89c56571640769f87603 | org.nd4j.autodiff.functions.impl.unary.transform.Neg | | | | | | Returns | False |