Home
last modified time | relevance | path

Searched refs:flat_structure (Results 1 – 25 of 28) sorted by relevance

12

/external/tensorflow/tensorflow/python/data/util/
Dnest.py186 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)
Dtraverse_test.py36 **dataset_ops.flat_structure(self))
38 temp_variant_tensor, **dataset_ops.flat_structure(self))
/external/tensorflow/tensorflow/python/data/experimental/ops/
Doptimization.py117 **dataset_ops.flat_structure(self)))
130 **dataset_ops.flat_structure(self)))
170 **dataset_ops.flat_structure(self)))
286 **dataset_ops.flat_structure(self)))
Dprefetching_ops.py115 **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))
Dget_single_element.py67 dataset._variant_tensor, **dataset_ops.flat_structure(dataset)))
Derror_ops.py64 **dataset_ops.flat_structure(self)))
Dsleep.py33 **dataset_ops.flat_structure(self))
Ddistribute.py51 **dataset_ops.flat_structure(self))
Dunique.py64 **dataset_ops.flat_structure(self))
Dbatching.py385 **dataset_ops.flat_structure(self))
469 **dataset_ops.flat_structure(self))
601 **dataset_ops.flat_structure(self))
761 **dataset_ops.flat_structure(self))
Dtake_while_ops.py48 **dataset_ops.flat_structure(self))
Drandom_ops.py38 seed=self._seed, seed2=self._seed2, **dataset_ops.flat_structure(self))
Dstats_ops.py110 **dataset_ops.flat_structure(self))
Dthreadpool.py72 **dataset_ops.flat_structure(self))
Dshuffle_ops.py49 **dataset_ops.flat_structure(self))
Dindexed_dataset_ops.py97 **dataset_ops.flat_structure(self)))
Dgrouping.py266 **dataset_ops.flat_structure(self))
387 **dataset_ops.flat_structure(self))
Dparsing_ops.py90 **dataset_ops.flat_structure(self)))
Dscan_ops.py135 **dataset_ops.flat_structure(self))
Dinterleave_ops.py132 **dataset_ops.flat_structure(self)))
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py1470 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 …]
Dmulti_device_iterator_ops.py135 **dataset_ops.flat_structure(self))
178 **dataset_ops.flat_structure(self))
237 **dataset_ops.flat_structure(self._dataset)))
/external/tensorflow/tensorflow/python/util/
Dnest.py435 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/
Dsliding.py47 **dataset_ops.flat_structure(self))
Dreaders.py395 self._filenames, **dataset_ops.flat_structure(self))

12