Skip to main content

Module memory_tracker

Module memory_tracker 

Source
Expand description

Inference Memory Tracker

Tracks memory allocations made during inference sessions, detecting leaks, peaks, and per-rule memory usage.

Structs§

InferenceMemoryTracker
Tracks memory allocations made during a single inference session.
MemorySnapshot
A point-in-time view of tracked memory usage.
RegionInfo
Metadata about a single allocated memory region.
TrackerStats
Aggregate counters for an InferenceMemoryTracker session.

Enums§

AllocEvent
An event that can be recorded by InferenceMemoryTracker.