Test some distributions stuff in Eager as well as Graph
authorAkshay Modi <nareshmodi@google.com>
Thu, 17 May 2018 19:29:54 +0000 (12:29 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 17 May 2018 19:33:50 +0000 (12:33 -0700)
commit01dbc6ac45d213ea03e6b1ddcc68da506bc868fe
tree90a521d7bcaf933179f2948c816fd7f825157d27
parent831aa3984d831a382e4f09543a1750ef0b6df3f8
Test some distributions stuff in Eager as well as Graph

PiperOrigin-RevId: 197033485
13 files changed:
tensorflow/python/eager/pywrap_tensor.cc
tensorflow/python/framework/test_util.py
tensorflow/python/kernel_tests/distributions/bernoulli_test.py
tensorflow/python/kernel_tests/distributions/beta_test.py
tensorflow/python/kernel_tests/distributions/bijector_test.py
tensorflow/python/kernel_tests/distributions/dirichlet_test.py
tensorflow/python/kernel_tests/distributions/exponential_test.py
tensorflow/python/kernel_tests/distributions/laplace_test.py
tensorflow/python/kernel_tests/distributions/normal_test.py
tensorflow/python/kernel_tests/distributions/special_math_test.py
tensorflow/python/kernel_tests/distributions/student_t_test.py
tensorflow/python/kernel_tests/distributions/uniform_test.py
tensorflow/python/kernel_tests/distributions/util_test.py