aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/__init__.py
diff options
context:
space:
mode:
authorGravatar Eugene Brevdo <ebrevdo@google.com>2017-07-13 11:08:24 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-13 11:13:21 -0700
commit5b33ae1c383beceb87189469299ce0b76f66bda5 (patch)
tree5f7869564a4b77012c4a6bf3c60935bf883bd113 /tensorflow/python/__init__.py
parent9addec8a0e44d7655f6344f9b28c3ba0c68971b5 (diff)
Initial public release of tf.distributions.
PiperOrigin-RevId: 161834256
Diffstat (limited to 'tensorflow/python/__init__.py')
-rw-r--r--tensorflow/python/__init__.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tensorflow/python/__init__.py b/tensorflow/python/__init__.py
index a2c86cbb6c..80878bc976 100644
--- a/tensorflow/python/__init__.py
+++ b/tensorflow/python/__init__.py
@@ -83,6 +83,7 @@ from tensorflow.python.ops import metrics
from tensorflow.python.ops import nn
from tensorflow.python.ops import sets
from tensorflow.python.ops import spectral_ops as spectral
+from tensorflow.python.ops.distributions import distributions
from tensorflow.python.ops.losses import losses
from tensorflow.python.profiler import profiler
from tensorflow.python.user_ops import user_ops
@@ -213,6 +214,7 @@ _allowed_symbols.extend([
'app',
'bitwise',
'compat',
+ 'distributions',
'errors',
'estimator',
'feature_column',
@@ -250,7 +252,8 @@ _allowed_symbols.extend([
# referenced in the whitelist.
remove_undocumented(__name__, _allowed_symbols, [
framework_lib, array_ops, check_ops, client_lib, compat, constant_op,
- control_flow_ops, confusion_matrix_m, functional_ops, histogram_ops, io_ops,
+ control_flow_ops, confusion_matrix_m, distributions,
+ functional_ops, histogram_ops, io_ops,
losses, math_ops, metrics, nn, resource_loader, sets, script_ops,
session_ops, sparse_ops, state_ops, string_ops, summary, tensor_array_ops,
train, layers, profiler