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

Method getInfo

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

Source from the content-addressed store, hash-verified

252 }
253
254 virtual void getInfo(unsigned &len, unsigned &buf_count,
255 unsigned &bytes) const {
256 UNUSED(buf_count);
257 UNUSED(bytes);
258 len++;
259 }
260
261 // Return the size of the parameter in bytes that will be passed to the
262 // kernel

Callers 1

devpropFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected