Expand description
Utilities module for common debugging operations and helper functions
This module provides a comprehensive set of debugging utilities organized into focused submodules:
health: Health checking and diagnostic utilitiestensor_analysis: Tensor analysis and statistical functionsperformance: Performance monitoring and profiling tools- More modules to be added as the utilities.rs file is further refactored
Re-exports§
pub use health::*;pub use performance::*;pub use tensor_analysis::*;pub use weight_analysis::*;
Modules§
- health
- Health checking and diagnostics utilities
- performance
- Performance monitoring and profiling utilities
- tensor_
analysis - Tensor analysis utilities and statistical functions
- weight_
analysis - Weight and gradient analysis utilities
Structs§
- Debug
Utils - Common debugging utilities and helper functions