| 92 | } |
| 93 | |
| 94 | void DeviceMemoryAllocator::alloc_dynamic( |
| 95 | VarNode*, DeviceTensorStorage& dest, size_t size) { |
| 96 | dest.ensure_size(size); |
| 97 | } |
| 98 | |
| 99 | void DeviceMemoryAllocator::defrag_prealloc_contig( |
| 100 | ComputingGraph* /*graph*/, CompNode comp_node, |
no outgoing calls
no test coverage detected