Home
last modified time | relevance | path

Searched refs:get_interpolation (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/keras/preprocessing/
Dimage_dataset.py186 interpolation = image_preprocessing.get_interpolation(interpolation)
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dimage_preprocessing.py98 self._interpolation_method = get_interpolation(interpolation)
1156 self._interpolation_method = get_interpolation(interpolation)
1250 self._interpolation_method = get_interpolation(interpolation)
1312 def get_interpolation(interpolation): function