Thanks for sending an requirement! Please fill in the following template to help quickly solve your problem.
基于pass框架和es接口实现PadConv2dFusionPass图融合,开源到nn仓
conv算子团队
本次迁移旨在不改变pass功能的情况下,在本仓库基于pass框架和es接口重写代码,完成代码开源。
通过ConvFusionBasePass自定义框架,调用GE新提供接口,实现融合pass。
/assign
Thanks for sending an requirement! Please fill in the following template to help quickly solve your problem.
Backgroud(背景信息)
基于pass框架和es接口实现PadConv2dFusionPass图融合,开源到nn仓
Origin(信息来源)
conv算子团队
Benefit / Necessity (价值/作用)
本次迁移旨在不改变pass功能的情况下,在本仓库基于pass框架和es接口重写代码,完成代码开源。
Design(设计方案)
通过ConvFusionBasePass自定义框架,调用GE新提供接口,实现融合pass。