TypeTensor - v0.1.0
    Preparing search index...

    Type Alias SoftmaxLastDim<T>

    SoftmaxLastDim: Softmax<T, -1>

    Softmax over the last dimension (most common case) Equivalent to Softmax<T, -1>

    Type Parameters