Table of Contents

Class TensorPoolStats

Namespace
AiDotNet.JitCompiler.Memory
Assembly
AiDotNet.dll

Statistics about the tensor pool state.

public class TensorPoolStats
Inheritance
TensorPoolStats
Inherited Members

Properties

EstimatedMemoryBytes

Estimated memory usage of pooled buffers in bytes.

public long EstimatedMemoryBytes { get; set; }

Property Value

long

TotalPooledBuffers

Total number of buffers currently in the pool.

public int TotalPooledBuffers { get; set; }

Property Value

int

UniqueShapes

Number of unique tensor shapes being pooled.

public int UniqueShapes { get; set; }

Property Value

int