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

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

parent 43d50134
No related branches found
No related tags found
1 merge request!12Quantization ptq
Pipeline #32011 passed
......@@ -113,7 +113,7 @@ public:
inline IOIndex_t nbOutputs() const noexcept override final { return 1; }
};
inline std::shared_ptr<Node> Scaling(float scalingFactor = 1.0f, const char* name = nullptr) {
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);
}
......
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