aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/framework
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-04-12 11:51:34 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-12 11:54:06 -0700
commit454a22aa29dc2dba355094aabe733cd8419f2788 (patch)
treed3477592a3abee37e0f19372c10ac8359748a9ce /tensorflow/contrib/framework
parent10e60219b71fc48e07b0afaa6edeec2d9afac24d (diff)
Construct Orthogonal kernels for 2d convolutions.
PiperOrigin-RevId: 192645769
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 cbb68bd3eb..a52907f163 100644
--- a/tensorflow/contrib/framework/__init__.py
+++ b/tensorflow/contrib/framework/__init__.py
@@ -72,6 +72,7 @@ See the @{$python/contrib.framework} guide.
@@variable
@@VariableDeviceChooser
@@convolutional_delta_orthogonal
+@@convolutional_orthogonal_2d
@@zero_initializer
@@load_checkpoint
@@ -116,6 +117,7 @@ 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.ops.init_ops import convolutional_orthogonal_2d
from tensorflow.python.util.all_util import remove_undocumented
_allowed_symbols = ['nest']