MCPcopy 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
102void FreeContiguous(void* contiguous) {
103 if (contiguous != nullptr) {
104 aligned_free(contiguous);
105 }
106}
107} // namespace cpu_function_runtime
108} // namespace xla

Callers 2

TESTFunction · 0.85

Calls 1

aligned_freeFunction · 0.85

Tested by 1

TESTFunction · 0.68