Show / Hide Table of Contents

    Class BlockTensor<'T> (union)

    Block tensor specification.

    Inheritance
    System.Object
    BlockTensor<'T> (union)
    Namespace: Tensor
    Assembly: Tensor.dll
    Syntax
    union BlockTensor<'T>
        | SubBlocks of BlockTensor<'T> list
        | Block of Tensor<'T>
    Type Parameters
    Name Description
    'T

    The type of the data stored within the tensor.

    Remarks

    See static member ofBlocks: BlockTensor<'T> -> Tensor<'T> for usage information.

    Properties

    Name Description
    Block of Tensor<'T>

    A block consisting of a single tensor.

    SubBlocks of BlockTensor<'T> list

    A block consisting of multiple sub-blocks.

    See Also

    static member ofBlocks: BlockTensor<'T> -> Tensor<'T>
    Back to top Generated by DocFX