Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/cl/workloads/
H A DClDepthwiseConvolutionWorkload.cpp145 m_DepthwiseConvolutionLayer = std::make_unique<arm_compute::CLDepthwiseConvolutionLayer>(); in ClDepthwiseConvolutionWorkload()
149 …static_cast<arm_compute::CLDepthwiseConvolutionLayer*>(m_DepthwiseConvolutionLayer.get())->configu… in ClDepthwiseConvolutionWorkload()
160 ARMNN_ASSERT(m_DepthwiseConvolutionLayer); in ClDepthwiseConvolutionWorkload()
166 ARMNN_ASSERT(m_DepthwiseConvolutionLayer); in Execute()
168 RunClFunction(*m_DepthwiseConvolutionLayer, CHECK_LOCATION()); in Execute()
H A DClDepthwiseConvolutionWorkload.hpp36 std::unique_ptr<arm_compute::IFunction> m_DepthwiseConvolutionLayer; member in armnn::ClDepthwiseConvolutionWorkload