Method dataType
val dataType: ITensor -> Type
Type of data stored within the tensor.
Declaration
val dataType: a:ITensor -> Type
Parameters
| Type | Name | Description |
|---|---|---|
| ITensor | a | The tensor to operate on. |
Returns
| Type | Description |
|---|---|
| System.Type | Data type. |