Show / Hide Table of Contents

    Property Dev

    property Dev: ITensorDevice

    Device the data of tensor is stored on.

    Declaration
    property Dev: ITensorDevice with get
    Property Value
    Type Description
    ITensorDevice

    Data storage device.

    Remarks

    For tensors stored in host memory the value of this property is HostTensor.Dev.

    For tensors stored on a CUDA GPU the value of this property is CudaTensor.Dev.

    See Also
    member Storage: unit -> ITensorStorage<'T>
    Back to top Generated by DocFX