Home
last modified time | relevance | path

Searched refs:conv_algorithm (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/graph/mutators/
H A DNodeFusionMutator.cpp548 const ConvolutionMethod conv_algorithm = conv_node->convolution_method(); in fuse_convolution_with_post_ops() local
549 if(conv_algorithm != ConvolutionMethod::GEMM) in fuse_convolution_with_post_ops()
646 const ConvolutionMethod conv_algorithm = conv_node->convolution_method(); in fuse_convolution_batch_normalization_with_post_ops() local
647 if(conv_algorithm != ConvolutionMethod::GEMM) in fuse_convolution_batch_normalization_with_post_ops()
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/backends/
H A DValidateHelpers.h155 const ConvolutionMethod conv_algorithm = node.convolution_method(); in validate_convolution_layer() local
161 switch(conv_algorithm) in validate_convolution_layer()
H A DFunctionHelpers.h483 const ConvolutionMethod conv_algorithm = node.convolution_method(); in create_convolution_layer() local
492 if(conv_algorithm == ConvolutionMethod::Winograd) in create_convolution_layer()
499 else if(conv_algorithm == ConvolutionMethod::Direct) in create_convolution_layer()
506 else if(conv_algorithm == ConvolutionMethod::GEMM) in create_convolution_layer()