Method FillFindAxis
member FillFindAxis: 'R -> int -> Tensor<'R> -> unit
Finds the first occurence of the specfied value along the specified axis and write its index into this tensor.
Declaration
member FillFindAxis: value:'R -> ax:int -> src:Tensor<'R> -> unit
Parameters
| Type | Name | Description |
|---|---|---|
| 'R | value | The value to find. |
| int | ax | The axis to find the value along. |
| Tensor<'R> | src | The tensor containing the source values. |
Type Parameters
| Name | Description |
|---|---|
| 'R |