Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/NEON/
DDeconvolutionLayer.cpp54 const auto data4x4 = datasets::SmallDeconvolutionShapes() * framework::dataset::make("StrideX", 1, …
57 const auto data3x3 = datasets::SmallDeconvolutionShapes() * framework::dataset::make("StrideX", 1, …
60 const auto data3x3_asymm = datasets::SmallDeconvolutionShapes() * framework::dataset::make("StrideX…
73 const auto data3x3_precommit = datasets::SmallDeconvolutionShapes() * framework::dataset::make("Str…
76 const auto data1x1 = datasets::SmallDeconvolutionShapes() * framework::dataset::make("StrideX", 1, …
/external/ComputeLibrary/tests/validation/CL/
DDeconvolutionLayer.cpp61 const auto data4x4 = datasets::SmallDeconvolutionShapes() * framework::dataset::make("StrideX", 1, …
64 const auto data3x3 = datasets::SmallDeconvolutionShapes() * framework::dataset::make("StrideX", 1, …
67 const auto data3x3_asymm = datasets::SmallDeconvolutionShapes() * framework::dataset::make("StrideX…
70 const auto data3x3_precommit = datasets::SmallDeconvolutionShapes() * framework::dataset::make("Str…
78 const auto data2x2_precommit = datasets::SmallDeconvolutionShapes() * framework::dataset::make("Str…
81 const auto data1x1 = datasets::SmallDeconvolutionShapes() * framework::dataset::make("StrideX", 1, …
/external/ComputeLibrary/tests/datasets/
DShapeDatasets.h793 class SmallDeconvolutionShapes final : public ShapeDataset
796 SmallDeconvolutionShapes() in SmallDeconvolutionShapes() function