These 4 commits are when the Protocol Buffers files have changed:
Commit: | d464b9e | |
---|---|---|
Author: | nopeslide | |
Committer: | nopeslide |
restructured headers and pb files - moved src/pb to /protobuf - removed path to local header in generator - changed include and src path in Makefile
The documentation is generated from this commit.
Commit: | 136a387 | |
---|---|---|
Author: | Alvaro | |
Committer: | GitHub |
Refactoring 1 (#26) * Remove unused code. Functions that were not being used, files that were no longer needed. Nanopb is also removed, since won't be used. * Refactor testing code to remove some boilerplate code. * Add some debugging information in the resolver with the operator name, if no function is found. * Comment convert raw data. It was crashing in windows and ubuntu but I suspect there is something wrong with the function. Currently its not needed, but some models may need it.
Commit: | ce74f16 | |
---|---|---|
Author: | alrevuelta |
Add nanopb and some inference stuff -Add some initial prototyping for nanopb -Fix some bugs in inference, related to how the outputs are stored. -Mnist model still not working
Commit: | 7c07a78 | |
---|---|---|
Author: | alrevuelta |
Add maxpool -Add maxpool for 2dim, supporting only the kernel and strides. No padding or dilation is supported. -Add test