Method FillCountTrueAxis
member FillCountTrueAxis: int -> Tensor<bool> -> unit
Counts the elements being true along the specified axis and writes the result into this tensor.
Declaration
member FillCountTrueAxis: ax:int -> src:Tensor<bool> -> unit
Parameters
| Type | Name | Description |
|---|---|---|
| int | ax | The axis the count along. |
| Tensor<bool> | src | The tensor containing the source values. |