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