Searched refs:m_DepthwiseConvolutionLayer (Results 1 – 2 of 2) sorted by relevance
145 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()
36 std::unique_ptr<arm_compute::IFunction> m_DepthwiseConvolutionLayer; member in armnn::ClDepthwiseConvolutionWorkload