tension 0.0.2

Tensor library with OpenCL acceleration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod shape;
pub use shape::*;

mod common;
pub use common::*;

mod host;
pub use host::*;

#[cfg(feature = "device")]
mod device;
#[cfg(feature = "device")]
pub use device::*;