Home
last modified time | relevance | path

Searched refs:batch_util (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dbatch_util_test.cc27 auto s = batch_util::CopyContiguousSlices( in TEST()
35 auto s = batch_util::CopyContiguousSlices( in TEST()
43 auto s = batch_util::CopyContiguousSlices( in TEST()
52 auto s = batch_util::CopyContiguousSlices( in TEST()
Dtensor.h52 namespace batch_util {
681 friend Status batch_util::CopyElementToSlice(
684 friend Status batch_util::CopySliceToElement(
687 friend Status batch_util::MaybeMoveSliceToElement(
690 friend Status batch_util::CopyContiguousSlices(
/external/tensorflow/tensorflow/core/util/
Dbatch_util.h22 namespace batch_util {
DBUILD77 "batch_util.cc",
78 "batch_util.h",
142 "batch_util.h",
210 "batch_util.cc",
332 "batch_util.h",
Dbatch_util.cc25 namespace batch_util { namespace
/external/tensorflow/tensorflow/core/kernels/
Dqueue_base.cc339 return batch_util::CopySliceToElement(parent, element, index); in CopySliceToElement()
345 return batch_util::CopyElementToSlice(element, parent, index); in CopyElementToSlice()
Dfifo_queue.cc98 batch_util::CopySliceToElement(tuple[component], element_access, index)); in GetElementComponentFromBatch()
332 attempt->context->SetStatus(batch_util::CopyElementToSlice( in TryDequeueMany()
Dpriority_queue.cc126 batch_util::CopySliceToElement(tuple[component], element_access, index)); in GetElementComponentFromBatch()
363 attempt->context->SetStatus(batch_util::CopyElementToSlice( in TryDequeueMany()
Drandom_shuffle_queue_op.cc175 batch_util::CopySliceToElement(tuple[component], element_access, index)); in GetElementComponentFromBatch()
411 attempt->context->SetStatus(batch_util::CopyElementToSlice( in TryDequeueMany()
Dmap_kernels.h213 OP_REQUIRES_OK(ctx, batch_util::CopyElementToSlice(it->first, result, i)); in Compute()
Dpadding_fifo_queue.cc211 batch_util::CopyElementToSlice( in TryDequeueMany()
Dbarrier_ops.cc168 batch_util::CopyElementToSlice(std::move(ready_tuples[b][i]), in TryInsertMany()
DBUILD5723 "batch_util.h",
7223 # tensorflow/core/util/batch_util.h
7225 name = "batch_util",
7226 hdrs = ["batch_util.h"],
/external/tensorflow/tensorflow/core/kernels/data/
Dpadded_batch_dataset_op.cc295 TF_RETURN_IF_ERROR(batch_util::SetElementZero( in GetNextInternal()
309 TF_RETURN_IF_ERROR(batch_util::CopyElementToSlice( in GetNextInternal()
313 TF_RETURN_IF_ERROR(batch_util::CopyElementToLargerSlice( in GetNextInternal()
Dtensor_slice_dataset_op.cc141 batch_util::CopySliceToElement(t, &out_tensors->back(), index)); in GetNextInternal()
Dmap_defun_op.cc156 return batch_util::CopyElementToSlice(val, out, iter_); in SetRetval()
Ddataset_utils.cc874 TF_RETURN_IF_ERROR(batch_util::CopyElementToSlice( in CopyBatch()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dunbatch_dataset_op.cc137 TF_RETURN_IF_ERROR(batch_util::MaybeMoveSliceToElement( in GetNextInternal()
Dsliding_window_dataset_op.cc232 TF_RETURN_IF_ERROR(batch_util::CopyElementToSlice( in GetNextInternal()
Drebatch_dataset_op.cc510 TF_RETURN_IF_ERROR(batch_util::CopyContiguousSlices( in GetNextInternal()
Dmap_and_batch_dataset_op.cc454 Status copy_status = batch_util::CopyElementToSlice( in CallFunction()