Commit a7f70651 authored by VINOD KUMAR DEVARAMPATI's avatar VINOD KUMAR DEVARAMPATI Committed by Robert Kimball

Enums should be moved to public to access (#1844)

* Enums should be moved to public to access

* fix style check
parent d42bef13
......@@ -28,6 +28,7 @@ namespace ngraph
class ngraph::pass::ConstantFolding : public ngraph::pass::GraphRewrite
{
public:
enum class CFTransformations
{
RESHAPE,
......@@ -39,7 +40,6 @@ class ngraph::pass::ConstantFolding : public ngraph::pass::GraphRewrite
QUANTIZE
};
public:
ConstantFolding()
: GraphRewrite()
{
......
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