Show / Hide Table of Contents

    Class TensorOrder (union)

    Memory ordering of a tensor.

    Inheritance
    System.Object
    TensorOrder (union)
    Namespace: Tensor
    Assembly: Tensor.dll
    Syntax
    union TensorOrder
        | RowMajor
        | ColumnMajor
        | CustomOrder of int list

    Properties

    Name Description
    ColumnMajor

    Column-major (Fortran) memory order.

    CustomOrder of int list

    The specified custom memory ordering of dimensions.

    RowMajor

    Row-major (C) memory order.

    Back to top Generated by DocFX