Home
last modified time | relevance | path

Searched refs:m_pDepthwiseConvolutionLayer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/neon/workloads/
H A DNeonDepthwiseConvolutionWorkload.cpp128 m_pDepthwiseConvolutionLayer = std::make_unique<arm_compute::NEDepthwiseConvolutionLayer>(); in NeonDepthwiseConvolutionWorkload()
130 m_pDepthwiseConvolutionLayer.get())->configure(&input, in NeonDepthwiseConvolutionWorkload()
156 ARMNN_ASSERT(m_pDepthwiseConvolutionLayer); in NeonDepthwiseConvolutionWorkload()
158 m_pDepthwiseConvolutionLayer->prepare(); in NeonDepthwiseConvolutionWorkload()
164 ARMNN_ASSERT(m_pDepthwiseConvolutionLayer); in Execute()
166 m_pDepthwiseConvolutionLayer->run(); in Execute()
H A DNeonDepthwiseConvolutionWorkload.hpp35 mutable std::unique_ptr<arm_compute::IFunction> m_pDepthwiseConvolutionLayer; member in armnn::NeonDepthwiseConvolutionWorkload