Add tests
Once this crate is a library (#1), tests should be added. Useful tests often focus on corner-cases. For example: what happens if we try to create a network of 10x10 tensors, while the maximum number of tensors is just 64?
Once this crate is a library (#1), tests should be added. Useful tests often focus on corner-cases. For example: what happens if we try to create a network of 10x10 tensors, while the maximum number of tensors is just 64?