Searched refs:RemoveCleanups (Results 1 – 3 of 3) sorted by relevance
161 void RemoveCleanups(intptr_t key);
428 void EagerExecutor::RemoveCleanups(intptr_t key) { cleanups_.erase(key); } in RemoveCleanups() function in tensorflow::EagerExecutor
535 entry.second->RemoveCleanups(reinterpret_cast<intptr_t>(this)); in ~EagerContext()