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