Show / Hide Table of Contents

    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
    Overrides
    abstract member ITensorBackend.Or: ITensorFrontend<bool> * ITensorFrontend<bool> * ITensorFrontend<bool> -> unit
    Back to top Generated by DocFX