MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Cleanup

Method Cleanup

tensorflow/compiler/xla/util.h:591–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589class Cleanup {
590 public:
591 Cleanup() : released_(true), f_() {}
592
593 template <typename G>
594 explicit Cleanup(G&& f) : f_(std::forward<G>(f)) {}

Callers 1

ExecuteGraphFunction · 0.45

Calls 2

is_releasedMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected