Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 441 Bytes

ReadMe.md

File metadata and controls

14 lines (10 loc) · 441 Bytes

The following makefile rule creates headers with weights in short / char data type :
make conv



'float' rule compiles a program that runs the neural network based on float type weights
=> Success

'short' rule compiles a program that runs the neural network based on short type weights
=> Success

'char' rule compiles a program that runs the neural network based on char type weights
=> Failure