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