Module threading

Source
Expand description

Threading and parallel processing for neural networks

This module provides thread pool management, performance profiling, and distributed training capabilities for efficient parallel execution of neural network operations.

Modules§

distributed
Distributed training support for neural networks

Structs§

PerformanceProfiler
Performance profiler for neural network operations
ProfilingStats
Profiling statistics
ThreadPoolManager
Thread pool manager for parallel neural network operations
ThreadPoolStats
Thread pool statistics