FL03 / acme

Acme aims to be a complete auto differentiation system written in Rust.
https://crates.io/crates/acme
Apache License 2.0
3 stars 0 forks source link

Tensor: implement formatting methods #62

Closed FL03 closed 6 months ago

FL03 commented 6 months ago

The tensor should be able to display the captured data accordingly.

For example,

3 x 3 matrix

[
  [a, b, c],
  [d, e, f],
  [g, h, i]  
]