PinnedMemory
Namespace: Tensor
pinned .NET managed memory (wraps a GCHandle)
Constructors
Constructor | Description |
new(gcHnd, size)
Signature: (gcHnd:GCHandle * size:int64) -> PinnedMemory
|
CompiledName: |
Instance members
Instance member | Description |
Ptr
Signature: nativeint
|
pointer to storage array CompiledName: |
Size
Signature: int64
|
size of storage array in bytes CompiledName: |