Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/
H A DDirectConvolutionLayer.cpp74 const auto data_f32 = combine(datasets::SmallDirectConvolutionShapes(),
79 const auto data_f16 = combine(datasets::SmallDirectConvolutionShapes(),
84 const auto data_prec = combine(datasets::SmallDirectConvolutionShapes(),
91 const auto data9x9 = combine(datasets::SmallDirectConvolutionShapes(),
98 const auto data8x8 = combine(datasets::SmallDirectConvolutionShapes(),
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/
H A DDirectConvolutionLayer.cpp67 const auto data = combine(datasets::SmallDirectConvolutionShapes(), combine(data_strides, …
68 const auto data9x9 = combine(datasets::SmallDirectConvolutionShapes(), combine(data_strides, …
69 const auto data_small = combine(datasets::SmallDirectConvolutionShapes(), combine(data_strides_s…
70 const auto data_small9x9 = combine(datasets::SmallDirectConvolutionShapes(), combine(data_strides_s…
/aosp_15_r20/external/ComputeLibrary/tests/datasets/
H A DShapeDatasets.h836 class SmallDirectConvolutionShapes final : public ShapeDataset
839 SmallDirectConvolutionShapes() in SmallDirectConvolutionShapes() function