Skip to content
Snippets Groups Projects
Commit e389f16f authored by Benjamin Halimi's avatar Benjamin Halimi
Browse files

default value in the Round() factory function

parent 0cb975af
No related branches found
No related tags found
1 merge request!419Feat : Add halfway rounding modes to the Round operator
Pipeline #71627 passed
......@@ -165,7 +165,7 @@ public:
}
};
std::shared_ptr<Node> Round(const Round_Op::HalfwayRounding roundingMode, const std::string& name = "");
std::shared_ptr<Node> Round(const Round_Op::HalfwayRounding roundingMode = Round_Op::HalfwayRounding::NearestEven, const std::string& name = "");
} // namespace Aidge
......
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