Module memory_manager

Source
Expand description

Memory Management for Neural Integration

This module provides efficient memory management for neural operations, including GPU-CPU data transfer, memory pooling, and automatic optimization.

Structsยง

HybridMemoryManager
Hybrid memory manager that efficiently handles both CPU and GPU memory
NoOpMemoryManager
No-op memory manager for testing