Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A 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
/aosp_15_r20/external/armnn/src/armnn/
H A DExecutionFrame.hpp23 virtual void PostAllocationConfigure() {}; in PostAllocationConfigure() function in armnn::IExecutionFrame
H A DExecutionFrame.cpp24 void ExecutionFrame::PostAllocationConfigure() in PostAllocationConfigure() function in armnn::ExecutionFrame
/aosp_15_r20/external/armnn/include/armnn/backends/
H A DWorkload.hpp57 void PostAllocationConfigure() override {} in PostAllocationConfigure() function in armnn::BaseWorkload