adtensor 0.0.3

Machine learning library with auto differentiation of arbitrary dimensional stack tensors.
Documentation
1
2
3
4
pub trait Dot<R> {
  type Output;
  fn dot(self, rhs: R) -> Self::Output;
}