aboutsummaryrefslogtreecommitdiff
path: root/shim/sl/scripts/NeuralNetworks_cpp.patch
blob: 40bdc07e8b7078926e0f19ca1b1d79503feaaad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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),