Skip to main content

Module utilities

Module utilities 

Source
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 utilities
  • tensor_analysis: Tensor analysis and statistical functions
  • performance: 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§

DebugUtils
Common debugging utilities and helper functions