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

Method name

arm_compute/core/CL/CLCompileContext.h:189–192  ·  view source on GitHub ↗

Returns kernel name. * * @return Kernel's name. */

Source from the content-addressed store, hash-verified

187 * @return Kernel's name.
188 */
189 std::string name() const
190 {
191 return _name;
192 }
193 /** Returns OpenCL kernel.
194 *
195 * @return OpenCL Kernel.

Calls

no outgoing calls

Tested by

no test coverage detected