Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 68472cc

Browse files
authored
TopK constant provenance (#3658)
1 parent 669532d commit 68472cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ngraph/op/topk.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ op::TopK::TopK(const Output<Node>& arg,
4242
, m_compute_max(compute_max)
4343
, m_sort(sort)
4444
{
45+
add_provenance_group_member(input(1).get_source_output().get_node_shared_ptr());
4546
constructor_validate_and_infer_types();
4647
}
4748

0 commit comments

Comments
 (0)