Compute Library
 23.11
FuseBatchNormalization.cpp File Reference
#include "arm_compute/runtime/NEON/functions/NEFuseBatchNormalization.h"
#include "tests/Globals.h"
#include "tests/NEON/Accessor.h"
#include "tests/datasets/ShapeDatasets.h"
#include "tests/framework/Macros.h"
#include "tests/framework/datasets/Datasets.h"
#include "tests/validation/Validation.h"
#include "tests/validation/fixtures/FuseBatchNormalizationFixture.h"

Go to the source code of this file.

Namespaces

 arm_compute
 Copyright (c) 2017-2023 Arm Limited.
 
 arm_compute::test
 
 arm_compute::test::validation
 

Typedefs

template<typename T >
using NEFuseBatchNormalizationConvFixture = FuseBatchNormalizationFixture< Tensor, Accessor, NEFuseBatchNormalization, 4, T >
 
template<typename T >
using NEFuseBatchNormalizationDWCFixture = FuseBatchNormalizationFixture< Tensor, Accessor, NEFuseBatchNormalization, 3, T >
 

Functions

 FIXTURE_DATA_TEST_CASE (RunSmall, NEFuseBatchNormalizationConvFixture< float >, framework::DatasetMode::PRECOMMIT, combine(combine(combine(combine(combine(combine(shape_conv_values_precommit, framework::dataset::make("DataType", { DataType::F32 })), data_layout_values), in_place_values), with_bias_values), with_gamma_values), with_beta_values))
 
 FIXTURE_DATA_TEST_CASE (RunLarge, NEFuseBatchNormalizationConvFixture< float >, framework::DatasetMode::NIGHTLY, combine(combine(combine(combine(combine(combine(shape_conv_values_nightly, framework::dataset::make("DataType", { DataType::F32 })), data_layout_values), in_place_values), with_bias_values), with_gamma_values), with_beta_values))
 
 TEST_SUITE_END () FIXTURE_DATA_TEST_CASE(RunSmall = ActivationValidationQuantizedFixture<CLTensor, CLAccessor, CLActivationLayer, T>
 [CLActivationLayer Test snippet] More...
 
 combine (combine(combine(combine(combine(combine(datasets::Small3DShapes(), framework::dataset::make("DataType", { DataType::F32 })), data_layout_values), in_place_values), with_bias_values), with_gamma_values), with_beta_values))
 
 FIXTURE_DATA_TEST_CASE (RunLarge, NEFuseBatchNormalizationDWCFixture< float >, framework::DatasetMode::NIGHTLY, combine(combine(combine(combine(combine(combine(datasets::Large3DShapes(), framework::dataset::make("DataType", { DataType::F32 })), data_layout_values), in_place_values), with_bias_values), with_gamma_values), with_beta_values))
 

Variables

 NEFuseBatchNormalizationDWCFixture< float >