Home
last modified time | relevance | path

Searched refs:configure_conv_function (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DConvolutionLayerFixture.h65 configure_conv_function(ConvolutionFunction &func, in configure_conv_function() function
76 configure_conv_function(ConvolutionFunction &func, in configure_conv_function() function
266 …detail::configure_conv_function(conv, &src, &weights, &bias, &dst, new_conv_info, weights_info, di…
270 …detail::configure_conv_function(conv, &src, &weights, &bias, &dst, info, weights_info, dilation, a…
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/
H A DConvolutionLayer.cpp56 void configure_conv_function<NEGEMMConv2d, Tensor>(NEGEMMConv2d &func, in configure_conv_function() function