Home
last modified time | relevance | path

Searched defs:parallel_copy (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dbatch_dataset_op.cc51 bool parallel_copy, const DatasetBase* input, int op_version) in Dataset()
139 AttrValue parallel_copy; in AsGraphDefInternal() local
Dpadded_batch_dataset_op.cc52 bool parallel_copy, std::vector<PartialTensorShape> padded_shapes, in Dataset()
163 AttrValue parallel_copy; in AsGraphDefInternal() local
Dpadded_batch_dataset_op_test.cc31 bool drop_remainder, bool parallel_copy, in PaddedBatchDatasetParams()
Ddataset_test_base.h209 bool drop_remainder, bool parallel_copy, in BatchDatasetParams()
Ddataset_utils.cc847 Status CopyBatch(bool parallel_copy, IteratorContext* ctx, in CopyBatch()