From 77d0f76b42c6353459d3271ccba9e41728d066cd Mon Sep 17 00:00:00 2001 From: Kevin Cheng Date: Tue, 24 Nov 2020 10:26:32 -0800 Subject: 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 Change-Id: I1c3247b831a64e35a85c4044b24c6c29b8e18d25 --- serialization/operator.def | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'serialization/operator.def') 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) -- cgit v1.2.1