Home
last modified time | relevance | path

Searched refs:copy_element_fn (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dpadded_batch_dataset_op.cc304 auto copy_element_fn = [component_index, &batch_elements, in GetNextInternal() local
325 [i, &status, &status_mu, &counter, &copy_element_fn]() { in GetNextInternal()
326 Status s = copy_element_fn(i); in GetNextInternal()
334 status.Update(copy_element_fn(i)); in GetNextInternal()
Ddataset_utils.cc872 auto copy_element_fn = [component_index, &batch_elements, in CopyBatch() local
898 [i, &status, &status_mu, &counter, &copy_element_fn]() { in CopyBatch()
899 Status s = copy_element_fn(i); in CopyBatch()
907 status.Update(copy_element_fn(i)); in CopyBatch()