aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/include_functions_kernels.py2
-rwxr-xr-x[-rw-r--r--]scripts/tensorflow_data_extractor.py0
2 files changed, 1 insertions, 1 deletions
diff --git a/scripts/include_functions_kernels.py b/scripts/include_functions_kernels.py
index 9f566cbc1a..901a75e4d8 100755
--- a/scripts/include_functions_kernels.py
+++ b/scripts/include_functions_kernels.py
@@ -6,7 +6,7 @@ import os
Target = collections.namedtuple('Target', 'name prefix')
-targets = [Target("NEON", "NE"), Target("CL", "CL"), Target("CPP", "CPP")]
+targets = [Target("NEON", "NE"), Target("CL", "CL"), Target("CPP", "CPP"), Target("GLES_COMPUTE", "GC")]
armcv_path = "arm_compute"
core_path = armcv_path + "/core/"
diff --git a/scripts/tensorflow_data_extractor.py b/scripts/tensorflow_data_extractor.py
index 1dbf0e127e..1dbf0e127e 100644..100755
--- a/scripts/tensorflow_data_extractor.py
+++ b/scripts/tensorflow_data_extractor.py