MCPcopy 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
109cudnnModule& getCudnnPlugin() noexcept;

Callers 5

cudnnModuleMethod · 0.45
cusparseModule.cppFile · 0.45
convolve2Function · 0.45
conv2DataGradientFunction · 0.45
conv2FilterGradientFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected