giagrad.Tensor.mul#

Tensor.mul(other) Tensor[source]#

Returns a new tensor with the multiplication of data to other.

Parameters:

other (array_like or float) – The number or object that multiplies data.