Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dpool_allocator.cc70 static const int kPoolAlignment = sizeof(ChunkPrefix); variable
77 if (alignment > kPoolAlignment) { in PrepareChunk()
101 if (alignment > kPoolAlignment) { in AllocateRaw()
131 void* ptr = allocator_->Alloc(kPoolAlignment, num_bytes, &bytes_received); in AllocateRaw()