Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Free
Function
Free
tensorflow/core/platform/posix/port.cc:266–266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
void* Realloc(void* ptr, size_t size) { return realloc(ptr, size); }
265
266
void Free(void* ptr) { free(ptr); }
267
268
void* NUMAMalloc(int node, size_t size, int minimum_alignment) {
269
#ifdef TENSORFLOW_USE_NUMA
Callers
13
AlignedFree
Function · 0.70
NUMAFree
Function · 0.70
RunComputation
Method · 0.50
operator delete
Method · 0.50
DeallocateRaw
Method · 0.50
curl_free
Method · 0.50
TF_NewBufferFromString
Function · 0.50
MessageToBuffer
Function · 0.50
TF_DeleteLibraryHandle
Function · 0.50
TFE_ProfilerSerializeToString
Function · 0.50
TFE_ProfilerClientMonitor
Function · 0.50
TFE_MonitoringStringGaugeCellValue
Function · 0.50
Calls
no outgoing calls
Tested by
2
DeallocateRaw
Method · 0.40
curl_free
Method · 0.40