TensorHostBackend<'T>
Namespace: Tensor
Backend for host tensors.
Constructors
Constructor | Description |
new(layout, storage)
Signature: (layout:TensorLayout * storage:TensorHostStorage<'T>) -> TensorHostBackend<'T>
|
CompiledName: |
Instance members
Instance member | Description |
Data
Signature: 'T []
|
underlying data array CompiledName: |
Storage
Signature: TensorHostStorage<'T>
|
underlying TensorHostStorate<'T> CompiledName: |