aboutsummaryrefslogtreecommitdiff
path: root/serialization/operator.def
diff options
context:
space:
mode:
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)