Change assertions to use the tensor 'x' rather than 'x.op.name'. This enables eager...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 12 Apr 2018 23:51:43 +0000 (16:51 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 12 Apr 2018 23:53:36 +0000 (16:53 -0700)
commit9908cb16746a2c1a5b4c28950debc0b5964447ad
treed44285eee68ef59d28886f79cacc9d210541ff71
parentdde6aaf321d7f73fb31578fb044b783fb449d017
Change assertions to use the tensor 'x' rather than 'x.op.name'. This enables eager execution in validate_args=True contexts.

PiperOrigin-RevId: 192693458
tensorflow/contrib/distributions/python/ops/bijectors/reshape.py
tensorflow/python/ops/distributions/util.py