Searched refs:m_pDepthwiseConvolutionLayer (Results 1 – 2 of 2) sorted by relevance
128 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()
35 mutable std::unique_ptr<arm_compute::IFunction> m_pDepthwiseConvolutionLayer; member in armnn::NeonDepthwiseConvolutionWorkload