aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/framework
diff options
context:
space:
mode:
authorGravatar Yifei Feng <yifeif@google.com>2018-04-17 12:18:44 -0700
committerGravatar Yifei Feng <yifeif@google.com>2018-04-17 12:18:44 -0700
commit8bed1ea47d96c53db7d8b68b811b1487635d4106 (patch)
tree2260bf78d4b834a1009c9ac7ca4979a0a5b41fdf /tensorflow/contrib/framework
parentf1b892b608a3e2b5fa8a16c03ac3c3ca6293ad65 (diff)
parentb50142067e776fc86ce2ba3d01d01c7c16da671f (diff)
Merge commit for internal changes
Diffstat (limited to 'tensorflow/contrib/framework')
-rw-r--r--tensorflow/contrib/framework/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/contrib/framework/__init__.py b/tensorflow/contrib/framework/__init__.py
index 4a5ed0ab0f..11397e86bd 100644
--- a/tensorflow/contrib/framework/__init__.py
+++ b/tensorflow/contrib/framework/__init__.py
@@ -72,7 +72,9 @@ See the @{$python/contrib.framework} guide.
@@variable
@@VariableDeviceChooser
@@convolutional_delta_orthogonal
+@@convolutional_orthogonal_1d
@@convolutional_orthogonal_2d
+@@convolutional_orthogonal_3d
@@zero_initializer
@@load_checkpoint
@@ -118,7 +120,9 @@ from tensorflow.python.framework.tensor_spec import BoundedTensorSpec
from tensorflow.python.framework.tensor_spec import TensorSpec
from tensorflow.python.ops.array_ops import broadcast_to
from tensorflow.python.ops.init_ops import convolutional_delta_orthogonal
+from tensorflow.python.ops.init_ops import convolutional_orthogonal_1d
from tensorflow.python.ops.init_ops import convolutional_orthogonal_2d
+from tensorflow.python.ops.init_ops import convolutional_orthogonal_3d
from tensorflow.python.util.all_util import remove_undocumented
_allowed_symbols = ['nest', 'broadcast_to']