Skip to content

Commit

Permalink
fix for iScan CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jakpiase committed Oct 27, 2021
1 parent 8ac2e48 commit 2a219a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def set_params(self):
self.fuse_activation_alpha = 0.3


class SoftplusActivationLeakyReluOneDNNFusePassTest(
class SoftplusActivationSwishOneDNNFusePassTest(
SoftplusActivationReluOneDNNFusePassTest):
def set_params(self):
self.fuse_activation = fluid.layers.swish
Expand Down

0 comments on commit 2a219a7

Please sign in to comment.