Interface ITensorHostStorage
type-neutral interface to TensorHostStorage<'T>
Namespace: Tensor.Host
Assembly: Tensor.dll
Syntax
interface ITensorHostStorageProperties
| Name | Description | 
|---|---|
| abstract property Data: Array | the underlying data array | 
| abstract property DataSize: int64 | size of underlying data array in elements | 
| abstract property DataSizeInBytes: int64 | size of underlying data array in bytes | 
Methods
| Name | Description | 
|---|---|
| abstract member Pin: unit -> PinnedMemory | pins the underlying data array and returns the corresponding pinned memory |