giagrad.Tensor.add#

Tensor.add(other) Tensor[source]#

Returns a new tensor with the sum of data and other.

Parameters:

other (array_like or float) – The number or object to add to data.