MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / CopySliceToElement

Method CopySliceToElement

tensorflow/core/kernels/queue_base.cc:337–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337Status QueueBase::CopySliceToElement(const Tensor& parent, Tensor* element,
338 int64 index) {
339 return batch_util::CopySliceToElement(parent, element, index);
340}
341
342/* static */
343Status QueueBase::CopyElementToSlice(const Tensor& element, Tensor* parent,

Callers

nothing calls this directly

Calls 1

CopySliceToElementFunction · 0.85

Tested by

no test coverage detected