Function div

  • Divides two tensors element-wise.

    Returns

    the quotient of the tensors

    Parameters

    • a: Tensor

      the dividend tensor

    • b: number | Vector | Tensor

      the divisor tensor

    Returns Tensor

Generated using TypeDoc