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

Method getParamBytes

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

Return the size of the parameter in bytes that will be passed to the kernel

Source from the content-addressed store, hash-verified

261 // Return the size of the parameter in bytes that will be passed to the
262 // kernel
263 virtual size_t getParamBytes() const { return 0; }
264
265 // Return the size of the size of the buffer node in bytes. Zero otherwise
266 virtual size_t getBytes() const { return 0; }

Callers 3

passesJitHeuristicsFunction · 0.45
passesJitHeuristicsFunction · 0.45
passesJitHeuristicsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected