Method FillSumAxis
member FillSumAxis: int -> Tensor<'T> -> unit
Sums the elements over the specified axis and writes the result into this tensor.
Declaration
member FillSumAxis: ax:int -> src:Tensor<'T> -> unit
Parameters
| Type | Name | Description |
|---|---|---|
| int | ax | The axis to sum along. |
| Tensor<'T> | src | The tensor containing the source values. |