Skip to content

Commit

Permalink
import test_log_softmax_grad
Browse files Browse the repository at this point in the history
  • Loading branch information
juneweng committed Sep 2, 2021
1 parent 1ec01d7 commit dd7c052
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import paddle.fluid as fluid
from paddle.fluid import core
import paddle.nn.functional as F
from test_log_softmax import ref_log_softmax, test_log_softmax
from test_log_softmax import ref_log_softmax, ref_log_softmax_grad
paddle.enable_static()
np.random.seed(10)

Expand Down

1 comment on commit dd7c052

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.