Skip to content

Commit

Permalink
only import used test case and function(#22208)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang Ting authored and luotao1 committed Jan 12, 2020
1 parent 6e04334 commit e18a737
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
from __future__ import print_function

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):
Expand Down

0 comments on commit e18a737

Please sign in to comment.