Skip to content

v0.3.0

Compare
Choose a tag to compare
@majianjia majianjia released this 25 Apr 11:52
· 314 commits to master since this release
a463162
  • 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).