Searched defs:reshuffle_each_iteration (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | random_seed_ops.h | 98 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
|
D | shuffle_dataset_op.cc | 496 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
|
D | shuffle_dataset_op_test.cc | 33 bool reshuffle_each_iteration, in ShuffleDatasetParams()
|
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | shuffle_test.py | 426 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/ |
D | auto_shard.cc | 220 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/ |
D | dataset_ops.py | 1303 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
|