Remove unnecessary density functions.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Mon, 5 Mar 2018 23:53:43 +0000 (15:53 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 5 Mar 2018 23:57:34 +0000 (15:57 -0800)
commitb7e38a5f2a310599e9d4cab2bd95a43dd18018d6
treee9050671b5e8d9fd6c757c7ed21252faac001b93
parentd70110a8e99f59ba06011f724e02d77dcd39e703
Remove unnecessary density functions.

distributions.py appropriately calls `log` or `exp` to compute missing cdf/prob functions.

PiperOrigin-RevId: 187938200
tensorflow/contrib/distributions/python/ops/gumbel.py
tensorflow/contrib/distributions/python/ops/inverse_gamma.py
tensorflow/contrib/distributions/python/ops/logistic.py
tensorflow/contrib/distributions/python/ops/onehot_categorical.py
tensorflow/contrib/distributions/python/ops/relaxed_onehot_categorical.py
tensorflow/python/ops/distributions/gamma.py
tensorflow/python/ops/distributions/normal.py
tensorflow/python/ops/distributions/student_t.py
tensorflow/python/ops/distributions/uniform.py