MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / symbolsLoaded

Method symbolsLoaded

src/backend/common/DependencyModule.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172bool DependencyModule::symbolsLoaded() const noexcept {
173 return all_of(begin(functions), end(functions),
174 [](void* ptr) { return ptr != nullptr; });
175}
176
177string DependencyModule::getErrorMessage() noexcept {
178 return common::getErrorMessage();

Callers 3

cudnnModuleMethod · 0.80
cusparseModule.cppFile · 0.80
FreeImage_ModuleMethod · 0.80

Calls 2

beginFunction · 0.85
endFunction · 0.85

Tested by

no test coverage detected