Compute Library  18.03
Schaar.cpp File Reference

Go to the source code of this file.

Namespaces

 arm_compute
 This file contains all available output stages for GEMMLowp on OpenCL.
 
 arm_compute::test
 
 arm_compute::test::validation
 

Typedefs

using NEScharr3x3Fixture = ScharrValidationFixture< Tensor, Accessor, NEScharr3x3, uint8_t, int16_t >
 

Functions

 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()))