aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/fixtures/DepthConcatenateLayerFixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/fixtures/DepthConcatenateLayerFixture.h')
-rw-r--r--tests/validation/fixtures/DepthConcatenateLayerFixture.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/validation/fixtures/DepthConcatenateLayerFixture.h b/tests/validation/fixtures/DepthConcatenateLayerFixture.h
index 76b56ad26e..5fdfacbb76 100644
--- a/tests/validation/fixtures/DepthConcatenateLayerFixture.h
+++ b/tests/validation/fixtures/DepthConcatenateLayerFixture.h
@@ -26,6 +26,7 @@
#include "arm_compute/core/TensorShape.h"
#include "arm_compute/core/Types.h"
+#include "arm_compute/core/utils/misc/ShapeCalculator.h"
#include "tests/AssetsLibrary.h"
#include "tests/Globals.h"
#include "tests/IAccessor.h"
@@ -106,7 +107,7 @@ protected:
src_ptrs.emplace_back(&srcs.back());
}
- TensorShape dst_shape = calculate_depth_concatenate_shape(shapes);
+ TensorShape dst_shape = misc::shape_calculator::calculate_depth_concatenate_shape(src_ptrs);
TensorType dst = create_tensor<TensorType>(dst_shape, data_type, 1);
// Create and configure function