apr-cli 0.4.13

CLI tool for APR model inspection, debugging, and operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

// ============================================================================
// Tests
// ============================================================================

#[cfg(test)]
mod tests {
    use super::*;
include!("tests.rs");
include!("oracle_cross_validation_architecture.rs");
include!("oracle_cross_validation.rs");
include!("oracle_format_params_statistical.rs");
include!("oracle_tensor_compliance_constraints.rs");
include!("oracle_compute_param_memory.rs");
include!("oracle_compliance_kernel_compatibility.rs");
include!("oracle_format_text.rs");
include!("oracle_format_text_02.rs");
}