def Neg_FwGrad(op, dx, _op_table=None, _grad_table=None): if dx is None: return None return tf.negative(dx)