OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shuffle_and_repeat
(Results
1 - 6
of
6
) sorted by null
/external/tensorflow/tensorflow/contrib/data/
__init__.py
39
@@
shuffle_and_repeat
69
from tensorflow.contrib.data.python.ops.shuffle_ops import
shuffle_and_repeat
/external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
shuffle_dataset_op_test.py
80
shuffle_ops.
shuffle_and_repeat
(buffer_size=5, count=count, seed=seed))
143
shuffle_ops.
shuffle_and_repeat
(buffer_size=21))
154
shuffle_ops.
shuffle_and_repeat
(buffer_size=5, count=5, seed=seed))
/external/tensorflow/tensorflow/contrib/data/python/ops/
shuffle_ops.py
88
def
shuffle_and_repeat
(buffer_size, count=None, seed=None):
function
91
`dataset.apply(tf.contrib.data.
shuffle_and_repeat
(buffer_size, count))`
/external/tensorflow/tensorflow/docs_src/api_guides/python/
input_dataset.md
66
* @{tf.contrib.data.
shuffle_and_repeat
}
/external/tensorflow/tensorflow/docs_src/performance/
datasets_performance.md
299
@{tf.contrib.data.
shuffle_and_repeat
} transformation, which combines the best of
331
transformation, ideally using the fused `
shuffle_and_repeat
` transformation.
/external/tensorflow/
RELEASE.md
121
* Add `tf.contrib.data.
shuffle_and_repeat
`.
[
all
...]
Completed in 88 milliseconds