// Error handling for OptiRS TPU module
//
// This module re-exports error types from scirs2_core to maintain
// SciRS2 integration policy compliance.
// Re-export from scirs2-core for SciRS2 compliance
pub use ;
// TPU-specific error types
pub type TpuResult<T> = Result;