Fix flaky test gpu_xla_dct_ops_test by increasing the number of shards

PiperOrigin-RevId: 350289211
Change-Id: Ibed1568c0dcf312f7fbfac5207f036900c5bf25e
This commit is contained in:
Smit Hinsu 2021-01-05 23:00:28 -08:00 committed by TensorFlower Gardener
parent 78012e5d6c
commit 934d476896

View File

@ -25,6 +25,7 @@ cuda_py_tests(
name = "dct_ops_test",
srcs = ["dct_ops_test.py"],
python_version = "PY3",
shard_count = 16,
deps = [
"//tensorflow/python:client_testlib",
"//tensorflow/python:framework_for_generated_wrappers",