Add utility function which makes implicit `tf.get_variable` dependencies an
authorJoshua V. Dillon <jvdillon@google.com>
Tue, 6 Feb 2018 21:03:03 +0000 (13:03 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 6 Feb 2018 21:11:16 +0000 (13:11 -0800)
commitd7b8bce5c6e84f2a3cb5e7f5f5255a1d30afffb2
treeee1c0701970c23cd84f521672fde1557eebf2ef5
parent6f7c6763b80088152b6f9de5ba1046e75d28a26a
Add utility function which makes implicit `tf.get_variable` dependencies an
explicit argument of a callable.

PiperOrigin-RevId: 184725878
tensorflow/contrib/bayesflow/BUILD
tensorflow/contrib/bayesflow/__init__.py
tensorflow/contrib/bayesflow/python/kernel_tests/variable_utils_test.py [new file with mode: 0644]
tensorflow/contrib/bayesflow/python/ops/variable_utils.py [new file with mode: 0644]
tensorflow/contrib/bayesflow/python/ops/variable_utils_impl.py [new file with mode: 0644]