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

Commit

Permalink
TopK constant provenance (#3658)
Browse files Browse the repository at this point in the history
  • Loading branch information
diyessi authored Sep 24, 2019
1 parent 669532d commit 68472cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ngraph/op/topk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ op::TopK::TopK(const Output<Node>& arg,
, m_compute_max(compute_max)
, m_sort(sort)
{
add_provenance_group_member(input(1).get_source_output().get_node_shared_ptr());
constructor_validate_and_infer_types();
}

Expand Down

0 comments on commit 68472cc

Please sign in to comment.