TypeTensor - v0.1.0
    Preparing search index...

    Interface LayoutFlags

    Layout flags that describe memory properties These are phantom types that don't exist at runtime

    interface LayoutFlags {
        aligned: boolean;
        c_contiguous: boolean | "unknown";
        f_contiguous: boolean | "unknown";
        is_view: boolean;
        writeable: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    aligned: boolean
    c_contiguous: boolean | "unknown"
    f_contiguous: boolean | "unknown"
    is_view: boolean
    writeable: boolean