Unverified Commit eb2445a6 authored by Robert Kimball's avatar Robert Kimball Committed by GitHub

Make data members protected instead of private (#4284)

parent a59df50d
...@@ -165,7 +165,6 @@ protected: ...@@ -165,7 +165,6 @@ protected:
/// \param func The function with Results fully resolved. /// \param func The function with Results fully resolved.
void set_parameters_and_results(const Function& func); void set_parameters_and_results(const Function& func);
private:
ngraph::ParameterVector m_parameters; ngraph::ParameterVector m_parameters;
ngraph::ResultVector m_results; ngraph::ResultVector m_results;
}; };
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