I doubt TensorFlow Lite is supported on 8-bit AVR microcontrollers.
The C++ standard library, including <cstdint> is not included in the AVR toolchain. You could install it using a third-party library, but that doesn't change the fact that TensorFlow Lite is not intended to work on AVR.