| 85 | } |
| 86 | |
| 87 | void CLPadLayerKernel::configure( |
| 88 | const ICLTensor *input, ICLTensor *output, const PaddingList &padding, PixelValue constant_value, PaddingMode mode) |
| 89 | { |
| 90 | configure(CLKernelLibrary::get().get_compile_context(), input, output, padding, constant_value, mode); |
| 91 | } |
| 92 | |
| 93 | void CLPadLayerKernel::configure(const CLCompileContext &compile_context, |
| 94 | const ICLTensor *input, |
nothing calls this directly
no test coverage detected