Show / Hide Table of Contents

    Method tensorProduct

    static member tensorProduct: Tensor<'T> -> Tensor<'T> -> Tensor<'T>

    Computes the tensor product between two tensors.

    Declaration
    static member tensorProduct: a:Tensor<'T> -> b:Tensor<'T> -> Tensor<'T>
    Parameters
    Type Name Description
    Tensor<'T> a

    The tensor on the left side of this binary operation.

    Tensor<'T> b

    The tensor on the right side of this binary operation.

    Returns
    Type Description
    Tensor<'T>

    A new tensor containing the result of this operation.

    Back to top Generated by DocFX