Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Dsimple_memory_arena.cc89 int erased_allocs_count = 0; in Deallocate() local
94 erased_allocs_count++; in Deallocate()
100 TF_LITE_ENSURE_EQ(context, erased_allocs_count, 1); in Deallocate()