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.py539 nest.flatten_with_joined_string_paths(gradients),
1072 for path, input_tensor in nest.flatten_with_joined_string_paths(
1269 flat_features = nest.flatten_with_joined_string_paths(self._feature_config)
1351 for path, maybe_tensor in nest.flatten_with_joined_string_paths(tensors):
1590 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.py1594 def flatten_with_joined_string_paths(structure, separator="/", function
Dnest_test.py1143 nest.flatten_with_joined_string_paths(inputs, separator="/"),
/external/tensorflow/tensorflow/python/distribute/
Dtpu_strategy.py921 specs = nest.flatten_with_joined_string_paths(element_spec)