We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a3370 commit 7f29455Copy full SHA for 7f29455
tensorflow/core/kernels/data/parallel_batch_dataset_op.cc
@@ -439,7 +439,7 @@ class ParallelBatchDatasetOp::Dataset : public DatasetBase {
439
return status;
440
};
441
442
- (*ctx->runner())(copy_elements_fn);
+ (*ctx->runner())(std::move(copy_elements_fn));
443
}
444
445
void CancelThreads(bool wait) TF_LOCKS_EXCLUDED(mu_) {
0 commit comments