MCPcopy 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
651inline void Variant::HeapOrInline::ResetMemory() {
652 memset( // NOLINT: not TriviallyCopyable
653 this, 0, sizeof(Variant::HeapOrInline));
654}
655
656inline void Variant::clear() noexcept {
657 if (!is_empty()) {

Callers 2

clearMethod · 0.80
swapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected