Searched refs:RandomCrop (Results 1 – 21 of 21) sorted by relevance
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_RandomCrop.pbtxt | 2 graph_op_name: "RandomCrop" 4 name: "image.RandomCrop"
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_RandomCrop.pbtxt | 2 graph_op_name: "RandomCrop"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | RandomCrop.pbtxt | 2 name: "RandomCrop"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | RandomCrop.pbtxt | 2 name: "RandomCrop"
|
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/ |
D | image_preprocessing_test.py | 227 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)
|
D | image_preprocessing_distribution_test.py | 55 image_preprocessing.RandomCrop(height=224, width=224),
|
D | image_preprocessing.py | 192 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/ |
D | tensorflow.keras.layers.experimental.preprocessing.pbtxt | 40 name: "RandomCrop"
|
D | tensorflow.keras.layers.experimental.preprocessing.-random-crop.pbtxt | 1 path: "tensorflow.keras.layers.experimental.preprocessing.RandomCrop" 3 …instance: "<class \'tensorflow.python.keras.layers.preprocessing.image_preprocessing.RandomCrop\'>"
|
D | tensorflow.raw_ops.pbtxt | 3244 name: "RandomCrop"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.layers.experimental.preprocessing.pbtxt | 40 name: "RandomCrop"
|
D | tensorflow.keras.layers.experimental.preprocessing.-random-crop.pbtxt | 1 path: "tensorflow.keras.layers.experimental.preprocessing.RandomCrop" 3 …instance: "<class \'tensorflow.python.keras.layers.preprocessing.image_preprocessing.RandomCrop\'>"
|
D | tensorflow.raw_ops.pbtxt | 3244 name: "RandomCrop"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_RandomCrop.pbtxt | 2 graph_op_name: "RandomCrop"
|
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/ |
D | image_preproc_benchmark.py | 118 image_preprocessing.RandomCrop(height=224, width=224),
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | __init__.py | 34 from tensorflow.python.keras.layers.preprocessing.image_preprocessing import RandomCrop
|
/external/tensorflow/ |
D | RELEASE.md | 1146 …* 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/ |
D | ops_history.v0.pbtxt | 22477 name: "RandomCrop" 22522 name: "RandomCrop"
|
D | ops_history.v2.pbtxt | 50649 name: "RandomCrop"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 13512 func RandomCrop(scope *Scope, image tf.Output, size tf.Output, optional ...RandomCropAttr) (output … func
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 35201 name: "RandomCrop"
|