Home
last modified time | relevance | path

Searched defs:PostAllocationConfigure (Results 1 – 14 of 14) sorted by relevance

/external/armnn/src/backends/reference/workloads/
DRefConstantWorkload.cpp23 void RefConstantWorkload::PostAllocationConfigure() in PostAllocationConfigure() function in armnn::RefConstantWorkload
DRefConvolution2dWorkload.cpp33 void RefConvolution2dWorkload::PostAllocationConfigure() in PostAllocationConfigure() function in armnn::RefConvolution2dWorkload
DRefDepthwiseConvolution2dWorkload.cpp35 void RefDepthwiseConvolution2dWorkload::PostAllocationConfigure() in PostAllocationConfigure() function in armnn::RefDepthwiseConvolution2dWorkload
DRefFullyConnectedWorkload.cpp32 void RefFullyConnectedWorkload::PostAllocationConfigure() in PostAllocationConfigure() function in armnn::RefFullyConnectedWorkload
DRefTransposeConvolution2dWorkload.cpp36 void RefTransposeConvolution2dWorkload::PostAllocationConfigure() in PostAllocationConfigure() function in armnn::RefTransposeConvolution2dWorkload
DRefLogicalUnaryWorkload.cpp25 void RefLogicalUnaryWorkload::PostAllocationConfigure() in PostAllocationConfigure() function in armnn::RefLogicalUnaryWorkload
DRefQuantizeWorkload.cpp37 void RefQuantizeWorkload::PostAllocationConfigure() in PostAllocationConfigure() function in armnn::RefQuantizeWorkload
DRefElementwiseUnaryWorkload.cpp31 void RefElementwiseUnaryWorkload::PostAllocationConfigure() in PostAllocationConfigure() function in armnn::RefElementwiseUnaryWorkload
DRefLogicalBinaryWorkload.cpp25 void RefLogicalBinaryWorkload::PostAllocationConfigure() in PostAllocationConfigure() function in armnn::RefLogicalBinaryWorkload
DRefComparisonWorkload.cpp27 void RefComparisonWorkload::PostAllocationConfigure() in PostAllocationConfigure() function in armnn::RefComparisonWorkload
DRefElementwiseWorkload.cpp29 void RefElementwiseWorkload<Functor, ParentDescriptor, DebugString>::PostAllocationConfigure() in PostAllocationConfigure() function in armnn::RefElementwiseWorkload
/external/armnn/src/armnn/
DExecutionFrame.hpp23 virtual void PostAllocationConfigure() {}; in PostAllocationConfigure() function in armnn::IExecutionFrame
DExecutionFrame.cpp24 void ExecutionFrame::PostAllocationConfigure() in PostAllocationConfigure() function in armnn::ExecutionFrame
/external/armnn/src/backends/backendsCommon/
DWorkload.hpp39 void PostAllocationConfigure() override {} in PostAllocationConfigure() function in armnn::BaseWorkload