mirror of
https://github.com/vee1e/tflite-micro.git
synced 2026-09-03 02:37:36 +00:00
When building with a recent version of xt-clang and -std=c++11, 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 |
||
|---|---|---|
| .. | ||
| internal | ||
| BUILD | ||
| kernel_util.cc | ||
| kernel_util.h | ||
| op_macros.h | ||
| padding.h | ||