| 41 | } |
| 42 | |
| 43 | void CLPriorBoxLayer::configure(const ICLTensor *input1, |
| 44 | const ICLTensor *input2, |
| 45 | ICLTensor *output, |
| 46 | const PriorBoxLayerInfo &info) |
| 47 | { |
| 48 | configure(CLKernelLibrary::get().get_compile_context(), input1, input2, output, info); |
| 49 | } |
| 50 | |
| 51 | void CLPriorBoxLayer::configure(const CLCompileContext &compile_context, |
| 52 | const ICLTensor *input1, |