Searched refs:unused_alignment (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | bfc_allocator.cc | 227 size_t unused_alignment, size_t num_bytes, in AllocateRawInternalWithRetry() argument 235 AllocateRawInternal(unused_alignment, num_bytes, false, freed_by_count); in AllocateRawInternalWithRetry() 248 kMaxMillisToWait, unused_alignment, num_bytes); in AllocateRawInternalWithRetry() 253 void* BFCAllocator::AllocateRaw(size_t unused_alignment, size_t num_bytes, in AllocateRaw() argument 264 void* result = AllocateRawInternal(unused_alignment, num_bytes, in AllocateRaw() 283 return AllocateRawInternalWithRetry(unused_alignment, num_bytes, in AllocateRaw() 388 void* BFCAllocator::AllocateRawInternal(size_t unused_alignment, in AllocateRawInternal() argument 416 if (Extend(unused_alignment, rounded_bytes)) { in AllocateRawInternal() 443 Extend(unused_alignment, rounded_bytes)) { in AllocateRawInternal()
|
/external/gemmlowp/meta/generators/ |
D | neon_emitter_64.py | 1251 def Dereference(self, value, unused_alignment=None): argument
|