• Home
  • Raw
  • Download

Lines Matching full:framework

33 #include "tests/framework/Asserts.h"
34 #include "tests/framework/Macros.h"
35 #include "tests/framework/datasets/Datasets.h"
65 const auto width_values_precommit = framework::dataset::make("width", { 1U, 33U } );
68 const auto width_values_nightly = framework::dataset::make("width", { 53U, 47U } );
71 const auto height_values_precommit = framework::dataset::make("height", { 19U } );
74 const auto height_values_nightly = framework::dataset::make("height", { 39U, 43U } );
77 const auto channel_values_precommit = framework::dataset::make("channels", { 15U });
80 const auto channel_values_nightly = framework::dataset::make("channels", { 33U, 19U });
83 const auto channel_values_export_to_cl_image_precommit = framework::dataset::make("channels", { 16U…
86 const auto channel_values_export_to_cl_image_nightly = framework::dataset::make("channels", { 32U }…
89 const auto batch_values_precommit = framework::dataset::make("batch", { 1U, 2U });
92 const auto batch_values_nightly = framework::dataset::make("batch", { 1U, 3U });
95 const auto kernel_sz_values_precommit = framework::dataset::make("kernel_size", { Size2D(1U, 1U), S…
98 const auto kernel_sz_values_nightly = framework::dataset::make("kernel_size", { Size2D(3U, 5U), Siz…
101 const auto depth_multiplier_values = framework::dataset::make("depth_multiplier", {3U});
104 const auto dilation_values = framework::dataset::make("dilation", { Size2D(1U, 1U), Size2D(3U, 3U) …
107 const auto stride_values = framework::dataset::make("stride", { Size2D(1U, 1U), Size2D(3U, 2U) });
110 const auto padding_valid_values = framework::dataset::make("padding_valid", { true, false });
113 const auto data_type_values = framework::dataset::make("data_type", { DataType::F32, DataType::F16 …
116 const auto data_layout_values = framework::dataset::make("data_layout", { DataLayout::NHWC });
119 const auto n0_values_precommit = framework::dataset::make("N0", {2, 4});
122 const auto n0_values_nightly = framework::dataset::make("N0", {3, 8});
125 const auto n0_values_export_to_cl_image_precommit = framework::dataset::make("N0", {4});
128 const auto n0_values_export_to_cl_image_nightly = framework::dataset::make("N0", {8});
131 const auto act_values = framework::dataset::make("Activation",
143 FIXTURE_DATA_TEST_CASE_NEW(RunSmall, CLDepthwiseConvolutionLayerNativeFixture<float>, framework::Da… in TEST_SUITE()
150framework::dataset::make("depth_multiplier", 1)), in TEST_SUITE()
154framework::dataset::make("DataType", DataType::F32)), in TEST_SUITE()
158framework::dataset::make("ExportToCLImage", false))) in TEST_SUITE()
164 FIXTURE_DATA_TEST_CASE_NEW(RunLarge, CLDepthwiseConvolutionLayerNativeFixture<float>, framework::Da…
171framework::dataset::make("depth_multiplier", 1)),
175framework::dataset::make("DataType", DataType::F32)),
179framework::dataset::make("ExportToCLImage", false)))
186 FIXTURE_DATA_TEST_CASE_NEW(RunSmall, CLDepthwiseConvolutionLayerNativeFixture<float>, framework::Da…
193framework::dataset::make("depth_multiplier", 1)),
197framework::dataset::make("DataType", DataType::F32)),
201framework::dataset::make("ExportToCLImage", true)))
212 framework::ARM_COMPUTE_PRINT_INFO();
216 FIXTURE_DATA_TEST_CASE_NEW(RunLarge, CLDepthwiseConvolutionLayerNativeFixture<float>, framework::Da…
223framework::dataset::make("depth_multiplier", 1)),
227framework::dataset::make("DataType", DataType::F32)),
231framework::dataset::make("ExportToCLImage", true)))
242 framework::ARM_COMPUTE_PRINT_INFO();
250 FIXTURE_DATA_TEST_CASE_NEW(RunSmall, CLDepthwiseConvolutionLayerNativeFixture<half>, framework::Dat… in TEST_SUITE_END()
257framework::dataset::make("depth_multiplier", 1)), in TEST_SUITE_END()
261framework::dataset::make("DataType", DataType::F16)), in TEST_SUITE_END()
265framework::dataset::make("ExportToCLImage", false))) in TEST_SUITE_END()
271 FIXTURE_DATA_TEST_CASE_NEW(RunLarge, CLDepthwiseConvolutionLayerNativeFixture<half>, framework::Dat…
278framework::dataset::make("depth_multiplier", 1)),
282framework::dataset::make("DataType", DataType::F16)),
286framework::dataset::make("ExportToCLImage", false)))
293 FIXTURE_DATA_TEST_CASE_NEW(RunSmall, CLDepthwiseConvolutionLayerNativeFixture<half>, framework::Dat…
300framework::dataset::make("depth_multiplier", 1)),
304framework::dataset::make("DataType", DataType::F16)),
308framework::dataset::make("ExportToCLImage", true)))
319 framework::ARM_COMPUTE_PRINT_INFO();
323 FIXTURE_DATA_TEST_CASE_NEW(RunLarge, CLDepthwiseConvolutionLayerNativeFixture<half>, framework::Dat…
330framework::dataset::make("depth_multiplier", 1)),
334framework::dataset::make("DataType", DataType::F16)),
338framework::dataset::make("ExportToCLImage", true)))
349 framework::ARM_COMPUTE_PRINT_INFO();
359 FIXTURE_DATA_TEST_CASE_NEW(RunSmall, CLDepthwiseConvolutionLayerNativeFixture<float>, framework::Da… in TEST_SUITE_END()
361framework::dataset::make("width", { 33U } ), in TEST_SUITE_END()
370framework::dataset::make("DataType", DataType::F32)),
373framework::dataset::make("N0", 1)),
374framework::dataset::make("ExportToCLImage", false)))
380 FIXTURE_DATA_TEST_CASE_NEW(RunLarge, CLDepthwiseConvolutionLayerNativeFixture<float>, framework::Da…
382framework::dataset::make("width", { 53U } ),
391framework::dataset::make("DataType", DataType::F32)),
394framework::dataset::make("N0", 1)),
395framework::dataset::make("ExportToCLImage", false)))
402 FIXTURE_DATA_TEST_CASE_NEW(RunSmall, CLDepthwiseConvolutionLayerNativeFixture<float>, framework::Da…
404framework::dataset::make("width", { 33U } ),
409framework::dataset::make("depth_multiplier", 2)),
413framework::dataset::make("DataType", DataType::F32)),
416framework::dataset::make("N0", {2})),
417framework::dataset::make("ExportToCLImage", false)))
424 FIXTURE_DATA_TEST_CASE_NEW(RunSmall, CLDepthwiseConvolutionLayerNativeFixture<float>, framework::Da…
426framework::dataset::make("width", { 33U } ),
431framework::dataset::make("depth_multiplier", 4)),
435framework::dataset::make("DataType", DataType::F32)),
438framework::dataset::make("N0", {4})),
439framework::dataset::make("ExportToCLImage", true)))
450 framework::ARM_COMPUTE_PRINT_INFO();
458 FIXTURE_DATA_TEST_CASE_NEW(RunSmall, CLDepthwiseConvolutionLayerNativeFixture<half>, framework::Dat… in TEST_SUITE_END()
460framework::dataset::make("width", { 33U } ), in TEST_SUITE_END()
469framework::dataset::make("DataType", DataType::F16)),
472framework::dataset::make("N0", 1)),
473framework::dataset::make("ExportToCLImage", false)))
479 FIXTURE_DATA_TEST_CASE_NEW(RunLarge, CLDepthwiseConvolutionLayerNativeFixture<half>, framework::Dat…
481framework::dataset::make("width", { 53U } ),
490framework::dataset::make("DataType", DataType::F16)),
493framework::dataset::make("N0", 1)),
494framework::dataset::make("ExportToCLImage", false)))
501 FIXTURE_DATA_TEST_CASE_NEW(RunSmall, CLDepthwiseConvolutionLayerNativeFixture<half>, framework::Dat…
503framework::dataset::make("width", { 33U } ),
508framework::dataset::make("depth_multiplier", 2)),
512framework::dataset::make("DataType", DataType::F16)),
515framework::dataset::make("N0", {2})),
516framework::dataset::make("ExportToCLImage", false)))
523 FIXTURE_DATA_TEST_CASE_NEW(RunSmall, CLDepthwiseConvolutionLayerNativeFixture<half>, framework::Dat…
525framework::dataset::make("width", { 33U } ),
530framework::dataset::make("depth_multiplier", 4)),
534framework::dataset::make("DataType", DataType::F16)),
537framework::dataset::make("N0", {4})),
538framework::dataset::make("ExportToCLImage", true)))
549 framework::ARM_COMPUTE_PRINT_INFO();