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