Skip to content

Commit

Permalink
Update src/bindings/python/src/pyopenvino/graph/node.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
akuporos authored Sep 26, 2024
1 parent feffce3 commit 387a167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bindings/python/src/pyopenvino/graph/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ void regclass_graph_Node(py::module m) {
&ov::Node::get_instance_id,
R"(
Returns id of the node.
May be used to compare nodes if they are same instances.
:return: id of the node.
:rtype: int
Expand Down

0 comments on commit 387a167

Please sign in to comment.