Table of Contents

Class MANNMemoryStatistics

Namespace
AiDotNet.MetaLearning.Algorithms
Assembly
AiDotNet.dll

Memory statistics tracking for MANN.

public class MANNMemoryStatistics
Inheritance
MANNMemoryStatistics
Inherited Members

Properties

NumReads

Gets the number of reads.

public int NumReads { get; }

Property Value

int

NumWrites

Gets the number of writes.

public int NumWrites { get; }

Property Value

int

Methods

RecordRead()

Records a read operation.

public void RecordRead()

RecordWrite()

Records a write operation.

public void RecordWrite()