| 56 | using NENormLayerWrapper = SimpleFunctionWrapper<MemoryManagerOnDemand, NENormalizationLayer, ITensor>; |
| 57 | template <> |
| 58 | void NENormLayerWrapper::configure(arm_compute::ITensor *src, arm_compute::ITensor *dst) |
| 59 | { |
| 60 | _func.configure(src, dst, NormalizationLayerInfo(NormType::CROSS_MAP, 3)); |
| 61 | } |
| 62 | #endif // DOXYGEN_SKIP_THIS |
| 63 | TEST_SUITE(NEON) |
| 64 | TEST_SUITE(UNIT) |