Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/benchmarks/
Dbatch_benchmark.py57 def _benchmark_batch_dense(self, parallel_copy, benchmark_id): argument
/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.cc53 bool parallel_copy, std::vector<PartialTensorShape> padded_shapes, in Dataset()
165 AttrValue parallel_copy; in AsGraphDefInternal() local
Dparallel_batch_dataset_op_test.cc33 const bool parallel_copy, in ParallelBatchDatasetParams()
Dpadded_batch_dataset_op_test.cc31 bool drop_remainder, bool parallel_copy, in PaddedBatchDatasetParams()
Dparallel_batch_dataset_op.cc72 bool drop_remainder, bool parallel_copy, const DatasetBase* input, in Dataset()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dbatch_parallelization_test.cc117 const bool parallel_copy = GetParam(); in TEST_P() local
Dgraph_test_utils.cc31 bool parallel_copy) { in MakeBatchV2Node()
/external/tensorflow/tensorflow/core/data/
Ddataset_test_base.h218 bool drop_remainder, bool parallel_copy, in BatchDatasetParams()
Ddataset_utils.cc723 bool parallel_copy, in CopyBatch()