aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfLiteParser/TfLiteParser.hpp
diff options
context:
space:
mode:
authorBruno Goncalves <882745+brunomorishita@users.noreply.github.com>2018-12-18 12:56:22 -0200
committerMatthew Bentham <matthew.bentham@arm.com>2019-01-17 13:05:47 +0000
commitd4ac6a41fc71b82267ef17d4fb87584226bf64c4 (patch)
treeb18882d239fa7f370cbb4f640d9b82afd53ddf9a /src/armnnTfLiteParser/TfLiteParser.hpp
parentb89b05f048a566a8c825f1d223966bc5a6abc3d5 (diff)
downloadarmnn-d4ac6a41fc71b82267ef17d4fb87584226bf64c4.tar.gz
Added ParseAdd method to TfLiteParser
Change-Id: I24d916eca8ef1efb70d08b5c4f5123bb56a76c3e
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 9195728ad9..24fb421c25 100644
--- a/src/armnnTfLiteParser/TfLiteParser.hpp
+++ b/src/armnnTfLiteParser/TfLiteParser.hpp
@@ -101,6 +101,7 @@ private:
void ParseReshape(size_t subgraphIndex, size_t operatorIndex);
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 ParsePool(size_t subgraphIndex, size_t operatorIndex, armnn::PoolingAlgorithm algorithm);