aboutsummaryrefslogtreecommitdiff
path: root/reference_model/src/main.cpp
diff options
context:
space:
mode:
authorTatWai Chong <tatwai.chong@arm.com>2022-06-08 00:48:04 -0700
committerEric Kunze <eric.kunze@arm.com>2022-06-13 21:56:27 -0700
commit24594f55ee3bf0e95c764e51b94c3ec7f9cfa54a (patch)
tree2c4b4a1062b3ab2d204b306b2bd4017d9803e122 /reference_model/src/main.cpp
parent61f6622945d8ef339c99c4b437f985c62aa81bcf (diff)
downloadreference_model-24594f55ee3bf0e95c764e51b94c3ec7f9cfa54a.tar.gz
Update transpose_conv2d to align with TOSA spec
Rename outpad to out_pad, and also fix the dilation in the generator. Change-Id: I4c1599871f0d0b41856e819d8c644a85ca6d8267 Signed-off-by: TatWai Chong <tatwai.chong@arm.com>
Diffstat (limited to 'reference_model/src/main.cpp')
-rw-r--r--reference_model/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/reference_model/src/main.cpp b/reference_model/src/main.cpp
index ae76cd5..f8a446a 100644
--- a/reference_model/src/main.cpp
+++ b/reference_model/src/main.cpp
@@ -26,7 +26,7 @@
#include <nlohmann/json.hpp>
#define MODEL_VERSION_MAJOR 0
-#define MODEL_VERSION_MINOR 24
+#define MODEL_VERSION_MINOR 25
#define MODEL_VERSION_PATCH 0
#define MODEL_VERSION_DRAFT true