operator / method

  1. @nonVirtual
Tensor<T> operator /(
  1. Tensor<T> right
)

A shorthand for div.

Implementation

@nonVirtual
Tensor<T> operator /(Tensor<T> right) => div(right);