Home
last modified time | relevance | path

Searched refs:depthwise_convolution_method (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/nodes/
H A DFusedDepthwiseConvolutionBatchNormalizationNode.h64 DepthwiseConvolutionMethod depthwise_convolution_method() const;
H A DDepthwiseConvolutionLayerNode.h60 DepthwiseConvolutionMethod depthwise_convolution_method() const;
/aosp_15_r20/external/ComputeLibrary/src/graph/nodes/
H A DFusedDepthwiseConvolutionBatchNormalizationNode.cpp51 …olutionMethod FusedDepthwiseConvolutionBatchNormalizationNode::depthwise_convolution_method() const in depthwise_convolution_method() function in arm_compute::graph::FusedDepthwiseConvolutionBatchNormalizationNode
H A DDepthwiseConvolutionLayerNode.cpp53 DepthwiseConvolutionMethod DepthwiseConvolutionLayerNode::depthwise_convolution_method() const in depthwise_convolution_method() function in arm_compute::graph::DepthwiseConvolutionLayerNode
/aosp_15_r20/external/ComputeLibrary/src/graph/printers/
H A DDotGraphPrinter.cpp69 ss << n.depthwise_convolution_method(); in visit()
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/backends/
H A DValidateHelpers.h244 const DepthwiseConvolutionMethod dwc_algorithm = node.depthwise_convolution_method(); in validate_depthwise_convolution_layer()
/aosp_15_r20/external/ComputeLibrary/src/graph/mutators/
H A DNodeFusionMutator.cpp181 const auto depth_conv_method = depth_conv_node->depthwise_convolution_method(); in fuse_depthwise_convolution_with_batch_normalization()