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

Method CopyElementToSlice

tensorflow/core/kernels/queue_base.cc:343–346  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

341
342/* static */
343Status QueueBase::CopyElementToSlice(const Tensor& element, Tensor* parent,
344 int64 index) {
345 return batch_util::CopyElementToSlice(element, parent, index);
346}
347
348} // namespace tensorflow

Callers

nothing calls this directly

Calls 1

CopyElementToSliceFunction · 0.85

Tested by

no test coverage detected