Show / Hide Table of Contents

    Method Less

    interface ITensorBackend<'T> with member Less: ITensorFrontend<bool> * ITensorFrontend<'T> * ITensorFrontend<'T> -> unit

    Declaration
    interface ITensorBackend<'T> with member Less: trgt:ITensorFrontend<bool> * a:ITensorFrontend<'T> * b:ITensorFrontend<'T> -> unit
    Parameters
    Type Name Description
    ITensorFrontend<bool> trgt
    ITensorFrontend<'T> a
    ITensorFrontend<'T> b
    Overrides
    abstract member ITensorBackend.Less: ITensorFrontend<bool> * ITensorFrontend<'T> * ITensorFrontend<'T> -> unit
    Back to top Generated by DocFX