aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/platform/test.py
blob: c21821243dc26fd931d82c107fc3f846d917af71 (plain)
1
2
3
4
5
6
7
8
9
10
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function

from tensorflow.python.platform.googletest import GetTempDir
from tensorflow.python.platform.googletest import main
from tensorflow.python.framework.test_util import TensorFlowTestCase as TestCase
from tensorflow.python.framework.test_util import IsGoogleCudaEnabled as IsBuiltWithCuda

get_temp_dir = GetTempDir