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