Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Ddataset.h441 for (auto rit = cleanup_fns_.rbegin(); rit != cleanup_fns_.rend(); ++rit) { in ~IteratorBase()
534 cleanup_fns_.push_back(std::move(cleanup_fn)); in AddCleanupFunction()
540 std::vector<std::function<void()>> cleanup_fns_; variable