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> * mask:ITensorFrontend<bool> option [] * src:ITensorFrontend<'T> -> unit
Parameters
Type | Name | Description |
---|---|---|
ITensorFrontend<'T> | trgt | |
ITensorFrontend<bool> option [] | mask | |
ITensorFrontend<'T> | src |