only import used test case and function(#22208)

revert-22710-feature/integrated_ps_api
Zhang Ting 5 years ago committed by Tao Luo
parent 6e04334cec
commit e18a737506

@ -15,7 +15,8 @@
from __future__ import print_function from __future__ import print_function
import unittest import unittest
from paddle.fluid.tests.unittests.test_pool2d_op import * import numpy as np
from paddle.fluid.tests.unittests.test_pool2d_op import TestPool2D_Op, TestCase1, TestCase2, TestCase3, TestCase4, TestCase5, avg_pool2D_forward_naive
def create_test_mkldnn_use_ceil_class(parent): def create_test_mkldnn_use_ceil_class(parent):

Loading…
Cancel
Save