Home
last modified time | relevance | path

Searched refs:random_crop (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/random/
Drandom_crop_test.py36 crop = random_ops.random_crop(value, shape).eval()
47 crop = random_ops.random_crop(value, size=target)
64 crop = random_ops.random_crop(value, single, seed=7)
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/
Dimage_preproc_benchmark.py79 img = random_ops.random_crop(img, size=[batch_size, 224, 224, 3])
/external/tensorflow/tensorflow/python/ops/
Drandom_ops.py363 def random_crop(value, size, seed=None, name=None): function
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.image.pbtxt164 name: "random_crop"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.image.pbtxt168 name: "random_crop"
Dtensorflow.pbtxt1840 name: "random_crop"
/external/tensorflow/
DRELEASE.md4665 * `tf.image.random_crop(image, [height, width])` is now
4666 `tf.random_crop(image, [height, width, depth])`, and `tf.random_crop` works