Home
last modified time | relevance | path

Searched refs:flatten_with_joined_string_paths (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/tpu/
Dtpu_embedding_v2.py538 nest.flatten_with_joined_string_paths(gradients),
1071 for path, input_tensor in nest.flatten_with_joined_string_paths(
1112 for path, input_tensor in nest.flatten_with_joined_string_paths(
1258 flat_features = nest.flatten_with_joined_string_paths(self._feature_config)
1339 for path, maybe_tensor in nest.flatten_with_joined_string_paths(tensors):
1578 flat_features = nest.flatten_with_joined_string_paths(feature_config)
/external/tensorflow/tensorflow/python/framework/
Dcomposite_tensor_test.py132 result_with_string_paths = nest.flatten_with_joined_string_paths(
/external/tensorflow/tensorflow/python/util/
Dnest.py1592 def flatten_with_joined_string_paths(structure, separator="/", function
Dnest_test.py1133 nest.flatten_with_joined_string_paths(inputs, separator="/"),
/external/tensorflow/tensorflow/python/distribute/
Dtpu_strategy.py922 specs = nest.flatten_with_joined_string_paths(element_spec)