Searched refs:unused_alignment (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | bfc_allocator.cc | 186 size_t unused_alignment, size_t num_bytes, in AllocateRawInternalWithRetry() argument 194 AllocateRawInternal(unused_alignment, num_bytes, false, freed_by_count); in AllocateRawInternalWithRetry() 207 kMaxMillisToWait, unused_alignment, num_bytes); in AllocateRawInternalWithRetry() 212 void* BFCAllocator::AllocateRaw(size_t unused_alignment, size_t num_bytes, in AllocateRaw() argument 223 void* result = AllocateRawInternal(unused_alignment, num_bytes, in AllocateRaw() 240 return AllocateRawInternalWithRetry(unused_alignment, num_bytes, in AllocateRaw() 254 void* BFCAllocator::AllocateRawInternal(size_t unused_alignment, in AllocateRawInternal() argument 277 if (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
|