Philipp van Kempen

Results 13 comments of Philipp van Kempen

I fixed my generated model manually by replacing the prefix `tflite::ops::micro::` with ``tflite::` for the following registration methods which have been moved to a flat namespace: - `Register_CONV_2D` - `Register_QUANTIZE`...

I also had to manually add `#include "tensorflow/lite/micro/kernels/fully_connected.h` to my models since October.

RISC-V OVPSim has a command line flag to choose whether a non-zero `_exit()` call will lead to a failed simulation: `--override riscvOVPsim/cpu/pk/reportExitErrors=F (Boolean) (default=F) (default) Report non-zero exit() return codes...