From 1f82d8a8b4bc50f061773c2091c47ef2f74bc7d2 Mon Sep 17 00:00:00 2001 From: Julien Girard-Satabin <julien.girard2@cea.fr> Date: Fri, 24 May 2024 13:08:59 +0000 Subject: [PATCH] Change doc to reflect opset export version --- lib/nir/node.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nir/node.mli b/lib/nir/node.mli index faf48cd..e23d5a5 100644 --- a/lib/nir/node.mli +++ b/lib/nir/node.mli @@ -29,7 +29,7 @@ [descr] describes several operations. When an operation shares the same name as an ONNX operation, it follows the standard defined in the ONNX IR v8 and - ONNX Opset v22 standards, described here: + ONNX Opset v13 standards, described here: https://onnx.ai/onnx/operators/index.html. Nodes only require their inputs: it is assumed that a node only returns one -- GitLab