Add Real NVP and NICE bijectors and tests.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 24 Jan 2018 07:17:06 +0000 (23:17 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 24 Jan 2018 07:20:51 +0000 (23:20 -0800)
commitabce81d8203d2f111a8cb7d54aeb18bd464465c6
tree850b96a202ae7574ed650164d5c1ccc2b360802c
parent2a9866020dbcb53de32bcd984150545a623e34b7
Add Real NVP and NICE bijectors and tests.

PiperOrigin-RevId: 183044638
tensorflow/contrib/distributions/BUILD
tensorflow/contrib/distributions/python/kernel_tests/bijectors/real_nvp_test.py [new file with mode: 0644]
tensorflow/contrib/distributions/python/ops/bijectors/__init__.py
tensorflow/contrib/distributions/python/ops/bijectors/real_nvp.py [new file with mode: 0644]