- Precision: FP32
- Input: [0, 2π]
- Output: [-1, 1]
Run:
$ make
$ ./sine_model
- Train model on tensorflow, and export the tflite model.
- Using netron to extract the weights and biases as .npy files
- Use the npy_convert script to convert the npy files into raw bin files.
- Load the weights into memory allocated during runtime.
- run the necessary microkernel operations and inference.