Home
last modified time | relevance | path

Searched defs:RandomCrop (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dimage_preprocessing.py198 class RandomCrop(base_layer.Layer): class
/external/tensorflow/tensorflow/go/op/
Dwrappers.go34927 func RandomCrop(scope *Scope, image tf.Output, size tf.Output, optional ...RandomCropAttr) (output … func