Show / Hide Table of Contents

    Method FillDot

    member FillDot: Tensor<'T> -> Tensor<'T> -> unit

    Fill this tensor with the (batched) matrix product, matrix-vector product or scalar product of the arguments.

    Declaration
    member FillDot: a:Tensor<'T> -> b:Tensor<'T> -> unit
    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.

    See Also
    static member ( .* ): Tensor<'T> * Tensor<'T> -> Tensor<'T>
    Back to top Generated by DocFX