MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / instantiate

Method instantiate

deps/GraphBLAS/CUDA/jitify.hpp:4153–4156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4151}
4152
4153inline KernelInstantiation Kernel::instantiate(
4154 std::vector<std::string> const& template_args) const {
4155 return KernelInstantiation(*this, template_args);
4156}
4157
4158template <typename... TemplateArgs>
4159inline KernelInstantiation Kernel::instantiate() const {

Callers 2

instantiateMethod · 0.95
mainFunction · 0.45

Calls 2

KernelInstantiationClass · 0.85
reflectFunction · 0.85

Tested by 1

mainFunction · 0.36