Searched refs:CenterCrop (Results 1 – 11 of 11) sorted by relevance
14 public class CenterCrop extends BitmapTransformation { class16 public CenterCrop(Context context) { in CenterCrop() method in CenterCrop20 public CenterCrop(BitmapPool bitmapPool) { in CenterCrop() method in CenterCrop
41 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()
12 name: "CenterCrop"
1 path: "tensorflow.keras.layers.experimental.preprocessing.CenterCrop"3 …instance: "<class \'tensorflow.python.keras.layers.preprocessing.image_preprocessing.CenterCrop\'>"
171 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)
124 class CenterCrop(PreprocessingLayer): class148 super(CenterCrop, self).__init__(name=name, **kwargs)187 base_config = super(CenterCrop, self).get_config()
410 y1 = image_preprocessing.CenterCrop(8, 8)(x2)
33 from tensorflow.python.keras.layers.preprocessing.image_preprocessing import CenterCrop
1145 * Improved **image preprocessing** layers: `CenterCrop`, `Rescaling`