Table of Contents

Interface IMemoryBuffer<T>

Namespace
DotCompute.Abstractions.Memory
Assembly
DotCompute.Abstractions.dll

Generic memory buffer interface for backward compatibility. This is an alias/wrapper for IUnifiedMemoryBuffer to support legacy code.

public interface IMemoryBuffer<T> : IUnifiedMemoryBuffer<T>, IUnifiedMemoryBuffer, IAsyncDisposable, IDisposable where T : unmanaged

Type Parameters

T

The unmanaged type of elements in the buffer.

Inherited Members
Extension Methods