Class TensorHostBackend<'T>
Backend for host tensors.
Inheritance
System.Object
    TensorHostBackend<'T>
  Implements
System.Collections.Generic.IEnumerable<'T>
    System.Collections.IEnumerable
    ITensorBackend<'T>
  Namespace: Tensor.Host
Assembly: Tensor.dll
Syntax
type TensorHostBackend<'T> (layout:TensorLayout, storage:TensorHostStorage<'T>)
    interface IEnumerable<'T>
    interface IEnumerable
    interface ITensorBackend<'T>Parameters
| Type | Name | Description | 
|---|---|---|
| TensorLayout | layout | |
| TensorHostStorage<'T> | storage | 
Type Parameters
| Name | Description | 
|---|---|
| 'T | 
Constructors
| Name | Description | 
|---|---|
| new: TensorLayout * TensorHostStorage<'T> -> TensorHostBackend<'T> | Implicit constructor. | 
Properties
| Name | Description | 
|---|---|
| property Data: 'T [] | underlying data array | 
| property Storage: TensorHostStorage<'T> | underlying TensorHostStorate<'T> |