Show / Hide Table of Contents

    Method FillArgMaxAxis

    member FillArgMaxAxis: int -> Tensor<'R> -> unit

    Finds the index of the maximum value along the specified axis and writes it into this tensor.

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

    The axis to calculate the maximum along.

    Tensor<'R> src

    The tensor containing the source values.

    Type Parameters
    Name Description
    'R
    See Also
    static member argMaxAxis: int -> Tensor<'T> -> Tensor<int64>
    Back to top Generated by DocFX