TypeTensor - v0.1.0
    Preparing search index...

    Interface DefaultLayoutFlags

    Default layout flags for newly created tensors

    interface DefaultLayoutFlags {
        aligned: true;
        c_contiguous: true;
        f_contiguous: false;
        is_view: false;
        writeable: true;
    }

    Hierarchy (View Summary)

    Index

    Properties

    aligned: true
    c_contiguous: true
    f_contiguous: false
    is_view: false
    writeable: true