Home
last modified time | relevance | path

Searched refs:RandomCrop (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_RandomCrop.pbtxt2 graph_op_name: "RandomCrop"
4 name: "image.RandomCrop"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_RandomCrop.pbtxt2 graph_op_name: "RandomCrop"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DRandomCrop.pbtxt2 name: "RandomCrop"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DRandomCrop.pbtxt2 name: "RandomCrop"
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dimage_preprocessing_test.py227 image_preprocessing.RandomCrop,
240 with CustomObjectScope({'RandomCrop': image_preprocessing.RandomCrop}):
254 layer = image_preprocessing.RandomCrop(height, width)
264 with CustomObjectScope({'RandomCrop': image_preprocessing.RandomCrop}):
278 layer = image_preprocessing.RandomCrop(height, width)
287 layer = image_preprocessing.RandomCrop(height, width)
298 layer = image_preprocessing.RandomCrop(height, width)
305 layer = image_preprocessing.RandomCrop(5, 5, name='image_preproc')
307 layer_1 = image_preprocessing.RandomCrop.from_config(config)
Dimage_preprocessing_distribution_test.py55 image_preprocessing.RandomCrop(height=224, width=224),
Dimage_preprocessing.py192 class RandomCrop(PreprocessingLayer): class
223 super(RandomCrop, self).__init__(name=name, **kwargs)
295 base_config = super(RandomCrop, self).get_config()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.layers.experimental.preprocessing.pbtxt40 name: "RandomCrop"
Dtensorflow.keras.layers.experimental.preprocessing.-random-crop.pbtxt1 path: "tensorflow.keras.layers.experimental.preprocessing.RandomCrop"
3 …instance: "<class \'tensorflow.python.keras.layers.preprocessing.image_preprocessing.RandomCrop\'>"
Dtensorflow.raw_ops.pbtxt3244 name: "RandomCrop"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.layers.experimental.preprocessing.pbtxt40 name: "RandomCrop"
Dtensorflow.keras.layers.experimental.preprocessing.-random-crop.pbtxt1 path: "tensorflow.keras.layers.experimental.preprocessing.RandomCrop"
3 …instance: "<class \'tensorflow.python.keras.layers.preprocessing.image_preprocessing.RandomCrop\'>"
Dtensorflow.raw_ops.pbtxt3244 name: "RandomCrop"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RandomCrop.pbtxt2 graph_op_name: "RandomCrop"
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/
Dimage_preproc_benchmark.py118 image_preprocessing.RandomCrop(height=224, width=224),
/external/tensorflow/tensorflow/python/keras/layers/
D__init__.py34 from tensorflow.python.keras.layers.preprocessing.image_preprocessing import RandomCrop
/external/tensorflow/
DRELEASE.md1146 …* Improved **image augmentation** layers: `RandomCrop`, `RandomFlip`, `RandomTranslation`, `Random…
4667 for any rank (not just 3-D images). The C++ `RandomCrop` op has been replaced
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt22477 name: "RandomCrop"
22522 name: "RandomCrop"
Dops_history.v2.pbtxt50649 name: "RandomCrop"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go13512 func RandomCrop(scope *Scope, image tf.Output, size tf.Output, optional ...RandomCropAttr) (output … func
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt35201 name: "RandomCrop"