| 89 | } |
| 90 | |
| 91 | void CLL2NormalizeLayerKernel::configure( |
| 92 | const ICLTensor *input, const ICLTensor *sum, ICLTensor *output, int axis, float epsilon) |
| 93 | { |
| 94 | configure(CLKernelLibrary::get().get_compile_context(), input, sum, output, axis, epsilon); |
| 95 | } |
| 96 | |
| 97 | void CLL2NormalizeLayerKernel::configure(const CLCompileContext &compile_context, |
| 98 | const ICLTensor *input, |
nothing calls this directly
no test coverage detected