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

Method configure

src/runtime/CL/functions/CLGEMM.cpp:64–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62CLGEMM::~CLGEMM() = default;
63
64void CLGEMM::configure(const ICLTensor *a,
65 const ICLTensor *b,
66 const ICLTensor *c,
67 ICLTensor *output,
68 float alpha,
69 float beta,
70 const GEMMInfo &gemm_info)
71{
72 configure(CLKernelLibrary::get().get_compile_context(), a, b, c, output, alpha, beta, gemm_info);
73}
74
75void CLGEMM::configure(const CLCompileContext &compile_context,
76 const ICLTensor *a,

Calls 5

add_const_tensorMethod · 0.80
infoMethod · 0.45
workspaceMethod · 0.45
add_tensorMethod · 0.45

Tested by

no test coverage detected