Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.cc683 auto alloc_it = result_.chunk_map.find(buffer); in Free() local
684 CHECK(alloc_it != result_.chunk_map.end()) in Free()
686 Chunk* alloc = &alloc_it->second; in Free()