Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/graph/mutators/
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
DGroupedConvolutionMutator.cpp143 const ConvolutionMethod conv_method = conv_node->convolution_method(); in mutate() local
/external/ComputeLibrary/utils/
DTypePrinter.h2317 inline std::string to_string(const ConvolutionMethod &conv_method) in to_string()