aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/framework
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-03-03 14:26:21 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-04 10:20:46 -0800
commit421077f6ec9af420c9f11d6cff15ef6e0b21104d (patch)
treee6b67aaf063c63abe592838aa8e631547f38d78e /tensorflow/contrib/framework
parentc645201fa9861dc9e0555a693a04e503ed40d01a (diff)
Will open source this part of code.
PiperOrigin-RevId: 187747019
Diffstat (limited to 'tensorflow/contrib/framework')
-rw-r--r--tensorflow/contrib/framework/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/contrib/framework/__init__.py b/tensorflow/contrib/framework/__init__.py
index 8063250091..21f9651318 100644
--- a/tensorflow/contrib/framework/__init__.py
+++ b/tensorflow/contrib/framework/__init__.py
@@ -71,6 +71,7 @@ See the @{$python/contrib.framework} guide.
@@model_variable
@@variable
@@VariableDeviceChooser
+@@convolutional_delta_orthogonal
@@zero_initializer
@@load_checkpoint
@@ -111,6 +112,7 @@ from tensorflow.python.framework.smart_cond import smart_cond
from tensorflow.python.framework.smart_cond import smart_constant_value
from tensorflow.python.framework.tensor_spec import BoundedTensorSpec
from tensorflow.python.framework.tensor_spec import TensorSpec
+from tensorflow.python.ops.init_ops import convolutional_delta_orthogonal
from tensorflow.python.util.all_util import remove_undocumented
_allowed_symbols = ['nest']