Skip to content
Snippets Groups Projects
Commit 9fff38e6 authored by Maxence Naud's avatar Maxence Naud Committed by Inna Kucher
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 04ca46aa
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,6 @@ public: ...@@ -114,7 +114,6 @@ public:
}; };
inline std::shared_ptr<Node> Scaling(float scalingFactor = 1.0f, const std::string& name = "") { inline std::shared_ptr<Node> Scaling(float scalingFactor = 1.0f, const std::string& name = "") {
// FIXME: properly handle default w&b initialization in every cases
return std::make_shared<Node>(std::make_shared<Scaling_Op>(scalingFactor), name); return std::make_shared<Node>(std::make_shared<Scaling_Op>(scalingFactor), name);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment