Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ operator delete
Method
operator delete
tensorflow/core/framework/variant.h:609–611 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
607
608
template <typename VT>
609
void Variant::Value<VT>::operator delete(void* ptr) {
610
if (!CanInlineType<VT>()) port::Free(ptr);
611
}
612
613
template <typename T, typename VT,
614
typename std::enable_if<!std::is_same<Variant, VT>::value &&
Callers
nothing calls this directly
Calls
1
Free
Function · 0.50
Tested by
no test coverage detected