tenflowers-core 0.2.0

Core tensor operations and execution engine for TenfloweRS
Documentation
1
2
// Re-export binary operations
pub use super::binary::{add, clamp, div, mul, scalar_add, sub};