From 56055193e82471a70b82e4eb11a8884c5904af75 Mon Sep 17 00:00:00 2001 From: Aron Virginas-Tar Date: Mon, 12 Nov 2018 18:10:43 +0000 Subject: IVGCVSW-2066: Add IMemoryManager and integrate into the backends framework Change-Id: I93223c8678165cbc3d39f461c36bb8610dc81c05 --- .../backendsCommon/test/LayerReleaseConstantDataTest.cpp | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'src/backends/backendsCommon/test/LayerReleaseConstantDataTest.cpp') diff --git a/src/backends/backendsCommon/test/LayerReleaseConstantDataTest.cpp b/src/backends/backendsCommon/test/LayerReleaseConstantDataTest.cpp index fc32fdcd02..25873d8a49 100644 --- a/src/backends/backendsCommon/test/LayerReleaseConstantDataTest.cpp +++ b/src/backends/backendsCommon/test/LayerReleaseConstantDataTest.cpp @@ -35,8 +35,7 @@ BOOST_AUTO_TEST_SUITE(LayerReleaseConstantDataTest) BOOST_AUTO_TEST_CASE(ReleaseBatchNormalizationLayerConstantDataTest) { - Graph graph; - ClWorkloadFactory factory; + Graph graph; // create the layer we're testing BatchNormalizationDescriptor layerDesc; @@ -82,8 +81,7 @@ BOOST_AUTO_TEST_CASE(ReleaseBatchNormalizationLayerConstantDataTest) BOOST_AUTO_TEST_CASE(ReleaseConvolution2dLayerConstantDataTest) { - Graph graph; - ClWorkloadFactory factory; + Graph graph; // create the layer we're testing Convolution2dDescriptor layerDesc; @@ -127,8 +125,7 @@ BOOST_AUTO_TEST_CASE(ReleaseBatchNormalizationLayerConstantDataTest) BOOST_AUTO_TEST_CASE(ReleaseDepthwiseConvolution2dLayerConstantDataTest) { - Graph graph; - ClWorkloadFactory factory; + Graph graph; // create the layer we're testing DepthwiseConvolution2dDescriptor layerDesc; @@ -169,8 +166,7 @@ BOOST_AUTO_TEST_CASE(ReleaseDepthwiseConvolution2dLayerConstantDataTest) BOOST_AUTO_TEST_CASE(ReleaseFullyConnectedLayerConstantDataTest) { - Graph graph; - ClWorkloadFactory factory; + Graph graph; // create the layer we're testing FullyConnectedDescriptor layerDesc; -- cgit v1.2.1