Home
last modified time | relevance | path

Searched refs:kDropRemainder (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dparallel_batch_dataset_op.h30 static constexpr const char* const kDropRemainder = "drop_remainder"; variable
Dbatch_dataset_op.h28 static constexpr const char* const kDropRemainder = "drop_remainder"; variable
Dwindow_dataset_op.h35 static constexpr const char* const kDropRemainder = "drop_remainder"; variable
Dpadded_batch_dataset_op.h30 static constexpr const char* const kDropRemainder = "drop_remainder"; variable
Dbatch_dataset_op.cc40 /* static */ constexpr const char* const BatchDatasetOp::kDropRemainder; member in tensorflow::data::BatchDatasetOp
274 ctx, ParseScalarArgument<bool>(ctx, kDropRemainder, &drop_remainder)); in MakeDataset()
Dpadded_batch_dataset_op.cc41 /* static */ constexpr const char* const PaddedBatchDatasetOp::kDropRemainder; member in tensorflow::data::PaddedBatchDatasetOp
412 ctx, ParseScalarArgument<bool>(ctx, kDropRemainder, &drop_remainder)); in MakeDataset()
Dwindow_dataset_op.cc33 /* static */ constexpr const char* const WindowDatasetOp::kDropRemainder; member in tensorflow::data::WindowDatasetOp
416 ctx, ParseScalarArgument<bool>(ctx, kDropRemainder, &drop_remainder)); in MakeDataset()
Dparallel_batch_dataset_op.cc48 /* static */ constexpr const char* const ParallelBatchDatasetOp::kDropRemainder; member in tensorflow::data::ParallelBatchDatasetOp
541 ctx, ParseScalarArgument<bool>(ctx, kDropRemainder, &drop_remainder)); in MakeDataset()
Dparallel_batch_dataset_op_test.cc59 ParallelBatchDatasetOp::kDropRemainder}; in GetInputNames()
Dwindow_dataset_op_test.cc56 input_names->emplace_back(WindowDatasetOp::kDropRemainder); in GetInputNames()
Dpadded_batch_dataset_op_test.cc78 input_names->push_back(PaddedBatchDatasetOp::kDropRemainder); in GetInputNames()
Ddataset_test_base.cc1020 BatchDatasetOp::kDropRemainder}; in GetInputNames()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dmap_and_batch_dataset_op.h35 static constexpr const char* const kDropRemainder = "drop_remainder"; variable
Dmap_and_batch_dataset_op_test.cc68 input_names->emplace_back(MapAndBatchDatasetOp::kDropRemainder); in GetInputNames()
Dmap_and_batch_dataset_op.cc53 /* static */ constexpr const char* const MapAndBatchDatasetOp::kDropRemainder; member in tensorflow::data::experimental::MapAndBatchDatasetOp
717 ParseScalarArgument(ctx, kDropRemainder, &drop_remainder)); in MakeDataset()