Home
last modified time | relevance | path

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

/external/armnn/src/backends/reference/workloads/
DRefComparisonWorkload.cpp27 void RefComparisonWorkload::PostAllocationConfigure() in PostAllocationConfigure() function in armnn::RefComparisonWorkload
32 void RefComparisonWorkload::PostAllocationConfigure(std::vector<ITensorHandle*> inputs, in PostAllocationConfigure() function in armnn::RefComparisonWorkload
/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/include/armnn/backends/
DWorkload.hpp57 void PostAllocationConfigure() override {} in PostAllocationConfigure() function in armnn::BaseWorkload