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