Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Dsimple_memory_arena.cc56 auto best_insertion_it = allocs_.end(); in Allocate() local
68 best_insertion_it = it; in Allocate()
78 allocs_.insert(best_insertion_it, *new_alloc); in Allocate()