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