/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/ |
H A D | memory_cleanup_test.py | 112 def get_dataset(): function 119 self.assertNoMemoryLeak(get_dataset) 124 def get_dataset(): function 131 self.assertNoMemoryLeak(get_dataset) 136 def get_dataset(): function 143 self.assertNoMemoryLeak(get_dataset) 148 def get_dataset(): function 155 self.assertNoMemoryLeak(get_dataset) 162 def get_dataset(): function 170 self.assertNoMemoryLeak(get_dataset) [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/ |
H A D | data_adapter.py | 124 def get_dataset(self): member in DataAdapter 381 def get_dataset(self): member in TensorLikeDataAdapter 532 def get_dataset(self): member in DatasetCreatorAdapter 616 def get_dataset(self): member in CompositeTensorDataAdapter 680 def get_dataset(self): member in ListsOfScalarsDataAdapter 681 return self._internal_adapter.get_dataset() 723 def get_dataset(self): member in DatasetAdapter 880 def get_dataset(self): member in GeneratorDataAdapter 1176 dataset = self._adapter.get_dataset() 1354 return data_adapter_cls(x=x, y=y, **kwargs).get_dataset()
|
/aosp_15_r20/external/executorch/examples/mediatek/model_export_scripts/ |
H A D | inception_v3.py | 29 def get_dataset(dataset_path, data_size): function 94 inputs, targets, input_list = get_dataset(
|
H A D | inception_v4.py | 29 def get_dataset(dataset_path, data_size): function 93 inputs, targets, input_list = get_dataset(
|
H A D | resnet50.py | 29 def get_dataset(dataset_path, data_size): function 94 inputs, targets, input_list = get_dataset(
|
H A D | mobilenet_v2.py | 29 def get_dataset(dataset_path, data_size): function 94 inputs, targets, input_list = get_dataset(
|
H A D | resnet18.py | 29 def get_dataset(dataset_path, data_size): function 94 inputs, targets, input_list = get_dataset(
|
H A D | mobilenet_v3.py | 29 def get_dataset(dataset_path, data_size): function 94 inputs, targets, input_list = get_dataset(
|
H A D | deeplab_v3.py | 32 def get_dataset(data_size, dataset_dir, download): function 92 inputs, targets, input_list = get_dataset(
|
H A D | edsr.py | 87 def get_dataset(hr_dir: str, lr_dir: str, default_dataset: str, dataset_dir: str): function 142 dataset = get_dataset(
|
/aosp_15_r20/external/openthread/tools/otci/tests/ |
H A D | test_otci.py | 317 logging.info('dataset: %r', leader.get_dataset()) 318 logging.info('dataset active: %r', leader.get_dataset('active')) 325 logging.info('dataset: %r', leader.get_dataset()) 326 logging.info('dataset active: %r', leader.get_dataset('active')) 327 logging.info('dataset pending: %r', leader.get_dataset('pending'))
|
/aosp_15_r20/external/executorch/examples/qualcomm/oss_scripts/ |
H A D | esrgan.py | 16 from executorch.examples.qualcomm.scripts.edsr import get_dataset 54 dataset = get_dataset(
|
H A D | ssd300_vgg16.py | 70 def get_dataset(data_size, dataset_dir, download): function 136 inputs, input_list, true_boxes, true_labels, true_difficulties = get_dataset(
|
H A D | retinanet.py | 43 def get_dataset(data_size, dataset_dir): function 229 inputs, input_list, bboxes, targets, label_names = get_dataset(
|
/aosp_15_r20/external/executorch/examples/qualcomm/scripts/ |
H A D | deeplab_v3.py | 28 def get_dataset(data_size, dataset_dir, download): function 80 inputs, targets, input_list = get_dataset(
|
H A D | wav2letter.py | 46 def get_dataset(data_size, artifact_dir): function 131 inputs, targets, input_list = get_dataset(
|
H A D | edsr.py | 78 def get_dataset(hr_dir: str, lr_dir: str, default_dataset: str, dataset_dir: str): function 105 dataset = get_dataset(
|
H A D | mobilebert_fine_tune.py | 67 def get_dataset(data_val): function 245 inputs, input_list = get_dataset(data_val)
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/integration_test/ |
H A D | tpu_memory_test.py | 28 def get_dataset(): function 85 dataset = get_dataset()
|
/aosp_15_r20/external/openthread/tools/otci/otci/ |
H A D | otci.py | 1749 def get_dataset(self, dataset: str = 'buffer'): member in OTCI
|