Searched refs:_flat_structure (Results 1 – 25 of 29) sorted by relevance
12
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | testing.py | 96 **self._flat_structure)) 109 **self._flat_structure)) 122 **self._flat_structure)
|
D | error_ops.py | 71 **self._flat_structure)) 76 **self._flat_structure))
|
D | prefetching_ops.py | 116 **self._input_dataset._flat_structure) # pylint: disable=protected-access 177 **self._input_dataset._flat_structure) # pylint: disable=protected-access 211 **self._input_dataset._flat_structure) # pylint: disable=protected-access 246 **self._flat_structure)
|
D | optimization.py | 105 **self._flat_structure)) 217 **self._flat_structure))
|
D | scan_ops.py | 135 **self._flat_structure) 143 **self._flat_structure)
|
D | distribute.py | 80 **self._flat_structure) 151 **self._flat_structure) 289 **self._flat_structure)
|
D | get_single_element.py | 69 dataset._variant_tensor, **dataset._flat_structure)) # pylint: disable=protected-access
|
D | sleep.py | 33 **self._flat_structure)
|
D | unique.py | 64 **self._flat_structure)
|
D | snapshot.py | 101 **self._flat_structure) 247 **self._flat_structure)
|
D | cardinality.py | 115 **self._flat_structure)
|
D | take_while_ops.py | 48 **self._flat_structure)
|
D | random_ops.py | 39 seed=self._seed, seed2=self._seed2, **self._flat_structure)
|
D | stats_ops.py | 107 **self._flat_structure)
|
D | threadpool.py | 72 **self._flat_structure)
|
D | batching.py | 318 **self._flat_structure) 369 **self._flat_structure)
|
D | shuffle_ops.py | 49 **self._flat_structure)
|
D | data_service_ops.py | 160 **self._flat_structure) 175 **self._flat_structure)
|
D | io.py | 157 **self._flat_structure)
|
D | grouping.py | 292 **self._flat_structure) 412 **self._flat_structure)
|
D | parsing_ops.py | 100 **self._flat_structure))
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | dataset_ops.py | 557 def _flat_structure(self): member in DatasetV2 2426 dataset_factory=_make_dataset, **self._flat_structure), None, 2491 container="", shared_name=shared_name, **self._flat_structure) 3678 **self._flat_structure) 3710 **self._flat_structure) 3757 **self._flat_structure) 3783 **self._flat_structure) 3798 **self._flat_structure) 3843 **self._flat_structure) 3848 **self._flat_structure) [all …]
|
D | multi_device_iterator_ops.py | 139 **self._flat_structure) 181 **self._flat_structure) 257 **self._dataset._flat_structure)) # pylint: disable=protected-access 537 … devices=self._devices, **dataset._flat_structure)) # pylint: disable=protected-access
|
/external/tensorflow/tensorflow/python/data/util/ |
D | traverse_test.py | 36 **self._flat_structure) 38 temp_variant_tensor, **self._flat_structure)
|
/external/tensorflow/tensorflow/python/data/benchmarks/ |
D | from_tensor_slices_benchmark.py | 46 **self._flat_structure)
|
12