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. |