Constructor ( .ctor )
new: TensorLayout * TensorHostStorage<'T> -> TensorHostBackend<'T>
Implicit constructor.
Declaration
new: layout:TensorLayout * storage:TensorHostStorage<'T> -> TensorHostBackend<'T>
Parameters
Type | Name | Description |
---|---|---|
TensorLayout | layout | |
TensorHostStorage<'T> | storage |
Returns
Type | Description |
---|---|
TensorHostBackend<'T> |