Searched refs:SmallDirectConvolutionShapes (Results 1 – 4 of 4) sorted by relevance
/external/ComputeLibrary/tests/validation/GLES_COMPUTE/ |
D | DirectConvolutionLayer.cpp | 50 const auto data_quantized = combine(datasets::SmallDirectConvolutionShapes(), 61 const auto data = combine(datasets::SmallDirectConvolutionShapes(),
|
/external/ComputeLibrary/tests/validation/NEON/ |
D | DirectConvolutionLayer.cpp | 72 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/ |
D | DirectConvolutionLayer.cpp | 63 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/ |
D | ShapeDatasets.h | 677 class SmallDirectConvolutionShapes final : public ShapeDataset 680 SmallDirectConvolutionShapes() in SmallDirectConvolutionShapes() function
|