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

Function TemplateArgs

src/backend/common/TemplateArg.hpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34template<typename... Targs>
35std::array<TemplateArg, sizeof...(Targs)> TemplateArgs(Targs &&...args) {
36 return std::array<TemplateArg, sizeof...(Targs)>{
37 std::forward<Targs>(args)...};
38}
39
40#define DefineKey(arg) " -D " #arg
41#define DefineValue(arg) " -D " #arg "=" + arrayfire::common::toString(arg)

Callers 15

indexFunction · 0.85
iotaFunction · 0.85
initSeedsFunction · 0.85
finalizeOutputFunction · 0.85
floodFillFunction · 0.85
nonMaxSuppressionFunction · 0.85
initEdgeOutFunction · 0.85
suppressLeftOverFunction · 0.85
edgeTrackingHysteresisFunction · 0.85
reorderFunction · 0.85
susan_responsesFunction · 0.85
nonMaximalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected