MCPcopy Create free account
hub / github.com/alibaba/euler / Deallocate

Method Deallocate

euler/core/framework/op_kernel.cc:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 return malloc(size);
96 }
97 void Deallocate(void* ptr) override {
98 free(ptr);
99 }
100};
101
102static Allocator* ContextTensorAllocator() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected