Conversation
| ${TFLM_PATH}/tensorflow/lite/micro/micro_interpreter_context.cc | ||
| ${TFLM_PATH}/tensorflow/lite/micro/fake_micro_context.cc | ||
| ${TFLM_PATH}/tensorflow/lite/micro/arena_allocator/ibuffer_allocator.cc | ||
| # ${TFLM_PATH}/tensorflow/lite/micro/arena_allocator/ibuffer_allocator.cc |
There was a problem hiding this comment.
we usually avoid committing commented out code. There are a coupe of exceptions around but they all should have good reasons
There was a problem hiding this comment.
@lyakh - acknowledged - removed the complete line
Fix the build issues related to - libc.a path update to use from xt-clang xtensa - comment ibuffer_allocater.cc entry as file does not exist - Add zephyr compiler options - Introduce assert_func Signed-off-by: Naveen Manohar <naveen.m@intel.com> Signed-off-by: Uday M Bhat <uday.m.bhat@intel.com>
daa730e to
06b0e62
Compare
|
Tested this on a pristine 1. Dropping
|
Fix the build issues related to