Files
nixpkgs/pkgs/development/libraries/science/math/tensorflow-lite
Sergei Trofimovich d15e6302d6 tensorflow-lite: fix gcc-13 build failure
Without the change build fails on `master` as
https://hydra.nixos.org/build/249064918:

    tensorflow/lite/kernels/internal/spectrogram.cc:46:22: error: 'uint32_t' was not declared in this scope
       46 | inline int Log2Floor(uint32_t n) {
          |                      ^~~~~~~~
2024-02-11 10:23:15 +00:00
..