From ac25a1beda8da71a82c0cf2795e2a6eaaeaa26b1 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Thu, 28 Feb 2019 10:40:49 +0000 Subject: IVGCVSW-2697 Add Serialize/Deserialize for the Merger Layer * Force generation of schema header in every build * Also fixed typo in OriginsDescriptor comment (Descriptors.hpp) * Added Serialize/Deserialize check on Addition Layer * Added Serialize/Deserialize check on Floor Layer * Added Serialize/Deserialize check on Minimum Layer * Added Serialize/Deserialize check on Maximum Layer * Added Serialize/Deserialize check on Multiplication Layer * Added Serialize/Deserialize check on Division Layer Change-Id: I1358ea4db7ca506d8bcec2ee64e1fbad6005e723 Signed-off-by: Jim Flynn --- include/armnn/Descriptors.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/armnn') diff --git a/include/armnn/Descriptors.hpp b/include/armnn/Descriptors.hpp index dc09cc60e8..2cf09746f0 100644 --- a/include/armnn/Descriptors.hpp +++ b/include/armnn/Descriptors.hpp @@ -69,7 +69,7 @@ struct OriginsDescriptor /// @Brief Set the view origin coordinates. The arguments are: view, dimension, value. /// If the view is greater than or equal to GetNumViews(), then the view argument is out of range. - /// If the coord is greater than or equal to GetNumViews(), then the coord argument is out of range. + /// If the coord is greater than or equal to GetNumDimensions(), then the coord argument is out of range. Status SetViewOriginCoord(uint32_t view, uint32_t coord, uint32_t value); /// Get the number of views. uint32_t GetNumViews() const; -- cgit v1.2.1