Support combinations stored in a global variable in combinations.py-based tests.
authorIgor Saprykin <isaprykin@google.com>
Thu, 17 May 2018 22:29:03 +0000 (15:29 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 17 May 2018 22:35:34 +0000 (15:35 -0700)
commit95e7d1bbe9cf5b3961c101539ba95ad1280e1fe7
tree18bfbbd5b40c3476eb5f451b173ec9d269bec209
parent0cde87e83883c1b98b28b41ed175922b845e650b
Support combinations stored in a global variable in combinations.py-based tests.

The user's input is modified to give the test a better name.  If the user stores combinations in a variable and applies those combinations to more than one test, then the test case name will be a concatenation of of the names of the previous test cases.

PiperOrigin-RevId: 197061902
tensorflow/contrib/distribute/python/combinations.py