zyx-derive
This crate contains procedural macros for zyx.
Macro Module automatically implements IntoIterator<Item = &Tensor> for your module, so that you can use it in backpropagation and save it to disk.
use Backend;
use Tensor;
For README and source code, please visit github.
For more details, there is a book.
Features
- std - enables zyx-core/std