Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Dsimple_memory_arena.cc68 size_t aligned_current_offset = AlignTo(alignment, current_offset); in Allocate() local
71 if (aligned_current_offset + size <= alloc.offset && in Allocate()
72 alloc.offset - aligned_current_offset < best_offset_fit) { in Allocate()
73 best_offset = aligned_current_offset; in Allocate()