Created by: sneaxiy
Add final to grad maker virtual methods to avoid overriding this method in derived class of SingleGradOpMaker. All derived classes which inherit SingleGradOpMaker should override Apply instead of operator().
final
SingleGradOpMaker
Apply
operator()