tf.contrib.framework.nest.flatten_with_joined_string_paths
Stay organized with collections
Save and categorize content based on your preferences.
Returns a list of (string path, data element) tuples.
tf.contrib.framework.nest.flatten_with_joined_string_paths(
structure, separator='/', expand_composites=False
)
The order of tuples produced matches that of nest.flatten
. This allows you
to flatten a nested structure while keeping information about where in the
structure each data element was located. See nest.yield_flat_paths
for more information.
Args |
structure
|
the nested structure to flatten.
|
separator
|
string to separate levels of hierarchy in the results, defaults
to '/'.
|
expand_composites
|
If true, then composite tensors such as tf.SparseTensor
and tf.RaggedTensor are expanded into their component tensors.
|
Returns |
A list of (string, data element) tuples.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2020-10-01 UTC."],[],[]]