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

Method add

src/backend/cuda/Module.hpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 void add(const std::string& instantiation, const std::string& mangledName) {
54 mInstanceMangledNames.emplace(instantiation, mangledName);
55 }
56
57 const auto& map() const { return mInstanceMangledNames; }
58};

Callers 6

compileModuleFunction · 0.80
loadModuleFromDiskFunction · 0.80
enableDarkModeMethod · 0.80
copyContentMethod · 0.80
initMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected