div

open operator override fun StructureND<Double>.div(arg: StructureND<Double>): DoubleTensor(source)

Each element of the tensor arg is divided by each element of this tensor. The resulting tensor is returned.

Return

the division of this tensor by arg.

Parameters

arg

tensor to be divided by.