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.cc26 tbuf_(backing_tensor_.buf_), in ScopedAllocator()
34 tbuf_->Ref(); in ScopedAllocator()
37 CHECK_GE(tbuf_->size(), fields.back().offset + fields.back().bytes); in ScopedAllocator()
42 VLOG(1) << "~ScopedAllocator " << this << " tbuf_ " << tbuf_ << " data " in ~ScopedAllocator()
43 << static_cast<void*>(tbuf_->data()); in ~ScopedAllocator()
53 if (tbuf_) tbuf_->Unref(); in ~ScopedAllocator()
83 void* ptr = static_cast<void*>((tbuf_->template base<char>() + f.offset)); in AllocateRaw()
118 void* base = tbuf_->data(); in VerifyPointer()
Dscoped_allocator.h71 TensorBuffer* tbuf_; variable