From 3d426c5894803e3de7f706b8dd9125dccca22bc4 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 10 Oct 2019 19:35:43 +0100 Subject: COMPMID-2697: Dynamic Tensors Type2 test case Change-Id: I8b8ac272e6c49dc51570fb0612d74f29772371e7 Signed-off-by: Georgios Pinitas Reviewed-on: https://review.mlplatform.org/c/2072 Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins Reviewed-by: Michele Di Giorgio --- tests/validation/CL/UNIT/DynamicTensor.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests/validation/CL/UNIT/DynamicTensor.cpp') diff --git a/tests/validation/CL/UNIT/DynamicTensor.cpp b/tests/validation/CL/UNIT/DynamicTensor.cpp index 06670478b2..85381efe62 100644 --- a/tests/validation/CL/UNIT/DynamicTensor.cpp +++ b/tests/validation/CL/UNIT/DynamicTensor.cpp @@ -126,6 +126,16 @@ FIXTURE_DATA_TEST_CASE(DynamicTensorType3Complex, CLDynamicTensorType3ComplexFun } } +using CLDynamicTensorType2PipelineFunction = DynamicTensorType2PipelineFunction; +/** Tests the memory manager with dynamic input and output tensors. + * + * Create and manage the tensors needed to run a pipeline. After the function is executed, resize the input size and rerun. + */ +FIXTURE_DATA_TEST_CASE(DynamicTensorType2Pipeline, CLDynamicTensorType2PipelineFunction, framework::DatasetMode::ALL, + framework::dataset::make("InputShape", { std::vector{ TensorShape(12U, 12U, 6U), TensorShape(128U, 128U, 6U) } })) +{ +} + TEST_SUITE_END() // DynamicTensor TEST_SUITE_END() // UNIT TEST_SUITE_END() // CL -- cgit v1.2.1