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

Method configure

tests/validation/CL/UNIT/DynamicTensor.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

base_test_caseFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
DATA_TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
validate_zero_paddingFunction · 0.45
TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_specific_case_int8Function · 0.36