| 80 | } |
| 81 | |
| 82 | void CLArgMinMaxLayerKernel::configure(const ICLTensor *input, |
| 83 | ICLTensor *output, |
| 84 | unsigned int axis, |
| 85 | ReductionOperation op) |
| 86 | { |
| 87 | configure(CLKernelLibrary::get().get_compile_context(), input, output, axis, op); |
| 88 | } |
| 89 | |
| 90 | void CLArgMinMaxLayerKernel::configure(const CLCompileContext &compile_context, |
| 91 | const ICLTensor *input, |
nothing calls this directly
no test coverage detected