Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Dbatch_dataset_op.cc51 bool parallel_copy, const DatasetBase* input, int op_version) in Dataset()
169 AttrValue parallel_copy; in AsGraphDefInternal() local
H A Dpadded_batch_dataset_op.cc53 bool parallel_copy, std::vector<PartialTensorShape> padded_shapes, in Dataset()
165 AttrValue parallel_copy; in AsGraphDefInternal() local
H A Dparallel_batch_dataset_op_test.cc33 const bool parallel_copy, in ParallelBatchDatasetParams()
H A Dpadded_batch_dataset_op_test.cc31 bool drop_remainder, bool parallel_copy, in PaddedBatchDatasetParams()
H A Dparallel_batch_dataset_op.cc72 bool drop_remainder, bool parallel_copy, const DatasetBase* input, in Dataset()
/aosp_15_r20/external/tensorflow/tensorflow/python/data/benchmarks/
H A Dbatch_benchmark.py53 def _benchmark_batch_dense(self, parallel_copy, benchmark_id): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dbatch_parallelization_test.cc117 const bool parallel_copy = GetParam(); in TEST_P() local
H A Dgraph_test_utils.cc31 bool parallel_copy) { in MakeBatchV2Node()
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Ddataset_test_base.h226 bool drop_remainder, bool parallel_copy, in BatchDatasetParams()
H A Ddataset_utils.cc741 bool parallel_copy, in CopyBatch()