Unverified Commit 977ced99 authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

#3413 for master (#3414)

* Fix crash when NGRAPH_ENABLE_{VISUALIZE,SERIALIZE}_TRACING=1

* Initialization for kw
parent c83a98c3
......@@ -90,7 +90,7 @@ namespace ngraph
size_t m_top_k_axis{0};
element::Type m_index_element_type;
bool m_compute_max{false};
SortType m_sort;
SortType m_sort{SortType::NONE};
virtual void generate_adjoints(autodiff::Adjoints& adjoints,
const NodeVector& deltas) override;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment