Table of Contents

Namespace AiDotNet.JitCompiler.Memory

Classes

TensorPool

Provides efficient tensor memory pooling to reduce allocations and GC pressure during JIT execution.

TensorPoolStats

Statistics about the tensor pool state.

Structs

TensorRental<T>

Provides a scoped rental of a tensor buffer that automatically returns to the pool.