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

Method configure

tests/NEON/Helper.h:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 */
67 template <typename... Args>
68 void configure(Args &&...args)
69 {
70 auto k = std::make_unique<K>();
71 k->configure(std::forward<Args>(args)...);
72 _kernel = std::move(k);
73 }
74 /** Validate input arguments
75 *
76 * @param[in] args Configuration arguments.

Callers 2

configureMethod · 0.45
configureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected