From 77605826a353981d41f0ee346850d411770535f8 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Mon, 3 Sep 2018 11:25:56 +0100 Subject: IVGCVSW-1713 Create a minimum unit test to compare the results before and after passing the FP16 flag in the Android-nn-driver Change-Id: If8d4ca12421c3bee2526eec98f11d393af822373 --- 1.1/HalPolicy.hpp | 1 + 1 file changed, 1 insertion(+) (limited to '1.1') diff --git a/1.1/HalPolicy.hpp b/1.1/HalPolicy.hpp index 3722d49d..5efe813b 100644 --- a/1.1/HalPolicy.hpp +++ b/1.1/HalPolicy.hpp @@ -19,6 +19,7 @@ class HalPolicy public: using Model = V1_1::Model; using Operation = V1_1::Operation; + using OperationType = V1_1::OperationType; using getSupportedOperations_cb = V1_1::IDevice::getSupportedOperations_1_1_cb; static bool ConvertOperation(const Operation& operation, const Model& model, ConversionData& data); -- cgit v1.2.1