Go to the source code of this file.
|
using | NEScharr3x3Fixture = ScharrValidationFixture< Tensor, Accessor, NEScharr3x3, uint8_t, int16_t > |
|
|
| DATA_TEST_CASE (Configuration, framework::DatasetMode::ALL, combine(combine(concat(datasets::Small2DShapes(), datasets::Large2DShapes()), datasets::BorderModes()), framework::dataset::make("Format", Format::U8)), shape, border_mode, format) |
|
| FIXTURE_DATA_TEST_CASE (RunSmall, NEScharr3x3Fixture, framework::DatasetMode::PRECOMMIT, combine(combine(combine(datasets::Small2DShapes(), datasets::BorderModes()), framework::dataset::make("Format", Format::U8)), datasets::GradientDimensions())) |
|
| FIXTURE_DATA_TEST_CASE (RunLarge, NEScharr3x3Fixture, framework::DatasetMode::NIGHTLY, combine(combine(combine(datasets::Large2DShapes(), datasets::BorderModes()), framework::dataset::make("Format", Format::U8)), datasets::GradientDimensions())) |
|