MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / create_memory_manager_from_handle

Function create_memory_manager_from_handle

dnn/test/common/memory_manager.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9using namespace test;
10
11std::unique_ptr<MemoryManager> create_memory_manager_from_handle(Handle* handle) {
12 return make_unique<HandleMemoryManager>(handle);
13}
14
15} // anonymous namespace
16

Callers 1

getMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected