Skip to content

Commit a76b614

Browse files
jacquesqiaoQiJune
authored andcommitted
mv test_beam_search_op.py to fluid (#5687)
1 parent 82849ad commit a76b614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/paddle/v2/framework/tests/test_beam_search_op.py renamed to python/paddle/v2/fluid/tests/test_beam_search_op.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
2-
from paddle.v2.framework.op import Operator, DynamicRecurrentOp
3-
import paddle.v2.framework.core as core
2+
from paddle.v2.fluid.op import Operator, DynamicRecurrentOp
3+
import paddle.v2.fluid.core as core
44
import unittest
55
import numpy as np
66

0 commit comments

Comments
 (0)