Home
last modified time | relevance | path

Searched defs:depth_multiplier_values (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/
H A DDepthwiseConvolutionLayerNative.cpp85 const auto depth_multiplier_values = framework::dataset::make("depth_multiplier", { 1U, 3U }); variable
200depth_multiplier_values), in FIXTURE_DATA_TEST_CASE_NEW() argument
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/
H A DDepthwiseConvolutionLayerNative.cpp101 const auto depth_multiplier_values = framework::dataset::make("depth_multiplier", {3U}); variable