| 60 | } |
| 61 | |
| 62 | void ClTransposedConvolution::run(ITensorPack &tensors) |
| 63 | { |
| 64 | CLScheduler::get().enqueue_op(*_transposed_conv_kernel.get(), tensors, false); |
| 65 | } |
| 66 | } // namespace opencl |
| 67 | } // namespace arm_compute |
nothing calls this directly
no test coverage detected