Home
last modified time | relevance | path

Searched refs:get_structure (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dprefetch_to_device_test.py45 self.assertTrue(dataset_ops.get_structure(host_dataset).is_compatible_with(
46 dataset_ops.get_structure(device_dataset)))
47 self.assertTrue(dataset_ops.get_structure(host_dataset).is_compatible_with(
48 dataset_ops.get_structure(iterator)))
71 self.assertTrue(dataset_ops.get_structure(host_dataset).is_compatible_with(
72 dataset_ops.get_structure(device_dataset)))
73 self.assertTrue(dataset_ops.get_structure(host_dataset).is_compatible_with(
74 dataset_ops.get_structure(iterator)))
95 self.assertTrue(dataset_ops.get_structure(host_dataset).is_compatible_with(
96 dataset_ops.get_structure(device_dataset)))
[all …]
Dcopy_to_device_test.py49 self.assertTrue(dataset_ops.get_structure(host_dataset).is_compatible_with(
50 dataset_ops.get_structure(device_dataset)))
51 self.assertTrue(dataset_ops.get_structure(host_dataset).is_compatible_with(
52 dataset_ops.get_structure(iterator)))
74 self.assertTrue(dataset_ops.get_structure(host_dataset).is_compatible_with(
75 dataset_ops.get_structure(device_dataset)))
76 self.assertTrue(dataset_ops.get_structure(host_dataset).is_compatible_with(
77 dataset_ops.get_structure(iterator)))
98 self.assertTrue(dataset_ops.get_structure(host_dataset).is_compatible_with(
99 dataset_ops.get_structure(device_dataset)))
[all …]
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dtest_base.py162 self.assertTrue(dataset_ops.get_structure(dataset1).is_compatible_with(
163 dataset_ops.get_structure(dataset2)))
164 self.assertTrue(dataset_ops.get_structure(dataset2).is_compatible_with(
165 dataset_ops.get_structure(dataset1)))
Diterator_test.py416 self.assertTrue(dataset_ops.get_structure(dataset_3).is_compatible_with(
417 dataset_ops.get_structure(feedable_iterator)))
418 self.assertTrue(dataset_ops.get_structure(dataset_4).is_compatible_with(
419 dataset_ops.get_structure(feedable_iterator)))
475 self.assertTrue(dataset_ops.get_structure(dataset_3).is_compatible_with(
476 dataset_ops.get_structure(feedable_iterator)))
477 self.assertTrue(dataset_ops.get_structure(dataset_4).is_compatible_with(
478 dataset_ops.get_structure(feedable_iterator)))
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dwriters.py53 if not dataset_ops.get_structure(dataset).is_compatible_with(
Dinterleave_ops.py270 if not dataset_ops.get_structure(choice_dataset).is_compatible_with(
/external/tensorflow/tensorflow/contrib/data/python/ops/
Dsliding.py40 input_structure = dataset_ops.get_structure(input_dataset)
/external/tensorflow/tensorflow/python/data/ops/
Dmulti_device_iterator_ops.py339 return dataset_ops.get_structure(self._dataset)
Ddataset_ops.py1872 def get_structure(dataset_or_iterator): function
1911 …return get_structure(dataset_or_iterator)._to_legacy_output_shapes() # pylint: disable=protected-…
1929 …return get_structure(dataset_or_iterator)._to_legacy_output_types() # pylint: disable=protected-a…
1947 …return get_structure(dataset_or_iterator)._to_legacy_output_classes() # pylint: disable=protected…