divide

fun divide(a: Tensor<*, *>, b: Tensor<*, *>): Tensor<*, *>(source)

Element-wise division: a / b.