Home
last modified time | relevance | path

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

/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.cc550 AttrValue reshuffle_each_iteration; in AsGraphDefInternal() local
672 AttrValue reshuffle_each_iteration; in AsGraphDefInternal() local
862 AttrValue reshuffle_each_iteration; in AsGraphDefInternal() local
923 AttrValue reshuffle_each_iteration; in AsGraphDefInternal() local
Dshuffle_dataset_op_test.cc33 bool reshuffle_each_iteration, in ShuffleDatasetParams()
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dshuffle_test.py431 reshuffle_each_iteration=None, argument
445 def test(self, verify_fn, reshuffle_each_iteration, buffer_size): argument
465 def testMultipleIterators(self, reshuffle_each_iteration, buffer_size): argument
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dauto_shard.cc267 bool reshuffle_each_iteration) { in AddShuffleDataset()
320 bool reshuffle_each_iteration) { in AddShuffleDatasetV3()
369 bool* reshuffle_each_iteration) { in RemoveShuffleDataset()
417 bool* reshuffle_each_iteration) { in RemoveShuffleDatasetV3()
447 bool reshuffle_each_iteration; in ProcessDatasetSourceNode() local
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py1456 reshuffle_each_iteration=None, argument
3949 reshuffle_each_iteration=None, argument
5010 reshuffle_each_iteration=None, argument