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. |