MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / configure

Method configure

tests/validation/NEON/UNIT/DynamicTensor.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56using NENormLayerWrapper = SimpleFunctionWrapper<MemoryManagerOnDemand, NENormalizationLayer, ITensor>;
57template <>
58void 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
63TEST_SUITE(NEON)
64TEST_SUITE(UNIT)

Callers 15

TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
FillBorder.cppFile · 0.45
TEST_CASEFunction · 0.45
validate_static_castFunction · 0.45
base_test_caseFunction · 0.45

Calls 1

Tested by 1