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

Method genFuncs

src/backend/cpu/jit/UnaryNode.hpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 void genFuncs(std::stringstream &kerStream,
68 const common::Node_ids &ids) const final {
69 UNUSED(kerStream);
70 UNUSED(ids);
71 }
72};
73
74} // namespace jit

Callers 3

getKernelStringFunction · 0.45
getKernelStringFunction · 0.45
getKernelStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected