We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82849ad commit a76b614Copy full SHA for a76b614
python/paddle/v2/framework/tests/test_beam_search_op.py renamed to python/paddle/v2/fluid/tests/test_beam_search_op.py
@@ -1,6 +1,6 @@
1
import logging
2
-from paddle.v2.framework.op import Operator, DynamicRecurrentOp
3
-import paddle.v2.framework.core as core
+from paddle.v2.fluid.op import Operator, DynamicRecurrentOp
+import paddle.v2.fluid.core as core
4
import unittest
5
import numpy as np
6
0 commit comments