diff --git a/include/onnxruntime/core/graph/graph_base.h b/include/onnxruntime/core/graph/graph_base.h index 948bcea5c4..3e31fc5c8d 100644 --- a/include/onnxruntime/core/graph/graph_base.h +++ b/include/onnxruntime/core/graph/graph_base.h @@ -130,7 +130,7 @@ class Node { return definitions_.input_defs; } - /** Gets a modifiable collection of the Node's input definitions. */ + /** Gets a modifiable collection of the Node's output definitions. */ std::vector& MutableOutputDefs() noexcept { return definitions_.output_defs; }