| 1240 | } |
| 1241 | |
| 1242 | ArchGraph::sRef OptBMTQAllocator::build_arch_graph(const QMappingConfig& config_data) |
| 1243 | { |
| 1244 | return config_data.get_arch_config(); |
| 1245 | } |
| 1246 | |
| 1247 | ArchGraph::sRef OptBMTQAllocator::build_arch_graph(const std::vector<std::vector<double>>& matrix_connect, const std::vector<uint32_t>& phy_partition) |
| 1248 | { |
nothing calls this directly
no test coverage detected