Show / Hide Table of Contents

    Method FillSumAxis

    member FillSumAxis: int -> Tensor<'T> -> unit

    Sums the elements over the specified axis and writes the result into this tensor.

    Declaration
    member FillSumAxis: ax:int -> src:Tensor<'T> -> unit
    Parameters
    Type Name Description
    int ax

    The axis to sum along.

    Tensor<'T> src

    The tensor containing the source values.

    See Also
    static member sumAxis: int -> Tensor<'T> -> Tensor<'T>
    Back to top Generated by DocFX