Show / Hide Table of Contents

    Method FoldLastAxis

    member FoldLastAxis: 'b -> 'c -> 'b * ITensorFrontend<'b> * ITensorFrontend<'b> * ITensorFrontend<'c> * bool -> unit

    Declaration
    member FoldLastAxis: fn:'b -> 'c -> 'b * initial:ITensorFrontend<'b> * trgt:ITensorFrontend<'b> * a:ITensorFrontend<'c> * useThreads:bool -> unit
    Parameters
    Type Name Description
    'b -> 'c -> 'b fn
    ITensorFrontend<'b> initial
    ITensorFrontend<'b> trgt
    ITensorFrontend<'c> a
    bool useThreads
    Type Parameters
    Name Description
    'b
    'c
    Back to top Generated by DocFX