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.