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