Home
last modified time | relevance | path

Searched refs:parallel_copy (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dbatch_dataset_op.cc51 bool parallel_copy, const DatasetBase* input, int op_version) in Dataset() argument
61 parallel_copy_(parallel_copy), in Dataset()
68 {"parallel_copy", parallel_copy ? "true" : "false"}}) { in Dataset()
139 AttrValue parallel_copy; in AsGraphDefInternal() local
140 b->BuildAttrValue(parallel_copy_, &parallel_copy); in AsGraphDefInternal()
143 {{kParallelCopy, parallel_copy}}, output)); in AsGraphDefInternal()
Dpadded_batch_dataset_op.cc52 bool parallel_copy, std::vector<PartialTensorShape> padded_shapes, in Dataset() argument
58 parallel_copy_(parallel_copy), in Dataset()
163 AttrValue parallel_copy; in AsGraphDefInternal() local
164 b->BuildAttrValue(parallel_copy_, &parallel_copy); in AsGraphDefInternal()
175 {{kParallelCopy, parallel_copy}, in AsGraphDefInternal()
Ddataset_utils.cc847 Status CopyBatch(bool parallel_copy, IteratorContext* ctx, in CopyBatch() argument
882 if (TF_PREDICT_FALSE(parallel_copy)) { in CopyBatch()
896 if (TF_PREDICT_FALSE(parallel_copy)) { in CopyBatch()
910 if (TF_PREDICT_FALSE(parallel_copy)) { in CopyBatch()
Dpadded_batch_dataset_op_test.cc31 bool drop_remainder, bool parallel_copy, in PaddedBatchDatasetParams() argument
41 parallel_copy_(parallel_copy), in PaddedBatchDatasetParams()
Ddataset_utils.h329 Status CopyBatch(bool parallel_copy, IteratorContext* ctx,
Ddataset_test_base.h209 bool drop_remainder, bool parallel_copy, in BatchDatasetParams() argument
217 parallel_copy_(parallel_copy) { in BatchDatasetParams()
/external/tensorflow/tensorflow/python/data/benchmarks/
Dbatch_benchmark.py55 for parallel_copy in [True, False]:
61 options.experimental_optimization.parallel_batch = parallel_copy
63 tag = "_parallel" if parallel_copy else ""
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DBatchDatasetV2.pbtxt51 name: "parallel_copy"
DPaddedBatchDatasetV2.pbtxt75 name: "parallel_copy"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DBatchDatasetV2.pbtxt51 name: "parallel_copy"
DPaddedBatchDatasetV2.pbtxt75 name: "parallel_copy"
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtf_data_optimization.td27 $batch_size, $drop_remainder, $parallel_copy, $batch_output_types,
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtf_data_fuse_map_and_batch.mlir19 …1) {device = "", output_shapes = [#tf.shape<>], output_types = [i32], parallel_copy = false} : (te…
Dtf_data_fuse_pmap_and_batch.mlir19 …1) {device = "", output_shapes = [#tf.shape<>], output_types = [i32], parallel_copy = false} : (te…
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/
Dtf-data-pipeline.pbtxt172 key: "parallel_copy"
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops.td1083 DefaultValuedAttr<BoolAttr, "false">:$parallel_copy,
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt333 …ch_size\', \'drop_remainder\', \'output_types\', \'output_shapes\', \'parallel_copy\', \'name\'], …
2789 …hapes\', \'padding_values\', \'drop_remainder\', \'output_shapes\', \'parallel_copy\', \'name\'], …
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt333 …ch_size\', \'drop_remainder\', \'output_types\', \'output_shapes\', \'parallel_copy\', \'name\'], …
2789 …hapes\', \'padding_values\', \'drop_remainder\', \'output_shapes\', \'parallel_copy\', \'name\'], …
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt3468 name: "parallel_copy"
27623 name: "parallel_copy"