Searched refs:flat_structure (Results 1 – 25 of 28) sorted by relevance
12
/external/tensorflow/tensorflow/python/data/util/ |
D | nest.py | 186 flat_structure = flatten(structure) 187 if len(flat_structure) != len(flat_sequence): 191 % (len(flat_structure), len(flat_sequence), structure, flat_sequence)) 243 flat_structure = [flatten(s) for s in structure] 244 entries = zip(*flat_structure)
|
D | traverse_test.py | 36 **dataset_ops.flat_structure(self)) 38 temp_variant_tensor, **dataset_ops.flat_structure(self))
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | optimization.py | 117 **dataset_ops.flat_structure(self))) 130 **dataset_ops.flat_structure(self))) 170 **dataset_ops.flat_structure(self))) 286 **dataset_ops.flat_structure(self)))
|
D | prefetching_ops.py | 115 **dataset_ops.flat_structure(self._input_dataset)) 177 **dataset_ops.flat_structure(self._input_dataset)) 211 **dataset_ops.flat_structure(self._input_dataset)) 246 **dataset_ops.flat_structure(self))
|
D | get_single_element.py | 67 dataset._variant_tensor, **dataset_ops.flat_structure(dataset)))
|
D | error_ops.py | 64 **dataset_ops.flat_structure(self)))
|
D | sleep.py | 33 **dataset_ops.flat_structure(self))
|
D | distribute.py | 51 **dataset_ops.flat_structure(self))
|
D | unique.py | 64 **dataset_ops.flat_structure(self))
|
D | batching.py | 385 **dataset_ops.flat_structure(self)) 469 **dataset_ops.flat_structure(self)) 601 **dataset_ops.flat_structure(self)) 761 **dataset_ops.flat_structure(self))
|
D | take_while_ops.py | 48 **dataset_ops.flat_structure(self))
|
D | random_ops.py | 38 seed=self._seed, seed2=self._seed2, **dataset_ops.flat_structure(self))
|
D | stats_ops.py | 110 **dataset_ops.flat_structure(self))
|
D | threadpool.py | 72 **dataset_ops.flat_structure(self))
|
D | shuffle_ops.py | 49 **dataset_ops.flat_structure(self))
|
D | indexed_dataset_ops.py | 97 **dataset_ops.flat_structure(self)))
|
D | grouping.py | 266 **dataset_ops.flat_structure(self)) 387 **dataset_ops.flat_structure(self))
|
D | parsing_ops.py | 90 **dataset_ops.flat_structure(self)))
|
D | scan_ops.py | 135 **dataset_ops.flat_structure(self))
|
D | interleave_ops.py | 132 **dataset_ops.flat_structure(self)))
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | dataset_ops.py | 1470 dataset_factory=_make_dataset, **flat_structure(self)), 1517 container="", shared_name=shared_name, **flat_structure(self)) 1520 container="", shared_name=shared_name, **flat_structure(self)) 2432 def flat_structure(dataset): function 2500 **flat_structure(self)) 2535 **flat_structure(self)) 2583 **flat_structure(self)) 2609 **flat_structure(self)) 2623 **flat_structure(self)) 2662 **flat_structure(self)) [all …]
|
D | multi_device_iterator_ops.py | 135 **dataset_ops.flat_structure(self)) 178 **dataset_ops.flat_structure(self)) 237 **dataset_ops.flat_structure(self._dataset)))
|
/external/tensorflow/tensorflow/python/util/ |
D | nest.py | 435 flat_structure = flatten(structure) 436 if len(flat_structure) != len(flat_sequence): 440 (len(flat_structure), len(flat_sequence), structure, flat_sequence)) 502 flat_structure = [flatten(s, expand_composites) for s in structure] 503 entries = zip(*flat_structure)
|
/external/tensorflow/tensorflow/contrib/data/python/ops/ |
D | sliding.py | 47 **dataset_ops.flat_structure(self))
|
D | readers.py | 395 self._filenames, **dataset_ops.flat_structure(self))
|
12