Method ArgMaxLastAxis
interface ITensorBackend<'T> with member ArgMaxLastAxis: ITensorFrontend<int64> * ITensorFrontend<'T> -> unit
Declaration
interface ITensorBackend<'T> with member ArgMaxLastAxis: trgt:ITensorFrontend<int64> * src:ITensorFrontend<'T> -> unitParameters
| Type | Name | Description | 
|---|---|---|
| ITensorFrontend<int64> | trgt | |
| ITensorFrontend<'T> | src |