tensr 0.1.3

A high-performance, cross-platform, multi-backend tensor/array library for Rust
Documentation
1
2
3
4
5
pub trait BinaryOp {}

pub trait ScalarKernel<T> {
    fn apply_scalar(lhs: T, rhs: T) -> T;
}