Method And
interface ITensorBackend<'T> with member And: ITensorFrontend<bool> * ITensorFrontend<bool> * ITensorFrontend<bool> -> unit
Declaration
interface ITensorBackend<'T> with member And: trgt:ITensorFrontend<bool> * a:ITensorFrontend<bool> * b:ITensorFrontend<bool> -> unitParameters
| Type | Name | Description | 
|---|---|---|
| ITensorFrontend<bool> | trgt | |
| ITensorFrontend<bool> | a | |
| ITensorFrontend<bool> | b |