aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-06-12 21:47:55 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-12 21:50:34 -0700
commit3dd28824023e5bda9f8b5f0a40e4f89c7e4ad920 (patch)
treed897221b2c7e307f0fd8044748d8395f775ef3b6 /.gitignore
parent574a85178942418f5531c215b74729b38b4499d2 (diff)
Move non-core Distributions and Bijectors to Tensorflow Probability (TFP), and deprecate tf.contrib.distributions.
This CL: - copies Distributions code into TFP - Updates it to use TFP idioms, e.g., 'tf.matmul' instead of 'math_ops.matmul'. - Creates a new `internal` subdirectory for modules that must be importable but not visible externally by way of `__init__.py`. - Adds a deprecation notice to tf.contrib.distributions BUILD files and to the class constructors of all tf.contrib Distributions and Bijectors. (and removes tests from the deprecated copies of `distribution_test` and `normal_conjugate_posteriors_test` whose `instance()` calls would be broken by the deprecation wrapper). - Updates miscellaneous references to distributions in TFP. It does not attempt to migrate *all* TFP code to use TFP Distributions; this will be done in a separate CL. PiperOrigin-RevId: 200333629
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions