Commit acc4e46d authored by Christian Convey's avatar Christian Convey Committed by Scott Cyphers

Fixes compiler warning. (#974)

parent 28797f78
......@@ -45,7 +45,7 @@ namespace ngraph
const Shape& shape,
const bool cacheable = false);
const bool get_cacheable() const { return m_cacheable; }
bool get_cacheable() const { return m_cacheable; }
virtual std::shared_ptr<Node>
copy_with_new_args(const NodeVector& new_args) const 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