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