times
open operator override fun StructureND<Double>.times(arg: StructureND<Double>): DoubleTensor(source)
Each element of the tensor arg is multiplied by each element of this tensor. The resulting tensor is returned.
Return
the product of this tensor and arg.
Parameters
arg
tensor to be multiplied.