Home
last modified time | relevance | path

Searched refs:CenterCrop (Results 1 – 11 of 11) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DCenterCrop.java14 public class CenterCrop extends BitmapTransformation { class
16 public CenterCrop(Context context) { in CenterCrop() method in CenterCrop
20 public CenterCrop(BitmapPool bitmapPool) { in CenterCrop() method in CenterCrop
/external/glide/library/src/main/java/com/bumptech/glide/
DGlide.java41 import com.bumptech.glide.load.resource.bitmap.CenterCrop;
94 private final CenterCrop bitmapCenterCrop;
239 bitmapCenterCrop = new CenterCrop(bitmapPool); in Glide()
288 CenterCrop getBitmapCenterCrop() { in getBitmapCenterCrop()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.layers.experimental.preprocessing.pbtxt12 name: "CenterCrop"
Dtensorflow.keras.layers.experimental.preprocessing.-center-crop.pbtxt1 path: "tensorflow.keras.layers.experimental.preprocessing.CenterCrop"
3 …instance: "<class \'tensorflow.python.keras.layers.preprocessing.image_preprocessing.CenterCrop\'>"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.layers.experimental.preprocessing.pbtxt12 name: "CenterCrop"
Dtensorflow.keras.layers.experimental.preprocessing.-center-crop.pbtxt1 path: "tensorflow.keras.layers.experimental.preprocessing.CenterCrop"
3 …instance: "<class \'tensorflow.python.keras.layers.preprocessing.image_preprocessing.CenterCrop\'>"
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dimage_preprocessing_test.py171 image_preprocessing.CenterCrop,
182 with CustomObjectScope({'CenterCrop': image_preprocessing.CenterCrop}):
188 with CustomObjectScope({'CenterCrop': image_preprocessing.CenterCrop}):
194 with CustomObjectScope({'CenterCrop': image_preprocessing.CenterCrop}):
209 layer = image_preprocessing.CenterCrop(5, 5, name='image_preproc')
211 layer_1 = image_preprocessing.CenterCrop.from_config(config)
Dimage_preprocessing.py124 class CenterCrop(PreprocessingLayer): class
148 super(CenterCrop, self).__init__(name=name, **kwargs)
187 base_config = super(CenterCrop, self).get_config()
Dpreprocessing_stage_functional_test.py410 y1 = image_preprocessing.CenterCrop(8, 8)(x2)
/external/tensorflow/tensorflow/python/keras/layers/
D__init__.py33 from tensorflow.python.keras.layers.preprocessing.image_preprocessing import CenterCrop
/external/tensorflow/
DRELEASE.md1145 * Improved **image preprocessing** layers: `CenterCrop`, `Rescaling`