Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dqueue_base.cc343 Status QueueBase::CopyElementToSlice(const Tensor& element, Tensor* parent, in CopyElementToSlice() function in tensorflow::QueueBase
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dbatch_util.cc173 Status CopyElementToSlice(Tensor element, Tensor* parent, int64_t index) { in CopyElementToSlice() function