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

Method ~Tensor

tensorflow/core/framework/tensor.cc:709–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707}
708
709Tensor::~Tensor() { UnrefIfNonNull(buf_); }
710
711void Tensor::CopyFromInternal(const Tensor& other, const TensorShape& shape) {
712 CHECK_EQ(shape.num_elements(), other.NumElements());

Callers

nothing calls this directly

Calls 1

UnrefIfNonNullFunction · 0.85

Tested by

no test coverage detected