Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/GLES_COMPUTE/
DDirectConvolutionLayer.cpp50 const auto data_quantized = combine(datasets::SmallDirectConvolutionShapes(),
61 const auto data = combine(datasets::SmallDirectConvolutionShapes(),
/external/ComputeLibrary/tests/validation/NEON/
DDirectConvolutionLayer.cpp72 const auto data_f32 = combine(datasets::SmallDirectConvolutionShapes(),
77 const auto data_f16 = combine(datasets::SmallDirectConvolutionShapes(),
82 const auto data_prec = combine(datasets::SmallDirectConvolutionShapes(),
89 const auto data9x9 = combine(datasets::SmallDirectConvolutionShapes(),
/external/ComputeLibrary/tests/validation/CL/
DDirectConvolutionLayer.cpp63 const auto data = combine(datasets::SmallDirectConvolutionShapes(), combine(data_strides, …
64 const auto data9x9 = combine(datasets::SmallDirectConvolutionShapes(), combine(data_strides, …
65 const auto data_small = combine(datasets::SmallDirectConvolutionShapes(), combine(data_strides_s…
66 const auto data_small9x9 = combine(datasets::SmallDirectConvolutionShapes(), combine(data_strides_s…
/external/ComputeLibrary/tests/datasets/
DShapeDatasets.h677 class SmallDirectConvolutionShapes final : public ShapeDataset
680 SmallDirectConvolutionShapes() in SmallDirectConvolutionShapes() function