aboutsummaryrefslogtreecommitdiff
path: root/tests/AssetsLibrary.h
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-02-21 15:57:15 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:47:40 +0000
commite4904c727933d8b6d79ec7a1fc3f371414a11a97 (patch)
treeda8dab956f33bb6d2a85c5ffcb1ba156ef14bdce /tests/AssetsLibrary.h
parent7ef90180584d2994ae43f222818e2bbd5288ffa4 (diff)
downloadComputeLibrary-e4904c727933d8b6d79ec7a1fc3f371414a11a97.tar.gz
COMPMID-765: Cleaned up FIXMEs
- Removed FIXMEs from the scripts/ folder: the folder is automatically cleaned up by the release script - Removed negative tests Change-Id: Ia8c64456d8a6388b79b016088aa7f5509eaaf219 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/121658 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com>
Diffstat (limited to 'tests/AssetsLibrary.h')
-rw-r--r--tests/AssetsLibrary.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/AssetsLibrary.h b/tests/AssetsLibrary.h
index afdf714ff1..7e2a042e9d 100644
--- a/tests/AssetsLibrary.h
+++ b/tests/AssetsLibrary.h
@@ -742,7 +742,6 @@ void AssetsLibrary::fill_layer_data(T &&tensor, std::string name) const
Window window;
window.use_tensor_dimensions(tensor.shape());
- //FIXME : Replace with normal loop
execute_window_loop(window, [&](const Coordinates & id)
{
stream.read(reinterpret_cast<char *>(tensor(id)), tensor.element_size());