aboutsummaryrefslogtreecommitdiff
path: root/serialization/operator.def
diff options
context:
space:
mode:
authorKevin Cheng <kevin.cheng@arm.com>2020-11-24 10:26:32 -0800
committerKevin Cheng <kevin.cheng@arm.com>2020-11-24 14:06:04 -0800
commit77d0f76b42c6353459d3271ccba9e41728d066cd (patch)
tree70f95376de80e249a15b15dba6faa27fb4d48f45 /serialization/operator.def
parentaee1facbde25caf27cc34e5ec08eb8bba6af8e18 (diff)
downloadreference_model-77d0f76b42c6353459d3271ccba9e41728d066cd.tar.gz
Update reference model/serialization library to 0.21.0 with unit tests added/updated
- update tosa.GATHER - update tosa.RESIZE - add tosa.SCATTER Signed-off-by: Kevin Cheng <kevin.cheng@arm.com> Change-Id: I1c3247b831a64e35a85c4044b24c6c29b8e18d25
Diffstat (limited to 'serialization/operator.def')
-rw-r--r--serialization/operator.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/serialization/operator.def b/serialization/operator.def
index 267976c..9a93b70 100644
--- a/serialization/operator.def
+++ b/serialization/operator.def
@@ -100,7 +100,8 @@ DEF_OPERATOR(tile, TILE, Tile,
DEF_OPERATOR(transpose, TRANSPOSE, Transpose, None, None)
/* gather/scatter */
-DEF_OPERATOR(gather, GATHER, Gather, Axis, None)
+DEF_OPERATOR(gather, GATHER, Gather, None, None)
+DEF_OPERATOR(scatter, SCATTER, Scatter, None, None)
/* image */
DEF_OPERATOR(resize, RESIZE, Resize, Resize, None)