Function mod

  • Performs modular (remainder) division on two tensors element-wise.

    Returns

    the remainder(s)

    Parameters

    • a: Tensor

      the tensor dividend

    • b: number | Tensor

      the tensor divisor

    Returns Tensor

Generated using TypeDoc