aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2021-12-13 15:29:10 +0000
committerTeresaARM <teresa.charlinreyes@arm.com>2021-12-13 16:57:32 +0000
commitbc14881a76699dd942e94265116da68a6466455e (patch)
tree6646bf3188e7645347f19efe4855221bb916a521
parent233ecadb70fce11a80db1fe94157a540d58427aa (diff)
downloadarmnn-bc14881a76699dd942e94265116da68a6466455e.tar.gz
IVGCVSW-6581 Inclusive language changes on the OnnxParser.hpp file
Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: I92213f8a72931d0c5be1272418617f72147665bb
-rw-r--r--src/armnnOnnxParser/OnnxParser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armnnOnnxParser/OnnxParser.hpp b/src/armnnOnnxParser/OnnxParser.hpp
index a0fa8af31b..bb94472c6d 100644
--- a/src/armnnOnnxParser/OnnxParser.hpp
+++ b/src/armnnOnnxParser/OnnxParser.hpp
@@ -203,7 +203,7 @@ private:
/// Map of the tensor names to their node and index in graph.node()
std::unordered_map<std::string, std::pair<const onnx::NodeProto*, int>> m_OutputsMap;
- /// Number of times a specific node (identified by his index number) was used as input
+ /// Number of times a specific node (identified by its index number) was used as input
/// and list of the nodes it was fused with
struct UsageSummary
{