aboutsummaryrefslogtreecommitdiff
path: root/1.1/HalPolicy.hpp
diff options
context:
space:
mode:
authorDavid Beck <david.beck@arm.com>2018-09-12 16:02:24 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-09-18 12:40:42 +0100
commit38e1294770598d49e2a4542d96be0491918546bb (patch)
treec57841da5f5f6029454488729f894742e93f397b /1.1/HalPolicy.hpp
parentd11c52311b338298c1577a0934c6af40bb53d9dc (diff)
downloadandroid-nn-driver-38e1294770598d49e2a4542d96be0491918546bb.tar.gz
IVGCVSW-1805: model converter functions for the Android 1.1 SUB operator
Change-Id: I939cb8d26766c93ee8e3c92909d69549328b0ea7
Diffstat (limited to '1.1/HalPolicy.hpp')
-rw-r--r--1.1/HalPolicy.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/1.1/HalPolicy.hpp b/1.1/HalPolicy.hpp
index af858781..3b7fe541 100644
--- a/1.1/HalPolicy.hpp
+++ b/1.1/HalPolicy.hpp
@@ -26,6 +26,7 @@ public:
private:
static bool ConvertDiv(const Operation& operation, const Model& model, ConversionData& data);
+ static bool ConvertSub(const Operation& operation, const Model& model, ConversionData& data);
};
} // namespace hal_1_1