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