Function mult

  • Multiplies two tensors element-wise.

    Returns

    the product of the tensors

    Parameters

    • a: Tensor

      the first tensor to multiply

    • b: number | Vector | Tensor

      the second tensor to multiply

    Returns Tensor

Generated using TypeDoc