aboutsummaryrefslogtreecommitdiff
path: root/include/schema_operator.def
diff options
context:
space:
mode:
Diffstat (limited to 'include/schema_operator.def')
-rw-r--r--include/schema_operator.def5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/schema_operator.def b/include/schema_operator.def
index 1af367e..a11eeeb 100644
--- a/include/schema_operator.def
+++ b/include/schema_operator.def
@@ -1,7 +1,7 @@
// Copyright (c) 2023, ARM Limited.
//
-// Licensed under the Apache License, Version 2.0 with LLVM Exceptions
-// (the "License"); you may not use this file except in compliance with
+// Licensed under the Apache License, Version 2.0 with LLVM Exceptions
+// (the "License"); you may not use this file except in compliance with
// the License. You may obtain a copy of the License at
//
// https://llvm.org/LICENSE.txt
@@ -32,6 +32,7 @@ DEF_SCHEMA_OPERATOR(MAX_POOL2D)
DEF_SCHEMA_OPERATOR(TRANSPOSE_CONV2D)
DEF_SCHEMA_OPERATOR(CLAMP)
DEF_SCHEMA_OPERATOR(RESERVED)
+DEF_SCHEMA_OPERATOR(ERF)
DEF_SCHEMA_OPERATOR(SIGMOID)
DEF_SCHEMA_OPERATOR(TANH)
DEF_SCHEMA_OPERATOR(ADD)