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