Home
last modified time | relevance | path

Searched defs:drop_remainder (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Drebatch_dataset_test.py42 def testBasic(self, drop_remainder): argument
61 def testNotDivisibleError(self, drop_remainder): argument
70 def testTupleOutput(self, drop_remainder): argument
80 def testNestedDictionaryOutput(self, drop_remainder): argument
90 def testFinalPartialBatchOriginal(self, drop_remainder): argument
104 def testFinalPartialBatchAfterRebatch(self, drop_remainder): argument
120 def testMultipleBatches(self, drop_remainder): argument
143 def testMapAndBatch(self, drop_remainder): argument
158 def testPaddedBatch(self, drop_remainder): argument
181 def testConcatenate(self, drop_remainder): argument
[all …]
Dbucket_by_sequence_length_test.py419 def _compute_expected_batches(drop_remainder): argument
Dmap_and_batch_test.py134 def testMapAndBatchPartialBatch(self, drop_remainder, numa_aware): argument
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dnuma_map_and_batch_dataset_serialization_test.py41 def build_ds(range_start, drop_remainder=False): argument
71 def build_ds(range_start, drop_remainder=False): argument
Dmap_and_batch_dataset_serialization_test.py42 def build_ds(range_start, drop_remainder=False): argument
69 def build_ds(range_start, drop_remainder=False): argument
/external/tensorflow/tensorflow/core/kernels/data/
Dbatch_dataset_op.cc42 bool drop_remainder = false; in MakeDataset() local
54 Dataset(OpKernelContext* ctx, int64 batch_size, bool drop_remainder, in Dataset()
115 Node* drop_remainder = nullptr; in AsGraphDefInternal() local
Dpadded_batch_dataset_op.cc43 bool drop_remainder = false; in MakeDataset() local
103 Dataset(OpKernelContext* ctx, int64 batch_size, bool drop_remainder, in Dataset()
193 Node* drop_remainder = nullptr; in AsGraphDefInternal() local
Dwindow_dataset_op.cc55 bool drop_remainder; in MakeDataset() local
67 int64 window_shift, int64 window_stride, bool drop_remainder) in Dataset()
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dbatch_test.py45 def testBatchDataset(self, count, batch_size, drop_remainder): argument
Dpadded_batch_test.py52 drop_remainder): argument
Dwindow_test.py62 def testWindowDataset(self, count, size, shift, stride, drop_remainder=True): argument
/external/tensorflow/tensorflow/contrib/data/python/ops/
Dbatching.py235 drop_remainder=False, argument
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dbatching.py569 drop_remainder, use_legacy_function=False): argument
617 drop_remainder=False, argument
677 drop_remainder=False, argument
Dgrouping.py134 drop_remainder=False): argument
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py848 def batch(self, batch_size, drop_remainder=False): argument
875 drop_remainder=False): argument
1197 def window(self, size, shift=None, stride=1, drop_remainder=False): argument
1647 def batch(self, batch_size, drop_remainder=False): argument
1656 drop_remainder=False): argument
1748 def window(self, size, shift=None, stride=1, drop_remainder=False): argument
2761 def __init__(self, input_dataset, batch_size, drop_remainder): argument
2908 drop_remainder): argument
3232 def __init__(self, input_dataset, size, shift, stride, drop_remainder): argument
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dnuma_map_and_batch_dataset_op.cc83 bool drop_remainder; in MakeDataset() local
102 int64 num_parallel_calls, bool drop_remainder, in Dataset()
516 Status GetBatch(IteratorContext* ctx, bool drop_remainder, in GetBatch()
Dmap_and_batch_dataset_op.cc84 bool drop_remainder; in MakeDataset() local
148 int64 num_parallel_calls, bool drop_remainder, in Dataset()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dmap_vectorization_test.cc125 auto drop_remainder = graph_utils::AddScalarConstNode(true, graph); in AddBatchNode() local
291 auto drop_remainder = graph_utils::AddScalarConstNode(true, graph); in AddMapAndBatchNode() local