aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfLiteParser/TfLiteParser.hpp
diff options
context:
space:
mode:
authorMike Kelly <mike.kelly@arm.com>2021-09-01 21:22:37 +0100
committerJim Flynn <jim.flynn@arm.com>2021-09-02 08:37:02 +0000
commit31dce2b3fa19781836a9a295b514b2ab37f5d928 (patch)
tree852770e21c4251c91ed80eddc49d2dcbc6047d61 /src/armnnTfLiteParser/TfLiteParser.hpp
parent00e9ebf026b1e2f6dbbed201ce1abe0091d6453b (diff)
downloadarmnn-31dce2b3fa19781836a9a295b514b2ab37f5d928.tar.gz
IVGCVSW-6294 Added support for LRN to TfLiteParser
* Added support for LRN to TfLiteParser Signed-off-by: Mike Kelly <mike.kelly@arm.com> Change-Id: Ia34441a4adeecd1f17c65af047d6c207729703ec
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 0f11e41d37..dcd00d887d 100644
--- a/src/armnnTfLiteParser/TfLiteParser.hpp
+++ b/src/armnnTfLiteParser/TfLiteParser.hpp
@@ -131,6 +131,7 @@ private:
void ParseLeakyRelu(size_t subgraphIndex, size_t operatorIndex);
void ParseLess(size_t subgraphIndex, size_t operatorIndex);
void ParseLessOrEqual(size_t subgraphIndex, size_t operatorIndex);
+ void ParseLocalResponseNormalization(size_t subgraphIndex, size_t operatorIndex);
void ParseLogicalNot(size_t subgraphIndex, size_t operatorIndex);
void ParseLogistic(size_t subgraphIndex, size_t operatorIndex);
void ParseL2Normalization(size_t subgraphIndex, size_t operatorIndex);