Home
last modified time | relevance | path

Searched refs:CheckFooter (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_debug_allocator.cc108 CHECK(CheckFooter(ptr)) << "after_mask has been overwritten"; in DeallocateRaw()
146 bool GPUDebugAllocator::CheckFooter(void* ptr) { in CheckFooter() function in tensorflow::GPUDebugAllocator
Dgpu_debug_allocator.h51 bool CheckFooter(void* ptr);
Dgpu_debug_allocator_test.cc54 EXPECT_TRUE(a.CheckFooter(gpu_array)); in TEST()