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

Method run

src/gpu/cl/operators/ClMatMul.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void ClMatMul::run(ITensorPack &tensors)
152{
153 CLScheduler::get().enqueue_op(*_matmul_kernel, tensors, /* flush */ true);
154}
155
156} // namespace opencl
157} // namespace arm_compute

Callers

nothing calls this directly

Calls 1

enqueue_opMethod · 0.80

Tested by

no test coverage detected