tenflowers-core 0.1.1

Core tensor operations and execution engine for TenfloweRS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Integration Module for Ultra-Performance Validation
//!
//! This module provides comprehensive end-to-end validation of all performance
//! optimizations implemented across TenfloweRS, including SIMD, cache, memory,
//! and neural network optimizations.

pub mod ultra_performance_validation;

pub use ultra_performance_validation::{
    BaselinePerformance, OptimizationBreakdown, PerformanceTargets, UltraPerformanceValidator,
    ValidationReport, ValidationResult, ValidationTestSuite,
};