aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfLiteParser/TfLiteParser.hpp
diff options
context:
space:
mode:
authorBruno Goncalves <bruno.slackware@gmail.com>2018-12-18 13:40:30 -0200
committerBruno Goncalves <bruno.slackware@gmail.com>2019-01-18 23:03:44 -0200
commitf803f78f3f1c4ad86e4be3d6e7ce8d46a462f2e5 (patch)
tree82a7867bb6d14cfd34237640dfeebb94bc18edf8 /src/armnnTfLiteParser/TfLiteParser.hpp
parentd4ac6a41fc71b82267ef17d4fb87584226bf64c4 (diff)
downloadarmnn-f803f78f3f1c4ad86e4be3d6e7ce8d46a462f2e5.tar.gz
Added ParseMul method to TfLiteParser
Change-Id: I72e61a5ece52d69b289a1559907e2fb3084bfa4a
Diffstat (limited to 'src/armnnTfLiteParser/TfLiteParser.hpp')
-rw-r--r--src/armnnTfLiteParser/TfLiteParser.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/armnnTfLiteParser/TfLiteParser.hpp b/src/armnnTfLiteParser/TfLiteParser.hpp
index 24fb421c25..42e1814e2e 100644
--- a/src/armnnTfLiteParser/TfLiteParser.hpp
+++ b/src/armnnTfLiteParser/TfLiteParser.hpp
@@ -102,6 +102,7 @@ private:
void ParseSoftmax(size_t subgraphIndex, size_t operatorIndex);
void ParseSqueeze(size_t subgraphIndex, size_t operatorIndex);
void ParseAdd(size_t subgraphIndex, size_t operatorIndex);
+ void ParseMul(size_t subgraphIndex, size_t operatorIndex);
void ParsePool(size_t subgraphIndex, size_t operatorIndex, armnn::PoolingAlgorithm algorithm);