Skip to content

Commit

Permalink
added reviewer suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
jakpiase committed Oct 13, 2021
1 parent 90efe13 commit 0377970
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@

import unittest
import numpy as np
from paddle.fluid.tests.unittests.op_test import OpTest
from paddle.fluid.tests.unittests.op_test import OpTest, OpTestTool
import paddle
import paddle.fluid as fluid
import paddle.fluid.core as core
from paddle.fluid.framework import _current_expected_place


def ref_softplus(x, beta, threshold):
Expand Down

0 comments on commit 0377970

Please sign in to comment.