Add BatchNorm bijector.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Tue, 6 Mar 2018 06:51:17 +0000 (22:51 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 6 Mar 2018 06:55:00 +0000 (22:55 -0800)
commit834093de427445b4ed49729146e69b05786f4d1d
treeb4a735afbf6ed39714b18b10fc762ec275ac8e51
parent5db5079e50199a776428f5f44339723c21508770
Add BatchNorm bijector.

PiperOrigin-RevId: 187975255
tensorflow/contrib/distributions/BUILD
tensorflow/contrib/distributions/python/kernel_tests/bijectors/batch_normalization_test.py [new file with mode: 0644]
tensorflow/contrib/distributions/python/ops/bijectors/__init__.py
tensorflow/contrib/distributions/python/ops/bijectors/batch_normalization.py [new file with mode: 0644]