Searched defs:parallel_copy (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | batch_dataset_op.cc | 51 bool parallel_copy, const DatasetBase* input, int op_version) in Dataset() 139 AttrValue parallel_copy; in AsGraphDefInternal() local
|
D | padded_batch_dataset_op.cc | 52 bool parallel_copy, std::vector<PartialTensorShape> padded_shapes, in Dataset() 163 AttrValue parallel_copy; in AsGraphDefInternal() local
|
D | padded_batch_dataset_op_test.cc | 31 bool drop_remainder, bool parallel_copy, in PaddedBatchDatasetParams()
|
D | dataset_test_base.h | 209 bool drop_remainder, bool parallel_copy, in BatchDatasetParams()
|
D | dataset_utils.cc | 847 Status CopyBatch(bool parallel_copy, IteratorContext* ctx, in CopyBatch()
|