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.cc496 AttrValue reshuffle_each_iteration; in AsGraphDefInternal() local
618 AttrValue reshuffle_each_iteration; in AsGraphDefInternal() local
808 AttrValue reshuffle_each_iteration; in AsGraphDefInternal() local
869 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.py426 reshuffle_each_iteration=None, argument
440 def test(self, verify_fn, reshuffle_each_iteration, buffer_size): argument
460 def testMultipleIterators(self, reshuffle_each_iteration, buffer_size): argument
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dauto_shard.cc220 bool reshuffle_each_iteration) { in AddShuffleDataset()
273 bool reshuffle_each_iteration) { in AddShuffleDatasetV3()
322 bool* reshuffle_each_iteration) { in RemoveShuffleDataset()
370 bool* reshuffle_each_iteration) { in RemoveShuffleDatasetV3()
400 bool reshuffle_each_iteration; in ProcessDatasetSourceNode() local
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py1303 def shuffle(self, buffer_size, seed=None, reshuffle_each_iteration=None): argument
3361 def shuffle(self, buffer_size, seed=None, reshuffle_each_iteration=None): argument
4449 reshuffle_each_iteration=None): argument