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