| 97 | } |
| 98 | |
| 99 | void CLReductionOperationKernel::configure(const ICLTensor *input, |
| 100 | ICLTensor *output, |
| 101 | unsigned int axis, |
| 102 | ReductionOperation op) |
| 103 | { |
| 104 | configure(CLKernelLibrary::get().get_compile_context(), input, output, axis, op); |
| 105 | } |
| 106 | |
| 107 | void CLReductionOperationKernel::configure(const CLCompileContext &compile_context, |
| 108 | const ICLTensor *input, |
nothing calls this directly
no test coverage detected