Method MaskedGet
abstract member MaskedGet: ITensorFrontend<'T> * ITensorFrontend<'T> * ITensorFrontend<bool> option [] -> unit
Declaration
abstract member MaskedGet: trgt:ITensorFrontend<'T> * src:ITensorFrontend<'T> * masks:ITensorFrontend<bool> option [] -> unitParameters
| Type | Name | Description | 
|---|---|---|
| ITensorFrontend<'T> | trgt | |
| ITensorFrontend<'T> | src | |
| ITensorFrontend<bool> option [] | masks |