Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
589
class 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
ExecuteGraph
Function · 0.45
Calls
2
is_released
Method · 0.45
release
Method · 0.45
Tested by
no test coverage detected