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

Method configure

tests/CL/Helper.h:134–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 */
133 template <typename... Args>
134 void configure(Args &&...args)
135 {
136 auto k = std::make_unique<K>();
137 k->configure(std::forward<Args>(args)...);
138 _kernel = std::move(k);
139 }
140 /** Configure the kernel setting the GPU target as well
141 *
142 * @param[in] gpu_target GPUTarget to set

Callers

nothing calls this directly

Calls 2

configureMethod · 0.45
set_targetMethod · 0.45

Tested by

no test coverage detected