Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dbatch_util.h22 namespace batch_util {
Dbatch_util.cc25 namespace batch_util { namespace
/external/tensorflow/tensorflow/core/kernels/data/
Dpadded_batch_dataset_op.cc324 TF_RETURN_IF_ERROR(batch_util::SetElementZero( in GetNextInternal()
336 TF_RETURN_IF_ERROR(batch_util::CopyElementToSlice( in GetNextInternal()
339 TF_RETURN_IF_ERROR(batch_util::CopyElementToLargerSlice( in GetNextInternal()
Dtensor_slice_dataset_op.cc142 batch_util::CopySliceToElement(t, &out_tensors->back(), i_)); in GetNextInternal()
Dbatch_dataset_op.cc205 TF_RETURN_IF_ERROR(batch_util::CopyElementToSlice( in GetNextInternal()
Dmap_defun_op.cc241 return batch_util::CopyElementToSlice(val, out, iter_); in SetRetval()
/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()
362 attempt->context->SetStatus(batch_util::CopyElementToSlice( in TryDequeueMany()
Drandom_shuffle_queue_op.cc174 batch_util::CopySliceToElement(tuple[component], element_access, index)); in GetElementComponentFromBatch()
410 attempt->context->SetStatus(batch_util::CopyElementToSlice( in TryDequeueMany()
Dpadding_fifo_queue.cc211 batch_util::CopyElementToSlice( in TryDequeueMany()
Dbarrier_ops.cc168 batch_util::CopyElementToSlice(std::move(ready_tuples[b][i]), in TryInsertMany()
DBUILD5417 "batch_util.h",
7094 # tensorflow/core/util/batch_util.h
7096 name = "batch_util",
7097 hdrs = ["batch_util.h"],
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dunbatch_dataset_op.cc113 TF_RETURN_IF_ERROR(batch_util::MaybeMoveSliceToElement( in GetNextInternal()
Dsliding_window_dataset_op.cc223 TF_RETURN_IF_ERROR(batch_util::CopyElementToSlice( in GetNextInternal()
Dmap_and_batch_dataset_op.cc469 Status copy_status = batch_util::CopyElementToSlice( in CallFunction()
Dnuma_map_and_batch_dataset_op.cc1104 s.Update(batch_util::CopyElementToSlice(std::move(tensor), in WorkerThread()
/external/tensorflow/tensorflow/core/framework/
Dtensor.h50 namespace batch_util {
629 friend Status batch_util::CopyElementToSlice(
632 friend Status batch_util::MaybeMoveSliceToElement(
/external/tensorflow/tensorflow/core/
DBUILD943 "util/batch_util.h",