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

Method run

src/gpu/cl/operators/ClScale.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void ClScale::run(ITensorPack &tensors)
62{
63 ARM_COMPUTE_ERROR_ON_MSG(tensors.empty(), "No inputs provided");
64 CLScheduler::get().enqueue_op(*_kernel.get(), tensors);
65}
66} // namespace opencl
67} // namespace arm_compute

Callers

nothing calls this directly

Calls 3

enqueue_opMethod · 0.80
emptyMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected