aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfLiteParser/TfLiteParser.hpp
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2024-03-05 15:33:10 +0000
committerKevin May <kevin.may@arm.com>2024-03-12 16:12:41 +0000
commitce7f51f0a8f815ff0e0dd94e209a8cf1802ac914 (patch)
tree7b1879cd830944d6bc2b929c8d6aac75e9a49b66 /src/armnnTfLiteParser/TfLiteParser.hpp
parentbd7bea776b716b3893ae6630b90ed9e5fd47d19d (diff)
downloadarmnn-ce7f51f0a8f815ff0e0dd94e209a8cf1802ac914.tar.gz
IVGCVSW-8231 ScatterNd added to TFLite parser
Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: I5b87304319f5e83e8eba9cb2d934fc4a6aebe85b
Diffstat (limited to 'src/armnnTfLiteParser/TfLiteParser.hpp')
-rw-r--r--src/armnnTfLiteParser/TfLiteParser.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/armnnTfLiteParser/TfLiteParser.hpp b/src/armnnTfLiteParser/TfLiteParser.hpp
index 4ee0650626..f566131ce1 100644
--- a/src/armnnTfLiteParser/TfLiteParser.hpp
+++ b/src/armnnTfLiteParser/TfLiteParser.hpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2017-2023 Arm Ltd and Contributors. All rights reserved.
+// Copyright © 2017-2024 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
@@ -180,6 +180,7 @@ private:
void ParseResizeNearestNeighbor(size_t subgraphIndex, size_t operatorIndex);
void ParseReverseV2(size_t subgraphIndex, size_t operatorIndex);
void ParseRsqrt(size_t subgraphIndex, size_t operatorIndex);
+ void ParseScatterNd(size_t subgraphIndex, size_t operatorIndex);
void ParseShape(size_t subgraphIndex, size_t operatorIndex);
void ParseSin(size_t subgraphIndex, size_t operatorIndex);
void ParseSlice(size_t subgraphIndex, size_t operatorIndex);