Home
last modified time | relevance | path

Searched defs:CopyElementToSlice (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dqueue_base.cc343 Status QueueBase::CopyElementToSlice(const Tensor& element, Tensor* parent, in CopyElementToSlice() function in tensorflow::QueueBase
/external/tensorflow/tensorflow/core/util/
Dbatch_util.cc172 Status CopyElementToSlice(Tensor element, Tensor* parent, int64 index) { in CopyElementToSlice() function