trustformers-mobile 0.1.1

Mobile deployment support for TrustformeRS (iOS, Android)
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Real-Time Monitoring Module
//!
//! This module provides advanced real-time performance monitoring capabilities
//! for mobile ML inference workloads.

pub mod monitor;

pub use monitor::{
    AlertManager, AlertRecord, AlertRule, MonitoringStats, NotificationHandler, RealTimeMonitor,
    RealTimeState,
};