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

Method run

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

Source from the content-addressed store, hash-verified

60}
61
62void ClTransposedConvolution::run(ITensorPack &tensors)
63{
64 CLScheduler::get().enqueue_op(*_transposed_conv_kernel.get(), tensors, false);
65}
66} // namespace opencl
67} // namespace arm_compute

Callers

nothing calls this directly

Calls 2

enqueue_opMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected