Modify tf.contrib.distributions.BatchReshape to behave a bit more like
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 16 May 2018 15:45:28 +0000 (08:45 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 16 May 2018 15:47:59 +0000 (08:47 -0700)
commit61108cc05e3eb6463fbef5eba9d1ff7b1130263d
tree5feaebe3e35180b0754996574dd306b3a5d8f4cc
parenteaa78c17269b97991355974d7a26d650de76bbcd
Modify tf.contrib.distributions.BatchReshape to behave a bit more like
tf.reshape: accept a single unknown dimension and infer partial shape
information statically.

PiperOrigin-RevId: 196833267
tensorflow/contrib/distributions/python/kernel_tests/batch_reshape_test.py
tensorflow/contrib/distributions/python/ops/batch_reshape.py