v0.3.0
- Re-organized files structure. Now we have layer-based files.
nnom_out_shape.c
and all*_out_shape()
now changed to*_build()
and placed in each layer-based files.- Add a tensor type. Now all operators (activation/conv, dense...) will operate directly on the tensor.
- Now tensor will be created separately. A tensor is shared between layers (more or less similar to the previous memory block does).