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.py192 class RandomCrop(PreprocessingLayer): class
/external/tensorflow/tensorflow/go/op/
Dwrappers.go13512 func RandomCrop(scope *Scope, image tf.Output, size tf.Output, optional ...RandomCropAttr) (output … func