summaryrefslogtreecommitdiffstats
path: root/chromium-112-gcc-13-0005-tensorflow-tflite.patch
diff options
context:
space:
mode:
Diffstat (limited to 'chromium-112-gcc-13-0005-tensorflow-tflite.patch')
-rw-r--r--chromium-112-gcc-13-0005-tensorflow-tflite.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/chromium-112-gcc-13-0005-tensorflow-tflite.patch b/chromium-112-gcc-13-0005-tensorflow-tflite.patch
new file mode 100644
index 0000000..508f00b
--- /dev/null
+++ b/chromium-112-gcc-13-0005-tensorflow-tflite.patch
@@ -0,0 +1,18 @@
+https://github.com/tensorflow/tensorflow/pull/60299
+
+From 9dbee4329ffd0474b939927f6d337959fb72318a Mon Sep 17 00:00:00 2001
+From: Stephan Hartmann <stha09@googlemail.com>
+Date: Fri, 31 Mar 2023 16:01:44 +0000
+Subject: [PATCH] tflite: add stdint.h for int types in internal::Spectrogram
+
+--- a/third_party/tflite/src/tensorflow/lite/kernels/internal/spectrogram.cc
++++ b/third_party/tflite/src/tensorflow/lite/kernels/internal/spectrogram.cc
+@@ -17,6 +17,7 @@ limitations under the License.
+
+ #include <assert.h>
+ #include <math.h>
++#include <stdint.h>
+
+ #include "third_party/fft2d/fft.h"
+
+