Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a linker error: undefined kMaxBufferCount (#2458)
When building with a recent version of xt-clang and -std=c++, the linker errs on missing definition of a static constexpr class member. In C++11, static class members still had to be defined in a C++11 file and TFLM code is expected to be compatible with C++11. BUG=323856831
- Loading branch information