Unverified Commit 9a52ae47 authored by Ilya Lavrenov's avatar Ilya Lavrenov Committed by GitHub

Added virtual dtor for RNNCellBase (#4421)

Co-authored-by: 's avatarScott Cyphers <diyessi@users.noreply.github.com>
parent 9560ffa1
......@@ -57,6 +57,7 @@ namespace ngraph
const std::vector<float>& activations_beta);
RNNCellBase() = default;
virtual ~RNNCellBase() = default;
virtual bool visit_attributes(AttributeVisitor& visitor);
std::size_t get_hidden_size() const { return m_hidden_size; }
......
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