Home
last modified time | relevance | path

Searched defs:reshuffle_each_iteration (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dshuffle_dataset_serialization_test.py42 reshuffle_each_iteration=None, argument
55 def testShuffleCore(self, reshuffle_each_iteration, buffer_size): argument
75 def testMultipleIterators(self, reshuffle_each_iteration, buffer_size): argument
/external/tensorflow/tensorflow/core/kernels/data/
Drandom_seed_ops.h98 bool reshuffle_each_iteration() const override { return false; } in reshuffle_each_iteration() function
117 bool reshuffle_each_iteration() const override { return true; } in reshuffle_each_iteration() function
Dshuffle_dataset_op.cc472 AttrValue reshuffle_each_iteration; in AsGraphDefInternal() local
594 AttrValue reshuffle_each_iteration; in AsGraphDefInternal() local
784 AttrValue reshuffle_each_iteration; in AsGraphDefInternal() local
845 AttrValue reshuffle_each_iteration; in AsGraphDefInternal() local
Dshuffle_dataset_op_test.cc28 int64 seed2, int64 count, bool reshuffle_each_iteration, in ShuffleDatasetParams()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dauto_shard.cc208 bool reshuffle_each_iteration) { in AddShuffleDataset()
261 bool reshuffle_each_iteration) { in AddShuffleDatasetV3()
310 bool* reshuffle_each_iteration) { in RemoveShuffleDataset()
358 bool* reshuffle_each_iteration) { in RemoveShuffleDatasetV3()
388 bool reshuffle_each_iteration; in ProcessDatasetSourceNode() local
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py1293 def shuffle(self, buffer_size, seed=None, reshuffle_each_iteration=None): argument
2614 def shuffle(self, buffer_size, seed=None, reshuffle_each_iteration=None): argument
3859 reshuffle_each_iteration=None): argument