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
TotalPooledBuffers
Total number of buffers currently in the pool.
public int TotalPooledBuffers { get; set; }
Property Value
UniqueShapes
Number of unique tensor shapes being pooled.
public int UniqueShapes { get; set; }