MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Deallocator

Function Deallocator

tensorflow/c/experimental/network_test.cc:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void Deallocator(void* data, size_t, void* arg) {
98 tensorflow::cpu_allocator()->DeallocateRaw(data);
99 *reinterpret_cast<bool*>(arg) = true;
100}
101
102void receive_from_remote_async_function(TF_ParsedKey* key,
103 TF_RendezvousArgs* args,

Callers

nothing calls this directly

Calls 2

cpu_allocatorFunction · 0.85
DeallocateRawMethod · 0.45

Tested by

no test coverage detected