Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator.cc125 CHECK(VerifyPointer(p)); in DeallocateRaw()
142 bool ScopedAllocator::VerifyPointer(const void* p) { in VerifyPointer() function in tensorflow::ScopedAllocator
158 return VerifyPointer(t->buf_->data()); in VerifyTensor()
Dscoped_allocator.h58 bool VerifyPointer(const void* p);