Searched refs:create_depthwise_convolution_layer (Results 1 – 3 of 3) sorted by relevance
150 …return detail::create_depthwise_convolution_layer<NEDepthwiseConvolutionLayer, NETargetInfo>(*poly… in create()
260 …return detail::create_depthwise_convolution_layer<CLDepthwiseConvolutionLayer, CLTargetInfo>(*poly… in create()
775 std::unique_ptr<IFunction> create_depthwise_convolution_layer(DepthwiseConvolutionLayerNode &node) in create_depthwise_convolution_layer() function