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

Method run

src/gpu/cl/operators/ClQuantize.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void ClQuantize::run(ITensorPack &tensors)
51{
52 ARM_COMPUTE_ERROR_ON_MSG(tensors.empty(), "No inputs provided");
53 CLScheduler::get().enqueue_op(*_kernel.get(), tensors);
54}
55} // namespace opencl
56} // 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