| 71 | } |
| 72 | |
| 73 | void CLTileKernel::configure(const ICLTensor *input, ICLTensor *output, const Multiples &multiples) |
| 74 | { |
| 75 | configure(CLKernelLibrary::get().get_compile_context(), input, output, multiples); |
| 76 | } |
| 77 | |
| 78 | void CLTileKernel::configure(const CLCompileContext &compile_context, |
| 79 | const ICLTensor *input, |
nothing calls this directly
no test coverage detected