| 96 | } |
| 97 | |
| 98 | void CLGatherKernel::configure(const ICLTensor *input, const ICLTensor *indices, ICLTensor *output, int axis) |
| 99 | { |
| 100 | configure(CLKernelLibrary::get().get_compile_context(), input, indices, output, axis); |
| 101 | } |
| 102 | |
| 103 | void CLGatherKernel::configure(const CLCompileContext &compile_context, |
| 104 | const ICLTensor *input, |
nothing calls this directly
no test coverage detected