Home
last modified time | relevance | path

Searched refs:tbuf_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator.cc28 tbuf_(backing_tensor_.buf_), in ScopedAllocator()
36 tbuf_->Ref(); in ScopedAllocator()
39 CHECK_GE(tbuf_->size(), fields.back().offset + fields.back().bytes_requested); in ScopedAllocator()
44 VLOG(1) << "~ScopedAllocator " << this << " tbuf_ " << tbuf_ << " data " in ~ScopedAllocator()
45 << static_cast<void*>(tbuf_->data()); in ~ScopedAllocator()
55 if (tbuf_) tbuf_->Unref(); in ~ScopedAllocator()
88 ptr = static_cast<void*>((tbuf_->template base<char>() + field->offset)); in AllocateRaw()
143 void* base = tbuf_->data(); in VerifyPointer()
Dscoped_allocator.h72 TensorBuffer* tbuf_; variable