Home
last modified time | relevance | path

Searched defs:conv_method (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/graph/mutators/
H A DNodeFusionMutator.cpp107 const auto conv_method = conv_node->convolution_method(); in fuse_convolution_with_batch_normalization() local
593 const auto conv_method = conv_node->convolution_method(); in fuse_convolution_with_post_ops() local
693 const auto conv_method = conv_node->convolution_method(); in fuse_convolution_batch_normalization_with_post_ops() local
H A DGroupedConvolutionMutator.cpp143 const ConvolutionMethod conv_method = conv_node->convolution_method(); in mutate() local
/aosp_15_r20/external/ComputeLibrary/utils/
H A DTypePrinter.h2317 inline std::string to_string(const ConvolutionMethod &conv_method) in to_string()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DConvolution.cpp515 const Conv2dMethod conv_method) { in pack_weights()