mv test_beam_search_op.py to fluid (#5687)
parent
82849ad167
commit
a76b61443b
@ -1,6 +1,6 @@
|
|||||||
import logging
|
import logging
|
||||||
from paddle.v2.framework.op import Operator, DynamicRecurrentOp
|
from paddle.v2.fluid.op import Operator, DynamicRecurrentOp
|
||||||
import paddle.v2.framework.core as core
|
import paddle.v2.fluid.core as core
|
||||||
import unittest
|
import unittest
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
Loading…
Reference in new issue