Tensor<T>.GetPinnedHandle Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Pins and gets a MemoryHandle to the backing memory.
public:
System::Buffers::MemoryHandle GetPinnedHandle();
public System.Buffers.MemoryHandle GetPinnedHandle();
member this.GetPinnedHandle : unit -> System.Buffers.MemoryHandle
Public Function GetPinnedHandle () As MemoryHandle
Returns
A handle to the backing memory.