Home
last modified time | relevance | path

Searched refs:flatten_up_to (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/python/data/util/
Dnest_test.py308 flattened_input_tree = nest.flatten_up_to(shallow_tree, input_tree)
309 flattened_shallow_tree = nest.flatten_up_to(shallow_tree, shallow_tree)
315 input_tree_flattened_as_shallow_tree = nest.flatten_up_to(shallow_tree,
326 flattened_input_tree = nest.flatten_up_to(shallow_tree, input_tree)
327 flattened_shallow_tree = nest.flatten_up_to(shallow_tree, shallow_tree)
333 flattened_input_tree = nest.flatten_up_to(shallow_tree, input_tree)
334 flattened_shallow_tree = nest.flatten_up_to(shallow_tree, shallow_tree)
341 flattened_input_tree = nest.flatten_up_to(shallow_tree, input_tree)
342 flattened_shallow_tree = nest.flatten_up_to(shallow_tree, shallow_tree)
348 flattened_input_tree = nest.flatten_up_to(shallow_tree, input_tree)
[all …]
Dnest.py329 def flatten_up_to(shallow_tree, input_tree): function
470 all_flattened_up_to = [flatten_up_to(shallow_tree, input_tree)
Dstructure.py344 flat_value = nest.flatten_up_to(self._nested_structure, value)
360 flat_value = nest.flatten_up_to(self._nested_structure, value)
/external/tensorflow/tensorflow/python/util/
Dnest_test.py552 flattened_input_tree = nest.flatten_up_to(shallow_tree, input_tree)
553 flattened_shallow_tree = nest.flatten_up_to(shallow_tree, shallow_tree)
560 input_tree_flattened_as_shallow_tree = nest.flatten_up_to(shallow_tree,
570 input_tree_flattened_as_shallow_tree = nest.flatten_up_to(shallow_tree,
579 input_tree_flattened_as_shallow_tree = nest.flatten_up_to(shallow_tree,
589 input_tree_flattened_as_shallow_tree = nest.flatten_up_to(shallow_tree,
593 input_tree_flattened_as_shallow_tree = nest.flatten_up_to(shallow_tree,
600 input_tree_flattened_as_shallow_tree = nest.flatten_up_to(shallow_tree,
610 flattened_input_tree = nest.flatten_up_to(shallow_tree, input_tree)
611 flattened_shallow_tree = nest.flatten_up_to(shallow_tree, shallow_tree)
[all …]
Dnest.py702 def flatten_up_to(shallow_tree, input_tree, check_types=True): function
1028 flat_value_lists = [flatten_up_to(shallow_tree, input_tree, check_types)
/external/tensorflow/tensorflow/python/saved_model/
Dfunction_deserialization.py62 flatten_inputs = nest.flatten_up_to(expected_structure, inputs)
89 flatten_inputs = nest.flatten_up_to(expected_structure, inputs)
/external/tensorflow/tensorflow/contrib/data/python/ops/
Dbatching.py202 flat_new_shapes = nest.flatten_up_to(original_shapes, expected_shapes)
/external/tensorflow/tensorflow/python/tpu/
Dtpu_feed.py838 inputs_part_dims_flat = nest.flatten_up_to(flattened_inputs,
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dbatching.py537 flat_new_shapes = nest.flatten_up_to(output_types, output_shapes)
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py446 flattened_values = nest.flatten_up_to(output_types, values)
2923 flat_padded_shapes = nest.flatten_up_to(input_shapes, padded_shapes)
/external/tensorflow/tensorflow/python/eager/
Dfunction.py1139 flatten_inputs = nest.flatten_up_to(