aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/framework
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-01 09:16:27 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-01 09:20:04 -0700
commit0589444f3dc6d6c13db26e93854b93b8cc7ca4e0 (patch)
tree3efb354aca5c0421093a489d5a6f51641f78c653 /tensorflow/contrib/framework
parente079a8ab1eea2507018770f1e9fe5d5d2793c9c7 (diff)
Add map_structure_with_paths to list of documented nest symbols.
PiperOrigin-RevId: 206938939
Diffstat (limited to 'tensorflow/contrib/framework')
-rw-r--r--tensorflow/contrib/framework/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/framework/__init__.py b/tensorflow/contrib/framework/__init__.py
index dc49383c5c..918a7e2bc7 100644
--- a/tensorflow/contrib/framework/__init__.py
+++ b/tensorflow/contrib/framework/__init__.py
@@ -133,6 +133,7 @@ _nest_allowed_symbols = [
'flatten_dict_items',
'pack_sequence_as',
'map_structure',
+ 'map_structure_with_paths',
'assert_shallow_structure',
'flatten_up_to',
'map_structure_up_to',