MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / add_argument

Method add_argument

src/core/CL/ICLKernel.h:362–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360 */
361 template <typename T>
362 void add_argument(unsigned int &idx, T value)
363 {
364 _kernel.setArg(idx++, value);
365 }
366
367 /** Set the Local-Workgroup-Size hint
368 *

Calls 1

setArgMethod · 0.80

Tested by

no test coverage detected