Unverified Commit b38f8ce0 authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

Klocwork (#3067)

parent 94dc2fc1
......@@ -72,9 +72,9 @@ namespace ngraph
element::Type get_index_element_type() const { return m_index_element_type; }
bool get_compute_max() const { return m_compute_max; }
protected:
size_t m_top_k_axis;
size_t m_top_k_axis{0};
element::Type m_index_element_type;
bool m_compute_max;
bool m_compute_max{false};
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