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