Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Drebatch_dataset_test.py178 def testShapeInferenceInputBatchDimDivisible(self, drop_remainder): argument
227 def testBasic(self, drop_remainder): argument
265 def testBatchSizeGreaterThanOriginal(self, drop_remainder): argument
277 def testEmptySplits(self, drop_remainder): argument
294 def testEmptyFirstSplits(self, drop_remainder): argument
313 def testEmptyLastSplits(self, drop_remainder): argument
328 def testScalarBatchSizeInput(self, drop_remainder): argument
370 def testRaggedDataset(self, drop_remainder): argument
406 def testBasic(self, drop_remainder): argument
456 def testBatchNotDivisibleByNumReplicas(self, drop_remainder): argument
[all …]
Dmap_and_batch_test.py126 def testMapAndBatchPartialBatch(self, drop_remainder): argument
430 def testNumParallelBatches(self, verify_fn, drop_remainder): argument
442 def build_ds(range_start, drop_remainder): argument
464 def testNumParallelCalls(self, verify_fn, drop_remainder): argument
476 def build_ds(range_start, drop_remainder=False): argument
Ddense_to_ragged_batch_test.py116 def testBasic(self, make_dataset, nrows, batch_size, drop_remainder): argument
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dbatching.py37 drop_remainder=False, argument
156 drop_remainder=False, argument
216 drop_remainder=False, argument
331 drop_remainder, use_legacy_function=False): argument
Dgrouping.py123 drop_remainder=False): argument
Ddistribute.py125 def __init__(self, input_dataset, batch_sizes, drop_remainder=False): argument
/external/tensorflow/tensorflow/core/kernels/data/
Dbatch_dataset_op.cc50 Dataset(OpKernelContext* ctx, int64_t batch_size, bool drop_remainder, in Dataset()
137 Node* drop_remainder = nullptr; in AsGraphDefInternal() local
272 bool drop_remainder = false; in MakeDataset() local
Dpadded_batch_dataset_op.cc52 Dataset(OpKernelContext* ctx, int64_t batch_size, bool drop_remainder, in Dataset()
162 Node* drop_remainder = nullptr; in AsGraphDefInternal() local
434 bool drop_remainder = false; in MakeDataset() local
Dparallel_batch_dataset_op_test.cc30 int64_t num_parallel_calls, bool drop_remainder, in ParallelBatchDatasetParams()
53 Tensor drop_remainder = in GetInputTensors() local
Dparallel_batch_dataset_op.cc72 bool drop_remainder, bool parallel_copy, const DatasetBase* input, in Dataset()
165 Node* drop_remainder = nullptr; in AsGraphDefInternal() local
648 bool drop_remainder = false; in MakeDataset() local
Dwindow_dataset_op.cc47 int64_t window_shift, int64_t window_stride, bool drop_remainder) in Dataset()
414 bool drop_remainder; in MakeDataset() local
Dwindow_dataset_op_test.cc31 int64_t stride, bool drop_remainder, in WindowDatasetParams()
Dpadded_batch_dataset_op_test.cc31 bool drop_remainder, bool parallel_copy, in PaddedBatchDatasetParams()
/external/tensorflow/tensorflow/python/distribute/
Dinput_lib_test.py602 drop_remainder, distribution): argument
632 iteration_type, drop_remainder, argument
693 drop_remainder, argument
1055 def testRaggedSparse(self, distribution, input_type, drop_remainder, argument
1178 drop_remainder, tensor_type, argument
1230 drop_remainder): argument
Dinput_lib_type_spec_test.py130 drop_remainder): argument
180 drop_remainder): argument
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Drebatch_dataset_op.cc308 bool drop_remainder; in MakeDataset() local
320 std::vector<int64>&& batch_sizes, bool drop_remainder, in Dataset()
373 Node* drop_remainder = nullptr; in AsGraphDefInternal() local
Dmap_and_batch_dataset_op.cc85 int64_t num_parallel_calls, bool drop_remainder, in Dataset()
729 bool drop_remainder; in MakeDataset() local
Dmap_and_batch_dataset_op_test.cc28 int64_t batch_size, int64_t num_parallel_calls, bool drop_remainder, in MapAndBatchDatasetParams()
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py1529 drop_remainder=False, argument
1593 drop_remainder=False): argument
2090 def window(self, size, shift=None, stride=1, drop_remainder=False): argument
2624 drop_remainder=False): argument
3384 drop_remainder=False, argument
3396 drop_remainder=False): argument
3508 def window(self, size, shift=None, stride=1, drop_remainder=False): argument
4546 def __init__(self, input_dataset, batch_size, drop_remainder): argument
4583 def __init__(self, input_dataset, batch_size, drop_remainder, argument
4812 drop_remainder): argument
[all …]
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dwindow_test.py53 def testWindowDataset(self, count, size, shift, stride, drop_remainder): argument
Dbucket_by_sequence_length_test.py428 def _compute_expected_batches(drop_remainder): argument
Dpadded_batch_test.py50 def testPaddedBatchDataset(self, count, padded_shapes, drop_remainder): argument
Dbatch_test.py58 def testBasic(self, count, batch_size, drop_remainder, num_parallel_calls): argument
/external/tensorflow/tensorflow/core/data/
Ddataset_test_base.h218 bool drop_remainder, bool parallel_copy, in BatchDatasetParams()
Ddataset_utils.cc679 bool drop_remainder, const Status& status, in ProcessBatch()

12