Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dshuffle_and_repeat_test.py36 shuffle_ops.shuffle_and_repeat(buffer_size=5, count=count, seed=seed))
117 shuffle_ops.shuffle_and_repeat(buffer_size=21))
127 shuffle_ops.shuffle_and_repeat(
144 shuffle_ops.shuffle_and_repeat(
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dshuffle_and_repeat_dataset_serialization_test.py36 shuffle_ops.shuffle_and_repeat(buffer_size=5, count=5, seed=seed))
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dshuffle_ops.py60 def shuffle_and_repeat(buffer_size, count=None, seed=None): function
/external/tensorflow/tensorflow/python/data/experimental/
D__init__.py137 from tensorflow.python.data.experimental.ops.shuffle_ops import shuffle_and_repeat
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.data.experimental.pbtxt200 name: "shuffle_and_repeat"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.data.experimental.pbtxt224 name: "shuffle_and_repeat"
/external/tensorflow/
DRELEASE.md3400 * Add `tf.contrib.data.shuffle_and_repeat`.