Unverified Commit 0b46f138 authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

Missing forward declaration (#3825)

parent 2a534555
...@@ -25,6 +25,11 @@ ...@@ -25,6 +25,11 @@
namespace ngraph namespace ngraph
{ {
namespace op
{
struct AutoBroadcastSpec;
}
/// \brief Class representing a shape that may be partially or totally dynamic. /// \brief Class representing a shape that may be partially or totally dynamic.
/// ///
/// XXX: THIS CLASS IS EXPERIMENTAL AND THE ENTIRE DESIGN IS SUBJECT TO CHANGE. /// XXX: THIS CLASS IS EXPERIMENTAL AND THE ENTIRE DESIGN IS SUBJECT TO CHANGE.
......
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