tflite-micro/tensorflow/lite/kernels
Shlomi Regev b991e726b0
Fix a linker error: undefined kMaxSmallSize (#2476)
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
2024-02-27 14:35:14 +00:00
..
internal Fix a linker error: undefined kMaxSmallSize (#2476) 2024-02-27 14:35:14 +00:00
BUILD Automated sync from github.com/tensorflow/tensorflow (#2110) 2023-07-12 16:07:19 +00:00
kernel_util.cc
kernel_util.h Automated sync from github.com/tensorflow/tensorflow (#2110) 2023-07-12 16:07:19 +00:00
op_macros.h Automated sync from github.com/tensorflow/tensorflow (#2110) 2023-07-12 16:07:19 +00:00
padding.h