Method FillArgMaxAxis
member FillArgMaxAxis: int -> Tensor<'R> -> unit
Finds the index of the maximum value along the specified axis and writes it into this tensor.
Declaration
member FillArgMaxAxis: ax:int -> src:Tensor<'R> -> unit
Parameters
| Type | Name | Description |
|---|---|---|
| int | ax | The axis to calculate the maximum along. |
| Tensor<'R> | src | The tensor containing the source values. |
Type Parameters
| Name | Description |
|---|---|
| 'R |