Skip to content

Commit 1783ab1

Browse files
committed
move test_nvprof to new location
1 parent 9bbce49 commit 1783ab1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python/paddle/v2/fluid/tests/unittests/test_nvprof.py renamed to python/paddle/fluid/tests/unittests/test_nvprof.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
import unittest
1616
import os
1717
import numpy as np
18-
import paddle.v2.fluid as fluid
19-
import paddle.v2.fluid.profiler as profiler
20-
import paddle.v2.fluid.layers as layers
21-
import paddle.v2.fluid.core as core
18+
import paddle.fluid as fluid
19+
import paddle.fluid.profiler as profiler
20+
import paddle.fluid.layers as layers
21+
import paddle.fluid.core as core
2222

2323

2424
class TestNVProf(unittest.TestCase):

0 commit comments

Comments
 (0)