Thanks for sending an requirement! Please fill in the following template to help quickly solve your problem.
MaxPoolGradWithArgmaxV3代码重构,和MaxPoolGradWithArgmax提取公共代码,减少重复代码。
池化算子
减少冗余代码,提升代码简洁度。
提取公共代码到基类,统一继承基类实现功能。
/assign
Thanks for sending an requirement! Please fill in the following template to help quickly solve your problem.
Backgroud(背景信息)
MaxPoolGradWithArgmaxV3代码重构,和MaxPoolGradWithArgmax提取公共代码,减少重复代码。
Origin(信息来源)
池化算子
Benefit / Necessity (价值/作用)
减少冗余代码,提升代码简洁度。
Design(设计方案)
提取公共代码到基类,统一继承基类实现功能。