| 33 | inline namespace MIGRAPHX_INLINE_NS { |
| 34 | |
| 35 | static void store_target_lib(const dynamic_loader& lib) |
| 36 | { |
| 37 | static std::vector<dynamic_loader> target_loader; |
| 38 | target_loader.emplace_back(lib); |
| 39 | } |
| 40 | |
| 41 | static std::unordered_map<std::string, target>& target_map() |
| 42 | { |
no test coverage detected