Show / Hide Table of Contents

    Method dev

    static member dev: Tensor<'T> -> ITensorDevice

    Device the data of tensor is stored on.

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

    The tensor to operate on.

    Returns
    Type Description
    ITensorDevice

    Data storage device.

    See Also
    member Dev: unit -> ITensorDevice
    val transfer: Tensor<'T> -> Tensor<'T>
    Back to top Generated by DocFX