Searched defs:_get_iterator (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/v1/ | ||
H A D | input_lib.py | 89 def _get_iterator(self): member in DistributedDatasetV1 |
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/ | ||
H A D | training_arrays_v1.py | 532 def _get_iterator(inputs, distribution_strategy=None): function |
/aosp_15_r20/external/pytorch/torch/utils/data/ | ||
H A D | dataloader.py | 410 def _get_iterator(self) -> "_BaseDataLoaderIter": member in DataLoader |