From 1db1a0dcea98abff0364e3aceb3d4d7d8084ab75 Mon Sep 17 00:00:00 2001 From: Qiao Longfei Date: Tue, 14 Nov 2017 20:13:53 -0600 Subject: [PATCH] mv test_beam_search_decode_op.py to fluid (#5642) --- .../{framework => fluid}/tests/test_beam_search_decode_op.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename python/paddle/v2/{framework => fluid}/tests/test_beam_search_decode_op.py (96%) diff --git a/python/paddle/v2/framework/tests/test_beam_search_decode_op.py b/python/paddle/v2/fluid/tests/test_beam_search_decode_op.py similarity index 96% rename from python/paddle/v2/framework/tests/test_beam_search_decode_op.py rename to python/paddle/v2/fluid/tests/test_beam_search_decode_op.py index e9f180bbae..8a11820d2a 100644 --- a/python/paddle/v2/framework/tests/test_beam_search_decode_op.py +++ b/python/paddle/v2/fluid/tests/test_beam_search_decode_op.py @@ -1,8 +1,8 @@ import unittest import numpy as np -import paddle.v2.framework.core as core -from paddle.v2.framework.op import Operator +import paddle.v2.fluid.core as core +from paddle.v2.fluid.op import Operator class TestBeamSearchDecodeOp(unittest.TestCase): -- GitLab