MCPcopy 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
608template <typename VT>
609void Variant::Value<VT>::operator delete(void* ptr) {
610 if (!CanInlineType<VT>()) port::Free(ptr);
611}
612
613template <typename T, typename VT,
614 typename std::enable_if<!std::is_same<Variant, VT>::value &&

Callers

nothing calls this directly

Calls 1

FreeFunction · 0.50

Tested by

no test coverage detected