Searched defs:fuse_conv_bn (Results 1 – 2 of 2) sorted by relevance
20 def fuse_conv_bn(is_qat, conv, bn): function
357 def fuse_conv_bn(gm: torch.fx.GraphModule, inplace=False) -> torch.fx.GraphModule: function