Searched refs:tbuf_ (Results 1 – 2 of 2) sorted by relevance
26 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()
71 TensorBuffer* tbuf_; variable