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> -> unit
Parameters
Type | Name | Description |
---|---|---|
ITensor |
trgt | |
ITensor |
src |