Returns the version of the cuDNN loaded at runtime
| 102 | |
| 103 | /// Returns the version of the cuDNN loaded at runtime |
| 104 | common::Version getVersion() const noexcept { return module.getVersion(); } |
| 105 | |
| 106 | bool isLoaded() const noexcept { return module.isLoaded(); } |
| 107 | }; |
no outgoing calls
no test coverage detected