Show / Hide Table of Contents

    Method CountTrueLastAxis

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

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