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

Function MGB_CATCH

src/core/impl/graph/cg_impl.cpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 size_t size){MGB_TRY{comp_node.free_device(comp_node.alloc_device(size));
102}
103MGB_CATCH(MemAllocError&, {})
104}
105
106size_t DeviceMemoryAllocator::static_alloc_version(ComputingGraph*) const {
107 return 0;
108}
109
110/* ========================== ComputingGraph ========================== */
111ComputingGraph::ComputingGraph() {

Callers 14

cleanupMethod · 0.70
on_opr_insertMethod · 0.70
flush_record_oprsMethod · 0.70
cg_impl.cppFile · 0.70
comp_node.cppFile · 0.50
~EventImplMethod · 0.50
~EventImplMethod · 0.50
~EventImplMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected