Searched refs:run_small_dataset (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/ |
H A D | Comparisons.cpp | 46 const auto run_small_dataset = combine(datasets::ComparisonOperations(), datasets::SmallS… variable 92 … combine(run_small_dataset, framework::dataset::make("DataType", DataType::U8))) 105 … combine(run_small_dataset, framework::dataset::make("DataType", DataType::F16))) in TEST_SUITE() 125 … combine(run_small_dataset, framework::dataset::make("DataType", DataType::F32))) in TEST_SUITE() 151 …combine(combine(combine(run_small_dataset, framework::dataset::make("DataType", DataType::QASYMM8)… in TEST_SUITE() 174 …combine(combine(combine(run_small_dataset, framework::dataset::make("DataType", DataType::QASYMM8_…
|
H A D | Reverse.cpp | 46 auto run_small_dataset = combine(datasets::SmallShapes(), datasets::Tiny1DShapes()); variable 98 … combine(run_small_dataset, framework::dataset::make("DataType", DataType::F16))) in TEST_SUITE() 119 … combine(run_small_dataset, framework::dataset::make("DataType", DataType::F32))) in TEST_SUITE() 141 … combine(run_small_dataset, framework::dataset::make("DataType", DataType::QASYMM8))) in TEST_SUITE_END()
|
H A D | Select.cpp | 44 auto run_small_dataset = combine(datasets::SmallShapes(), framework::dataset::make("has_same_rank",… variable 104 … combine(run_small_dataset, framework::dataset::make("DataType", DataType::F16))) in TEST_SUITE() 125 … combine(run_small_dataset, framework::dataset::make("DataType", DataType::F32))) in TEST_SUITE()
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/ |
H A D | Comparisons.cpp | 49 const auto run_small_dataset = combine(datasets::ComparisonOperations(), datasets::SmallShapes()); variable 98 … combine(run_small_dataset, framework::dataset::make("DataType", DataType::F16))) in TEST_SUITE() 117 … combine(run_small_dataset, framework::dataset::make("DataType", DataType::F32))) in TEST_SUITE() 141 …combine(combine(combine(run_small_dataset, framework::dataset::make("DataType", DataType::QASYMM8)… in TEST_SUITE()
|
H A D | Reverse.cpp | 46 auto run_small_dataset = combine(datasets::SmallShapes(), datasets::Tiny1DShapes()); variable 96 … combine(run_small_dataset, framework::dataset::make("DataType", DataType::F16))) in TEST_SUITE() 116 … combine(run_small_dataset, framework::dataset::make("DataType", DataType::F32))) in TEST_SUITE() 138 … combine(run_small_dataset, framework::dataset::make("DataType", DataType::QASYMM8))) in TEST_SUITE_END()
|
H A D | Select.cpp | 46 auto run_small_dataset = combine(datasets::SmallShapes(), framework::dataset::make("has_same_rank",… variable 104 … combine(run_small_dataset, framework::dataset::make("DataType", DataType::F16))) in TEST_SUITE() 135 … combine(run_small_dataset, framework::dataset::make("DataType", DataType::F32))) in TEST_SUITE() 168 … combine(run_small_dataset, framework::dataset::make("DataType", DataType::QASYMM8))) in TEST_SUITE_END()
|