Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Dsimple_memory_arena.cc86 auto insertion_it = ordered_allocs_.begin(); in Allocate() local
87 while (insertion_it != ordered_allocs_.end() && *insertion_it < *new_alloc) { in Allocate()
88 ++insertion_it; in Allocate()
90 ordered_allocs_.insert(insertion_it, *new_alloc); in Allocate()