Show / Hide Table of Contents

    Method FillAnyAxis

    member FillAnyAxis: int -> Tensor<bool> -> unit

    Checks if any element along the specified axis is true using this tensor as target.

    Declaration
    member FillAnyAxis: ax:int -> src:Tensor<bool> -> unit
    Parameters
    Type Name Description
    int ax

    The axis to check along.

    Tensor<bool> src

    The tensor containing the source values.

    See Also
    static member anyAxis: int -> Tensor<bool> -> Tensor<bool>
    Back to top Generated by DocFX