Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dmkl_util.h1822 const int64 kMemoryAlginment = 64; // For AVX512 memory alignment. in AllocateBuffer() local
1823 allocated_buffer_ = cpu_allocator()->AllocateRaw(kMemoryAlginment, size); in AllocateBuffer()