Home
last modified time | relevance | path

Searched refs:SimpleFunctionWrapper (Results 1 – 3 of 3) sorted by relevance

/external/ComputeLibrary/tests/validation/NEON/UNIT/
DDynamicTensor.cpp51 using NENormLayerWrapper = SimpleFunctionWrapper<MemoryManagerOnDemand, NENormalizationLayer, ITens…
/external/ComputeLibrary/tests/validation/CL/UNIT/
DDynamicTensor.cpp58 using CLL2NormLayerWrapper = SimpleFunctionWrapper<MemoryManagerOnDemand, CLL2NormalizeLayer, ICLTe…
/external/ComputeLibrary/tests/validation/fixtures/UNIT/
DDynamicTensorFixture.h96 class SimpleFunctionWrapper
99 SimpleFunctionWrapper(std::shared_ptr<MemoryMgrType> mm) in SimpleFunctionWrapper() function