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