X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=documentation%2Fbenchmark_2_c_l_2_fully_connected_layer_8cpp.xhtml;h=8cd94d0f82b879dcb9945b0efcb60edf77bddc3a;hb=HEAD;hp=7804df4ae04e1b8ba9f7cf308ce2e9974e16c79b;hpb=8938bd3f40ea62ff56d6ed4e2db0a8aee34dd64a;p=platform%2Fupstream%2Farmcl.git diff --git a/documentation/benchmark_2_c_l_2_fully_connected_layer_8cpp.xhtml b/documentation/benchmark_2_c_l_2_fully_connected_layer_8cpp.xhtml index 7804df4..8cd94d0 100644 --- a/documentation/benchmark_2_c_l_2_fully_connected_layer_8cpp.xhtml +++ b/documentation/benchmark_2_c_l_2_fully_connected_layer_8cpp.xhtml @@ -4,7 +4,7 @@ - + Compute Library: tests/benchmark/CL/FullyConnectedLayer.cpp File Reference @@ -12,22 +12,24 @@ + + + @@ -38,7 +40,7 @@
Compute Library -  17.09 +  18.05
@@ -46,7 +48,7 @@ - + @@ -101,7 +103,7 @@ $(document).ready(function(){initNavTree('benchmark_2_c_l_2_fully_connected_laye onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> - All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages +
@@ -119,68 +121,71 @@ $(document).ready(function(){initNavTree('benchmark_2_c_l_2_fully_connected_laye
FullyConnectedLayer.cpp File Reference
-
#include "arm_compute/core/TensorShape.h"
-#include "arm_compute/core/Types.h"
-#include "arm_compute/runtime/CL/CLTensor.h"
-#include "arm_compute/runtime/CL/CLTensorAllocator.h"
-#include "arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h"
-#include "tests/CL/CLAccessor.h"
-#include "tests/benchmark/fixtures/FullyConnectedLayerFixture.h"
-#include "tests/datasets/system_tests/alexnet/AlexNetFullyConnectedLayerDataset.h"
-#include "tests/datasets/system_tests/googlenet/inceptionv1/GoogLeNetInceptionV1FullyConnectedLayerDataset.h"
-#include "tests/datasets/system_tests/googlenet/inceptionv4/GoogLeNetInceptionV4FullyConnectedLayerDataset.h"
-#include "tests/datasets/system_tests/lenet5/LeNet5FullyConnectedLayerDataset.h"
-#include "tests/datasets/system_tests/vgg/vgg16/VGG16FullyConnectedLayerDataset.h"
-#include "tests/framework/Macros.h"
-#include "tests/framework/datasets/Datasets.h"
-#include "utils/TypePrinter.h"
+
#include "arm_compute/core/TensorShape.h"
+#include "arm_compute/core/Types.h"
+#include "arm_compute/runtime/CL/CLTensor.h"
+#include "arm_compute/runtime/CL/CLTensorAllocator.h"
+#include "arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h"
+#include "tests/CL/CLAccessor.h"
+#include "tests/benchmark/fixtures/FullyConnectedLayerFixture.h"
+#include "tests/datasets/system_tests/alexnet/AlexNetFullyConnectedLayerDataset.h"
+#include "tests/datasets/system_tests/googlenet/inceptionv1/GoogLeNetInceptionV1FullyConnectedLayerDataset.h"
+#include "tests/datasets/system_tests/googlenet/inceptionv4/GoogLeNetInceptionV4FullyConnectedLayerDataset.h"
+#include "tests/datasets/system_tests/lenet5/LeNet5FullyConnectedLayerDataset.h"
+#include "tests/datasets/system_tests/vgg/vgg16/VGG16FullyConnectedLayerDataset.h"
+#include "tests/framework/Macros.h"
+#include "tests/framework/datasets/Datasets.h"
+#include "utils/TypePrinter.h"

Go to the source code of this file.

- + + + + - +

Namespaces

 arm_compute
 arm_compute
 This file contains all available output stages for GEMMLowp on OpenCL.
 
 arm_compute::test
 
 arm_compute::test
 arm_compute::test::benchmark
 
- +

Typedefs

using CLFullyConnectedLayerFixture = FullyConnectedLayerFixture< CLTensor, CLFullyConnectedLayer, CLAccessor >
using CLFullyConnectedLayerFixture = FullyConnectedLayerFixture< CLTensor, CLFullyConnectedLayer, CLAccessor >
 
- - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + +

Functions

 REGISTER_FIXTURE_DATA_TEST_CASE (AlexNetFullyConnectedLayer, CLFullyConnectedLayerFixture, framework::DatasetMode::ALL, framework::dataset::combine(framework::dataset::combine(datasets::AlexNetFullyConnectedLayerDataset(), data_types), framework::dataset::make("Batches", 1)))
 
 REGISTER_FIXTURE_DATA_TEST_CASE (LeNet5FullyConnectedLayer, CLFullyConnectedLayerFixture, framework::DatasetMode::ALL, framework::dataset::combine(framework::dataset::combine(datasets::LeNet5FullyConnectedLayerDataset(), data_types), framework::dataset::make("Batches", 1)))
 
 REGISTER_FIXTURE_DATA_TEST_CASE (VGG16FullyConnectedLayer, CLFullyConnectedLayerFixture, framework::DatasetMode::ALL, framework::dataset::combine(framework::dataset::combine(datasets::VGG16FullyConnectedLayerDataset(), data_types), framework::dataset::make("Batches", 1)))
 
 REGISTER_FIXTURE_DATA_TEST_CASE (GoogLeNetInceptionV1FullyConnectedLayer, CLFullyConnectedLayerFixture, framework::DatasetMode::ALL, framework::dataset::combine(framework::dataset::combine(datasets::GoogLeNetInceptionV1FullyConnectedLayerDataset(), data_types), framework::dataset::make("Batches", 1)))
 
 REGISTER_FIXTURE_DATA_TEST_CASE (GoogLeNetInceptionV4FullyConnectedLayer, CLFullyConnectedLayerFixture, framework::DatasetMode::ALL, framework::dataset::combine(framework::dataset::combine(datasets::GoogLeNetInceptionV4FullyConnectedLayerDataset(), data_types), framework::dataset::make("Batches", 1)))
 
 REGISTER_FIXTURE_DATA_TEST_CASE (AlexNetFullyConnectedLayer, CLFullyConnectedLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(datasets::AlexNetFullyConnectedLayerDataset(), data_types), framework::dataset::make("Batches",{4, 8})))
 
 REGISTER_FIXTURE_DATA_TEST_CASE (LeNet5FullyConnectedLayer, CLFullyConnectedLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(datasets::LeNet5FullyConnectedLayerDataset(), data_types), framework::dataset::make("Batches",{4, 8})))
 
 REGISTER_FIXTURE_DATA_TEST_CASE (VGG16FullyConnectedLayer, CLFullyConnectedLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(datasets::VGG16FullyConnectedLayerDataset(), data_types), framework::dataset::make("Batches",{4, 8})))
 
 REGISTER_FIXTURE_DATA_TEST_CASE (GoogLeNetInceptionV1FullyConnectedLayer, CLFullyConnectedLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(datasets::GoogLeNetInceptionV1FullyConnectedLayerDataset(), data_types), framework::dataset::make("Batches",{4, 8})))
 
 REGISTER_FIXTURE_DATA_TEST_CASE (GoogLeNetInceptionV4FullyConnectedLayer, CLFullyConnectedLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(datasets::GoogLeNetInceptionV4FullyConnectedLayerDataset(), data_types), framework::dataset::make("Batches",{4, 8})))
 
 REGISTER_FIXTURE_DATA_TEST_CASE (AlexNetFullyConnectedLayer, CLFullyConnectedLayerFixture, framework::DatasetMode::ALL, framework::dataset::combine(framework::dataset::combine(datasets::AlexNetFullyConnectedLayerDataset(), data_types), framework::dataset::make("Batches", 1)))
 
 REGISTER_FIXTURE_DATA_TEST_CASE (LeNet5FullyConnectedLayer, CLFullyConnectedLayerFixture, framework::DatasetMode::ALL, framework::dataset::combine(framework::dataset::combine(datasets::LeNet5FullyConnectedLayerDataset(), data_types), framework::dataset::make("Batches", 1)))
 
 REGISTER_FIXTURE_DATA_TEST_CASE (VGG16FullyConnectedLayer, CLFullyConnectedLayerFixture, framework::DatasetMode::ALL, framework::dataset::combine(framework::dataset::combine(datasets::VGG16FullyConnectedLayerDataset(), data_types), framework::dataset::make("Batches", 1)))
 
 REGISTER_FIXTURE_DATA_TEST_CASE (GoogLeNetInceptionV1FullyConnectedLayer, CLFullyConnectedLayerFixture, framework::DatasetMode::ALL, framework::dataset::combine(framework::dataset::combine(datasets::GoogLeNetInceptionV1FullyConnectedLayerDataset(), data_types), framework::dataset::make("Batches", 1)))
 
 REGISTER_FIXTURE_DATA_TEST_CASE (GoogLeNetInceptionV4FullyConnectedLayer, CLFullyConnectedLayerFixture, framework::DatasetMode::ALL, framework::dataset::combine(framework::dataset::combine(datasets::GoogLeNetInceptionV4FullyConnectedLayerDataset(), data_types), framework::dataset::make("Batches", 1)))
 
 REGISTER_FIXTURE_DATA_TEST_CASE (AlexNetFullyConnectedLayer, CLFullyConnectedLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(datasets::AlexNetFullyConnectedLayerDataset(), data_types), framework::dataset::make("Batches",{4, 8})))
 
 REGISTER_FIXTURE_DATA_TEST_CASE (LeNet5FullyConnectedLayer, CLFullyConnectedLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(datasets::LeNet5FullyConnectedLayerDataset(), data_types), framework::dataset::make("Batches",{4, 8})))
 
 REGISTER_FIXTURE_DATA_TEST_CASE (VGG16FullyConnectedLayer, CLFullyConnectedLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(datasets::VGG16FullyConnectedLayerDataset(), data_types), framework::dataset::make("Batches",{4, 8})))
 
 REGISTER_FIXTURE_DATA_TEST_CASE (GoogLeNetInceptionV1FullyConnectedLayer, CLFullyConnectedLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(datasets::GoogLeNetInceptionV1FullyConnectedLayerDataset(), data_types), framework::dataset::make("Batches",{4, 8})))
 
 REGISTER_FIXTURE_DATA_TEST_CASE (GoogLeNetInceptionV4FullyConnectedLayer, CLFullyConnectedLayerFixture, framework::DatasetMode::NIGHTLY, framework::dataset::combine(framework::dataset::combine(datasets::GoogLeNetInceptionV4FullyConnectedLayerDataset(), data_types), framework::dataset::make("Batches",{4, 8})))