apr-cli 0.31.1

CLI tool for APR model inspection, debugging, and operations
Documentation
1
2
3
4
5
6
7
8
9

#[cfg(test)]
mod tests {
    use super::*;
include!("trace_tensor_stats_anomaly.rs");
include!("tests_trace_dispatch.rs");
include!("trace_infer_layers.rs");
include!("trace_tensor_stats.rs");
}