Method FillAllAxis
member FillAllAxis: int -> Tensor<bool> -> unit
Checks if all elements along the specified axis are true using this tensor as target.
Declaration
member FillAllAxis: 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. |