aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2017-09-14 12:05:05 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commit14e7d14d2109d32be9c132fa85dc5b70cf5e3a07 (patch)
tree41842baf070c4b75ae84d8e0f782de0ffdd68d88 /scripts
parentcfb6553e6114fd84e1972b1a5c5cc42784996333 (diff)
downloadComputeLibrary-14e7d14d2109d32be9c132fa85dc5b70cf5e3a07.tar.gz
COMPMID-417 Updated and ran include script
Made tensorflow script executable Added some FIXME to help spotting what needs to be removed before the release Change-Id: I2e06470a6b95252e571c543fb8d5ef02be4b16e2 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/87685 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
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