Show / Hide Table of Contents

    Method dataType

    static member dataType: Tensor<'T> -> Type

    Type of data stored within the tensor.

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

    The tensor to operate on.

    Returns
    Type Description
    System.Type

    Data type.

    See Also
    member DataType: unit -> Type
    Back to top Generated by DocFX