Guillaume GARDET
fe92d870c9
- Update to 22.11: * Changelog: https://github.com/ARM-software/armnn/releases/tag/v22.11 * Add libarmnnTestUtils - Add patch to fix build: * armnn-gh711.patch - Update to 22.08: * Changelog: https://github.com/ARM-software/armnn/releases/tag/v22.08 - Drop upstream patch: * armnn-fix-gcc12.patch - Update to 22.05: * Changelog: https://github.com/ARM-software/armnn/releases/tag/v22.05 - Add patch to fix build with GCC12 and new flatbuffers: * armnn-fix-gcc12.patch OBS-URL: https://build.opensuse.org/request/show/1039048 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/armnn?expand=0&rev=64
11 lines
372 B
Diff
11 lines
372 B
Diff
--- armnn-22.11/tests/TfLiteYoloV3Big-Armnn/TfLiteYoloV3Big-Armnn.cpp.orig 2022-11-29 15:20:31.148251027 +0100
|
|
+++ armnn-22.11/tests/TfLiteYoloV3Big-Armnn/TfLiteYoloV3Big-Armnn.cpp 2022-11-29 15:20:52.820459889 +0100
|
|
@@ -20,6 +20,7 @@
|
|
#include <chrono>
|
|
#include <fstream>
|
|
#include <iostream>
|
|
+#include <iterator>
|
|
#include <cmath>
|
|
|
|
using namespace armnnTfLiteParser;
|