aboutsummaryrefslogtreecommitdiff
path: root/serialization/attribute.def
diff options
context:
space:
mode:
Diffstat (limited to 'serialization/attribute.def')
-rw-r--r--serialization/attribute.def6
1 files changed, 6 insertions, 0 deletions
diff --git a/serialization/attribute.def b/serialization/attribute.def
index 88e8c81..d937395 100644
--- a/serialization/attribute.def
+++ b/serialization/attribute.def
@@ -81,6 +81,12 @@ DEF_ATTRIBUTE(Rescale, 7,
bool, S, double_round,
bool, S, per_channel)
+DEF_ATTRIBUTE(Mul, 1,
+ int32_t, S, shift)
+
+DEF_ATTRIBUTE(ArithmeticRightShift, 1,
+ bool, S, round)
+
DEF_ATTRIBUTE(CondIf, 2,
string, S, then_branch,
string, S, else_branch)