| 63 | using CLL2NormLayerWrapper = SimpleFunctionWrapper<MemoryManagerOnDemand, CLL2NormalizeLayer, ICLTensor>; |
| 64 | template <> |
| 65 | void CLL2NormLayerWrapper::configure(ICLTensor *src, ICLTensor *dst) |
| 66 | { |
| 67 | _func.configure(src, dst, 0, 0.0001f); |
| 68 | } |
| 69 | #endif // DOXYGEN_SKIP_THIS |
| 70 | TEST_SUITE(CL) |
| 71 | TEST_SUITE(UNIT) |
no outgoing calls