aboutsummaryrefslogtreecommitdiff
path: root/shim/sl/scripts/NeuralNetworks_cpp.patch
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2022-02-10 13:14:03 +0000
committerKevin May <kevin.may@arm.com>2022-02-11 17:00:02 +0000
commit138a88cf568fbc420a310344903f7eb9dec8e1e3 (patch)
tree09dfc013e35ebbed461818e585c3a5611bda7f60 /shim/sl/scripts/NeuralNetworks_cpp.patch
parentf414d999704e2d198aa3136bd556f33a9cc4945f (diff)
downloadarmnn-138a88cf568fbc420a310344903f7eb9dec8e1e3.tar.gz
IVGCVSW-6226 Arm NN Shim Service and Support Library
Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: I542b4c4c7b0592f5153ab3d10141bed4e8f169cd
Diffstat (limited to 'shim/sl/scripts/NeuralNetworks_cpp.patch')
-rw-r--r--shim/sl/scripts/NeuralNetworks_cpp.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/shim/sl/scripts/NeuralNetworks_cpp.patch b/shim/sl/scripts/NeuralNetworks_cpp.patch
new file mode 100644
index 0000000000..40bdc07e8b
--- /dev/null
+++ b/shim/sl/scripts/NeuralNetworks_cpp.patch
@@ -0,0 +1,13 @@
+diff --git a/runtime/NeuralNetworks.cpp b/runtime/NeuralNetworks.cpp
+index b91d3ce45..8977dac68 100644
+--- a/runtime/NeuralNetworks.cpp
++++ b/runtime/NeuralNetworks.cpp
+@@ -1859,7 +1859,7 @@ int SL_ANeuralNetworksDevice_forEachVendorExtensionOperandTypeInformation(
+ #define NNCL_FUNC(symbol) .symbol = symbol
+
+ NnApiSLDriverImplFL5 slDriverImpl{
+- .base{.implFeatureLevel = ANEURALNETWORKS_FEATURE_LEVEL_5},
++ .base={.implFeatureLevel = ANEURALNETWORKS_FEATURE_LEVEL_5},
+ NNCL_FUNC(ANeuralNetworksBurst_create),
+ NNCL_FUNC(ANeuralNetworksBurst_free),
+ NNCL_FUNC(ANeuralNetworksCompilation_createForDevices),