Show / Hide Table of Contents

    Method layout

    static member layout: Tensor<'T> -> TensorLayout

    Memory layout of the tensor.

    Declaration
    static member layout: a:Tensor<'T> -> TensorLayout
    Parameters
    Type Name Description
    Tensor<'T> a

    The tensor to operate on.

    Returns
    Type Description
    TensorLayout

    Memory layout.

    See Also
    member Layout: unit -> TensorLayout
    Back to top Generated by DocFX