Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator.cc80 bool should_delete; in DeallocateRaw() local
104 should_delete = UnRef(); in DeallocateRaw()
107 if (should_delete) { in DeallocateRaw()
175 bool should_delete; in GetRecordsAndUnRef() local
180 should_delete = UnRef(); in GetRecordsAndUnRef()
182 if (should_delete) { in GetRecordsAndUnRef()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dchannel_connectivity.cc93 bool should_delete = false; in finished_completion() local
101 should_delete = true; in finished_completion()
106 if (should_delete) { in finished_completion()
/external/swiftshader/third_party/stlport-cpp11-extension/
Dmemory113 bool should_delete = __atomic_fetch_sub(node_.count, 1, __ATOMIC_SEQ_CST) == 0;
115 // deletion conditional on should_delete. Anything else is unsafe since
117 if (should_delete) {