Unverified Commit 85884f32 authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

Fix opset version (#2759)

parent 49a8f3b2
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
# limitations under the License. # limitations under the License.
# ****************************************************************************** # ******************************************************************************
set(ONNX_OPSET_VERSION 9 CACHE INTERNAL "Supported version of ONNX operator set") set(ONNX_OPSET_VERSION 10 CACHE INTERNAL "Supported version of ONNX operator set")
add_library(onnx_import_interface OBJECT add_library(onnx_import_interface OBJECT
core/node.cpp core/node.cpp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment