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

Method genParams

src/backend/common/jit/Node.hpp:188–193  ·  view source on GitHub ↗

Generates the function parameters for the node. \param[in/out] kerStream The string will be written to this stream \param[in] ids The integer id of the node and its children \param[in] is_linear True if the kernel is a linear kernel

Source from the content-addressed store, hash-verified

186 /// \param[in] ids The integer id of the node and its children
187 /// \param[in] is_linear True if the kernel is a linear kernel
188 virtual void genParams(std::stringstream &kerStream, int id,
189 bool is_linear) const {
190 UNUSED(kerStream);
191 UNUSED(id);
192 UNUSED(is_linear);
193 }
194
195 virtual void calc(int x, int y, int z, int w, int lim) {
196 UNUSED(x);

Callers 3

getKernelStringFunction · 0.45
getKernelStringFunction · 0.45
getKernelStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected