Commits


Zhang Lei authored and GitHub committed 2e37fe3f68e
Fuse HardSigmoid with conv. (#8674) * Fuse HardSigmoid with conv. Add transform test case and FusedConv testcase. * Limit Conv/HardSigmoid fusion in CpuExecutionProvider. * Fix typo for arm build. * change format one place