Deep.Net


TensorHostBackend<'T>

Namespace: Tensor

Backend for host tensors.

Constructors

ConstructorDescription
new(layout, storage)
Signature: (layout:TensorLayout * storage:TensorHostStorage<'T>) -> TensorHostBackend<'T>

CompiledName: .ctor

Instance members

Instance memberDescription
Data
Signature: 'T []

underlying data array

CompiledName: get_Data

Storage
Signature: TensorHostStorage<'T>

underlying TensorHostStorate<'T>

CompiledName: get_Storage

Fork me on GitHub