| 740 | } |
| 741 | |
| 742 | void resetMemoryManagerPinned() { |
| 743 | return DeviceManager::getInstance().resetMemoryManagerPinned(); |
| 744 | } |
| 745 | |
| 746 | arrayfire::common::ForgeManager& forgeManager() { |
| 747 | return *(DeviceManager::getInstance().fgMngr); |
nothing calls this directly
no test coverage detected