aprender 0.29.3

Next-generation ML framework in pure Rust — `cargo install aprender` for the `apr` CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Memory Test Full - Comprehensive Memory Validation

This example runs comprehensive memory validation tests including stress testing and leak detection.

**Run command:**
```bash
cargo run --example mem_test_full --release
```

**Topics covered:**
- Large tensor allocation and deallocation
- Memory fragmentation analysis
- Stress testing under memory pressure
- Peak memory tracking

**See also:**
- [Memory Test]./mem-test.md
- [Examples Reference]./examples-reference.md