Home
last modified time | relevance | path

Searched defs:kDropRemainder (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dparallel_batch_dataset_op.h30 static constexpr const char* const kDropRemainder = "drop_remainder"; variable
Dwindow_dataset_op.h35 static constexpr const char* const kDropRemainder = "drop_remainder"; variable
Dbatch_dataset_op.h28 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
Dpadded_batch_dataset_op.cc41 /* static */ constexpr const char* const PaddedBatchDatasetOp::kDropRemainder; member in tensorflow::data::PaddedBatchDatasetOp
Dwindow_dataset_op.cc33 /* static */ constexpr const char* const WindowDatasetOp::kDropRemainder; member in tensorflow::data::WindowDatasetOp
Dparallel_batch_dataset_op.cc48 /* static */ constexpr const char* const ParallelBatchDatasetOp::kDropRemainder; member in tensorflow::data::ParallelBatchDatasetOp
/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.cc53 /* static */ constexpr const char* const MapAndBatchDatasetOp::kDropRemainder; member in tensorflow::data::experimental::MapAndBatchDatasetOp