Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ isLoaded
Method
isLoaded
src/backend/cuda/cudnnModule.hpp:106–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
common::Version getVersion() const noexcept { return module.getVersion(); }
105
106
bool isLoaded() const noexcept { return module.isLoaded(); }
107
};
108
109
cudnnModule& getCudnnPlugin() noexcept;
Callers
5
cudnnModule
Method · 0.45
cusparseModule.cpp
File · 0.45
convolve2
Function · 0.45
conv2DataGradient
Function · 0.45
conv2FilterGradient
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected