From b8d805ea3f4db36c316fc40e671e3317d1ef5a0f Mon Sep 17 00:00:00 2001 From: Bruno Goncalves Date: Tue, 12 Feb 2019 22:57:13 -0200 Subject: Add maximum parser to tf-lite Change-Id: Idaf6dd3f4d96dad01e1dc1a0d3fd6c146780626d Signed-off-by: Bruno Goncalves --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 91a0a0a552..edf35ab681 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -549,6 +549,7 @@ if(BUILD_UNIT_TESTS) src/armnnTfLiteParser/test/DepthwiseConvolution2D.cpp src/armnnTfLiteParser/test/DetectionPostProcess.cpp src/armnnTfLiteParser/test/FullyConnected.cpp + src/armnnTfLiteParser/test/Maximum.cpp src/armnnTfLiteParser/test/MaxPool2D.cpp src/armnnTfLiteParser/test/Mean.cpp src/armnnTfLiteParser/test/Multiplication.cpp -- cgit v1.2.1