Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ResetMemory
Method
ResetMemory
tensorflow/core/framework/variant.h:651–654 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
649
}
650
651
inline void Variant::HeapOrInline::ResetMemory() {
652
memset( // NOLINT: not TriviallyCopyable
653
this, 0, sizeof(Variant::HeapOrInline));
654
}
655
656
inline void Variant::clear() noexcept {
657
if (!is_empty()) {
Callers
2
clear
Method · 0.80
swap
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected