Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_allocations.cc119 if (!torn_down_) { in ~BufferAllocations()
149 torn_down_ = true; in TearDown()
Dbuffer_allocations.h109 bool torn_down_ = false; variable