From 94ccefb6b40a2e6372b6a04cf34c7361e6353817 Mon Sep 17 00:00:00 2001 From: Julien Girard <julien.girard2@cea.fr> Date: Fri, 24 May 2024 11:30:54 +0200 Subject: [PATCH] [nir] Further doc clarification. --- lib/nir/node.mli | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/nir/node.mli b/lib/nir/node.mli index 0eb1df4..faf48cd 100644 --- a/lib/nir/node.mli +++ b/lib/nir/node.mli @@ -27,8 +27,9 @@ - a unique [id] of type int - a node description of type [descr] - [descr] describes several operations. Most of them are direct transcription - of the ONNX IR v8 standard, which a description is available here: + [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: https://onnx.ai/onnx/operators/index.html. Nodes only require their inputs: it is assumed that a node only returns one -- GitLab