mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
update the comments.
This commit is contained in:
parent
afe3fb5c1d
commit
e00c956254
1 changed files with 1 additions and 1 deletions
|
|
@ -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<NodeArg*>& MutableOutputDefs() noexcept {
|
||||
return definitions_.output_defs;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue