Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ FreeContiguous
Function
FreeContiguous
tensorflow/compiler/xla/cpu_function_runtime.cc:102–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
void FreeContiguous(void* contiguous) {
103
if (contiguous != nullptr) {
104
aligned_free(contiguous);
105
}
106
}
107
} // namespace cpu_function_runtime
108
} // namespace xla
Callers
2
TEST
Function · 0.85
~XlaCompiledCpuFunction
Method · 0.85
Calls
1
aligned_free
Function · 0.85
Tested by
1
TEST
Function · 0.68