tenflowers-core 0.1.1

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};