Show / Hide Table of Contents

    Property Layout

    property Layout: TensorLayout

    Memory layout of this tensor.

    Declaration
    property Layout: TensorLayout with get
    Property Value
    Type Description
    TensorLayout

    Memory layout.

    Remarks

    Provides information of how the data is stored within this tensor.

    See Also
    member Storage: unit -> ITensorStorage<'T>
    member Shape: unit -> int64 list
    Back to top Generated by DocFX