aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/operator.def2
-rw-r--r--include/schema_operator.def2
2 files changed, 4 insertions, 0 deletions
diff --git a/include/operator.def b/include/operator.def
index 5b0cc7f..0bd0d08 100644
--- a/include/operator.def
+++ b/include/operator.def
@@ -64,6 +64,7 @@ DEF_OPERATOR(Abs)
DEF_OPERATOR(BitwiseNot)
DEF_OPERATOR(Ceil)
DEF_OPERATOR(Clz)
+DEF_OPERATOR(Cos)
DEF_OPERATOR(Exp)
DEF_OPERATOR(Floor)
DEF_OPERATOR(Log)
@@ -71,6 +72,7 @@ DEF_OPERATOR(LogicalNot)
DEF_OPERATOR(Negate)
DEF_OPERATOR(Reciprocal)
DEF_OPERATOR(Rsqrt)
+DEF_OPERATOR(Sin)
/* elementwise - ternary */
DEF_OPERATOR(Select)
diff --git a/include/schema_operator.def b/include/schema_operator.def
index 675b4f2..02b639e 100644
--- a/include/schema_operator.def
+++ b/include/schema_operator.def
@@ -99,3 +99,5 @@ DEF_SCHEMA_OPERATOR(ADD_SHAPE)
DEF_SCHEMA_OPERATOR(SUB_SHAPE)
DEF_SCHEMA_OPERATOR(MUL_SHAPE)
DEF_SCHEMA_OPERATOR(DIV_SHAPE)
+DEF_SCHEMA_OPERATOR(COS)
+DEF_SCHEMA_OPERATOR(SIN) \ No newline at end of file