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