From 389c4d664b458bcd0915cc2da307166c856bfd7c Mon Sep 17 00:00:00 2001 From: Matthieu Tourne Date: Tue, 13 Oct 2015 18:48:32 -0700 Subject: [PATCH 1/6] Adding modified caffe as submodule --- .gitmodules | 3 + caffe-crfrnn | 1 + caffe-crfrnn/CMakeLists.txt | 73 - caffe-crfrnn/CMakeScripts/FindAtlas.cmake | 61 - caffe-crfrnn/CMakeScripts/FindGFlags.cmake | 48 - caffe-crfrnn/CMakeScripts/FindGlog.cmake | 48 - caffe-crfrnn/CMakeScripts/FindLAPACK.cmake | 190 - caffe-crfrnn/CMakeScripts/FindLMDB.cmake | 28 - caffe-crfrnn/CMakeScripts/FindLevelDB.cmake | 37 - caffe-crfrnn/CMakeScripts/FindMKL.cmake | 113 - caffe-crfrnn/CMakeScripts/FindNumPy.cmake | 103 - caffe-crfrnn/CMakeScripts/FindOpenBLAS.cmake | 62 - caffe-crfrnn/CMakeScripts/FindProtobuf.cmake | 152 - caffe-crfrnn/CMakeScripts/FindSnappy.cmake | 33 - caffe-crfrnn/CMakeScripts/lint.cmake | 48 - caffe-crfrnn/INSTALL.md | 7 - caffe-crfrnn/LICENSE | 49 - caffe-crfrnn/Makefile | 584 - caffe-crfrnn/Makefile.config.example | 79 - caffe-crfrnn/README.md | 5 - caffe-crfrnn/caffe.cloc | 53 - caffe-crfrnn/cmake/ConfigGen.cmake | 104 - caffe-crfrnn/cmake/Cuda.cmake | 254 - caffe-crfrnn/cmake/Dependencies.cmake | 158 - caffe-crfrnn/cmake/External/gflags.cmake | 56 - caffe-crfrnn/cmake/External/glog.cmake | 56 - caffe-crfrnn/cmake/Misc.cmake | 52 - caffe-crfrnn/cmake/Modules/FindAtlas.cmake | 52 - caffe-crfrnn/cmake/Modules/FindGFlags.cmake | 50 - caffe-crfrnn/cmake/Modules/FindGlog.cmake | 48 - caffe-crfrnn/cmake/Modules/FindLAPACK.cmake | 190 - caffe-crfrnn/cmake/Modules/FindLMDB.cmake | 28 - caffe-crfrnn/cmake/Modules/FindLevelDB.cmake | 44 - caffe-crfrnn/cmake/Modules/FindMKL.cmake | 110 - .../cmake/Modules/FindMatlabMex.cmake | 48 - caffe-crfrnn/cmake/Modules/FindNumPy.cmake | 58 - caffe-crfrnn/cmake/Modules/FindOpenBLAS.cmake | 64 - caffe-crfrnn/cmake/Modules/FindSnappy.cmake | 28 - caffe-crfrnn/cmake/Modules/FindvecLib.cmake | 34 - caffe-crfrnn/cmake/ProtoBuf.cmake | 90 - caffe-crfrnn/cmake/Summary.cmake | 168 - caffe-crfrnn/cmake/Targets.cmake | 173 - .../cmake/Templates/CaffeConfig.cmake.in | 58 - .../Templates/CaffeConfigVersion.cmake.in | 11 - .../cmake/Templates/caffe_config.h.in | 32 - caffe-crfrnn/cmake/Utils.cmake | 381 - caffe-crfrnn/cmake/lint.cmake | 50 - caffe-crfrnn/data/cifar10/get_cifar10.sh | 19 - caffe-crfrnn/data/ilsvrc12/get_ilsvrc_aux.sh | 21 - caffe-crfrnn/data/mnist/get_mnist.sh | 24 - caffe-crfrnn/docs/CMakeLists.txt | 106 - caffe-crfrnn/docs/CNAME | 1 - caffe-crfrnn/docs/README.md | 5 - caffe-crfrnn/docs/_config.yml | 7 - caffe-crfrnn/docs/_layouts/default.html | 52 - caffe-crfrnn/docs/development.md | 125 - caffe-crfrnn/docs/index.md | 102 - caffe-crfrnn/docs/installation.md | 302 - caffe-crfrnn/docs/model_zoo.md | 55 - caffe-crfrnn/docs/performance_hardware.md | 73 - .../docs/stylesheets/pygment_trac.css | 69 - caffe-crfrnn/docs/stylesheets/reset.css | 21 - caffe-crfrnn/docs/stylesheets/styles.css | 348 - caffe-crfrnn/docs/tutorial/convolution.md | 13 - caffe-crfrnn/docs/tutorial/data.md | 78 - caffe-crfrnn/docs/tutorial/fig/.gitignore | 0 .../docs/tutorial/forward_backward.md | 37 - caffe-crfrnn/docs/tutorial/index.md | 51 - caffe-crfrnn/docs/tutorial/interfaces.md | 68 - caffe-crfrnn/docs/tutorial/layers.md | 468 - caffe-crfrnn/docs/tutorial/loss.md | 51 - caffe-crfrnn/docs/tutorial/net_layer_blob.md | 170 - caffe-crfrnn/docs/tutorial/solver.md | 271 - caffe-crfrnn/examples/.gitignore | 2 - caffe-crfrnn/examples/CMakeLists.txt | 31 - caffe-crfrnn/include/caffe/blob.hpp | 144 - caffe-crfrnn/include/caffe/caffe.hpp | 19 - caffe-crfrnn/include/caffe/common.hpp | 175 - caffe-crfrnn/include/caffe/common_layers.hpp | 510 - caffe-crfrnn/include/caffe/data_layers.hpp | 339 - .../include/caffe/data_transformer.hpp | 109 - caffe-crfrnn/include/caffe/dataset.hpp | 241 - .../include/caffe/dataset_factory.hpp | 20 - caffe-crfrnn/include/caffe/filler.hpp | 188 - .../include/caffe/internal_thread.hpp | 50 - caffe-crfrnn/include/caffe/layer.hpp | 492 - caffe-crfrnn/include/caffe/layer_factory.hpp | 118 - .../include/caffe/leveldb_dataset.hpp | 90 - caffe-crfrnn/include/caffe/lmdb_dataset.hpp | 95 - caffe-crfrnn/include/caffe/loss_layers.hpp | 775 - caffe-crfrnn/include/caffe/net.hpp | 234 - caffe-crfrnn/include/caffe/neuron_layers.hpp | 679 - caffe-crfrnn/include/caffe/solver.hpp | 146 - caffe-crfrnn/include/caffe/syncedmem.hpp | 73 - .../include/caffe/test/test_caffe_main.hpp | 76 - .../caffe/test/test_gradient_check_util.hpp | 260 - caffe-crfrnn/include/caffe/util/benchmark.hpp | 52 - caffe-crfrnn/include/caffe/util/coords.hpp | 61 - caffe-crfrnn/include/caffe/util/cudnn.hpp | 134 - .../include/caffe/util/device_alternate.hpp | 102 - caffe-crfrnn/include/caffe/util/im2col.hpp | 32 - .../include/caffe/util/insert_splits.hpp | 26 - caffe-crfrnn/include/caffe/util/io.hpp | 184 - .../include/caffe/util/math_functions.hpp | 274 - .../include/caffe/util/mkl_alternate.hpp | 96 - .../caffe/util/modified_permutohedral.hpp | 40 - caffe-crfrnn/include/caffe/util/rng.hpp | 43 - caffe-crfrnn/include/caffe/util/thread.hpp | 25 - caffe-crfrnn/include/caffe/util/tvg_util.hpp | 108 - .../include/caffe/util/upgrade_proto.hpp | 55 - caffe-crfrnn/include/caffe/vision_layers.hpp | 658 - caffe-crfrnn/matlab/CMakeLists.txt | 72 - caffe-crfrnn/matlab/caffe/.gitignore | 1 - .../matlab/caffe/ilsvrc_2012_mean.mat | Bin 786640 -> 0 bytes caffe-crfrnn/matlab/caffe/matcaffe.cpp | 420 - caffe-crfrnn/matlab/caffe/matcaffe_batch.m | 75 - caffe-crfrnn/matlab/caffe/matcaffe_demo.m | 110 - caffe-crfrnn/matlab/caffe/matcaffe_demo_vgg.m | 96 - .../matlab/caffe/matcaffe_demo_vgg_mean_pix.m | 102 - caffe-crfrnn/matlab/caffe/matcaffe_init.m | 44 - .../matlab/caffe/matcaffe_netsurgery.cpp | 600 - caffe-crfrnn/matlab/caffe/prepare_batch.m | 41 - caffe-crfrnn/matlab/caffe/print_cell.m | 42 - caffe-crfrnn/matlab/caffe/read_cell.m | 21 - caffe-crfrnn/matlab/caffe/tvg_matcaffe_init.m | 41 - .../matlab/caffe/tvg_prepare_image_fixed.m | 20 - .../models/bvlc_alexnet/deploy.prototxt | 244 - caffe-crfrnn/models/bvlc_alexnet/readme.md | 27 - .../models/bvlc_alexnet/solver.prototxt | 14 - .../models/bvlc_alexnet/train_val.prototxt | 346 - .../models/bvlc_googlenet/deploy.prototxt | 1924 -- .../bvlc_googlenet/quick_solver.prototxt | 15 - caffe-crfrnn/models/bvlc_googlenet/readme.md | 35 - .../models/bvlc_googlenet/solver.prototxt | 16 - .../models/bvlc_googlenet/train_val.prototxt | 2240 -- .../bvlc_reference_caffenet/deploy.prototxt | 212 - .../models/bvlc_reference_caffenet/readme.md | 27 - .../bvlc_reference_caffenet/solver.prototxt | 14 - .../train_val.prototxt | 362 - .../deploy.prototxt | 207 - .../bvlc_reference_rcnn_ilsvrc13/readme.md | 22 - .../finetune_flickr_style/deploy.prototxt | 310 - .../models/finetune_flickr_style/readme.md | 24 - .../finetune_flickr_style/solver.prototxt | 17 - .../finetune_flickr_style/train_val.prototxt | 349 - caffe-crfrnn/python/CMakeLists.txt | 34 - caffe-crfrnn/python/caffe/__init__.py | 5 - caffe-crfrnn/python/caffe/_caffe.cpp | 218 - caffe-crfrnn/python/caffe/_caffe.hpp | 199 - caffe-crfrnn/python/caffe/classifier.py | 94 - caffe-crfrnn/python/caffe/detector.py | 204 - caffe-crfrnn/python/caffe/draw.py | 76 - .../caffe/imagenet/ilsvrc_2012_mean.npy | Bin 1572944 -> 0 bytes caffe-crfrnn/python/caffe/io.py | 171 - caffe-crfrnn/python/caffe/pycaffe.py | 394 - caffe-crfrnn/python/caffe/segmenter.py | 49 - caffe-crfrnn/python/classify.py | 130 - caffe-crfrnn/python/detect.py | 168 - caffe-crfrnn/python/draw_net.py | 25 - caffe-crfrnn/python/requirements.txt | 15 - caffe-crfrnn/python/segdemo.py | 87 - caffe-crfrnn/scripts/build_docs.sh | 20 - caffe-crfrnn/scripts/copy_notebook.py | 32 - caffe-crfrnn/scripts/cpp_lint.py | 4868 ---- caffe-crfrnn/scripts/deploy_docs.sh | 50 - caffe-crfrnn/scripts/download_model_binary.py | 76 - .../scripts/download_model_from_gist.sh | 24 - caffe-crfrnn/scripts/gather_examples.sh | 29 - .../scripts/travis/travis_build_and_test.sh | 34 - caffe-crfrnn/scripts/travis/travis_install.sh | 70 - .../travis/travis_setup_makefile_config.sh | 22 - caffe-crfrnn/scripts/upload_model_to_gist.sh | 38 - caffe-crfrnn/src/caffe/CMakeLists.txt | 36 - caffe-crfrnn/src/caffe/blob.cpp | 283 - caffe-crfrnn/src/caffe/common.cpp | 271 - caffe-crfrnn/src/caffe/data_transformer.cpp | 405 - caffe-crfrnn/src/caffe/dataset_factory.cpp | 50 - caffe-crfrnn/src/caffe/internal_thread.cpp | 39 - caffe-crfrnn/src/caffe/layer_factory.cpp | 158 - .../src/caffe/layers/absval_layer.cpp | 44 - caffe-crfrnn/src/caffe/layers/absval_layer.cu | 34 - .../src/caffe/layers/accuracy_layer.cpp | 83 - .../src/caffe/layers/argmax_layer.cpp | 63 - .../src/caffe/layers/base_conv_layer.cpp | 296 - .../src/caffe/layers/base_data_layer.cpp | 84 - .../src/caffe/layers/base_data_layer.cu | 25 - caffe-crfrnn/src/caffe/layers/bnll_layer.cpp | 47 - caffe-crfrnn/src/caffe/layers/bnll_layer.cu | 60 - .../src/caffe/layers/concat_layer.cpp | 109 - caffe-crfrnn/src/caffe/layers/concat_layer.cu | 76 - .../caffe/layers/contrastive_loss_layer.cpp | 101 - .../caffe/layers/contrastive_loss_layer.cu | 91 - caffe-crfrnn/src/caffe/layers/conv_layer.cpp | 75 - caffe-crfrnn/src/caffe/layers/conv_layer.cu | 64 - caffe-crfrnn/src/caffe/layers/crop_layer.cpp | 126 - caffe-crfrnn/src/caffe/layers/crop_layer.cu | 60 - .../src/caffe/layers/cudnn_conv_layer.cpp | 123 - .../src/caffe/layers/cudnn_conv_layer.cu | 149 - .../src/caffe/layers/cudnn_pooling_layer.cpp | 46 - .../src/caffe/layers/cudnn_pooling_layer.cu | 46 - .../src/caffe/layers/cudnn_relu_layer.cpp | 42 - .../src/caffe/layers/cudnn_relu_layer.cu | 66 - .../src/caffe/layers/cudnn_sigmoid_layer.cpp | 42 - .../src/caffe/layers/cudnn_sigmoid_layer.cu | 56 - .../src/caffe/layers/cudnn_softmax_layer.cpp | 46 - .../src/caffe/layers/cudnn_softmax_layer.cu | 56 - .../src/caffe/layers/cudnn_tanh_layer.cpp | 42 - .../src/caffe/layers/cudnn_tanh_layer.cu | 56 - caffe-crfrnn/src/caffe/layers/data_layer.cpp | 158 - .../src/caffe/layers/deconv_layer.cpp | 78 - caffe-crfrnn/src/caffe/layers/deconv_layer.cu | 64 - .../src/caffe/layers/dropout_layer.cpp | 77 - .../src/caffe/layers/dropout_layer.cu | 77 - .../src/caffe/layers/dummy_data_layer.cpp | 97 - .../src/caffe/layers/eltwise_layer.cpp | 167 - .../src/caffe/layers/eltwise_layer.cu | 135 - .../src/caffe/layers/euclidean_loss_layer.cpp | 58 - .../src/caffe/layers/euclidean_loss_layer.cu | 44 - caffe-crfrnn/src/caffe/layers/exp_layer.cpp | 68 - caffe-crfrnn/src/caffe/layers/exp_layer.cu | 44 - .../src/caffe/layers/flatten_layer.cpp | 38 - .../src/caffe/layers/flatten_layer.cu | 23 - .../src/caffe/layers/hdf5_data_layer.cpp | 125 - .../src/caffe/layers/hdf5_data_layer.cu | 46 - .../src/caffe/layers/hdf5_output_layer.cpp | 74 - .../src/caffe/layers/hdf5_output_layer.cu | 43 - .../src/caffe/layers/hinge_loss_layer.cpp | 81 - .../src/caffe/layers/im2col_layer.cpp | 92 - caffe-crfrnn/src/caffe/layers/im2col_layer.cu | 37 - .../src/caffe/layers/image_data_layer.cpp | 151 - .../src/caffe/layers/infogain_loss_layer.cpp | 110 - .../src/caffe/layers/inner_product_layer.cpp | 108 - .../src/caffe/layers/inner_product_layer.cu | 56 - caffe-crfrnn/src/caffe/layers/loss_layer.cpp | 32 - caffe-crfrnn/src/caffe/layers/lrn_layer.cpp | 256 - caffe-crfrnn/src/caffe/layers/lrn_layer.cu | 206 - .../src/caffe/layers/meanfield_iteration.cpp | 284 - .../src/caffe/layers/memory_data_layer.cpp | 76 - .../caffe/layers/multi_stage_meanfield.cpp | 256 - .../multinomial_logistic_loss_layer.cpp | 66 - caffe-crfrnn/src/caffe/layers/mvn_layer.cpp | 163 - caffe-crfrnn/src/caffe/layers/mvn_layer.cu | 145 - .../src/caffe/layers/neuron_layer.cpp | 16 - .../src/caffe/layers/pooling_layer.cpp | 318 - .../src/caffe/layers/pooling_layer.cu | 379 - caffe-crfrnn/src/caffe/layers/power_layer.cpp | 103 - caffe-crfrnn/src/caffe/layers/power_layer.cu | 87 - caffe-crfrnn/src/caffe/layers/relu_layer.cpp | 47 - caffe-crfrnn/src/caffe/layers/relu_layer.cu | 65 - .../sigmoid_cross_entropy_loss_layer.cpp | 79 - .../sigmoid_cross_entropy_loss_layer.cu | 57 - .../src/caffe/layers/sigmoid_layer.cpp | 49 - .../src/caffe/layers/sigmoid_layer.cu | 62 - .../src/caffe/layers/silence_layer.cpp | 26 - .../src/caffe/layers/silence_layer.cu | 28 - caffe-crfrnn/src/caffe/layers/slice_layer.cpp | 141 - caffe-crfrnn/src/caffe/layers/slice_layer.cu | 68 - .../src/caffe/layers/softmax_layer.cpp | 95 - .../src/caffe/layers/softmax_layer.cu | 154 - .../src/caffe/layers/softmax_loss_layer.cpp | 117 - caffe-crfrnn/src/caffe/layers/split_layer.cpp | 60 - caffe-crfrnn/src/caffe/layers/split_layer.cu | 38 - caffe-crfrnn/src/caffe/layers/tanh_layer.cpp | 46 - caffe-crfrnn/src/caffe/layers/tanh_layer.cu | 59 - .../src/caffe/layers/threshold_layer.cpp | 33 - .../src/caffe/layers/threshold_layer.cu | 33 - .../src/caffe/layers/window_data_layer.cpp | 467 - caffe-crfrnn/src/caffe/leveldb_dataset.cpp | 265 - caffe-crfrnn/src/caffe/lmdb_dataset.cpp | 366 - caffe-crfrnn/src/caffe/net.cpp | 826 - caffe-crfrnn/src/caffe/proto/CMakeLists.txt | 46 - caffe-crfrnn/src/caffe/proto/caffe.proto | 862 - .../src/caffe/proto/caffe_pretty_print.proto | 18 - caffe-crfrnn/src/caffe/solver.cpp | 833 - caffe-crfrnn/src/caffe/syncedmem.cpp | 113 - caffe-crfrnn/src/caffe/test/CMakeLists.txt | 36 - .../src/caffe/test/cmake_test_defines.hpp.in | 4 - .../src/caffe/test/test_accuracy_layer.cpp | 140 - .../src/caffe/test/test_argmax_layer.cpp | 169 - .../src/caffe/test/test_benchmark.cpp | 90 - caffe-crfrnn/src/caffe/test/test_blob.cpp | 57 - .../src/caffe/test/test_caffe_main.cpp | 40 - caffe-crfrnn/src/caffe/test/test_common.cpp | 73 - .../src/caffe/test/test_concat_layer.cpp | 122 - .../test/test_contrastive_loss_layer.cpp | 102 - .../src/caffe/test/test_convolution_layer.cpp | 704 - .../test/test_data/generate_sample_data.py | 51 - .../src/caffe/test/test_data/sample_data.h5 | Bin 11824 -> 0 bytes .../test/test_data/sample_data_2_gzip.h5 | Bin 15446 -> 0 bytes .../caffe/test/test_data/sample_data_list.txt | 2 - .../test/test_data/sample_data_list.txt.in | 2 - .../src/caffe/test/test_data_layer.cpp | 353 - .../src/caffe/test/test_data_transformer.cpp | 360 - caffe-crfrnn/src/caffe/test/test_dataset.cpp | 794 - .../src/caffe/test/test_dummy_data_layer.cpp | 196 - .../src/caffe/test/test_eltwise_layer.cpp | 209 - .../caffe/test/test_euclidean_loss_layer.cpp | 91 - caffe-crfrnn/src/caffe/test/test_filler.cpp | 145 - .../src/caffe/test/test_flatten_layer.cpp | 75 - .../caffe/test/test_gradient_based_solver.cpp | 485 - .../src/caffe/test/test_hdf5_output_layer.cpp | 120 - .../src/caffe/test/test_hdf5data_layer.cpp | 137 - .../src/caffe/test/test_hinge_loss_layer.cpp | 76 - .../src/caffe/test/test_im2col_kernel.cu | 127 - .../src/caffe/test/test_im2col_layer.cpp | 118 - .../src/caffe/test/test_image_data_layer.cpp | 144 - .../caffe/test/test_infogain_loss_layer.cpp | 70 - .../caffe/test/test_inner_product_layer.cpp | 113 - .../src/caffe/test/test_internal_thread.cpp | 23 - caffe-crfrnn/src/caffe/test/test_io.cpp | 359 - .../src/caffe/test/test_lrn_layer.cpp | 212 - .../src/caffe/test/test_math_functions.cpp | 235 - .../test/test_maxpool_dropout_layers.cpp | 127 - .../src/caffe/test/test_memory_data_layer.cpp | 167 - .../test/test_multi_stage_meanfield_layer.cpp | 79 - .../test_multinomial_logistic_loss_layer.cpp | 62 - .../src/caffe/test/test_mvn_layer.cpp | 169 - caffe-crfrnn/src/caffe/test/test_net.cpp | 2204 -- .../src/caffe/test/test_neuron_layer.cpp | 533 - caffe-crfrnn/src/caffe/test/test_platform.cpp | 57 - .../src/caffe/test/test_pooling_layer.cpp | 1201 - .../src/caffe/test/test_power_layer.cpp | 170 - caffe-crfrnn/src/caffe/test/test_protobuf.cpp | 29 - .../test/test_random_number_generator.cpp | 521 - .../test_sigmoid_cross_entropy_loss_layer.cpp | 122 - .../src/caffe/test/test_slice_layer.cpp | 189 - .../src/caffe/test/test_softmax_layer.cpp | 151 - .../test/test_softmax_with_loss_layer.cpp | 64 - caffe-crfrnn/src/caffe/test/test_solver.cpp | 107 - .../src/caffe/test/test_split_layer.cpp | 1013 - .../caffe/test/test_stochastic_pooling.cpp | 163 - .../src/caffe/test/test_syncedmem.cpp | 126 - .../src/caffe/test/test_tanh_layer.cpp | 101 - .../src/caffe/test/test_threshold_layer.cpp | 98 - .../src/caffe/test/test_upgrade_proto.cpp | 2443 -- .../src/caffe/test/test_util_blas.cpp | 134 - caffe-crfrnn/src/caffe/util/benchmark.cpp | 168 - caffe-crfrnn/src/caffe/util/cudnn.cpp | 24 - caffe-crfrnn/src/caffe/util/im2col.cpp | 83 - caffe-crfrnn/src/caffe/util/im2col.cu | 144 - caffe-crfrnn/src/caffe/util/insert_splits.cpp | 144 - caffe-crfrnn/src/caffe/util/io.cpp | 253 - .../src/caffe/util/math_functions.cpp | 387 - caffe-crfrnn/src/caffe/util/math_functions.cu | 444 - .../src/caffe/util/modified_permutohedral.cpp | 744 - caffe-crfrnn/src/caffe/util/upgrade_proto.cpp | 643 - caffe-crfrnn/src/gtest/CMakeLists.txt | 5 - caffe-crfrnn/src/gtest/gtest-all.cpp | 9117 ------- caffe-crfrnn/src/gtest/gtest.h | 19537 ---------------- caffe-crfrnn/src/gtest/gtest_main.cc | 39 - caffe-crfrnn/tools/CMakeLists.txt | 29 - caffe-crfrnn/tools/caffe.cpp | 303 - caffe-crfrnn/tools/compute_image_mean.cpp | 123 - caffe-crfrnn/tools/convert_imageset.cpp | 146 - caffe-crfrnn/tools/device_query.cpp | 7 - caffe-crfrnn/tools/dump_network.cpp | 82 - caffe-crfrnn/tools/extra/extract_seconds.py | 64 - .../extra/launch_resize_and_crop_images.sh | 24 - caffe-crfrnn/tools/extra/parse_log.py | 157 - caffe-crfrnn/tools/extra/parse_log.sh | 46 - .../tools/extra/plot_log.gnuplot.example | 69 - .../tools/extra/plot_training_log.py.example | 187 - .../tools/extra/resize_and_crop_images.py | 109 - caffe-crfrnn/tools/extract_features.cpp | 184 - caffe-crfrnn/tools/finetune_net.cpp | 7 - caffe-crfrnn/tools/net_speed_benchmark.cpp | 7 - caffe-crfrnn/tools/test_net.cpp | 7 - caffe-crfrnn/tools/train_net.cpp | 7 - .../tools/upgrade_net_proto_binary.cpp | 44 - caffe-crfrnn/tools/upgrade_net_proto_text.cpp | 55 - 370 files changed, 4 insertions(+), 91079 deletions(-) create mode 100644 .gitmodules create mode 160000 caffe-crfrnn delete mode 100644 caffe-crfrnn/CMakeLists.txt delete mode 100644 caffe-crfrnn/CMakeScripts/FindAtlas.cmake delete mode 100644 caffe-crfrnn/CMakeScripts/FindGFlags.cmake delete mode 100644 caffe-crfrnn/CMakeScripts/FindGlog.cmake delete mode 100644 caffe-crfrnn/CMakeScripts/FindLAPACK.cmake delete mode 100644 caffe-crfrnn/CMakeScripts/FindLMDB.cmake delete mode 100644 caffe-crfrnn/CMakeScripts/FindLevelDB.cmake delete mode 100644 caffe-crfrnn/CMakeScripts/FindMKL.cmake delete mode 100644 caffe-crfrnn/CMakeScripts/FindNumPy.cmake delete mode 100644 caffe-crfrnn/CMakeScripts/FindOpenBLAS.cmake delete mode 100644 caffe-crfrnn/CMakeScripts/FindProtobuf.cmake delete mode 100644 caffe-crfrnn/CMakeScripts/FindSnappy.cmake delete mode 100644 caffe-crfrnn/CMakeScripts/lint.cmake delete mode 100644 caffe-crfrnn/INSTALL.md delete mode 100644 caffe-crfrnn/LICENSE delete mode 100644 caffe-crfrnn/Makefile delete mode 100644 caffe-crfrnn/Makefile.config.example delete mode 100644 caffe-crfrnn/README.md delete mode 100644 caffe-crfrnn/caffe.cloc delete mode 100644 caffe-crfrnn/cmake/ConfigGen.cmake delete mode 100644 caffe-crfrnn/cmake/Cuda.cmake delete mode 100644 caffe-crfrnn/cmake/Dependencies.cmake delete mode 100644 caffe-crfrnn/cmake/External/gflags.cmake delete mode 100644 caffe-crfrnn/cmake/External/glog.cmake delete mode 100644 caffe-crfrnn/cmake/Misc.cmake delete mode 100644 caffe-crfrnn/cmake/Modules/FindAtlas.cmake delete mode 100644 caffe-crfrnn/cmake/Modules/FindGFlags.cmake delete mode 100644 caffe-crfrnn/cmake/Modules/FindGlog.cmake delete mode 100644 caffe-crfrnn/cmake/Modules/FindLAPACK.cmake delete mode 100644 caffe-crfrnn/cmake/Modules/FindLMDB.cmake delete mode 100644 caffe-crfrnn/cmake/Modules/FindLevelDB.cmake delete mode 100644 caffe-crfrnn/cmake/Modules/FindMKL.cmake delete mode 100644 caffe-crfrnn/cmake/Modules/FindMatlabMex.cmake delete mode 100644 caffe-crfrnn/cmake/Modules/FindNumPy.cmake delete mode 100644 caffe-crfrnn/cmake/Modules/FindOpenBLAS.cmake delete mode 100644 caffe-crfrnn/cmake/Modules/FindSnappy.cmake delete mode 100644 caffe-crfrnn/cmake/Modules/FindvecLib.cmake delete mode 100644 caffe-crfrnn/cmake/ProtoBuf.cmake delete mode 100644 caffe-crfrnn/cmake/Summary.cmake delete mode 100644 caffe-crfrnn/cmake/Targets.cmake delete mode 100644 caffe-crfrnn/cmake/Templates/CaffeConfig.cmake.in delete mode 100644 caffe-crfrnn/cmake/Templates/CaffeConfigVersion.cmake.in delete mode 100644 caffe-crfrnn/cmake/Templates/caffe_config.h.in delete mode 100644 caffe-crfrnn/cmake/Utils.cmake delete mode 100644 caffe-crfrnn/cmake/lint.cmake delete mode 100755 caffe-crfrnn/data/cifar10/get_cifar10.sh delete mode 100755 caffe-crfrnn/data/ilsvrc12/get_ilsvrc_aux.sh delete mode 100755 caffe-crfrnn/data/mnist/get_mnist.sh delete mode 100644 caffe-crfrnn/docs/CMakeLists.txt delete mode 100644 caffe-crfrnn/docs/CNAME delete mode 100644 caffe-crfrnn/docs/README.md delete mode 100644 caffe-crfrnn/docs/_config.yml delete mode 100644 caffe-crfrnn/docs/_layouts/default.html delete mode 100644 caffe-crfrnn/docs/development.md delete mode 100644 caffe-crfrnn/docs/index.md delete mode 100644 caffe-crfrnn/docs/installation.md delete mode 100644 caffe-crfrnn/docs/model_zoo.md delete mode 100644 caffe-crfrnn/docs/performance_hardware.md delete mode 100644 caffe-crfrnn/docs/stylesheets/pygment_trac.css delete mode 100644 caffe-crfrnn/docs/stylesheets/reset.css delete mode 100644 caffe-crfrnn/docs/stylesheets/styles.css delete mode 100644 caffe-crfrnn/docs/tutorial/convolution.md delete mode 100644 caffe-crfrnn/docs/tutorial/data.md delete mode 100644 caffe-crfrnn/docs/tutorial/fig/.gitignore delete mode 100644 caffe-crfrnn/docs/tutorial/forward_backward.md delete mode 100644 caffe-crfrnn/docs/tutorial/index.md delete mode 100644 caffe-crfrnn/docs/tutorial/interfaces.md delete mode 100644 caffe-crfrnn/docs/tutorial/layers.md delete mode 100644 caffe-crfrnn/docs/tutorial/loss.md delete mode 100644 caffe-crfrnn/docs/tutorial/net_layer_blob.md delete mode 100644 caffe-crfrnn/docs/tutorial/solver.md delete mode 100644 caffe-crfrnn/examples/.gitignore delete mode 100644 caffe-crfrnn/examples/CMakeLists.txt delete mode 100644 caffe-crfrnn/include/caffe/blob.hpp delete mode 100644 caffe-crfrnn/include/caffe/caffe.hpp delete mode 100644 caffe-crfrnn/include/caffe/common.hpp delete mode 100644 caffe-crfrnn/include/caffe/common_layers.hpp delete mode 100644 caffe-crfrnn/include/caffe/data_layers.hpp delete mode 100644 caffe-crfrnn/include/caffe/data_transformer.hpp delete mode 100644 caffe-crfrnn/include/caffe/dataset.hpp delete mode 100644 caffe-crfrnn/include/caffe/dataset_factory.hpp delete mode 100644 caffe-crfrnn/include/caffe/filler.hpp delete mode 100644 caffe-crfrnn/include/caffe/internal_thread.hpp delete mode 100644 caffe-crfrnn/include/caffe/layer.hpp delete mode 100644 caffe-crfrnn/include/caffe/layer_factory.hpp delete mode 100644 caffe-crfrnn/include/caffe/leveldb_dataset.hpp delete mode 100644 caffe-crfrnn/include/caffe/lmdb_dataset.hpp delete mode 100644 caffe-crfrnn/include/caffe/loss_layers.hpp delete mode 100644 caffe-crfrnn/include/caffe/net.hpp delete mode 100644 caffe-crfrnn/include/caffe/neuron_layers.hpp delete mode 100644 caffe-crfrnn/include/caffe/solver.hpp delete mode 100644 caffe-crfrnn/include/caffe/syncedmem.hpp delete mode 100644 caffe-crfrnn/include/caffe/test/test_caffe_main.hpp delete mode 100644 caffe-crfrnn/include/caffe/test/test_gradient_check_util.hpp delete mode 100644 caffe-crfrnn/include/caffe/util/benchmark.hpp delete mode 100644 caffe-crfrnn/include/caffe/util/coords.hpp delete mode 100644 caffe-crfrnn/include/caffe/util/cudnn.hpp delete mode 100644 caffe-crfrnn/include/caffe/util/device_alternate.hpp delete mode 100644 caffe-crfrnn/include/caffe/util/im2col.hpp delete mode 100644 caffe-crfrnn/include/caffe/util/insert_splits.hpp delete mode 100644 caffe-crfrnn/include/caffe/util/io.hpp delete mode 100644 caffe-crfrnn/include/caffe/util/math_functions.hpp delete mode 100644 caffe-crfrnn/include/caffe/util/mkl_alternate.hpp delete mode 100755 caffe-crfrnn/include/caffe/util/modified_permutohedral.hpp delete mode 100644 caffe-crfrnn/include/caffe/util/rng.hpp delete mode 100644 caffe-crfrnn/include/caffe/util/thread.hpp delete mode 100644 caffe-crfrnn/include/caffe/util/tvg_util.hpp delete mode 100644 caffe-crfrnn/include/caffe/util/upgrade_proto.hpp delete mode 100755 caffe-crfrnn/include/caffe/vision_layers.hpp delete mode 100644 caffe-crfrnn/matlab/CMakeLists.txt delete mode 100644 caffe-crfrnn/matlab/caffe/.gitignore delete mode 100644 caffe-crfrnn/matlab/caffe/ilsvrc_2012_mean.mat delete mode 100644 caffe-crfrnn/matlab/caffe/matcaffe.cpp delete mode 100644 caffe-crfrnn/matlab/caffe/matcaffe_batch.m delete mode 100644 caffe-crfrnn/matlab/caffe/matcaffe_demo.m delete mode 100644 caffe-crfrnn/matlab/caffe/matcaffe_demo_vgg.m delete mode 100644 caffe-crfrnn/matlab/caffe/matcaffe_demo_vgg_mean_pix.m delete mode 100644 caffe-crfrnn/matlab/caffe/matcaffe_init.m delete mode 100644 caffe-crfrnn/matlab/caffe/matcaffe_netsurgery.cpp delete mode 100644 caffe-crfrnn/matlab/caffe/prepare_batch.m delete mode 100644 caffe-crfrnn/matlab/caffe/print_cell.m delete mode 100644 caffe-crfrnn/matlab/caffe/read_cell.m delete mode 100644 caffe-crfrnn/matlab/caffe/tvg_matcaffe_init.m delete mode 100644 caffe-crfrnn/matlab/caffe/tvg_prepare_image_fixed.m delete mode 100644 caffe-crfrnn/models/bvlc_alexnet/deploy.prototxt delete mode 100644 caffe-crfrnn/models/bvlc_alexnet/readme.md delete mode 100644 caffe-crfrnn/models/bvlc_alexnet/solver.prototxt delete mode 100644 caffe-crfrnn/models/bvlc_alexnet/train_val.prototxt delete mode 100644 caffe-crfrnn/models/bvlc_googlenet/deploy.prototxt delete mode 100644 caffe-crfrnn/models/bvlc_googlenet/quick_solver.prototxt delete mode 100644 caffe-crfrnn/models/bvlc_googlenet/readme.md delete mode 100644 caffe-crfrnn/models/bvlc_googlenet/solver.prototxt delete mode 100644 caffe-crfrnn/models/bvlc_googlenet/train_val.prototxt delete mode 100644 caffe-crfrnn/models/bvlc_reference_caffenet/deploy.prototxt delete mode 100644 caffe-crfrnn/models/bvlc_reference_caffenet/readme.md delete mode 100644 caffe-crfrnn/models/bvlc_reference_caffenet/solver.prototxt delete mode 100644 caffe-crfrnn/models/bvlc_reference_caffenet/train_val.prototxt delete mode 100644 caffe-crfrnn/models/bvlc_reference_rcnn_ilsvrc13/deploy.prototxt delete mode 100644 caffe-crfrnn/models/bvlc_reference_rcnn_ilsvrc13/readme.md delete mode 100644 caffe-crfrnn/models/finetune_flickr_style/deploy.prototxt delete mode 100644 caffe-crfrnn/models/finetune_flickr_style/readme.md delete mode 100644 caffe-crfrnn/models/finetune_flickr_style/solver.prototxt delete mode 100644 caffe-crfrnn/models/finetune_flickr_style/train_val.prototxt delete mode 100644 caffe-crfrnn/python/CMakeLists.txt delete mode 100755 caffe-crfrnn/python/caffe/__init__.py delete mode 100644 caffe-crfrnn/python/caffe/_caffe.cpp delete mode 100644 caffe-crfrnn/python/caffe/_caffe.hpp delete mode 100644 caffe-crfrnn/python/caffe/classifier.py delete mode 100644 caffe-crfrnn/python/caffe/detector.py delete mode 100644 caffe-crfrnn/python/caffe/draw.py delete mode 100644 caffe-crfrnn/python/caffe/imagenet/ilsvrc_2012_mean.npy delete mode 100644 caffe-crfrnn/python/caffe/io.py delete mode 100644 caffe-crfrnn/python/caffe/pycaffe.py delete mode 100644 caffe-crfrnn/python/caffe/segmenter.py delete mode 100755 caffe-crfrnn/python/classify.py delete mode 100755 caffe-crfrnn/python/detect.py delete mode 100755 caffe-crfrnn/python/draw_net.py delete mode 100644 caffe-crfrnn/python/requirements.txt delete mode 100644 caffe-crfrnn/python/segdemo.py delete mode 100755 caffe-crfrnn/scripts/build_docs.sh delete mode 100755 caffe-crfrnn/scripts/copy_notebook.py delete mode 100755 caffe-crfrnn/scripts/cpp_lint.py delete mode 100755 caffe-crfrnn/scripts/deploy_docs.sh delete mode 100755 caffe-crfrnn/scripts/download_model_binary.py delete mode 100755 caffe-crfrnn/scripts/download_model_from_gist.sh delete mode 100755 caffe-crfrnn/scripts/gather_examples.sh delete mode 100755 caffe-crfrnn/scripts/travis/travis_build_and_test.sh delete mode 100755 caffe-crfrnn/scripts/travis/travis_install.sh delete mode 100755 caffe-crfrnn/scripts/travis/travis_setup_makefile_config.sh delete mode 100755 caffe-crfrnn/scripts/upload_model_to_gist.sh delete mode 100644 caffe-crfrnn/src/caffe/CMakeLists.txt delete mode 100644 caffe-crfrnn/src/caffe/blob.cpp delete mode 100644 caffe-crfrnn/src/caffe/common.cpp delete mode 100644 caffe-crfrnn/src/caffe/data_transformer.cpp delete mode 100644 caffe-crfrnn/src/caffe/dataset_factory.cpp delete mode 100644 caffe-crfrnn/src/caffe/internal_thread.cpp delete mode 100644 caffe-crfrnn/src/caffe/layer_factory.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/absval_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/absval_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/accuracy_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/argmax_layer.cpp delete mode 100755 caffe-crfrnn/src/caffe/layers/base_conv_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/base_data_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/base_data_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/bnll_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/bnll_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/concat_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/concat_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/contrastive_loss_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/contrastive_loss_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/conv_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/conv_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/crop_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/crop_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/cudnn_conv_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/cudnn_conv_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/cudnn_pooling_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/cudnn_pooling_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/cudnn_relu_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/cudnn_relu_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/cudnn_sigmoid_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/cudnn_sigmoid_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/cudnn_softmax_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/cudnn_softmax_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/cudnn_tanh_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/cudnn_tanh_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/data_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/deconv_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/deconv_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/dropout_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/dropout_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/dummy_data_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/eltwise_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/eltwise_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/euclidean_loss_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/euclidean_loss_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/exp_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/exp_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/flatten_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/flatten_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/hdf5_data_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/hdf5_data_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/hdf5_output_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/hdf5_output_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/hinge_loss_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/im2col_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/im2col_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/image_data_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/infogain_loss_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/inner_product_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/inner_product_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/loss_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/lrn_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/lrn_layer.cu delete mode 100755 caffe-crfrnn/src/caffe/layers/meanfield_iteration.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/memory_data_layer.cpp delete mode 100755 caffe-crfrnn/src/caffe/layers/multi_stage_meanfield.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/multinomial_logistic_loss_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/mvn_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/mvn_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/neuron_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/pooling_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/pooling_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/power_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/power_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/relu_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/relu_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/sigmoid_cross_entropy_loss_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/sigmoid_cross_entropy_loss_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/sigmoid_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/sigmoid_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/silence_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/silence_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/slice_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/slice_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/softmax_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/softmax_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/softmax_loss_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/split_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/split_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/tanh_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/tanh_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/threshold_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/layers/threshold_layer.cu delete mode 100644 caffe-crfrnn/src/caffe/layers/window_data_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/leveldb_dataset.cpp delete mode 100644 caffe-crfrnn/src/caffe/lmdb_dataset.cpp delete mode 100644 caffe-crfrnn/src/caffe/net.cpp delete mode 100644 caffe-crfrnn/src/caffe/proto/CMakeLists.txt delete mode 100644 caffe-crfrnn/src/caffe/proto/caffe.proto delete mode 100644 caffe-crfrnn/src/caffe/proto/caffe_pretty_print.proto delete mode 100644 caffe-crfrnn/src/caffe/solver.cpp delete mode 100644 caffe-crfrnn/src/caffe/syncedmem.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/CMakeLists.txt delete mode 100644 caffe-crfrnn/src/caffe/test/cmake_test_defines.hpp.in delete mode 100644 caffe-crfrnn/src/caffe/test/test_accuracy_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_argmax_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_benchmark.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_blob.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_caffe_main.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_common.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_concat_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_contrastive_loss_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_convolution_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_data/generate_sample_data.py delete mode 100644 caffe-crfrnn/src/caffe/test/test_data/sample_data.h5 delete mode 100644 caffe-crfrnn/src/caffe/test/test_data/sample_data_2_gzip.h5 delete mode 100644 caffe-crfrnn/src/caffe/test/test_data/sample_data_list.txt delete mode 100644 caffe-crfrnn/src/caffe/test/test_data/sample_data_list.txt.in delete mode 100644 caffe-crfrnn/src/caffe/test/test_data_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_data_transformer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_dataset.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_dummy_data_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_eltwise_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_euclidean_loss_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_filler.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_flatten_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_gradient_based_solver.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_hdf5_output_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_hdf5data_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_hinge_loss_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_im2col_kernel.cu delete mode 100644 caffe-crfrnn/src/caffe/test/test_im2col_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_image_data_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_infogain_loss_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_inner_product_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_internal_thread.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_io.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_lrn_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_math_functions.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_maxpool_dropout_layers.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_memory_data_layer.cpp delete mode 100755 caffe-crfrnn/src/caffe/test/test_multi_stage_meanfield_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_multinomial_logistic_loss_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_mvn_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_net.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_neuron_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_platform.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_pooling_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_power_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_protobuf.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_random_number_generator.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_sigmoid_cross_entropy_loss_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_slice_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_softmax_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_softmax_with_loss_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_solver.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_split_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_stochastic_pooling.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_syncedmem.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_tanh_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_threshold_layer.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_upgrade_proto.cpp delete mode 100644 caffe-crfrnn/src/caffe/test/test_util_blas.cpp delete mode 100644 caffe-crfrnn/src/caffe/util/benchmark.cpp delete mode 100644 caffe-crfrnn/src/caffe/util/cudnn.cpp delete mode 100644 caffe-crfrnn/src/caffe/util/im2col.cpp delete mode 100644 caffe-crfrnn/src/caffe/util/im2col.cu delete mode 100644 caffe-crfrnn/src/caffe/util/insert_splits.cpp delete mode 100644 caffe-crfrnn/src/caffe/util/io.cpp delete mode 100644 caffe-crfrnn/src/caffe/util/math_functions.cpp delete mode 100644 caffe-crfrnn/src/caffe/util/math_functions.cu delete mode 100755 caffe-crfrnn/src/caffe/util/modified_permutohedral.cpp delete mode 100644 caffe-crfrnn/src/caffe/util/upgrade_proto.cpp delete mode 100644 caffe-crfrnn/src/gtest/CMakeLists.txt delete mode 100644 caffe-crfrnn/src/gtest/gtest-all.cpp delete mode 100644 caffe-crfrnn/src/gtest/gtest.h delete mode 100644 caffe-crfrnn/src/gtest/gtest_main.cc delete mode 100644 caffe-crfrnn/tools/CMakeLists.txt delete mode 100644 caffe-crfrnn/tools/caffe.cpp delete mode 100644 caffe-crfrnn/tools/compute_image_mean.cpp delete mode 100644 caffe-crfrnn/tools/convert_imageset.cpp delete mode 100644 caffe-crfrnn/tools/device_query.cpp delete mode 100644 caffe-crfrnn/tools/dump_network.cpp delete mode 100755 caffe-crfrnn/tools/extra/extract_seconds.py delete mode 100755 caffe-crfrnn/tools/extra/launch_resize_and_crop_images.sh delete mode 100755 caffe-crfrnn/tools/extra/parse_log.py delete mode 100755 caffe-crfrnn/tools/extra/parse_log.sh delete mode 100644 caffe-crfrnn/tools/extra/plot_log.gnuplot.example delete mode 100755 caffe-crfrnn/tools/extra/plot_training_log.py.example delete mode 100755 caffe-crfrnn/tools/extra/resize_and_crop_images.py delete mode 100644 caffe-crfrnn/tools/extract_features.cpp delete mode 100644 caffe-crfrnn/tools/finetune_net.cpp delete mode 100644 caffe-crfrnn/tools/net_speed_benchmark.cpp delete mode 100644 caffe-crfrnn/tools/test_net.cpp delete mode 100644 caffe-crfrnn/tools/train_net.cpp delete mode 100644 caffe-crfrnn/tools/upgrade_net_proto_binary.cpp delete mode 100644 caffe-crfrnn/tools/upgrade_net_proto_text.cpp diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..f0a23607 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "caffe-crfrnn"] + path = caffe-crfrnn + url = https://github.com/mtourne/caffe diff --git a/caffe-crfrnn b/caffe-crfrnn new file mode 160000 index 00000000..7f1bb964 --- /dev/null +++ b/caffe-crfrnn @@ -0,0 +1 @@ +Subproject commit 7f1bb964dc79f2045ffffcdd46913d95b6af9bb9 diff --git a/caffe-crfrnn/CMakeLists.txt b/caffe-crfrnn/CMakeLists.txt deleted file mode 100644 index ef599b68..00000000 --- a/caffe-crfrnn/CMakeLists.txt +++ /dev/null @@ -1,73 +0,0 @@ -cmake_minimum_required(VERSION 2.8.7) - -# ---[ Caffe project -project(Caffe C CXX) - -# ---[ Using cmake scripts and modules -list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/Modules) - -include(ExternalProject) - -include(cmake/Utils.cmake) -include(cmake/Targets.cmake) -include(cmake/Misc.cmake) -include(cmake/Summary.cmake) -include(cmake/ConfigGen.cmake) - -# ---[ Options -caffe_option(CPU_ONLY "Build Caffe without CUDA support" OFF) # TODO: rename to USE_CUDA -caffe_option(USE_CUDNN "Build Caffe with cuDNN libary support" ON IF NOT CPU_ONLY) -caffe_option(BUILD_SHARED_LIBS "Build shared libraries" ON) -caffe_option(BUILD_python "Build Python wrapper" ON) -set(python_version "2" CACHE STRING "Specify which python version to use") -caffe_option(BUILD_matlab "Build Matlab wrapper" OFF IF UNIX OR APPLE) -caffe_option(BUILD_docs "Build documentation" ON IF UNIX OR APPLE) -caffe_option(BUILD_python_layer "Build the Caffe python layer" ON) - -# ---[ Dependencies -include(cmake/Dependencies.cmake) - -# ---[ Flags -if(UNIX OR APPLE) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -Wall") -endif() - -if(USE_libstdcpp) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libstdc++") - message("-- Warning: forcing libstdc++ (controlled by USE_libstdcpp option in cmake)") -endif() - -add_definitions(-DGTEST_USE_OWN_TR1_TUPLE) - -# ---[ Warnings -caffe_warnings_disable(CMAKE_CXX_FLAGS -Wno-sign-compare -Wno-uninitialized) - -# ---[ Config generation -configure_file(cmake/Templates/caffe_config.h.in "${PROJECT_BINARY_DIR}/caffe_config.h") - -# ---[ Includes -set(Caffe_INCLUDE_DIR ${PROJECT_SOURCE_DIR}/include) -include_directories(${Caffe_INCLUDE_DIR} ${PROJECT_BINARY_DIR}) -include_directories(BEFORE src) # This is needed for gtest. - -# ---[ Subdirectories -add_subdirectory(src/gtest) -add_subdirectory(src/caffe) -add_subdirectory(tools) -add_subdirectory(examples) -add_subdirectory(python) -add_subdirectory(matlab) -add_subdirectory(docs) - -# ---[ Linter target -add_custom_target(lint COMMAND ${CMAKE_COMMAND} -P ${PROJECT_SOURCE_DIR}/cmake/lint.cmake) - -# ---[ pytest target -add_custom_target(pytest COMMAND python${python_version} -m unittest discover -s caffe/test WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/python ) -add_dependencies(pytest pycaffe) - -# ---[ Configuration summary -caffe_print_configuration_summary() - -# ---[ Export configs generation -caffe_generate_export_configs() diff --git a/caffe-crfrnn/CMakeScripts/FindAtlas.cmake b/caffe-crfrnn/CMakeScripts/FindAtlas.cmake deleted file mode 100644 index 27657a6c..00000000 --- a/caffe-crfrnn/CMakeScripts/FindAtlas.cmake +++ /dev/null @@ -1,61 +0,0 @@ -# Find the Atlas (and Lapack) libraries -# -# The following variables are optionally searched for defaults -# Atlas_ROOT_DIR: Base directory where all Atlas components are found -# -# The following are set after configuration is done: -# Atlas_FOUND -# Atlas_INCLUDE_DIRS -# Atlas_LIBRARIES -# Atlas_LIBRARYRARY_DIRS - -set(Atlas_INCLUDE_SEARCH_PATHS - /usr/include/atlas - /usr/include/atlas-base - $ENV{Atlas_ROOT_DIR} - $ENV{Atlas_ROOT_DIR}/include -) - -set(Atlas_LIB_SEARCH_PATHS - /usr/lib/atlas - /usr/lib/atlas-base - $ENV{Atlas_ROOT_DIR} - $ENV{Atlas_ROOT_DIR}/lib -) - -find_path(Atlas_CBLAS_INCLUDE_DIR NAMES cblas.h PATHS ${Atlas_INCLUDE_SEARCH_PATHS}) -find_path(Atlas_CLAPACK_INCLUDE_DIR NAMES clapack.h PATHS ${Atlas_INCLUDE_SEARCH_PATHS}) -find_library(Atlas_CBLAS_LIBRARY NAMES ptcblas_r ptcblas cblas_r cblas PATHS ${Atlas_LIB_SEARCH_PATHS}) -find_library(Atlas_BLAS_LIBRARY NAMES atlas_r atlas PATHS ${Atlas_LIB_SEARCH_PATHS}) -find_library(Atlas_LAPACK_LIBRARY NAMES alapack_r alapack lapack_atlas PATHS ${Atlas_LIB_SEARCH_PATHS}) - -set(LOOKED_FOR - - Atlas_CBLAS_INCLUDE_DIR - Atlas_CLAPACK_INCLUDE_DIR - - Atlas_CBLAS_LIBRARY - Atlas_BLAS_LIBRARY - Atlas_LAPACK_LIBRARY -) - -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(Atlas DEFAULT_MSG ${LOOKED_FOR}) - -if(ATLAS_FOUND) - - mark_as_advanced(${LOOKED_FOR}) - - set(Atlas_INCLUDE_DIR - ${Atlas_CBLAS_INCLUDE_DIR} - ${Atlas_CLAPACK_INCLUDE_DIR} - ) - - set(Atlas_LIBRARIES - ${Atlas_LAPACK_LIBRARY} - ${Atlas_CBLAS_LIBRARY} - ${Atlas_BLAS_LIBRARY} - ) - -endif(ATLAS_FOUND) - diff --git a/caffe-crfrnn/CMakeScripts/FindGFlags.cmake b/caffe-crfrnn/CMakeScripts/FindGFlags.cmake deleted file mode 100644 index f93c5713..00000000 --- a/caffe-crfrnn/CMakeScripts/FindGFlags.cmake +++ /dev/null @@ -1,48 +0,0 @@ -# - Try to find GFLAGS -# -# The following variables are optionally searched for defaults -# GFLAGS_ROOT_DIR: Base directory where all GFLAGS components are found -# -# The following are set after configuration is done: -# GFLAGS_FOUND -# GFLAGS_INCLUDE_DIRS -# GFLAGS_LIBRARIES -# GFLAGS_LIBRARYRARY_DIRS - -include(FindPackageHandleStandardArgs) - -set(GFLAGS_ROOT_DIR "" CACHE PATH "Folder contains Gflags") - -# We are testing only a couple of files in the include directories -if(WIN32) - find_path(GFLAGS_INCLUDE_DIR gflags/gflags.h - PATHS ${GFLAGS_ROOT_DIR}/src/windows) -else() - find_path(GFLAGS_INCLUDE_DIR gflags/gflags.h - PATHS ${GFLAGS_ROOT_DIR}) -endif() - -if(MSVC) - find_library(GFLAGS_LIBRARY_RELEASE - NAMES libgflags - PATHS ${GFLAGS_ROOT_DIR} - PATH_SUFFIXES Release) - - find_library(GFLAGS_LIBRARY_DEBUG - NAMES libgflags-debug - PATHS ${GFLAGS_ROOT_DIR} - PATH_SUFFIXES Debug) - - set(GFLAGS_LIBRARY optimized ${GFLAGS_LIBRARY_RELEASE} debug ${GFLAGS_LIBRARY_DEBUG}) -else() - find_library(GFLAGS_LIBRARY gflags) -endif() - -find_package_handle_standard_args(GFLAGS DEFAULT_MSG - GFLAGS_INCLUDE_DIR GFLAGS_LIBRARY) - - -if(GFLAGS_FOUND) - set(GFLAGS_INCLUDE_DIRS ${GFLAGS_INCLUDE_DIR}) - set(GFLAGS_LIBRARIES ${GFLAGS_LIBRARY}) -endif() diff --git a/caffe-crfrnn/CMakeScripts/FindGlog.cmake b/caffe-crfrnn/CMakeScripts/FindGlog.cmake deleted file mode 100644 index 0dc30abd..00000000 --- a/caffe-crfrnn/CMakeScripts/FindGlog.cmake +++ /dev/null @@ -1,48 +0,0 @@ -# - Try to find Glog -# -# The following variables are optionally searched for defaults -# GLOG_ROOT_DIR: Base directory where all GLOG components are found -# -# The following are set after configuration is done: -# GLOG_FOUND -# GLOG_INCLUDE_DIRS -# GLOG_LIBRARIES -# GLOG_LIBRARYRARY_DIRS - -include(FindPackageHandleStandardArgs) - -set(GLOG_ROOT_DIR "" CACHE PATH "Folder contains Google glog") - -if(WIN32) - find_path(GLOG_INCLUDE_DIR glog/logging.h - PATHS ${GLOG_ROOT_DIR}/src/windows) -else() - find_path(GLOG_INCLUDE_DIR glog/logging.h - PATHS ${GLOG_ROOT_DIR}) -endif() - -if(MSVC) - find_library(GLOG_LIBRARY_RELEASE libglog_static - PATHS ${GLOG_ROOT_DIR} - PATH_SUFFIXES Release) - - find_library(GLOG_LIBRARY_DEBUG libglog_static - PATHS ${GLOG_ROOT_DIR} - PATH_SUFFIXES Debug) - - set(GLOG_LIBRARY optimized ${GLOG_LIBRARY_RELEASE} debug ${GLOG_LIBRARY_DEBUG}) -else() - find_library(GLOG_LIBRARY glog - PATHS ${GLOG_ROOT_DIR} - PATH_SUFFIXES - lib - lib64) -endif() - -find_package_handle_standard_args(GLOG DEFAULT_MSG - GLOG_INCLUDE_DIR GLOG_LIBRARY) - -if(GLOG_FOUND) - set(GLOG_INCLUDE_DIRS ${GLOG_INCLUDE_DIR}) - set(GLOG_LIBRARIES ${GLOG_LIBRARY}) -endif() diff --git a/caffe-crfrnn/CMakeScripts/FindLAPACK.cmake b/caffe-crfrnn/CMakeScripts/FindLAPACK.cmake deleted file mode 100644 index 9641c45d..00000000 --- a/caffe-crfrnn/CMakeScripts/FindLAPACK.cmake +++ /dev/null @@ -1,190 +0,0 @@ -# - Find LAPACK library -# This module finds an installed fortran library that implements the LAPACK -# linear-algebra interface (see http://www.netlib.org/lapack/). -# -# The approach follows that taken for the autoconf macro file, acx_lapack.m4 -# (distributed at http://ac-archive.sourceforge.net/ac-archive/acx_lapack.html). -# -# This module sets the following variables: -# LAPACK_FOUND - set to true if a library implementing the LAPACK interface is found -# LAPACK_LIBRARIES - list of libraries (using full path name) for LAPACK - -# Note: I do not think it is a good idea to mixup different BLAS/LAPACK versions -# Hence, this script wants to find a Lapack library matching your Blas library - -# Do nothing if LAPACK was found before -IF(NOT LAPACK_FOUND) - -SET(LAPACK_LIBRARIES) -SET(LAPACK_INFO) - -IF(LAPACK_FIND_QUIETLY OR NOT LAPACK_FIND_REQUIRED) - FIND_PACKAGE(BLAS) -ELSE(LAPACK_FIND_QUIETLY OR NOT LAPACK_FIND_REQUIRED) - FIND_PACKAGE(BLAS REQUIRED) -ENDIF(LAPACK_FIND_QUIETLY OR NOT LAPACK_FIND_REQUIRED) - -# Old search lapack script -include(CheckFortranFunctionExists) - -macro(Check_Lapack_Libraries LIBRARIES _prefix _name _flags _list _blas) - # This macro checks for the existence of the combination of fortran libraries - # given by _list. If the combination is found, this macro checks (using the - # Check_Fortran_Function_Exists macro) whether can link against that library - # combination using the name of a routine given by _name using the linker - # flags given by _flags. If the combination of libraries is found and passes - # the link test, LIBRARIES is set to the list of complete library paths that - # have been found. Otherwise, LIBRARIES is set to FALSE. - # N.B. _prefix is the prefix applied to the names of all cached variables that - # are generated internally and marked advanced by this macro. - set(_libraries_work TRUE) - set(${LIBRARIES}) - set(_combined_name) - foreach(_library ${_list}) - set(_combined_name ${_combined_name}_${_library}) - if(_libraries_work) - if (WIN32) - find_library(${_prefix}_${_library}_LIBRARY - NAMES ${_library} PATHS ENV LIB PATHS ENV PATH) - else (WIN32) - if(APPLE) - find_library(${_prefix}_${_library}_LIBRARY - NAMES ${_library} - PATHS /usr/local/lib /usr/lib /usr/local/lib64 /usr/lib64 - ENV DYLD_LIBRARY_PATH) - else(APPLE) - find_library(${_prefix}_${_library}_LIBRARY - NAMES ${_library} - PATHS /usr/local/lib /usr/lib /usr/local/lib64 /usr/lib64 - ENV LD_LIBRARY_PATH) - endif(APPLE) - endif(WIN32) - mark_as_advanced(${_prefix}_${_library}_LIBRARY) - set(${LIBRARIES} ${${LIBRARIES}} ${${_prefix}_${_library}_LIBRARY}) - set(_libraries_work ${${_prefix}_${_library}_LIBRARY}) - endif(_libraries_work) - endforeach(_library ${_list}) - if(_libraries_work) - # Test this combination of libraries. - set(CMAKE_REQUIRED_LIBRARIES ${_flags} ${${LIBRARIES}} ${_blas}) - if (CMAKE_Fortran_COMPILER_WORKS) - check_fortran_function_exists(${_name} ${_prefix}${_combined_name}_WORKS) - else (CMAKE_Fortran_COMPILER_WORKS) - check_function_exists("${_name}_" ${_prefix}${_combined_name}_WORKS) - endif (CMAKE_Fortran_COMPILER_WORKS) - set(CMAKE_REQUIRED_LIBRARIES) - mark_as_advanced(${_prefix}${_combined_name}_WORKS) - set(_libraries_work ${${_prefix}${_combined_name}_WORKS}) - endif(_libraries_work) - if(NOT _libraries_work) - set(${LIBRARIES} FALSE) - endif(NOT _libraries_work) -endmacro(Check_Lapack_Libraries) - - -if(BLAS_FOUND) - - # Intel MKL - IF((NOT LAPACK_INFO) AND (BLAS_INFO STREQUAL "mkl")) - IF(MKL_LAPACK_LIBRARIES) - SET(LAPACK_LIBRARIES ${MKL_LAPACK_LIBRARIES} ${MKL_LIBRARIES}) - ELSE(MKL_LAPACK_LIBRARIES) - SET(LAPACK_LIBRARIES ${MKL_LIBRARIES}) - ENDIF(MKL_LAPACK_LIBRARIES) - SET(LAPACK_INCLUDE_DIR ${MKL_INCLUDE_DIR}) - SET(LAPACK_INFO "mkl") - ENDIF() - - # OpenBlas - IF((NOT LAPACK_INFO) AND (BLAS_INFO STREQUAL "open")) - SET(CMAKE_REQUIRED_LIBRARIES ${BLAS_LIBRARIES}) - check_function_exists("cheev_" OPEN_LAPACK_WORKS) - if(OPEN_LAPACK_WORKS) - SET(LAPACK_INFO "open") - else() - message(STATUS "It seems OpenBlas has not been compiled with Lapack support") - endif() - endif() - - # GotoBlas - IF((NOT LAPACK_INFO) AND (BLAS_INFO STREQUAL "goto")) - SET(CMAKE_REQUIRED_LIBRARIES ${BLAS_LIBRARIES}) - check_function_exists("cheev_" GOTO_LAPACK_WORKS) - if(GOTO_LAPACK_WORKS) - SET(LAPACK_INFO "goto") - else() - message(STATUS "It seems GotoBlas has not been compiled with Lapack support") - endif() - endif() - - # ACML - IF((NOT LAPACK_INFO) AND (BLAS_INFO STREQUAL "acml")) - SET(CMAKE_REQUIRED_LIBRARIES ${BLAS_LIBRARIES}) - check_function_exists("cheev_" ACML_LAPACK_WORKS) - if(ACML_LAPACK_WORKS) - SET(LAPACK_INFO "acml") - else() - message(STATUS "Strangely, this ACML library does not support Lapack?!") - endif() - endif() - - # Accelerate - IF((NOT LAPACK_INFO) AND (BLAS_INFO STREQUAL "accelerate")) - SET(CMAKE_REQUIRED_LIBRARIES ${BLAS_LIBRARIES}) - check_function_exists("cheev_" ACCELERATE_LAPACK_WORKS) - if(ACCELERATE_LAPACK_WORKS) - SET(LAPACK_INFO "accelerate") - else() - message(STATUS "Strangely, this Accelerate library does not support Lapack?!") - endif() - endif() - - # vecLib - IF((NOT LAPACK_INFO) AND (BLAS_INFO STREQUAL "veclib")) - SET(CMAKE_REQUIRED_LIBRARIES ${BLAS_LIBRARIES}) - check_function_exists("cheev_" VECLIB_LAPACK_WORKS) - if(VECLIB_LAPACK_WORKS) - SET(LAPACK_INFO "veclib") - else() - message(STATUS "Strangely, this vecLib library does not support Lapack?!") - endif() - endif() - - # Generic LAPACK library? - IF((NOT LAPACK_INFO) AND (BLAS_INFO STREQUAL "generic")) - check_lapack_libraries( - LAPACK_LIBRARIES - LAPACK - cheev - "" - "lapack" - "${BLAS_LIBRARIES}" - ) - if(LAPACK_LIBRARIES) - SET(LAPACK_INFO "generic") - endif(LAPACK_LIBRARIES) - endif() - -else(BLAS_FOUND) - message(STATUS "LAPACK requires BLAS") -endif(BLAS_FOUND) - -if(LAPACK_INFO) - set(LAPACK_FOUND TRUE) -else(LAPACK_INFO) - set(LAPACK_FOUND FALSE) -endif(LAPACK_INFO) - -IF (NOT LAPACK_FOUND AND LAPACK_FIND_REQUIRED) - message(FATAL_ERROR "Cannot find a library with LAPACK API. Please specify library location.") -ENDIF (NOT LAPACK_FOUND AND LAPACK_FIND_REQUIRED) -IF(NOT LAPACK_FIND_QUIETLY) - IF(LAPACK_FOUND) - MESSAGE(STATUS "Found a library with LAPACK API. (${LAPACK_INFO})") - ELSE(LAPACK_FOUND) - MESSAGE(STATUS "Cannot find a library with LAPACK API. Not using LAPACK.") - ENDIF(LAPACK_FOUND) -ENDIF(NOT LAPACK_FIND_QUIETLY) - -# Do nothing if LAPACK was found before -ENDIF(NOT LAPACK_FOUND) diff --git a/caffe-crfrnn/CMakeScripts/FindLMDB.cmake b/caffe-crfrnn/CMakeScripts/FindLMDB.cmake deleted file mode 100644 index e615f542..00000000 --- a/caffe-crfrnn/CMakeScripts/FindLMDB.cmake +++ /dev/null @@ -1,28 +0,0 @@ -# Try to find the LMBD libraries and headers -# LMDB_FOUND - system has LMDB lib -# LMDB_INCLUDE_DIR - the LMDB include directory -# LMDB_LIBRARIES - Libraries needed to use LMDB - -# FindCWD based on FindGMP by: -# Copyright (c) 2006, Laurent Montel, -# -# Redistribution and use is allowed according to the terms of the BSD license. - -# Adapted from FindCWD by: -# Copyright 2013 Conrad Steenberg -# Aug 31, 2013 - -if (LMDB_INCLUDE_DIR AND LMDB_LIBRARIES) - # Already in cache, be silent - set(LMDB_FIND_QUIETLY TRUE) -endif (LMDB_INCLUDE_DIR AND LMDB_LIBRARIES) - -find_path(LMDB_INCLUDE_DIR NAMES "lmdb.h" HINTS "$ENV{LMDB_DIR}/include") -find_library(LMDB_LIBRARIES NAMES lmdb HINTS $ENV{LMDB_DIR}/lib ) -MESSAGE(STATUS "LMDB lib: " ${LMDB_LIBRARIES} ) -MESSAGE(STATUS "LMDB include: " ${LMDB_INCLUDE} ) - -include(FindPackageHandleStandardArgs) -FIND_PACKAGE_HANDLE_STANDARD_ARGS(LMDB DEFAULT_MSG LMDB_INCLUDE_DIR LMDB_LIBRARIES) - -mark_as_advanced(LMDB_INCLUDE_DIR LMDB_LIBRARIES) diff --git a/caffe-crfrnn/CMakeScripts/FindLevelDB.cmake b/caffe-crfrnn/CMakeScripts/FindLevelDB.cmake deleted file mode 100644 index f3386f26..00000000 --- a/caffe-crfrnn/CMakeScripts/FindLevelDB.cmake +++ /dev/null @@ -1,37 +0,0 @@ -# - Find LevelDB -# -# LEVELDB_INCLUDE - Where to find leveldb/db.h -# LEVELDB_LIBS - List of libraries when using LevelDB. -# LEVELDB_FOUND - True if LevelDB found. - -get_filename_component(module_file_path ${CMAKE_CURRENT_LIST_FILE} PATH) - -# Look for the header file. -find_path(LEVELDB_INCLUDE NAMES leveldb/db.h PATHS $ENV{LEVELDB_ROOT}/include /opt/local/include /usr/local/include /usr/include DOC "Path in which the file leveldb/db.h is located." ) -mark_as_advanced(LEVELDB_INCLUDE) - -# Look for the library. -# Does this work on UNIX systems? (LINUX) -find_library(LEVELDB_LIBS NAMES leveldb PATHS /usr/lib $ENV{LEVELDB_ROOT}/lib DOC "Path to leveldb library." ) -mark_as_advanced(LEVELDB_LIBS) - -# Copy the results to the output variables. -if (LEVELDB_INCLUDE AND LEVELDB_LIBS) - message(STATUS "Found leveldb in ${LEVELDB_INCLUDE} ${LEVELDB_LIBS}") - set(LEVELDB_FOUND 1) - include(CheckCXXSourceCompiles) - set(CMAKE_REQUIRED_LIBRARY ${LEVELDB_LIBS} pthread) - set(CMAKE_REQUIRED_INCLUDES ${LEVELDB_INCLUDE}) - else () - set(LEVELDB_FOUND 0) - endif () - - # Report the results. - if (NOT LEVELDB_FOUND) - set(LEVELDB_DIR_MESSAGE "LEVELDB was not found. Make sure LEVELDB_LIBS and LEVELDB_INCLUDE are set.") - if (LEVELDB_FIND_REQUIRED) - message(FATAL_ERROR "${LEVELDB_DIR_MESSAGE}") - elseif (NOT LEVELDB_FIND_QUIETLY) - message(STATUS "${LEVELDB_DIR_MESSAGE}") - endif () - endif () \ No newline at end of file diff --git a/caffe-crfrnn/CMakeScripts/FindMKL.cmake b/caffe-crfrnn/CMakeScripts/FindMKL.cmake deleted file mode 100644 index eb2d9f88..00000000 --- a/caffe-crfrnn/CMakeScripts/FindMKL.cmake +++ /dev/null @@ -1,113 +0,0 @@ -# - Find Intel MKL -# Find the MKL libraries -# -# Options: -# -# MKL_STATAIC : use static linking -# MKL_MULTI_THREADED: use multi-threading -# MKL_SDL : Single Dynamic Library interface -# -# This module defines the following variables: -# -# MKL_FOUND : True if MKL_INCLUDE_DIR are found -# MKL_INCLUDE_DIR : where to find mkl.h, etc. -# MKL_INCLUDE_DIRS : set when MKL_INCLUDE_DIR found -# MKL_LIBRARIES : the library to link against. - - -include(FindPackageHandleStandardArgs) - -set(INTEL_ROOT "/opt/intel" CACHE PATH "Folder contains intel libs") -set(MKL_ROOT ${INTEL_ROOT}/mkl CACHE PATH "Folder contains MKL") - -# Find include dir -find_path(MKL_INCLUDE_DIR mkl.h - PATHS ${MKL_ROOT}/include) - -# Find include directory -# There is no include folder under linux -if(WIN32) - find_path(INTEL_INCLUDE_DIR omp.h - PATHS ${INTEL_ROOT}/include) - set(MKL_INCLUDE_DIR ${MKL_INCLUDE_DIR} ${INTEL_INCLUDE_DIR}) -endif() - -# Find libraries - -# Handle suffix -set(_MKL_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES ${CMAKE_FIND_LIBRARY_SUFFIXES}) - -if(WIN32) - if(MKL_STATAIC) - set(CMAKE_FIND_LIBRARY_SUFFIXES .lib) - else() - set(CMAKE_FIND_LIBRARY_SUFFIXES _dll.lib) - endif() -else() - if(MKL_STATAIC) - set(CMAKE_FIND_LIBRARY_SUFFIXES .a) - else() - set(CMAKE_FIND_LIBRARY_SUFFIXES .so) - endif() -endif() - - -# MKL is composed by four layers: Interface, Threading, Computational and RTL - -if(MKL_SDL) - find_library(MKL_LIBRARY mkl_rt - PATHS ${MKL_ROOT}/lib/ia32/) - - set(MKL_MINIMAL_LIBRARY ${MKL_LIBRARY}) -else() - ######################### Interface layer ####################### - if(WIN32) - set(MKL_INTERFACE_LIBNAME mkl_intel_c) - else() - set(MKL_INTERFACE_LIBNAME mkl_intel) - endif() - - find_library(MKL_INTERFACE_LIBRARY ${MKL_INTERFACE_LIBNAME} - PATHS ${MKL_ROOT}/lib/ia32/) - - ######################## Threading layer ######################## - if(MKL_MULTI_THREADED) - set(MKL_THREADING_LIBNAME mkl_intel_thread) - else() - set(MKL_THREADING_LIBNAME mkl_sequential) - endif() - - find_library(MKL_THREADING_LIBRARY ${MKL_THREADING_LIBNAME} - PATHS ${MKL_ROOT}/lib/ia32/) - - ####################### Computational layer ##################### - find_library(MKL_CORE_LIBRARY mkl_core - PATHS ${MKL_ROOT}/lib/ia32/) - find_library(MKL_FFT_LIBRARY mkl_cdft_core - PATHS ${MKL_ROOT}/lib/ia32/) - find_library(MKL_SCALAPACK_LIBRARY mkl_scalapack_core - PATHS ${MKL_ROOT}/lib/ia32/) - - ############################ RTL layer ########################## - if(WIN32) - set(MKL_RTL_LIBNAME libiomp5md) - else() - set(MKL_RTL_LIBNAME libiomp5) - endif() - find_library(MKL_RTL_LIBRARY ${MKL_RTL_LIBNAME} - PATHS ${INTEL_RTL_ROOT}/lib) - - set(MKL_LIBRARY ${MKL_INTERFACE_LIBRARY} ${MKL_THREADING_LIBRARY} ${MKL_CORE_LIBRARY} ${MKL_FFT_LIBRARY} ${MKL_SCALAPACK_LIBRARY} ${MKL_RTL_LIBRARY}) - set(MKL_MINIMAL_LIBRARY ${MKL_INTERFACE_LIBRARY} ${MKL_THREADING_LIBRARY} ${MKL_CORE_LIBRARY} ${MKL_RTL_LIBRARY}) -endif() - -set(CMAKE_FIND_LIBRARY_SUFFIXES ${_MKL_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES}) - -find_package_handle_standard_args(MKL DEFAULT_MSG - MKL_INCLUDE_DIR MKL_LIBRARY MKL_MINIMAL_LIBRARY) - -if(MKL_FOUND) - set(MKL_INCLUDE_DIRS ${MKL_INCLUDE_DIR}) - set(MKL_LIBRARIES ${MKL_LIBRARY}) - set(MKL_MINIMAL_LIBRARIES ${MKL_LIBRARY}) -endif() diff --git a/caffe-crfrnn/CMakeScripts/FindNumPy.cmake b/caffe-crfrnn/CMakeScripts/FindNumPy.cmake deleted file mode 100644 index baf21541..00000000 --- a/caffe-crfrnn/CMakeScripts/FindNumPy.cmake +++ /dev/null @@ -1,103 +0,0 @@ -# - Find the NumPy libraries -# This module finds if NumPy is installed, and sets the following variables -# indicating where it is. -# -# TODO: Update to provide the libraries and paths for linking npymath lib. -# -# NUMPY_FOUND - was NumPy found -# NUMPY_VERSION - the version of NumPy found as a string -# NUMPY_VERSION_MAJOR - the major version number of NumPy -# NUMPY_VERSION_MINOR - the minor version number of NumPy -# NUMPY_VERSION_PATCH - the patch version number of NumPy -# NUMPY_VERSION_DECIMAL - e.g. version 1.6.1 is 10601 -# NUMPY_INCLUDE_DIRS - path to the NumPy include files - -#============================================================================ -# Copyright 2012 Continuum Analytics, Inc. -# -# MIT License -# -# Permission is hereby granted, free of charge, to any person obtaining -# a copy of this software and associated documentation files -# (the "Software"), to deal in the Software without restriction, including -# without limitation the rights to use, copy, modify, merge, publish, -# distribute, sublicense, and/or sell copies of the Software, and to permit -# persons to whom the Software is furnished to do so, subject to -# the following conditions: -# -# The above copyright notice and this permission notice shall be included -# in all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR -# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -# OTHER DEALINGS IN THE SOFTWARE. -# -#============================================================================ - -# Finding NumPy involves calling the Python interpreter -if(NumPy_FIND_REQUIRED) - find_package(PythonInterp REQUIRED) -else() - find_package(PythonInterp) -endif() - -if(NOT PYTHONINTERP_FOUND) - set(NUMPY_FOUND FALSE) - return() -endif() - -execute_process(COMMAND "${PYTHON_EXECUTABLE}" "-c" - "import numpy as n; print(n.__version__); print(n.get_include());" - RESULT_VARIABLE _NUMPY_SEARCH_SUCCESS - OUTPUT_VARIABLE _NUMPY_VALUES_OUTPUT - ERROR_VARIABLE _NUMPY_ERROR_VALUE - OUTPUT_STRIP_TRAILING_WHITESPACE) - -if(NOT _NUMPY_SEARCH_SUCCESS MATCHES 0) - if(NumPy_FIND_REQUIRED) - message(FATAL_ERROR - "NumPy import failure:\n${_NUMPY_ERROR_VALUE}") - endif() - set(NUMPY_FOUND FALSE) - return() -endif() - -# Convert the process output into a list -string(REGEX REPLACE ";" "\\\\;" _NUMPY_VALUES ${_NUMPY_VALUES_OUTPUT}) -string(REGEX REPLACE "\n" ";" _NUMPY_VALUES ${_NUMPY_VALUES}) -# Just in case there is unexpected output from the Python command. -list(GET _NUMPY_VALUES -2 NUMPY_VERSION) -list(GET _NUMPY_VALUES -1 NUMPY_INCLUDE_DIRS) - -string(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+" _VER_CHECK "${NUMPY_VERSION}") -if("${_VER_CHECK}" STREQUAL "") - # The output from Python was unexpected. Raise an error always - # here, because we found NumPy, but it appears to be corrupted somehow. - message(FATAL_ERROR - "Requested version and include path from NumPy, got instead:\n${_NUMPY_VALUES_OUTPUT}\n") - return() -endif() - -# Make sure all directory separators are '/' -string(REGEX REPLACE "\\\\" "/" NUMPY_INCLUDE_DIRS ${NUMPY_INCLUDE_DIRS}) - -# Get the major and minor version numbers -string(REGEX REPLACE "\\." ";" _NUMPY_VERSION_LIST ${NUMPY_VERSION}) -list(GET _NUMPY_VERSION_LIST 0 NUMPY_VERSION_MAJOR) -list(GET _NUMPY_VERSION_LIST 1 NUMPY_VERSION_MINOR) -list(GET _NUMPY_VERSION_LIST 2 NUMPY_VERSION_PATCH) -string(REGEX MATCH "[0-9]*" NUMPY_VERSION_PATCH ${NUMPY_VERSION_PATCH}) -math(EXPR NUMPY_VERSION_DECIMAL - "(${NUMPY_VERSION_MAJOR} * 10000) + (${NUMPY_VERSION_MINOR} * 100) + ${NUMPY_VERSION_PATCH}") - -find_package_message(NUMPY - "Found NumPy: version \"${NUMPY_VERSION}\" ${NUMPY_INCLUDE_DIRS}" - "${NUMPY_INCLUDE_DIRS}${NUMPY_VERSION}") - -set(NUMPY_FOUND TRUE) - - diff --git a/caffe-crfrnn/CMakeScripts/FindOpenBLAS.cmake b/caffe-crfrnn/CMakeScripts/FindOpenBLAS.cmake deleted file mode 100644 index b8434927..00000000 --- a/caffe-crfrnn/CMakeScripts/FindOpenBLAS.cmake +++ /dev/null @@ -1,62 +0,0 @@ - - -SET(Open_BLAS_INCLUDE_SEARCH_PATHS - /usr/include - /usr/include/openblas-base - /usr/local/include - /usr/local/include/openblas-base - /opt/OpenBLAS/include - $ENV{OpenBLAS_HOME} - $ENV{OpenBLAS_HOME}/include -) - -SET(Open_BLAS_LIB_SEARCH_PATHS - /lib/ - /lib/openblas-base - /lib64/ - /usr/lib - /usr/lib/openblas-base - /usr/lib64 - /usr/local/lib - /usr/local/lib64 - /opt/OpenBLAS/lib - $ENV{OpenBLAS}cd - $ENV{OpenBLAS}/lib - $ENV{OpenBLAS_HOME} - $ENV{OpenBLAS_HOME}/lib - ) - -FIND_PATH(OpenBLAS_INCLUDE_DIR NAMES cblas.h PATHS ${Open_BLAS_INCLUDE_SEARCH_PATHS}) -FIND_LIBRARY(OpenBLAS_LIB NAMES openblas PATHS ${Open_BLAS_LIB_SEARCH_PATHS}) - -SET(OpenBLAS_FOUND ON) - -# Check include files -IF(NOT OpenBLAS_INCLUDE_DIR) - SET(OpenBLAS_FOUND OFF) - MESSAGE(STATUS "Could not find OpenBLAS include. Turning OpenBLAS_FOUND off") -ENDIF() - -# Check libraries -IF(NOT OpenBLAS_LIB) - SET(OpenBLAS_FOUND OFF) - MESSAGE(STATUS "Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off") -ENDIF() - -IF (OpenBLAS_FOUND) - IF (NOT OpenBLAS_FIND_QUIETLY) - MESSAGE(STATUS "Found OpenBLAS libraries: ${OpenBLAS_LIB}") - MESSAGE(STATUS "Found OpenBLAS include: ${OpenBLAS_INCLUDE_DIR}") - ENDIF (NOT OpenBLAS_FIND_QUIETLY) -ELSE (OpenBLAS_FOUND) - IF (OpenBLAS_FIND_REQUIRED) - MESSAGE(FATAL_ERROR "Could not find OpenBLAS") - ENDIF (OpenBLAS_FIND_REQUIRED) -ENDIF (OpenBLAS_FOUND) - -MARK_AS_ADVANCED( - OpenBLAS_INCLUDE_DIR - OpenBLAS_LIB - OpenBLAS -) - diff --git a/caffe-crfrnn/CMakeScripts/FindProtobuf.cmake b/caffe-crfrnn/CMakeScripts/FindProtobuf.cmake deleted file mode 100644 index 0f94f498..00000000 --- a/caffe-crfrnn/CMakeScripts/FindProtobuf.cmake +++ /dev/null @@ -1,152 +0,0 @@ -# Locate and configure the Google Protocol Buffers library. -# Defines the following variables: -# -# PROTOBUF_FOUND - Found the Google Protocol Buffers library -# PROTOBUF_INCLUDE_DIRS - Include directories for Google Protocol Buffers -# PROTOBUF_LIBRARIES - The protobuf library -# -# The following cache variables are also defined: -# PROTOBUF_LIBRARY - The protobuf library -# PROTOBUF_PROTOC_LIBRARY - The protoc library -# PROTOBUF_INCLUDE_DIR - The include directory for protocol buffers -# PROTOBUF_PROTOC_EXECUTABLE - The protoc compiler -# -# ==================================================================== -# Example: -# -# find_package(Protobuf REQUIRED) -# include_directories(${PROTOBUF_INCLUDE_DIRS}) -# -# include_directories(${CMAKE_CURRENT_BINARY_DIR}) -# PROTOBUF_GENERATE_CPP(PROTO_SRCS PROTO_HDRS foo.proto) -# add_executable(bar bar.cc ${PROTO_SRCS} ${PROTO_HDRS}) -# target_link_libraries(bar ${PROTOBUF_LIBRARY}) -# -# NOTE: You may need to link against pthreads, depending -# on the platform. -# ==================================================================== -# -# PROTOBUF_GENERATE_CPP (public function) -# SRCS = Variable to define with autogenerated -# source files -# HDRS = Variable to define with autogenerated -# header files -# ARGN = proto files -# -# ==================================================================== - - -#============================================================================= -# Copyright 2009 Kitware, Inc. -# Copyright 2009 Philip Lowman -# Copyright 2008 Esben Mose Hansen, Ange Optimization ApS -# -# Distributed under the OSI-approved BSD License (the "License"); -# see accompanying file Copyright.txt for details. -# -# This software is distributed WITHOUT ANY WARRANTY; without even the -# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# See the License for more information. -#============================================================================= -# (To distributed this file outside of CMake, substitute the full -# License text for the above reference.) - -function(PROTOBUF_GENERATE_PYTHON SRCS) - if(NOT ARGN) - message(SEND_ERROR "Error: PROTOBUF_GENERATE_PYTHON() called without any proto files") - return() - endif(NOT ARGN) - - set(${SRCS}) - foreach(FIL ${ARGN}) - get_filename_component(ABS_FIL ${FIL} ABSOLUTE) - get_filename_component(FIL_WE ${FIL} NAME_WE) - - - list(APPEND ${SRCS} "${CMAKE_CURRENT_BINARY_DIR}/${FIL_WE}_pb2.py") - - add_custom_command( - OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/${FIL_WE}_pb2.py" - COMMAND ${PROTOBUF_PROTOC_EXECUTABLE} - ARGS --python_out ${CMAKE_CURRENT_BINARY_DIR} --proto_path ${CMAKE_CURRENT_SOURCE_DIR} -${ABS_FIL} - DEPENDS ${ABS_FIL} - COMMENT "Running Python protocol buffer compiler on ${FIL}" - VERBATIM ) - endforeach() - - - set_source_files_properties(${${SRCS}} PROPERTIES GENERATED TRUE) - set(${SRCS} ${${SRCS}} PARENT_SCOPE) -endfunction() - - -function(PROTOBUF_GENERATE_CPP SRCS HDRS) - if(NOT ARGN) - message(SEND_ERROR "Error: PROTOBUF_GENERATE_CPP() called without any proto files") - return() - endif(NOT ARGN) - - set(${SRCS}) - set(${HDRS}) - foreach(FIL ${ARGN}) - get_filename_component(ABS_FIL ${FIL} ABSOLUTE) - get_filename_component(FIL_WE ${FIL} NAME_WE) - - list(APPEND ${SRCS} "${CMAKE_CURRENT_BINARY_DIR}/${FIL_WE}.pb.cc") - list(APPEND ${HDRS} "${CMAKE_CURRENT_BINARY_DIR}/${FIL_WE}.pb.h") - - add_custom_command( - OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/${FIL_WE}.pb.cc" - "${CMAKE_CURRENT_BINARY_DIR}/${FIL_WE}.pb.h" - COMMAND ${PROTOBUF_PROTOC_EXECUTABLE} - ARGS --cpp_out ${CMAKE_CURRENT_BINARY_DIR} --proto_path ${CMAKE_CURRENT_SOURCE_DIR} -${ABS_FIL} - DEPENDS ${ABS_FIL} - COMMENT "Running C++ protocol buffer compiler on ${FIL}" - VERBATIM ) - endforeach() - - set_source_files_properties(${${SRCS}} ${${HDRS}} PROPERTIES GENERATED TRUE) - set(${SRCS} ${${SRCS}} PARENT_SCOPE) - set(${HDRS} ${${HDRS}} PARENT_SCOPE) -endfunction() - - -find_path(PROTOBUF_INCLUDE_DIR google/protobuf/service.h) - -# Google's provided vcproj files generate libraries with a "lib" -# prefix on Windows -if(WIN32) - set(PROTOBUF_ORIG_FIND_LIBRARY_PREFIXES "${CMAKE_FIND_LIBRARY_PREFIXES}") - set(CMAKE_FIND_LIBRARY_PREFIXES "lib" "") -endif() - -find_library(PROTOBUF_LIBRARY NAMES protobuf - DOC "The Google Protocol Buffers Library" -) -find_library(PROTOBUF_PROTOC_LIBRARY NAMES protoc - DOC "The Google Protocol Buffers Compiler Library" -) -find_program(PROTOBUF_PROTOC_EXECUTABLE NAMES protoc - DOC "The Google Protocol Buffers Compiler" -) - -mark_as_advanced(PROTOBUF_INCLUDE_DIR - PROTOBUF_LIBRARY - PROTOBUF_PROTOC_LIBRARY - PROTOBUF_PROTOC_EXECUTABLE) - -# Restore original find library prefixes -if(WIN32) - set(CMAKE_FIND_LIBRARY_PREFIXES "${PROTOBUF_ORIG_FIND_LIBRARY_PREFIXES}") -endif() - -include(FindPackageHandleStandardArgs) -FIND_PACKAGE_HANDLE_STANDARD_ARGS(PROTOBUF DEFAULT_MSG - PROTOBUF_LIBRARY PROTOBUF_INCLUDE_DIR) - -if(PROTOBUF_FOUND) - set(PROTOBUF_INCLUDE_DIRS ${PROTOBUF_INCLUDE_DIR}) - set(PROTOBUF_LIBRARIES ${PROTOBUF_LIBRARY}) -endif() diff --git a/caffe-crfrnn/CMakeScripts/FindSnappy.cmake b/caffe-crfrnn/CMakeScripts/FindSnappy.cmake deleted file mode 100644 index d769b442..00000000 --- a/caffe-crfrnn/CMakeScripts/FindSnappy.cmake +++ /dev/null @@ -1,33 +0,0 @@ -# Find the Snappy libraries -# -# The following variables are optionally searched for defaults -# Snappy_ROOT_DIR: Base directory where all Snappy components are found -# -# The following are set after configuration is done: -# Snappy_FOUND -# Snappy_INCLUDE_DIRS -# Snappy_LIBS - -find_path(SNAPPY_INCLUDE_DIR - NAMES snappy.h - HINTS ${SNAPPY_ROOT_DIR} - ${SNAPPY_ROOT_DIR}/include -) - -find_library(SNAPPY_LIBS - NAMES snappy - HINTS ${SNAPPY_ROOT_DIR} - ${SNAPPY_ROOT_DIR}/lib -) - -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(Snappy - DEFAULT_MSG - SNAPPY_LIBS - SNAPPY_INCLUDE_DIR -) - -mark_as_advanced( - SNAPPY_LIBS - SNAPPY_INCLUDE_DIR -) diff --git a/caffe-crfrnn/CMakeScripts/lint.cmake b/caffe-crfrnn/CMakeScripts/lint.cmake deleted file mode 100644 index 04df3409..00000000 --- a/caffe-crfrnn/CMakeScripts/lint.cmake +++ /dev/null @@ -1,48 +0,0 @@ - -set(CMAKE_SOURCE_DIR ../) -set(LINT_COMMAND ${CMAKE_SOURCE_DIR}/scripts/cpp_lint.py) -set(SRC_FILE_EXTENSIONS h hpp hu c cpp cu cc) -set(EXCLUDE_FILE_EXTENSTIONS pb.h pb.cc) -set(LINT_DIRS include src/caffe examples tools python matlab) - -# find all files of interest -foreach(ext ${SRC_FILE_EXTENSIONS}) - foreach(dir ${LINT_DIRS}) - file(GLOB_RECURSE FOUND_FILES ${CMAKE_SOURCE_DIR}/${dir}/*.${ext}) - set(LINT_SOURCES ${LINT_SOURCES} ${FOUND_FILES}) - endforeach() -endforeach() - -# find all files that should be excluded -foreach(ext ${EXCLUDE_FILE_EXTENSTIONS}) - file(GLOB_RECURSE FOUND_FILES ${CMAKE_SOURCE_DIR}/*.${ext}) - set(EXCLUDED_FILES ${EXCLUDED_FILES} ${FOUND_FILES}) -endforeach() - -# exclude generated pb files -list(REMOVE_ITEM LINT_SOURCES ${EXCLUDED_FILES}) - -execute_process( - COMMAND ${LINT_COMMAND} ${LINT_SOURCES} - ERROR_VARIABLE LINT_OUTPUT - ERROR_STRIP_TRAILING_WHITESPACE -) - -string(REPLACE "\n" ";" LINT_OUTPUT ${LINT_OUTPUT}) - -list(GET LINT_OUTPUT -1 LINT_RESULT) -list(REMOVE_AT LINT_OUTPUT -1) -string(REPLACE " " ";" LINT_RESULT ${LINT_RESULT}) -list(GET LINT_RESULT -1 NUM_ERRORS) -if(NUM_ERRORS GREATER 0) - foreach(msg ${LINT_OUTPUT}) - string(FIND ${msg} "Done" result) - if(result LESS 0) - message(STATUS ${msg}) - endif() - endforeach() - message(FATAL_ERROR "Lint found ${NUM_ERRORS} errors!") -else() - message(STATUS "Lint did not find any errors!") -endif() - diff --git a/caffe-crfrnn/INSTALL.md b/caffe-crfrnn/INSTALL.md deleted file mode 100644 index 42fcf027..00000000 --- a/caffe-crfrnn/INSTALL.md +++ /dev/null @@ -1,7 +0,0 @@ -# Installation - -See http://caffe.berkeleyvision.org/installation.html for the latest -installation instructions. - -Check the issue tracker in case you need help: -https://github.com/BVLC/caffe/issues diff --git a/caffe-crfrnn/LICENSE b/caffe-crfrnn/LICENSE deleted file mode 100644 index 9a715d03..00000000 --- a/caffe-crfrnn/LICENSE +++ /dev/null @@ -1,49 +0,0 @@ -COPYRIGHT -All contributions by the University of Oxford: -Copyright (c) 2015, All rights reserved. - -All contributions by Baidu Institute of Deep Learning: -Copyright (c) 2015, All rights reserved. - -All contributions by the University of California: -Copyright (c) 2014, The Regents of the University of California (Regents) -All rights reserved. - -All other contributions: -Copyright (c) 2014, the respective contributors -All rights reserved. - -Caffe uses a shared copyright model: each contributor holds copyright over -their contributions to Caffe. The project versioning records all such -contribution and copyright details. If a contributor wants to further mark -their specific copyright on a particular contribution, they should indicate -their copyright solely in the commit message of the change when it is -committed. - -LICENSE - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -CONTRIBUTION AGREEMENT - -By contributing to the BVLC/caffe repository through pull-request, comment, -or otherwise, the contributor releases their content to the -license and copyright terms herein. diff --git a/caffe-crfrnn/Makefile b/caffe-crfrnn/Makefile deleted file mode 100644 index ea97392d..00000000 --- a/caffe-crfrnn/Makefile +++ /dev/null @@ -1,584 +0,0 @@ -PROJECT := caffe - -CONFIG_FILE := Makefile.config -include $(CONFIG_FILE) - -BUILD_DIR_LINK := $(BUILD_DIR) -RELEASE_BUILD_DIR ?= .$(BUILD_DIR)_release -DEBUG_BUILD_DIR ?= .$(BUILD_DIR)_debug - -DEBUG ?= 0 -ifeq ($(DEBUG), 1) - BUILD_DIR := $(DEBUG_BUILD_DIR) - OTHER_BUILD_DIR := $(RELEASE_BUILD_DIR) -else - BUILD_DIR := $(RELEASE_BUILD_DIR) - OTHER_BUILD_DIR := $(DEBUG_BUILD_DIR) -endif - -# All of the directories containing code. -SRC_DIRS := $(shell find * -type d -exec bash -c "find {} -maxdepth 1 \ - \( -name '*.cpp' -o -name '*.proto' \) | grep -q ." \; -print) - -# The target shared library name -LIB_BUILD_DIR := $(BUILD_DIR)/lib -STATIC_NAME := $(LIB_BUILD_DIR)/lib$(PROJECT).a -DYNAMIC_NAME := $(LIB_BUILD_DIR)/lib$(PROJECT).so - -############################## -# Get all source files -############################## -# CXX_SRCS are the source files excluding the test ones. -CXX_SRCS := $(shell find src/$(PROJECT) ! -name "test_*.cpp" -name "*.cpp") -# CU_SRCS are the cuda source files -CU_SRCS := $(shell find src/$(PROJECT) ! -name "test_*.cu" -name "*.cu") -# TEST_SRCS are the test source files -TEST_MAIN_SRC := src/$(PROJECT)/test/test_caffe_main.cpp -TEST_SRCS := $(shell find src/$(PROJECT) -name "test_*.cpp") -TEST_SRCS := $(filter-out $(TEST_MAIN_SRC), $(TEST_SRCS)) -TEST_CU_SRCS := $(shell find src/$(PROJECT) -name "test_*.cu") -GTEST_SRC := src/gtest/gtest-all.cpp -# TOOL_SRCS are the source files for the tool binaries -TOOL_SRCS := $(shell find tools -name "*.cpp") -# EXAMPLE_SRCS are the source files for the example binaries -EXAMPLE_SRCS := $(shell find examples -name "*.cpp") -# BUILD_INCLUDE_DIR contains any generated header files we want to include. -BUILD_INCLUDE_DIR := $(BUILD_DIR)/src -# PROTO_SRCS are the protocol buffer definitions -PROTO_SRC_DIR := src/$(PROJECT)/proto -PROTO_SRCS := $(wildcard $(PROTO_SRC_DIR)/*.proto) -# PROTO_BUILD_DIR will contain the .cc and obj files generated from -# PROTO_SRCS; PROTO_BUILD_INCLUDE_DIR will contain the .h header files -PROTO_BUILD_DIR := $(BUILD_DIR)/$(PROTO_SRC_DIR) -PROTO_BUILD_INCLUDE_DIR := $(BUILD_INCLUDE_DIR)/$(PROJECT)/proto -# NONGEN_CXX_SRCS includes all source/header files except those generated -# automatically (e.g., by proto). -NONGEN_CXX_SRCS := $(shell find \ - src/$(PROJECT) \ - include/$(PROJECT) \ - python/$(PROJECT) \ - matlab/$(PROJECT) \ - examples \ - tools \ - -name "*.cpp" -or -name "*.hpp" -or -name "*.cu" -or -name "*.cuh") -LINT_SCRIPT := scripts/cpp_lint.py -LINT_OUTPUT_DIR := $(BUILD_DIR)/.lint -LINT_EXT := lint.txt -LINT_OUTPUTS := $(addsuffix .$(LINT_EXT), $(addprefix $(LINT_OUTPUT_DIR)/, $(NONGEN_CXX_SRCS))) -EMPTY_LINT_REPORT := $(BUILD_DIR)/.$(LINT_EXT) -NONEMPTY_LINT_REPORT := $(BUILD_DIR)/$(LINT_EXT) -# PY$(PROJECT)_SRC is the python wrapper for $(PROJECT) -PY$(PROJECT)_SRC := python/$(PROJECT)/_$(PROJECT).cpp -PY$(PROJECT)_HXX_SRC := python/$(PROJECT)/_$(PROJECT).hpp -PY$(PROJECT)_SO := python/$(PROJECT)/_$(PROJECT).so -# MAT$(PROJECT)_SRC is the matlab wrapper for $(PROJECT) -MAT$(PROJECT)_SRC := matlab/$(PROJECT)/mat$(PROJECT).cpp -ifneq ($(MATLAB_DIR),) - MAT_SO_EXT := $(shell $(MATLAB_DIR)/bin/mexext) -endif -MAT$(PROJECT)_SO := matlab/$(PROJECT)/$(PROJECT).$(MAT_SO_EXT) - -############################## -# Derive generated files -############################## -# The generated files for protocol buffers -PROTO_GEN_HEADER_SRCS := $(addprefix $(PROTO_BUILD_DIR)/, \ - $(notdir ${PROTO_SRCS:.proto=.pb.h})) -PROTO_GEN_HEADER := $(addprefix $(PROTO_BUILD_INCLUDE_DIR)/, \ - $(notdir ${PROTO_SRCS:.proto=.pb.h})) -PROTO_GEN_CC := $(addprefix $(BUILD_DIR)/, ${PROTO_SRCS:.proto=.pb.cc}) -PY_PROTO_BUILD_DIR := python/$(PROJECT)/proto -PY_PROTO_INIT := python/$(PROJECT)/proto/__init__.py -PROTO_GEN_PY := $(foreach file,${PROTO_SRCS:.proto=_pb2.py}, \ - $(PY_PROTO_BUILD_DIR)/$(notdir $(file))) -# The objects corresponding to the source files -# These objects will be linked into the final shared library, so we -# exclude the tool, example, and test objects. -CXX_OBJS := $(addprefix $(BUILD_DIR)/, ${CXX_SRCS:.cpp=.o}) -CU_OBJS := $(addprefix $(BUILD_DIR)/cuda/, ${CU_SRCS:.cu=.o}) -PROTO_OBJS := ${PROTO_GEN_CC:.cc=.o} -OBJS := $(PROTO_OBJS) $(CXX_OBJS) $(CU_OBJS) -# tool, example, and test objects -TOOL_OBJS := $(addprefix $(BUILD_DIR)/, ${TOOL_SRCS:.cpp=.o}) -TOOL_BUILD_DIR := $(BUILD_DIR)/tools -TEST_CXX_BUILD_DIR := $(BUILD_DIR)/src/$(PROJECT)/test -TEST_CU_BUILD_DIR := $(BUILD_DIR)/cuda/src/$(PROJECT)/test -TEST_CXX_OBJS := $(addprefix $(BUILD_DIR)/, ${TEST_SRCS:.cpp=.o}) -TEST_CU_OBJS := $(addprefix $(BUILD_DIR)/cuda/, ${TEST_CU_SRCS:.cu=.o}) -TEST_OBJS := $(TEST_CXX_OBJS) $(TEST_CU_OBJS) -GTEST_OBJ := $(addprefix $(BUILD_DIR)/, ${GTEST_SRC:.cpp=.o}) -EXAMPLE_OBJS := $(addprefix $(BUILD_DIR)/, ${EXAMPLE_SRCS:.cpp=.o}) -# Output files for automatic dependency generation -DEPS := ${CXX_OBJS:.o=.d} ${CU_OBJS:.o=.d} ${TEST_CXX_OBJS:.o=.d} \ - ${TEST_CU_OBJS:.o=.d} -# tool, example, and test bins -TOOL_BINS := ${TOOL_OBJS:.o=.bin} -EXAMPLE_BINS := ${EXAMPLE_OBJS:.o=.bin} -# symlinks to tool bins without the ".bin" extension -TOOL_BIN_LINKS := ${TOOL_BINS:.bin=} -# Put the test binaries in build/test for convenience. -TEST_BIN_DIR := $(BUILD_DIR)/test -TEST_CU_BINS := $(addsuffix .testbin,$(addprefix $(TEST_BIN_DIR)/, \ - $(foreach obj,$(TEST_CU_OBJS),$(basename $(notdir $(obj)))))) -TEST_CXX_BINS := $(addsuffix .testbin,$(addprefix $(TEST_BIN_DIR)/, \ - $(foreach obj,$(TEST_CXX_OBJS),$(basename $(notdir $(obj)))))) -TEST_BINS := $(TEST_CXX_BINS) $(TEST_CU_BINS) -# TEST_ALL_BIN is the test binary that links caffe statically. -TEST_ALL_BIN := $(TEST_BIN_DIR)/test_all.testbin -# TEST_ALL_DYNINK_BIN is the test binary that links caffe as a dynamic library. -TEST_ALL_DYNLINK_BIN := $(TEST_BIN_DIR)/test_all_dynamic_link.testbin - -############################## -# Derive compiler warning dump locations -############################## -WARNS_EXT := warnings.txt -CXX_WARNS := $(addprefix $(BUILD_DIR)/, ${CXX_SRCS:.cpp=.o.$(WARNS_EXT)}) -CU_WARNS := $(addprefix $(BUILD_DIR)/cuda/, ${CU_SRCS:.cu=.o.$(WARNS_EXT)}) -TOOL_WARNS := $(addprefix $(BUILD_DIR)/, ${TOOL_SRCS:.cpp=.o.$(WARNS_EXT)}) -EXAMPLE_WARNS := $(addprefix $(BUILD_DIR)/, ${EXAMPLE_SRCS:.cpp=.o.$(WARNS_EXT)}) -TEST_WARNS := $(addprefix $(BUILD_DIR)/, ${TEST_SRCS:.cpp=.o.$(WARNS_EXT)}) -TEST_CU_WARNS := $(addprefix $(BUILD_DIR)/cuda/, ${TEST_CU_SRCS:.cu=.o.$(WARNS_EXT)}) -ALL_CXX_WARNS := $(CXX_WARNS) $(TOOL_WARNS) $(EXAMPLE_WARNS) $(TEST_WARNS) -ALL_CU_WARNS := $(CU_WARNS) $(TEST_CU_WARNS) -ALL_WARNS := $(ALL_CXX_WARNS) $(ALL_CU_WARNS) - -EMPTY_WARN_REPORT := $(BUILD_DIR)/.$(WARNS_EXT) -NONEMPTY_WARN_REPORT := $(BUILD_DIR)/$(WARNS_EXT) - -############################## -# Derive include and lib directories -############################## -CUDA_INCLUDE_DIR := $(CUDA_DIR)/include - -CUDA_LIB_DIR := -# add /lib64 only if it exists -ifneq ("$(wildcard $(CUDA_DIR)/lib64)","") - CUDA_LIB_DIR += $(CUDA_DIR)/lib64 -endif -CUDA_LIB_DIR += $(CUDA_DIR)/lib - -INCLUDE_DIRS += $(BUILD_INCLUDE_DIR) ./src ./include -ifneq ($(CPU_ONLY), 1) - INCLUDE_DIRS += $(CUDA_INCLUDE_DIR) - LIBRARY_DIRS += $(CUDA_LIB_DIR) - LIBRARIES := cudart cublas curand -endif -LIBRARIES += glog gflags protobuf leveldb snappy \ - lmdb boost_system hdf5_hl hdf5 m \ - opencv_core opencv_highgui opencv_imgproc -PYTHON_LIBRARIES := boost_python python2.7 -WARNINGS := -Wall -Wno-sign-compare - -############################## -# Set build directories -############################## - -DISTRIBUTE_SUBDIRS := $(DISTRIBUTE_DIR)/bin $(DISTRIBUTE_DIR)/lib -DIST_ALIASES := dist -ifneq ($(strip $(DISTRIBUTE_DIR)),distribute) - DIST_ALIASES += distribute -endif - -ALL_BUILD_DIRS := $(sort $(BUILD_DIR) $(addprefix $(BUILD_DIR)/, $(SRC_DIRS)) \ - $(addprefix $(BUILD_DIR)/cuda/, $(SRC_DIRS)) \ - $(LIB_BUILD_DIR) $(TEST_BIN_DIR) $(PY_PROTO_BUILD_DIR) $(LINT_OUTPUT_DIR) \ - $(DISTRIBUTE_SUBDIRS) $(PROTO_BUILD_INCLUDE_DIR)) - -############################## -# Set directory for Doxygen-generated documentation -############################## -DOXYGEN_CONFIG_FILE ?= ./.Doxyfile -# should be the same as OUTPUT_DIRECTORY in the .Doxyfile -DOXYGEN_OUTPUT_DIR ?= ./doxygen -DOXYGEN_COMMAND ?= doxygen -# All the files that might have Doxygen documentation. -DOXYGEN_SOURCES := $(shell find \ - src/$(PROJECT) \ - include/$(PROJECT) \ - python/ \ - matlab/ \ - examples \ - tools \ - -name "*.cpp" -or -name "*.hpp" -or -name "*.cu" -or -name "*.cuh" -or \ - -name "*.py" -or -name "*.m") -DOXYGEN_SOURCES += $(DOXYGEN_CONFIG_FILE) - - -############################## -# Configure build -############################## - -# Determine platform -UNAME := $(shell uname -s) -ifeq ($(UNAME), Linux) - LINUX := 1 -else ifeq ($(UNAME), Darwin) - OSX := 1 -endif - -# Linux -ifeq ($(LINUX), 1) - CXX ?= /usr/bin/g++ - GCCVERSION := $(shell $(CXX) -dumpversion | cut -f1,2 -d.) - # older versions of gcc are too dumb to build boost with -Wuninitalized - ifeq ($(shell echo $(GCCVERSION) \< 4.6 | bc), 1) - WARNINGS += -Wno-uninitialized - endif - # boost::thread is reasonably called boost_thread (compare OS X) - # We will also explicitly add stdc++ to the link target. - LIBRARIES += boost_thread stdc++ -endif - -# OS X: -# clang++ instead of g++ -# libstdc++ instead of libc++ for CUDA compatibility on 10.9 -ifeq ($(OSX), 1) - CXX := /usr/bin/clang++ - # clang throws this warning for cuda headers - WARNINGS += -Wno-unneeded-internal-declaration - ifneq ($(findstring 10.9, $(shell sw_vers -productVersion)),) - CXXFLAGS += -stdlib=libstdc++ - LINKFLAGS += -stdlib=libstdc++ - endif - # boost::thread is called boost_thread-mt to mark multithreading on OS X - LIBRARIES += boost_thread-mt - NVCCFLAGS += -DOSX -endif - -# Custom compiler -ifdef CUSTOM_CXX - CXX := $(CUSTOM_CXX) -endif - -# Static linking -ifneq (,$(findstring clang++,$(CXX))) - STATIC_LINK_COMMAND := -Wl,-force_load $(STATIC_NAME) -else ifneq (,$(findstring g++,$(CXX))) - STATIC_LINK_COMMAND := -Wl,--whole-archive $(STATIC_NAME) -Wl,--no-whole-archive -else - $(error Cannot static link with the $(CXX) compiler.) -endif - -# Debugging -ifeq ($(DEBUG), 1) - COMMON_FLAGS += -DDEBUG -g -O0 - NVCCFLAGS += -G -else - COMMON_FLAGS += -DNDEBUG -O2 -endif - -# cuDNN acceleration configuration. -ifeq ($(USE_CUDNN), 1) - LIBRARIES += cudnn - COMMON_FLAGS += -DUSE_CUDNN -endif - -# CPU-only configuration -ifeq ($(CPU_ONLY), 1) - OBJS := $(PROTO_OBJS) $(CXX_OBJS) - TEST_OBJS := $(TEST_CXX_OBJS) - TEST_BINS := $(TEST_CXX_BINS) - ALL_WARNS := $(ALL_CXX_WARNS) - TEST_FILTER := --gtest_filter="-*GPU*" - COMMON_FLAGS += -DCPU_ONLY -endif - -# BLAS configuration (default = ATLAS) -BLAS ?= atlas -ifeq ($(BLAS), mkl) - # MKL - LIBRARIES += mkl_rt - COMMON_FLAGS += -DUSE_MKL - MKL_DIR ?= /opt/intel/mkl - BLAS_INCLUDE ?= $(MKL_DIR)/include - BLAS_LIB ?= $(MKL_DIR)/lib $(MKL_DIR)/lib/intel64 -else ifeq ($(BLAS), open) - # OpenBLAS - LIBRARIES += openblas -else - # ATLAS - ifeq ($(LINUX), 1) - ifeq ($(BLAS), atlas) - # Linux simply has cblas and atlas - LIBRARIES += cblas atlas - endif - else ifeq ($(OSX), 1) - # OS X packages atlas as the vecLib framework - BLAS_INCLUDE ?= /System/Library/Frameworks/vecLib.framework/Versions/Current/Headers/ - LIBRARIES += cblas - LDFLAGS += -framework vecLib - endif -endif -INCLUDE_DIRS += $(BLAS_INCLUDE) -LIBRARY_DIRS += $(BLAS_LIB) - -LIBRARY_DIRS += $(LIB_BUILD_DIR) - -# Automatic dependency generation (nvcc is handled separately) -CXXFLAGS += -MMD -MP - -# Complete build flags. -COMMON_FLAGS += $(foreach includedir,$(INCLUDE_DIRS),-I$(includedir)) -CXXFLAGS += -pthread -fPIC $(COMMON_FLAGS) $(WARNINGS) -NVCCFLAGS += -ccbin=$(CXX) -Xcompiler -fPIC $(COMMON_FLAGS) -# mex may invoke an older gcc that is too liberal with -Wuninitalized -MATLAB_CXXFLAGS := $(CXXFLAGS) -Wno-uninitialized -LINKFLAGS += -pthread -fPIC $(COMMON_FLAGS) $(WARNINGS) - -USE_PKG_CONFIG ?= 0 -ifeq ($(USE_PKG_CONFIG), 1) - PKG_CONFIG := $(shell pkg-config opencv --libs) -else - PKG_CONFIG := -endif -LDFLAGS += $(foreach librarydir,$(LIBRARY_DIRS),-L$(librarydir)) $(PKG_CONFIG) \ - $(foreach library,$(LIBRARIES),-l$(library)) -PYTHON_LDFLAGS := $(LDFLAGS) $(foreach library,$(PYTHON_LIBRARIES),-l$(library)) - -# 'superclean' target recursively* deletes all files ending with an extension -# in $(SUPERCLEAN_EXTS) below. This may be useful if you've built older -# versions of Caffe that do not place all generated files in a location known -# to the 'clean' target. -# -# 'supercleanlist' will list the files to be deleted by make superclean. -# -# * Recursive with the exception that symbolic links are never followed, per the -# default behavior of 'find'. -SUPERCLEAN_EXTS := .so .a .o .bin .testbin .pb.cc .pb.h _pb2.py .cuo - -############################## -# Define build targets -############################## -.PHONY: all test clean docs linecount lint lintclean tools examples $(DIST_ALIASES) \ - py mat py$(PROJECT) mat$(PROJECT) proto runtest \ - superclean supercleanlist supercleanfiles warn everything - -all: $(STATIC_NAME) $(DYNAMIC_NAME) tools examples - -everything: all py$(PROJECT) mat$(PROJECT) test warn lint runtest - -linecount: - cloc --read-lang-def=$(PROJECT).cloc \ - src/$(PROJECT) include/$(PROJECT) tools examples \ - python matlab - -lint: $(EMPTY_LINT_REPORT) - -lintclean: - @ $(RM) -r $(LINT_OUTPUT_DIR) $(EMPTY_LINT_REPORT) $(NONEMPTY_LINT_REPORT) - -docs: $(DOXYGEN_OUTPUT_DIR) - @ cd ./docs ; ln -sfn ../$(DOXYGEN_OUTPUT_DIR)/html doxygen - -$(DOXYGEN_OUTPUT_DIR): $(DOXYGEN_CONFIG_FILE) $(DOXYGEN_SOURCES) - $(DOXYGEN_COMMAND) $(DOXYGEN_CONFIG_FILE) - -$(EMPTY_LINT_REPORT): $(LINT_OUTPUTS) | $(BUILD_DIR) - @ cat $(LINT_OUTPUTS) > $@ - @ if [ -s "$@" ]; then \ - cat $@; \ - mv $@ $(NONEMPTY_LINT_REPORT); \ - echo "Found one or more lint errors."; \ - exit 1; \ - fi; \ - $(RM) $(NONEMPTY_LINT_REPORT); \ - echo "No lint errors!"; - -$(LINT_OUTPUTS): $(LINT_OUTPUT_DIR)/%.lint.txt : % $(LINT_SCRIPT) | $(LINT_OUTPUT_DIR) - @ mkdir -p $(dir $@) - @ python $(LINT_SCRIPT) $< 2>&1 \ - | grep -v "^Done processing " \ - | grep -v "^Total errors found: 0" \ - > $@ \ - || true - -test: $(TEST_ALL_BIN) $(TEST_ALL_DYNLINK_BIN) $(TEST_BINS) - -tools: $(TOOL_BINS) $(TOOL_BIN_LINKS) - -examples: $(EXAMPLE_BINS) - -py$(PROJECT): py - -py: $(PY$(PROJECT)_SO) $(PROTO_GEN_PY) - -$(PY$(PROJECT)_SO): $(PY$(PROJECT)_SRC) $(STATIC_NAME) $(PY$(PROJECT)_HXX_SRC) - @ echo CXX $< - $(Q)$(CXX) -shared -o $@ $(PY$(PROJECT)_SRC) \ - $(STATIC_LINK_COMMAND) $(LINKFLAGS) $(PYTHON_LDFLAGS) - -mat$(PROJECT): mat - -mat: $(MAT$(PROJECT)_SO) - -$(MAT$(PROJECT)_SO): $(MAT$(PROJECT)_SRC) $(STATIC_NAME) - @ if [ -z "$(MATLAB_DIR)" ]; then \ - echo "MATLAB_DIR must be specified in $(CONFIG_FILE)" \ - "to build mat$(PROJECT)."; \ - exit 1; \ - fi - @ echo MEX $< - $(Q)$(MATLAB_DIR)/bin/mex $(MAT$(PROJECT)_SRC) \ - CXX="$(CXX)" \ - CXXFLAGS="\$$CXXFLAGS $(MATLAB_CXXFLAGS)" \ - CXXLIBS="\$$CXXLIBS $(STATIC_LINK_COMMAND) $(LDFLAGS)" -output $@ - -runtest: $(TEST_ALL_BIN) $(TEST_ALL_DYNLINK_BIN) - $(TEST_ALL_BIN) $(TEST_GPUID) --gtest_shuffle $(TEST_FILTER) && \ - $(TEST_ALL_DYNLINK_BIN) $(TEST_GPUID) --gtest_shuffle $(TEST_FILTER) - -warn: $(EMPTY_WARN_REPORT) - -$(EMPTY_WARN_REPORT): $(ALL_WARNS) | $(BUILD_DIR) - @ cat $(ALL_WARNS) > $@ - @ if [ -s "$@" ]; then \ - cat $@; \ - mv $@ $(NONEMPTY_WARN_REPORT); \ - echo "Compiler produced one or more warnings."; \ - exit 1; \ - fi; \ - $(RM) $(NONEMPTY_WARN_REPORT); \ - echo "No compiler warnings!"; - -$(ALL_WARNS): %.o.$(WARNS_EXT) : %.o - -$(BUILD_DIR_LINK): $(BUILD_DIR)/.linked - -# Create a target ".linked" in this BUILD_DIR to tell Make that the "build" link -# is currently correct, then delete the one in the OTHER_BUILD_DIR in case it -# exists and $(DEBUG) is toggled later. -$(BUILD_DIR)/.linked: - @ mkdir -p $(BUILD_DIR) - @ $(RM) $(OTHER_BUILD_DIR)/.linked - @ $(RM) -r $(BUILD_DIR_LINK) - @ ln -s $(BUILD_DIR) $(BUILD_DIR_LINK) - @ touch $@ - -$(ALL_BUILD_DIRS): | $(BUILD_DIR_LINK) - @ mkdir -p $@ - -$(DYNAMIC_NAME): $(OBJS) | $(LIB_BUILD_DIR) - @ echo LD $< - $(Q)$(CXX) -shared -o $@ $(OBJS) $(LINKFLAGS) $(LDFLAGS) - -$(STATIC_NAME): $(OBJS) | $(LIB_BUILD_DIR) - @ echo AR $< - $(Q)ar rcs $@ $(OBJS) - -$(BUILD_DIR)/%.o: %.cpp | $(ALL_BUILD_DIRS) - @ echo CXX $< - $(Q)$(CXX) $< $(CXXFLAGS) -c -o $@ 2> $@.$(WARNS_EXT) \ - || (cat $@.$(WARNS_EXT); exit 1) - @ cat $@.$(WARNS_EXT) - -$(PROTO_BUILD_DIR)/%.pb.o: $(PROTO_BUILD_DIR)/%.pb.cc $(PROTO_GEN_HEADER) \ - | $(PROTO_BUILD_DIR) - @ echo CXX $< - $(Q)$(CXX) $< $(CXXFLAGS) -c -o $@ 2> $@.$(WARNS_EXT) \ - || (cat $@.$(WARNS_EXT); exit 1) - @ cat $@.$(WARNS_EXT) - -$(BUILD_DIR)/cuda/%.o: %.cu | $(ALL_BUILD_DIRS) - @ echo NVCC $< - $(Q)$(CUDA_DIR)/bin/nvcc $(NVCCFLAGS) $(CUDA_ARCH) -M $< -o ${@:.o=.d} \ - -odir $(@D) - $(Q)$(CUDA_DIR)/bin/nvcc $(NVCCFLAGS) $(CUDA_ARCH) -c $< -o $@ 2> $@.$(WARNS_EXT) \ - || (cat $@.$(WARNS_EXT); exit 1) - @ cat $@.$(WARNS_EXT) - -$(TEST_ALL_BIN): $(TEST_MAIN_SRC) $(TEST_OBJS) $(GTEST_OBJ) $(STATIC_NAME) \ - | $(TEST_BIN_DIR) - @ echo CXX/LD -o $@ $< - $(Q)$(CXX) $(TEST_MAIN_SRC) $(TEST_OBJS) $(GTEST_OBJ) $(STATIC_LINK_COMMAND) \ - -o $@ $(LINKFLAGS) $(LDFLAGS) - -$(TEST_ALL_DYNLINK_BIN): $(TEST_MAIN_SRC) $(TEST_OBJS) $(GTEST_OBJ) $(DYNAMIC_NAME) \ - | $(TEST_BIN_DIR) - @ echo CXX/LD -o $@ $< - $(Q)$(CXX) $(TEST_MAIN_SRC) $(TEST_OBJS) $(GTEST_OBJ) \ - -o $@ $(LINKFLAGS) $(LDFLAGS) -l$(PROJECT) -Wl,-rpath,$(LIB_BUILD_DIR) - -$(TEST_CU_BINS): $(TEST_BIN_DIR)/%.testbin: $(TEST_CU_BUILD_DIR)/%.o \ - $(GTEST_OBJ) $(STATIC_NAME) | $(TEST_BIN_DIR) - @ echo LD $< - $(Q)$(CXX) $(TEST_MAIN_SRC) $< $(GTEST_OBJ) $(STATIC_LINK_COMMAND) \ - -o $@ $(LINKFLAGS) $(LDFLAGS) - -$(TEST_CXX_BINS): $(TEST_BIN_DIR)/%.testbin: $(TEST_CXX_BUILD_DIR)/%.o \ - $(GTEST_OBJ) $(STATIC_NAME) | $(TEST_BIN_DIR) - @ echo LD $< - $(Q)$(CXX) $(TEST_MAIN_SRC) $< $(GTEST_OBJ) $(STATIC_LINK_COMMAND) \ - -o $@ $(LINKFLAGS) $(LDFLAGS) - -# Target for extension-less symlinks to tool binaries with extension '*.bin'. -$(TOOL_BUILD_DIR)/%: $(TOOL_BUILD_DIR)/%.bin | $(TOOL_BUILD_DIR) - @ $(RM) $@ - @ ln -s $(abspath $<) $@ - -$(TOOL_BINS) $(EXAMPLE_BINS): %.bin : %.o $(STATIC_NAME) - @ echo LD $< - $(Q)$(CXX) $< $(STATIC_LINK_COMMAND) -o $@ $(LINKFLAGS) $(LDFLAGS) - -proto: $(PROTO_GEN_CC) $(PROTO_GEN_HEADER) - -$(PROTO_BUILD_DIR)/%.pb.cc $(PROTO_BUILD_DIR)/%.pb.h : \ - $(PROTO_SRC_DIR)/%.proto | $(PROTO_BUILD_DIR) - @ echo PROTOC $< - $(Q)protoc --proto_path=$(PROTO_SRC_DIR) --cpp_out=$(PROTO_BUILD_DIR) $< - -$(PY_PROTO_BUILD_DIR)/%_pb2.py : $(PROTO_SRC_DIR)/%.proto \ - $(PY_PROTO_INIT) | $(PY_PROTO_BUILD_DIR) - @ echo PROTOC \(python\) $< - $(Q)protoc --proto_path=$(PROTO_SRC_DIR) --python_out=$(PY_PROTO_BUILD_DIR) $< - -$(PY_PROTO_INIT): | $(PY_PROTO_BUILD_DIR) - touch $(PY_PROTO_INIT) - -clean: - @- $(RM) -rf $(ALL_BUILD_DIRS) - @- $(RM) -rf $(OTHER_BUILD_DIR) - @- $(RM) -rf $(BUILD_DIR_LINK) - @- $(RM) -rf $(DISTRIBUTE_DIR) - @- $(RM) $(PY$(PROJECT)_SO) - @- $(RM) $(MAT$(PROJECT)_SO) - -supercleanfiles: - $(eval SUPERCLEAN_FILES := $(strip \ - $(foreach ext,$(SUPERCLEAN_EXTS), $(shell find . -name '*$(ext)' \ - -not -path './data/*')))) - -supercleanlist: supercleanfiles - @ \ - if [ -z "$(SUPERCLEAN_FILES)" ]; then \ - echo "No generated files found."; \ - else \ - echo $(SUPERCLEAN_FILES) | tr ' ' '\n'; \ - fi - -superclean: clean supercleanfiles - @ \ - if [ -z "$(SUPERCLEAN_FILES)" ]; then \ - echo "No generated files found."; \ - else \ - echo "Deleting the following generated files:"; \ - echo $(SUPERCLEAN_FILES) | tr ' ' '\n'; \ - $(RM) $(SUPERCLEAN_FILES); \ - fi - -$(DIST_ALIASES): $(DISTRIBUTE_DIR) - -$(DISTRIBUTE_DIR): all py | $(DISTRIBUTE_SUBDIRS) - # add include - cp -r include $(DISTRIBUTE_DIR)/ - mkdir -p $(DISTRIBUTE_DIR)/include/caffe/proto - cp $(PROTO_GEN_HEADER_SRCS) $(DISTRIBUTE_DIR)/include/caffe/proto - # add tool and example binaries - cp $(TOOL_BINS) $(DISTRIBUTE_DIR)/bin - cp $(EXAMPLE_BINS) $(DISTRIBUTE_DIR)/bin - # add libraries - cp $(STATIC_NAME) $(DISTRIBUTE_DIR)/lib - cp $(DYNAMIC_NAME) $(DISTRIBUTE_DIR)/lib - # add python - it's not the standard way, indeed... - cp -r python $(DISTRIBUTE_DIR)/python - --include $(DEPS) diff --git a/caffe-crfrnn/Makefile.config.example b/caffe-crfrnn/Makefile.config.example deleted file mode 100644 index 0c996038..00000000 --- a/caffe-crfrnn/Makefile.config.example +++ /dev/null @@ -1,79 +0,0 @@ -## Refer to http://caffe.berkeleyvision.org/installation.html -# Contributions simplifying and improving our build system are welcome! - -# cuDNN acceleration switch (uncomment to build with cuDNN). -# USE_CUDNN := 1 - -# CPU-only switch (uncomment to build without GPU support). -# CPU_ONLY := 1 - -# To customize your choice of compiler, uncomment and set the following. -# N.B. the default for Linux is g++ and the default for OSX is clang++ -# CUSTOM_CXX := g++ - -# CUDA directory contains bin/ and lib/ directories that we need. -CUDA_DIR := /usr/local/cuda -# On Ubuntu 14.04, if cuda tools are installed via -# "sudo apt-get install nvidia-cuda-toolkit" then use this instead: -# CUDA_DIR := /usr - -# CUDA architecture setting: going with all of them (up to CUDA 5.5 compatible). -# For the latest architecture, you need to install CUDA >= 6.0 and uncomment -# the *_50 lines below. -CUDA_ARCH := -gencode arch=compute_20,code=sm_20 \ - -gencode arch=compute_20,code=sm_21 \ - -gencode arch=compute_30,code=sm_30 \ - -gencode arch=compute_35,code=sm_35 \ - #-gencode arch=compute_50,code=sm_50 \ - #-gencode arch=compute_50,code=compute_50 - -# BLAS choice: -# atlas for ATLAS (default) -# mkl for MKL -# open for OpenBlas -BLAS := atlas -# Custom (MKL/ATLAS/OpenBLAS) include and lib directories. -# Leave commented to accept the defaults for your choice of BLAS -# (which should work)! -# BLAS_INCLUDE := /path/to/your/blas -# BLAS_LIB := /path/to/your/blas - -# This is required only if you will compile the matlab interface. -# MATLAB directory should contain the mex binary in /bin. -# MATLAB_DIR := /usr/local -# MATLAB_DIR := /Applications/MATLAB_R2012b.app - -# NOTE: this is required only if you will compile the python interface. -# We need to be able to find Python.h and numpy/arrayobject.h. -PYTHON_INCLUDE := /usr/include/python2.7 \ - /usr/lib/python2.7/dist-packages/numpy/core/include -# Anaconda Python distribution is quite popular. Include path: -# Verify anaconda location, sometimes it's in root. -# ANACONDA_HOME := $(HOME)/anaconda -# PYTHON_INCLUDE := $(ANACONDA_HOME)/include \ - # $(ANACONDA_HOME)/include/python2.7 \ - # $(ANACONDA_HOME)/lib/python2.7/site-packages/numpy/core/include \ - -# We need to be able to find libpythonX.X.so or .dylib. -PYTHON_LIB := /usr/lib -# PYTHON_LIB := $(ANACONDA_HOME)/lib - -# Whatever else you find you need goes here. -INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include -LIBRARY_DIRS := $(PYTHON_LIB) /usr/local/lib /usr/lib - -# Uncomment to use `pkg-config` to specify OpenCV library paths. -# (Usually not necessary -- OpenCV libraries are normally installed in one of the above $LIBRARY_DIRS.) -# USE_PKG_CONFIG := 1 - -BUILD_DIR := build -DISTRIBUTE_DIR := distribute - -# Uncomment for debugging. Does not work on OSX due to https://github.com/BVLC/caffe/issues/171 -# DEBUG := 1 - -# The ID of the GPU that 'make runtest' will use to run unit tests. -TEST_GPUID := 0 - -# enable pretty build (comment to see full commands) -Q ?= @ diff --git a/caffe-crfrnn/README.md b/caffe-crfrnn/README.md deleted file mode 100644 index 5b5cb1f4..00000000 --- a/caffe-crfrnn/README.md +++ /dev/null @@ -1,5 +0,0 @@ -This is Caffe with several unmerged PRs. - -Everything here is subject to change, including the history of this branch. - -See `future.sh` for details. diff --git a/caffe-crfrnn/caffe.cloc b/caffe-crfrnn/caffe.cloc deleted file mode 100644 index a36ab619..00000000 --- a/caffe-crfrnn/caffe.cloc +++ /dev/null @@ -1,53 +0,0 @@ -Bourne Shell - filter remove_matches ^\s*# - filter remove_inline #.*$ - extension sh - script_exe sh -C - filter remove_matches ^\s*// - filter call_regexp_common C - filter remove_inline //.*$ - extension c - extension ec - extension pgc -C++ - filter remove_matches ^\s*// - filter remove_inline //.*$ - filter call_regexp_common C - extension C - extension cc - extension cpp - extension cxx - extension pcc -C/C++ Header - filter remove_matches ^\s*// - filter call_regexp_common C - filter remove_inline //.*$ - extension H - extension h - extension hh - extension hpp -CUDA - filter remove_matches ^\s*// - filter remove_inline //.*$ - filter call_regexp_common C - extension cu -Python - filter remove_matches ^\s*# - filter docstring_to_C - filter call_regexp_common C - filter remove_inline #.*$ - extension py -make - filter remove_matches ^\s*# - filter remove_inline #.*$ - extension Gnumakefile - extension Makefile - extension am - extension gnumakefile - extension makefile - filename Gnumakefile - filename Makefile - filename gnumakefile - filename makefile - script_exe make diff --git a/caffe-crfrnn/cmake/ConfigGen.cmake b/caffe-crfrnn/cmake/ConfigGen.cmake deleted file mode 100644 index 566d6ca0..00000000 --- a/caffe-crfrnn/cmake/ConfigGen.cmake +++ /dev/null @@ -1,104 +0,0 @@ - -################################################################################################ -# Helper function to fetch caffe includes which will be passed to dependent projects -# Usage: -# caffe_get_current_includes() -function(caffe_get_current_includes includes_variable) - get_property(current_includes DIRECTORY PROPERTY INCLUDE_DIRECTORIES) - caffe_convert_absolute_paths(current_includes) - - # remove at most one ${PROJECT_BINARY_DIR} include added for caffe_config.h - list(FIND current_includes ${PROJECT_BINARY_DIR} __index) - list(REMOVE_AT current_includes ${__index}) - - # removing numpy includes (since not required for client libs) - set(__toremove "") - foreach(__i ${current_includes}) - if(${__i} MATCHES "python") - list(APPEND __toremove ${__i}) - endif() - endforeach() - if(__toremove) - list(REMOVE_ITEM current_includes ${__toremove}) - endif() - - caffe_list_unique(current_includes) - set(${includes_variable} ${current_includes} PARENT_SCOPE) -endfunction() - -################################################################################################ -# Helper function to get all list items that begin with given prefix -# Usage: -# caffe_get_items_with_prefix( ) -function(caffe_get_items_with_prefix prefix list_variable output_variable) - set(__result "") - foreach(__e ${${list_variable}}) - if(__e MATCHES "^${prefix}.*") - list(APPEND __result ${__e}) - endif() - endforeach() - set(${output_variable} ${__result} PARENT_SCOPE) -endfunction() - -################################################################################################ -# Function for generation Caffe build- and install- tree export config files -# Usage: -# caffe_generate_export_configs() -function(caffe_generate_export_configs) - set(install_cmake_suffix "share/Caffe") - - # ---[ Configure build-tree CaffeConfig.cmake file ]--- - caffe_get_current_includes(Caffe_INCLUDE_DIRS) - - set(Caffe_DEFINITIONS "") - if(NOT HAVE_CUDA) - set(HAVE_CUDA FALSE) - list(APPEND Caffe_DEFINITIONS -DCPU_ONLY) - endif() - - if(NOT HAVE_CUDNN) - set(HAVE_CUDNN FALSE) - else() - list(APPEND DEFINITIONS -DUSE_CUDNN) - endif() - - if(BLAS STREQUAL "MKL" OR BLAS STREQUAL "mkl") - list(APPEND Caffe_DEFINITIONS -DUSE_MKL) - endif() - - configure_file("cmake/Templates/CaffeConfig.cmake.in" "${PROJECT_BINARY_DIR}/CaffeConfig.cmake" @ONLY) - - # Add targets to the build-tree export set - export(TARGETS caffe proto FILE "${PROJECT_BINARY_DIR}/CaffeTargets.cmake") - export(PACKAGE Caffe) - - # ---[ Configure install-tree CaffeConfig.cmake file ]--- - - # remove source and build dir includes - caffe_get_items_with_prefix(${PROJECT_SOURCE_DIR} Caffe_INCLUDE_DIRS __insource) - caffe_get_items_with_prefix(${PROJECT_BINARY_DIR} Caffe_INCLUDE_DIRS __inbinary) - list(REMOVE_ITEM Caffe_INCLUDE_DIRS ${__insource} ${__inbinary}) - - # add `install` include folder - set(lines - "get_filename_component(__caffe_include \"\${Caffe_CMAKE_DIR}/../../include\" ABSOLUTE)\n" - "list(APPEND Caffe_INCLUDE_DIRS \${__caffe_include})\n" - "unset(__caffe_include)\n") - string(REPLACE ";" "" Caffe_INSTALL_INCLUDE_DIR_APPEND_COMMAND ${lines}) - - configure_file("cmake/Templates/CaffeConfig.cmake.in" "${PROJECT_BINARY_DIR}/cmake/CaffeConfig.cmake" @ONLY) - - # Install the CaffeConfig.cmake and export set to use with install-tree - install(FILES "${PROJECT_BINARY_DIR}/cmake/CaffeConfig.cmake" DESTINATION ${install_cmake_suffix}) - install(EXPORT CaffeTargets DESTINATION ${install_cmake_suffix}) - - # ---[ Configure and install version file ]--- - - # TODO: Lines below are commented because Caffe does't declare its version in headers. - # When the declarations are added, modify `caffe_extract_caffe_version()` macro and uncomment - - # configure_file(cmake/Templates/CaffeConfigVersion.cmake.in "${PROJECT_BINARY_DIR}/CaffeConfigVersion.cmake" @ONLY) - # install(FILES "${PROJECT_BINARY_DIR}/CaffeConfigVersion.cmake" DESTINATION ${install_cmake_suffix}) -endfunction() - - diff --git a/caffe-crfrnn/cmake/Cuda.cmake b/caffe-crfrnn/cmake/Cuda.cmake deleted file mode 100644 index ff58d31c..00000000 --- a/caffe-crfrnn/cmake/Cuda.cmake +++ /dev/null @@ -1,254 +0,0 @@ -if(CPU_ONLY) - return() -endif() - -# Known NVIDIA GPU achitectures Caffe can be compiled for. -# This list will be used for CUDA_ARCH_NAME = All option -set(Caffe_known_gpu_archs "20 21(20) 30 35 50") - -################################################################################################ -# A function for automatic detection of GPUs installed (if autodetection is enabled) -# Usage: -# caffe_detect_installed_gpus(out_variable) -function(caffe_detect_installed_gpus out_variable) - if(NOT CUDA_gpu_detect_output) - set(__cufile ${PROJECT_BINARY_DIR}/detect_cuda_archs.cu) - - file(WRITE ${__cufile} "" - "#include \n" - "int main()\n" - "{\n" - " int count = 0;\n" - " if (cudaSuccess != cudaGetDeviceCount(&count)) return -1;\n" - " if (count == 0) return -1;\n" - " for (int device = 0; device < count; ++device)\n" - " {\n" - " cudaDeviceProp prop;\n" - " if (cudaSuccess == cudaGetDeviceProperties(&prop, device))\n" - " std::printf(\"%d.%d \", prop.major, prop.minor);\n" - " }\n" - " return 0;\n" - "}\n") - - execute_process(COMMAND "${CUDA_NVCC_EXECUTABLE}" "--run" "${__cufile}" - WORKING_DIRECTORY "${PROJECT_BINARY_DIR}/CMakeFiles/" - RESULT_VARIABLE __nvcc_res OUTPUT_VARIABLE __nvcc_out - ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE) - - if(__nvcc_res EQUAL 0) - string(REPLACE "2.1" "2.1(2.0)" __nvcc_out "${__nvcc_out}") - set(CUDA_gpu_detect_output ${__nvcc_out} CACHE INTERNAL "Returned GPU architetures from caffe_detect_gpus tool" FORCE) - endif() - endif() - - if(NOT CUDA_gpu_detect_output) - message(STATUS "Automatic GPU detection failed. Building for all known architectures.") - set(${out_variable} ${Caffe_known_gpu_archs} PARENT_SCOPE) - else() - set(${out_variable} ${CUDA_gpu_detect_output} PARENT_SCOPE) - endif() -endfunction() - - -################################################################################################ -# Function for selecting GPU arch flags for nvcc based on CUDA_ARCH_NAME -# Usage: -# caffe_select_nvcc_arch_flags(out_variable) -function(caffe_select_nvcc_arch_flags out_variable) - # List of arch names - set(__archs_names "Fermi" "Kepler" "Maxwell" "All" "Manual") - set(__archs_name_default "All") - if(NOT CMAKE_CROSSCOMPILING) - list(APPEND __archs_names "Auto") - set(__archs_name_default "Auto") - endif() - - # set CUDA_ARCH_NAME strings (so it will be seen as dropbox in CMake-Gui) - set(CUDA_ARCH_NAME ${__archs_name_default} CACHE STRING "Select target NVIDIA GPU achitecture.") - set_property( CACHE CUDA_ARCH_NAME PROPERTY STRINGS "" ${__archs_names} ) - mark_as_advanced(CUDA_ARCH_NAME) - - # verify CUDA_ARCH_NAME value - if(NOT ";${__archs_names};" MATCHES ";${CUDA_ARCH_NAME};") - string(REPLACE ";" ", " __archs_names "${__archs_names}") - message(FATAL_ERROR "Only ${__archs_names} architeture names are supported.") - endif() - - if(${CUDA_ARCH_NAME} STREQUAL "Manual") - set(CUDA_ARCH_BIN ${Caffe_known_gpu_archs} CACHE STRING "Specify 'real' GPU architectures to build binaries for, BIN(PTX) format is supported") - set(CUDA_ARCH_PTX "50" CACHE STRING "Specify 'virtual' PTX architectures to build PTX intermediate code for") - mark_as_advanced(CUDA_ARCH_BIN CUDA_ARCH_PTX) - else() - unset(CUDA_ARCH_BIN CACHE) - unset(CUDA_ARCH_PTX CACHE) - endif() - - if(${CUDA_ARCH_NAME} STREQUAL "Fermi") - set(__cuda_arch_bin "20 21(20)") - elseif(${CUDA_ARCH_NAME} STREQUAL "Kepler") - set(__cuda_arch_bin "30 35") - elseif(${CUDA_ARCH_NAME} STREQUAL "Maxwell") - set(__cuda_arch_bin "50") - elseif(${CUDA_ARCH_NAME} STREQUAL "All") - set(__cuda_arch_bin ${Caffe_known_gpu_archs}) - elseif(${CUDA_ARCH_NAME} STREQUAL "Auto") - caffe_detect_installed_gpus(__cuda_arch_bin) - else() # (${CUDA_ARCH_NAME} STREQUAL "Manual") - set(__cuda_arch_bin ${CUDA_ARCH_BIN}) - endif() - - # remove dots and convert to lists - string(REGEX REPLACE "\\." "" __cuda_arch_bin "${__cuda_arch_bin}") - string(REGEX REPLACE "\\." "" __cuda_arch_ptx "${CUDA_ARCH_PTX}") - string(REGEX MATCHALL "[0-9()]+" __cuda_arch_bin "${__cuda_arch_bin}") - string(REGEX MATCHALL "[0-9]+" __cuda_arch_ptx "${__cuda_arch_ptx}") - caffe_list_unique(__cuda_arch_bin __cuda_arch_ptx) - - set(__nvcc_flags "") - set(__nvcc_archs_readable "") - - # Tell NVCC to add binaries for the specified GPUs - foreach(__arch ${__cuda_arch_bin}) - if(__arch MATCHES "([0-9]+)\\(([0-9]+)\\)") - # User explicitly specified PTX for the concrete BIN - list(APPEND __nvcc_flags -gencode arch=compute_${CMAKE_MATCH_2},code=sm_${CMAKE_MATCH_1}) - list(APPEND __nvcc_archs_readable sm_${CMAKE_MATCH_1}) - else() - # User didn't explicitly specify PTX for the concrete BIN, we assume PTX=BIN - list(APPEND __nvcc_flags -gencode arch=compute_${__arch},code=sm_${__arch}) - list(APPEND __nvcc_archs_readable sm_${__arch}) - endif() - endforeach() - - # Tell NVCC to add PTX intermediate code for the specified architectures - foreach(__arch ${__cuda_arch_ptx}) - list(APPEND __nvcc_flags -gencode arch=compute_${__arch},code=compute_${__arch}) - list(APPEND __nvcc_archs_readable compute_${__arch}) - endforeach() - - string(REPLACE ";" " " __nvcc_archs_readable "${__nvcc_archs_readable}") - set(${out_variable} ${__nvcc_flags} PARENT_SCOPE) - set(${out_variable}_readable ${__nvcc_archs_readable} PARENT_SCOPE) -endfunction() - -################################################################################################ -# Short command for cuda comnpilation -# Usage: -# caffe_cuda_compile( ) -macro(caffe_cuda_compile objlist_variable) - foreach(var CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS_DEBUG) - set(${var}_backup_in_cuda_compile_ "${${var}}") - - # we remove /EHa as it generates warnings under windows - string(REPLACE "/EHa" "" ${var} "${${var}}") - - endforeach() - - if(UNIX OR APPLE) - list(APPEND CUDA_NVCC_FLAGS -Xcompiler -fPIC) - endif() - - if(APPLE) - list(APPEND CUDA_NVCC_FLAGS -Xcompiler -Wno-unused-function) - endif() - - cuda_compile(cuda_objcs ${ARGN}) - - foreach(var CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS_DEBUG) - set(${var} "${${var}_backup_in_cuda_compile_}") - unset(${var}_backup_in_cuda_compile_) - endforeach() - - set(${objlist_variable} ${cuda_objcs}) -endmacro() - -################################################################################################ -# Short command for cuDNN detection. Believe it soon will be a part of CUDA toolkit distribution. -# That's why not FindcuDNN.cmake file, but just the macro -# Usage: -# detect_cuDNN() -function(detect_cuDNN) - set(CUDNN_ROOT "" CACHE PATH "CUDNN root folder") - - find_path(CUDNN_INCLUDE cudnn.h - PATHS ${CUDNN_ROOT} $ENV{CUDNN_ROOT} ${CUDA_TOOLKIT_INCLUDE} - DOC "Path to cuDNN include directory." ) - - get_filename_component(__libpath_hist ${CUDA_CUDART_LIBRARY} PATH) - find_library(CUDNN_LIBRARY NAMES libcudnn.so # libcudnn_static.a - PATHS ${CUDNN_ROOT} $ENV{CUDNN_ROOT} ${CUDNN_INCLUDE} ${__libpath_hist} - DOC "Path to cuDNN library.") - - if(CUDNN_INCLUDE AND CUDNN_LIBRARY) - set(HAVE_CUDNN TRUE PARENT_SCOPE) - set(CUDNN_FOUND TRUE PARENT_SCOPE) - - mark_as_advanced(CUDNN_INCLUDE CUDNN_LIBRARY CUDNN_ROOT) - message(STATUS "Found cuDNN (include: ${CUDNN_INCLUDE}, library: ${CUDNN_LIBRARY})") - endif() -endfunction() - - -################################################################################################ -### Non macro section -################################################################################################ - -find_package(CUDA 5.5 QUIET) -find_cuda_helper_libs(curand) # cmake 2.8.7 compartibility which doesn't search for curand - -if(NOT CUDA_FOUND) - return() -endif() - -set(HAVE_CUDA TRUE) -message(STATUS "CUDA detected: " ${CUDA_VERSION}) -include_directories(SYSTEM ${CUDA_INCLUDE_DIRS}) -list(APPEND Caffe_LINKER_LIBS ${CUDA_CUDART_LIBRARY} - ${CUDA_curand_LIBRARY} ${CUDA_CUBLAS_LIBRARIES}) - -# cudnn detection -if(USE_CUDNN) - detect_cuDNN() - if(HAVE_CUDNN) - add_definitions(-DUSE_CUDNN) - include_directories(SYSTEM ${CUDNN_INCLUDE}) - list(APPEND Caffe_LINKER_LIBS ${CUDNN_LIBRARY}) - endif() -endif() - -# setting nvcc arch flags -caffe_select_nvcc_arch_flags(NVCC_FLAGS_EXTRA) -list(APPEND CUDA_NVCC_FLAGS ${NVCC_FLAGS_EXTRA}) -message(STATUS "Added CUDA NVCC flags for: ${NVCC_FLAGS_EXTRA_readable}") - -# Boost 1.55 workaround, see https://svn.boost.org/trac/boost/ticket/9392 or -# https://github.com/ComputationalRadiationPhysics/picongpu/blob/master/src/picongpu/CMakeLists.txt -if(Boost_VERSION EQUAL 105500) - message(STATUS "Cuda + Boost 1.55: Applying noinline work around") - # avoid warning for CMake >= 2.8.12 - set(CUDA_NVCC_FLAGS "${CUDA_NVCC_FLAGS} \"-DBOOST_NOINLINE=__attribute__((noinline))\" ") -endif() - -# disable some nvcc diagnostic that apears in boost, glog, glags, opencv, etc. -foreach(diag cc_clobber_ignored integer_sign_change useless_using_declaration set_but_not_used) - list(APPEND CUDA_NVCC_FLAGS -Xcudafe --diag_suppress=${diag}) -endforeach() - -# setting default testing device -if(NOT CUDA_TEST_DEVICE) - set(CUDA_TEST_DEVICE -1) -endif() - -mark_as_advanced(CUDA_BUILD_CUBIN CUDA_BUILD_EMULATION CUDA_VERBOSE_BUILD) -mark_as_advanced(CUDA_SDK_ROOT_DIR CUDA_SEPARABLE_COMPILATION) - -# Handle clang/libc++ issue -if(APPLE) - caffe_detect_darwin_version(OSX_VERSION) - - # OSX 10.9 and higher uses clang/libc++ by default which is incompartible with old CUDA toolkits - if(OSX_VERSION VERSION_GREATER 10.8) - # enabled by default if and only if CUDA version is less than 7.0 - caffe_option(USE_libstdcpp "Use libstdc++ instead of libc++" (CUDA_VERSION VERSION_LESS 7.0)) - endif() -endif() diff --git a/caffe-crfrnn/cmake/Dependencies.cmake b/caffe-crfrnn/cmake/Dependencies.cmake deleted file mode 100644 index 7c86dd55..00000000 --- a/caffe-crfrnn/cmake/Dependencies.cmake +++ /dev/null @@ -1,158 +0,0 @@ -# This list is required for static linking and exported to CaffeConfig.cmake -set(Caffe_LINKER_LIBS "") - -# ---[ Boost -find_package(Boost 1.46 REQUIRED COMPONENTS system thread) -include_directories(SYSTEM ${Boost_INCLUDE_DIR}) -list(APPEND Caffe_LINKER_LIBS ${Boost_LIBRARIES}) - -# ---[ Threads -find_package(Threads REQUIRED) -list(APPEND Caffe_LINKER_LIBS ${CMAKE_THREAD_LIBS_INIT}) - -# ---[ Google-glog -include("cmake/External/glog.cmake") -include_directories(SYSTEM ${GLOG_INCLUDE_DIRS}) -list(APPEND Caffe_LINKER_LIBS ${GLOG_LIBRARIES}) - -# ---[ Google-gflags -include("cmake/External/gflags.cmake") -include_directories(SYSTEM ${GFLAGS_INCLUDE_DIRS}) -list(APPEND Caffe_LINKER_LIBS ${GFLAGS_LIBRARIES}) - -# ---[ Google-protobuf -include(cmake/ProtoBuf.cmake) - -# ---[ HDF5 -find_package(HDF5 COMPONENTS HL REQUIRED) -include_directories(SYSTEM ${HDF5_INCLUDE_DIRS} ${HDF5_HL_INCLUDE_DIR}) -list(APPEND Caffe_LINKER_LIBS ${HDF5_LIBRARIES}) - -# ---[ LMDB -find_package(LMDB REQUIRED) -include_directories(SYSTEM ${LMDB_INCLUDE_DIR}) -list(APPEND Caffe_LINKER_LIBS ${LMDB_LIBRARIES}) - -# ---[ LevelDB -find_package(LevelDB REQUIRED) -include_directories(SYSTEM ${LevelDB_INCLUDE}) -list(APPEND Caffe_LINKER_LIBS ${LevelDB_LIBRARIES}) - -# ---[ Snappy -find_package(Snappy REQUIRED) -include_directories(SYSTEM ${Snappy_INCLUDE_DIR}) -list(APPEND Caffe_LINKER_LIBS ${Snappy_LIBRARIES}) - -# ---[ CUDA -include(cmake/Cuda.cmake) -if(NOT HAVE_CUDA) - if(CPU_ONLY) - message("-- CUDA is disabled. Building without it...") - else() - message("-- CUDA is not detected by cmake. Building without it...") - endif() - - # TODO: remove this not cross platform define in future. Use caffe_config.h instead. - add_definitions(-DCPU_ONLY) -endif() - -# ---[ OpenCV -find_package(OpenCV QUIET COMPONENTS core highgui imgproc imgcodecs) -if(NOT OpenCV_FOUND) # if not OpenCV 3.x, then imgcodecs are not found - find_package(OpenCV REQUIRED COMPONENTS core highgui imgproc) -endif() -include_directories(SYSTEM ${OpenCV_INCLUDE_DIRS}) -list(APPEND Caffe_LINKER_LIBS ${OpenCV_LIBS}) -message(STATUS "OpenCV found (${OpenCV_CONFIG_PATH})") - -# ---[ BLAS -if(NOT APPLE) - set(BLAS "Atlas" CACHE STRING "Selected BLAS library") - set_property(CACHE BLAS PROPERTY STRINGS "Atlas;Open;MKL") - - if(BLAS STREQUAL "Atlas" OR BLAS STREQUAL "atlas") - find_package(Atlas REQUIRED) - include_directories(SYSTEM ${Atlas_INCLUDE_DIR}) - list(APPEND Caffe_LINKER_LIBS ${Atlas_LIBRARIES}) - elseif(BLAS STREQUAL "Open" OR BLAS STREQUAL "open") - find_package(OpenBLAS REQUIRED) - include_directories(SYSTEM ${OpenBLAS_INCLUDE_DIR}) - list(APPEND Caffe_LINKER_LIBS ${OpenBLAS_LIB}) - elseif(BLAS STREQUAL "MKL" OR BLAS STREQUAL "mkl") - find_package(MKL REQUIRED) - include_directories(SYSTEM ${MKL_INCLUDE_DIR}) - list(APPEND Caffe_LINKER_LIBS ${MKL_LIBRARIES}) - add_definitions(-DUSE_MKL) - endif() -elseif(APPLE) - find_package(vecLib REQUIRED) - include_directories(SYSTEM ${vecLib_INCLUDE_DIR}) - list(APPEND Caffe_LINKER_LIBS ${vecLib_LINKER_LIBS}) -endif() - -# ---[ Python -if(BUILD_python) - if(NOT "${python_version}" VERSION_LESS "3.0.0") - # use python3 - find_package(PythonInterp 3.0) - find_package(PythonLibs 3.0) - find_package(NumPy 1.7.1) - # Find the matching boost python implementation - set(version ${PYTHONLIBS_VERSION_STRING}) - - STRING( REPLACE "." "" boost_py_version ${version} ) - find_package(Boost 1.46 COMPONENTS "python-py${boost_py_version}") - set(Boost_PYTHON_FOUND ${Boost_PYTHON-PY${boost_py_version}_FOUND}) - - while(NOT "${version}" STREQUAL "" AND NOT Boost_PYTHON_FOUND) - STRING( REGEX REPLACE "([0-9.]+).[0-9]+" "\\1" version ${version} ) - - STRING( REPLACE "." "" boost_py_version ${version} ) - find_package(Boost 1.46 COMPONENTS "python-py${boost_py_version}") - set(Boost_PYTHON_FOUND ${Boost_PYTHON-PY${boost_py_version}_FOUND}) - - STRING( REGEX MATCHALL "([0-9.]+).[0-9]+" has_more_version ${version} ) - if("${has_more_version}" STREQUAL "") - break() - endif() - endwhile() - if(NOT Boost_PYTHON_FOUND) - find_package(Boost 1.46 COMPONENTS python) - endif() - else() - # disable Python 3 search - find_package(PythonInterp 2.7) - find_package(PythonLibs 2.7) - find_package(NumPy 1.7.1) - find_package(Boost 1.46 COMPONENTS python) - endif() - if(PYTHONLIBS_FOUND AND NUMPY_FOUND AND Boost_PYTHON_FOUND) - set(HAVE_PYTHON TRUE) - if(BUILD_python_layer) - add_definitions(-DWITH_PYTHON_LAYER) - include_directories(SYSTEM ${PYTHON_INCLUDE_DIRS} ${NUMPY_INCLUDE_DIR} ${Boost_INCLUDE_DIRS}) - list(APPEND Caffe_LINKER_LIBS ${PYTHON_LIBRARIES} ${Boost_LIBRARIES}) - endif() - endif() -endif() - -# ---[ Matlab -if(BUILD_matlab) - find_package(MatlabMex) - if(MATLABMEX_FOUND) - set(HAVE_MATLAB TRUE) - endif() - - # sudo apt-get install liboctave-dev - find_program(Octave_compiler NAMES mkoctfile DOC "Octave C++ compiler") - - if(HAVE_MATLAB AND Octave_compiler) - set(Matlab_build_mex_using "Matlab" CACHE STRING "Select Matlab or Octave if both detected") - set_property(CACHE Matlab_build_mex_using PROPERTY STRINGS "Matlab;Octave") - endif() -endif() - -# ---[ Doxygen -if(BUILD_docs) - find_package(Doxygen) -endif() diff --git a/caffe-crfrnn/cmake/External/gflags.cmake b/caffe-crfrnn/cmake/External/gflags.cmake deleted file mode 100644 index e3dba04f..00000000 --- a/caffe-crfrnn/cmake/External/gflags.cmake +++ /dev/null @@ -1,56 +0,0 @@ -if (NOT __GFLAGS_INCLUDED) # guard against multiple includes - set(__GFLAGS_INCLUDED TRUE) - - # use the system-wide gflags if present - find_package(GFlags) - if (GFLAGS_FOUND) - set(GFLAGS_EXTERNAL FALSE) - else() - # gflags will use pthreads if it's available in the system, so we must link with it - find_package(Threads) - - # build directory - set(gflags_PREFIX ${CMAKE_BINARY_DIR}/external/gflags-prefix) - # install directory - set(gflags_INSTALL ${CMAKE_BINARY_DIR}/external/gflags-install) - - # we build gflags statically, but want to link it into the caffe shared library - # this requires position-independent code - if (UNIX) - set(GFLAGS_EXTRA_COMPILER_FLAGS "-fPIC") - endif() - - set(GFLAGS_CXX_FLAGS ${CMAKE_CXX_FLAGS} ${GFLAGS_EXTRA_COMPILER_FLAGS}) - set(GFLAGS_C_FLAGS ${CMAKE_C_FLAGS} ${GFLAGS_EXTRA_COMPILER_FLAGS}) - - ExternalProject_Add(gflags - PREFIX ${gflags_PREFIX} - GIT_REPOSITORY "https://github.com/gflags/gflags.git" - GIT_TAG "v2.1.2" - UPDATE_COMMAND "" - INSTALL_DIR ${gflags_INSTALL} - CMAKE_ARGS -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} - -DCMAKE_INSTALL_PREFIX=${gflags_INSTALL} - -DBUILD_SHARED_LIBS=OFF - -DBUILD_STATIC_LIBS=ON - -DBUILD_PACKAGING=OFF - -DBUILD_TESTING=OFF - -DBUILD_NC_TESTS=OFF - -BUILD_CONFIG_TESTS=OFF - -DINSTALL_HEADERS=ON - -DCMAKE_C_FLAGS=${GFLAGS_C_FLAGS} - -DCMAKE_CXX_FLAGS=${GFLAGS_CXX_FLAGS} - LOG_DOWNLOAD 1 - LOG_INSTALL 1 - ) - - set(GFLAGS_FOUND TRUE) - set(GFLAGS_INCLUDE_DIRS ${gflags_INSTALL}/include) - set(GFLAGS_LIBRARIES ${gflags_INSTALL}/lib/libgflags.a ${CMAKE_THREAD_LIBS_INIT}) - set(GFLAGS_LIBRARY_DIRS ${gflags_INSTALL}/lib) - set(GFLAGS_EXTERNAL TRUE) - - list(APPEND external_project_dependencies gflags) - endif() - -endif() diff --git a/caffe-crfrnn/cmake/External/glog.cmake b/caffe-crfrnn/cmake/External/glog.cmake deleted file mode 100644 index a44672f2..00000000 --- a/caffe-crfrnn/cmake/External/glog.cmake +++ /dev/null @@ -1,56 +0,0 @@ -# glog depends on gflags -include("cmake/External/gflags.cmake") - -if (NOT __GLOG_INCLUDED) - set(__GLOG_INCLUDED TRUE) - - # try the system-wide glog first - find_package(Glog) - if (GLOG_FOUND) - set(GLOG_EXTERNAL FALSE) - else() - # fetch and build glog from github - - # build directory - set(glog_PREFIX ${CMAKE_BINARY_DIR}/external/glog-prefix) - # install directory - set(glog_INSTALL ${CMAKE_BINARY_DIR}/external/glog-install) - - # we build glog statically, but want to link it into the caffe shared library - # this requires position-independent code - if (UNIX) - set(GLOG_EXTRA_COMPILER_FLAGS "-fPIC") - endif() - - set(GLOG_CXX_FLAGS ${CMAKE_CXX_FLAGS} ${GLOG_EXTRA_COMPILER_FLAGS}) - set(GLOG_C_FLAGS ${CMAKE_C_FLAGS} ${GLOG_EXTRA_COMPILER_FLAGS}) - - # depend on gflags if we're also building it - if (GFLAGS_EXTERNAL) - set(GLOG_DEPENDS gflags) - endif() - - ExternalProject_Add(glog - DEPENDS ${GLOG_DEPENDS} - PREFIX ${glog_PREFIX} - GIT_REPOSITORY "https://github.com/google/glog" - GIT_TAG "v0.3.4" - UPDATE_COMMAND "" - INSTALL_DIR ${gflags_INSTALL} - CONFIGURE_COMMAND env "CFLAGS=${GLOG_C_FLAGS}" "CXXFLAGS=${GLOG_CXX_FLAGS}" ${glog_PREFIX}/src/glog/configure --prefix=${glog_INSTALL} --enable-shared=no --enable-static=yes --with-gflags=${GFLAGS_LIBRARY_DIRS}/.. - LOG_DOWNLOAD 1 - LOG_CONFIGURE 1 - LOG_INSTALL 1 - ) - - set(GLOG_FOUND TRUE) - set(GLOG_INCLUDE_DIRS ${glog_INSTALL}/include) - set(GLOG_LIBRARIES ${GFLAGS_LIBRARIES} ${glog_INSTALL}/lib/libglog.a) - set(GLOG_LIBRARY_DIRS ${glog_INSTALL}/lib) - set(GLOG_EXTERNAL TRUE) - - list(APPEND external_project_dependencies glog) - endif() - -endif() - diff --git a/caffe-crfrnn/cmake/Misc.cmake b/caffe-crfrnn/cmake/Misc.cmake deleted file mode 100644 index 9dd2609b..00000000 --- a/caffe-crfrnn/cmake/Misc.cmake +++ /dev/null @@ -1,52 +0,0 @@ -# ---[ Configuration types -set(CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "Possible configurations" FORCE) -mark_as_advanced(CMAKE_CONFIGURATION_TYPES) - -if(DEFINED CMAKE_BUILD_TYPE) - set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS ${CMAKE_CONFIGURATION_TYPES}) -endif() - -# --[ If user doesn't specify build type then assume release -if("${CMAKE_BUILD_TYPE}" STREQUAL "") - set(CMAKE_BUILD_TYPE Release) -endif() - -if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") - set(CMAKE_COMPILER_IS_CLANGXX TRUE) -endif() - -# ---[ Solution folders -caffe_option(USE_PROJECT_FOLDERS "IDE Solution folders" (MSVC_IDE OR CMAKE_GENERATOR MATCHES Xcode) ) - -if(USE_PROJECT_FOLDERS) - set_property(GLOBAL PROPERTY USE_FOLDERS ON) - set_property(GLOBAL PROPERTY PREDEFINED_TARGETS_FOLDER "CMakeTargets") -endif() - -# ---[ Install options -if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) - set(CMAKE_INSTALL_PREFIX "${PROJECT_BINARY_DIR}/install" CACHE PATH "Default install path" FORCE) -endif() - -# ---[ RPATH settings -set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE CACHE BOOLEAN "Use link paths for shared library rpath") -set(CMAKE_MACOSX_RPATH TRUE) - -list(FIND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES ${CMAKE_INSTALL_PREFIX}/lib __is_systtem_dir) -if(${__is_systtem_dir} STREQUAL -1) - set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/lib) -endif() - -# ---[ Funny target -if(UNIX OR APPLE) - add_custom_target(symlink_to_build COMMAND "ln" "-sf" "${PROJECT_BINARY_DIR}" "${PROJECT_SOURCE_DIR}/build" - COMMENT "Adding symlink: /build -> ${PROJECT_BINARY_DIR}" ) -endif() - -# ---[ Set debug postfix -set(Caffe_DEBUG_POSTFIX "-d") - -set(Caffe_POSTFIX "") -if(CMAKE_BUILD_TYPE MATCHES "Debug") - set(Caffe_POSTFIX ${Caffe_DEBUG_POSTFIX}) -endif() diff --git a/caffe-crfrnn/cmake/Modules/FindAtlas.cmake b/caffe-crfrnn/cmake/Modules/FindAtlas.cmake deleted file mode 100644 index 6e156435..00000000 --- a/caffe-crfrnn/cmake/Modules/FindAtlas.cmake +++ /dev/null @@ -1,52 +0,0 @@ -# Find the Atlas (and Lapack) libraries -# -# The following variables are optionally searched for defaults -# Atlas_ROOT_DIR: Base directory where all Atlas components are found -# -# The following are set after configuration is done: -# Atlas_FOUND -# Atlas_INCLUDE_DIRS -# Atlas_LIBRARIES -# Atlas_LIBRARYRARY_DIRS - -set(Atlas_INCLUDE_SEARCH_PATHS - /usr/include/atlas - /usr/include/atlas-base - $ENV{Atlas_ROOT_DIR} - $ENV{Atlas_ROOT_DIR}/include -) - -set(Atlas_LIB_SEARCH_PATHS - /usr/lib/atlas - /usr/lib/atlas-base - $ENV{Atlas_ROOT_DIR} - $ENV{Atlas_ROOT_DIR}/lib -) - -find_path(Atlas_CBLAS_INCLUDE_DIR NAMES cblas.h PATHS ${Atlas_INCLUDE_SEARCH_PATHS}) -find_path(Atlas_CLAPACK_INCLUDE_DIR NAMES clapack.h PATHS ${Atlas_INCLUDE_SEARCH_PATHS}) - -find_library(Atlas_CBLAS_LIBRARY NAMES ptcblas_r ptcblas cblas_r cblas PATHS ${Atlas_LIB_SEARCH_PATHS}) -find_library(Atlas_BLAS_LIBRARY NAMES atlas_r atlas PATHS ${Atlas_LIB_SEARCH_PATHS}) -find_library(Atlas_LAPACK_LIBRARY NAMES alapack_r alapack lapack_atlas PATHS ${Atlas_LIB_SEARCH_PATHS}) - -set(LOOKED_FOR - Atlas_CBLAS_INCLUDE_DIR - Atlas_CLAPACK_INCLUDE_DIR - - Atlas_CBLAS_LIBRARY - Atlas_BLAS_LIBRARY - Atlas_LAPACK_LIBRARY -) - -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(Atlas DEFAULT_MSG ${LOOKED_FOR}) - -if(ATLAS_FOUND) - set(Atlas_INCLUDE_DIR ${Atlas_CBLAS_INCLUDE_DIR} ${Atlas_CLAPACK_INCLUDE_DIR}) - set(Atlas_LIBRARIES ${Atlas_LAPACK_LIBRARY} ${Atlas_CBLAS_LIBRARY} ${Atlas_BLAS_LIBRARY}) - mark_as_advanced(${LOOKED_FOR}) - - message(STATUS "Found Atlas (include: ${Atlas_CBLAS_INCLUDE_DIR}, library: ${Atlas_BLAS_LIBRARY})") -endif(ATLAS_FOUND) - diff --git a/caffe-crfrnn/cmake/Modules/FindGFlags.cmake b/caffe-crfrnn/cmake/Modules/FindGFlags.cmake deleted file mode 100644 index 29b60f05..00000000 --- a/caffe-crfrnn/cmake/Modules/FindGFlags.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# - Try to find GFLAGS -# -# The following variables are optionally searched for defaults -# GFLAGS_ROOT_DIR: Base directory where all GFLAGS components are found -# -# The following are set after configuration is done: -# GFLAGS_FOUND -# GFLAGS_INCLUDE_DIRS -# GFLAGS_LIBRARIES -# GFLAGS_LIBRARYRARY_DIRS - -include(FindPackageHandleStandardArgs) - -set(GFLAGS_ROOT_DIR "" CACHE PATH "Folder contains Gflags") - -# We are testing only a couple of files in the include directories -if(WIN32) - find_path(GFLAGS_INCLUDE_DIR gflags/gflags.h - PATHS ${GFLAGS_ROOT_DIR}/src/windows) -else() - find_path(GFLAGS_INCLUDE_DIR gflags/gflags.h - PATHS ${GFLAGS_ROOT_DIR}) -endif() - -if(MSVC) - find_library(GFLAGS_LIBRARY_RELEASE - NAMES libgflags - PATHS ${GFLAGS_ROOT_DIR} - PATH_SUFFIXES Release) - - find_library(GFLAGS_LIBRARY_DEBUG - NAMES libgflags-debug - PATHS ${GFLAGS_ROOT_DIR} - PATH_SUFFIXES Debug) - - set(GFLAGS_LIBRARY optimized ${GFLAGS_LIBRARY_RELEASE} debug ${GFLAGS_LIBRARY_DEBUG}) -else() - find_library(GFLAGS_LIBRARY gflags) -endif() - -find_package_handle_standard_args(GFlags DEFAULT_MSG GFLAGS_INCLUDE_DIR GFLAGS_LIBRARY) - - -if(GFLAGS_FOUND) - set(GFLAGS_INCLUDE_DIRS ${GFLAGS_INCLUDE_DIR}) - set(GFLAGS_LIBRARIES ${GFLAGS_LIBRARY}) - message(STATUS "Found gflags (include: ${GFLAGS_INCLUDE_DIR}, library: ${GFLAGS_LIBRARY})") - mark_as_advanced(GFLAGS_LIBRARY_DEBUG GFLAGS_LIBRARY_RELEASE - GFLAGS_LIBRARY GFLAGS_INCLUDE_DIR GFLAGS_ROOT_DIR) -endif() diff --git a/caffe-crfrnn/cmake/Modules/FindGlog.cmake b/caffe-crfrnn/cmake/Modules/FindGlog.cmake deleted file mode 100644 index 99abbe47..00000000 --- a/caffe-crfrnn/cmake/Modules/FindGlog.cmake +++ /dev/null @@ -1,48 +0,0 @@ -# - Try to find Glog -# -# The following variables are optionally searched for defaults -# GLOG_ROOT_DIR: Base directory where all GLOG components are found -# -# The following are set after configuration is done: -# GLOG_FOUND -# GLOG_INCLUDE_DIRS -# GLOG_LIBRARIES -# GLOG_LIBRARYRARY_DIRS - -include(FindPackageHandleStandardArgs) - -set(GLOG_ROOT_DIR "" CACHE PATH "Folder contains Google glog") - -if(WIN32) - find_path(GLOG_INCLUDE_DIR glog/logging.h - PATHS ${GLOG_ROOT_DIR}/src/windows) -else() - find_path(GLOG_INCLUDE_DIR glog/logging.h - PATHS ${GLOG_ROOT_DIR}) -endif() - -if(MSVC) - find_library(GLOG_LIBRARY_RELEASE libglog_static - PATHS ${GLOG_ROOT_DIR} - PATH_SUFFIXES Release) - - find_library(GLOG_LIBRARY_DEBUG libglog_static - PATHS ${GLOG_ROOT_DIR} - PATH_SUFFIXES Debug) - - set(GLOG_LIBRARY optimized ${GLOG_LIBRARY_RELEASE} debug ${GLOG_LIBRARY_DEBUG}) -else() - find_library(GLOG_LIBRARY glog - PATHS ${GLOG_ROOT_DIR} - PATH_SUFFIXES lib lib64) -endif() - -find_package_handle_standard_args(Glog DEFAULT_MSG GLOG_INCLUDE_DIR GLOG_LIBRARY) - -if(GLOG_FOUND) - set(GLOG_INCLUDE_DIRS ${GLOG_INCLUDE_DIR}) - set(GLOG_LIBRARIES ${GLOG_LIBRARY}) - message(STATUS "Found glog (include: ${GLOG_INCLUDE_DIR}, library: ${GLOG_LIBRARY})") - mark_as_advanced(GLOG_ROOT_DIR GLOG_LIBRARY_RELEASE GLOG_LIBRARY_DEBUG - GLOG_LIBRARY GLOG_INCLUDE_DIR) -endif() diff --git a/caffe-crfrnn/cmake/Modules/FindLAPACK.cmake b/caffe-crfrnn/cmake/Modules/FindLAPACK.cmake deleted file mode 100644 index 9641c45d..00000000 --- a/caffe-crfrnn/cmake/Modules/FindLAPACK.cmake +++ /dev/null @@ -1,190 +0,0 @@ -# - Find LAPACK library -# This module finds an installed fortran library that implements the LAPACK -# linear-algebra interface (see http://www.netlib.org/lapack/). -# -# The approach follows that taken for the autoconf macro file, acx_lapack.m4 -# (distributed at http://ac-archive.sourceforge.net/ac-archive/acx_lapack.html). -# -# This module sets the following variables: -# LAPACK_FOUND - set to true if a library implementing the LAPACK interface is found -# LAPACK_LIBRARIES - list of libraries (using full path name) for LAPACK - -# Note: I do not think it is a good idea to mixup different BLAS/LAPACK versions -# Hence, this script wants to find a Lapack library matching your Blas library - -# Do nothing if LAPACK was found before -IF(NOT LAPACK_FOUND) - -SET(LAPACK_LIBRARIES) -SET(LAPACK_INFO) - -IF(LAPACK_FIND_QUIETLY OR NOT LAPACK_FIND_REQUIRED) - FIND_PACKAGE(BLAS) -ELSE(LAPACK_FIND_QUIETLY OR NOT LAPACK_FIND_REQUIRED) - FIND_PACKAGE(BLAS REQUIRED) -ENDIF(LAPACK_FIND_QUIETLY OR NOT LAPACK_FIND_REQUIRED) - -# Old search lapack script -include(CheckFortranFunctionExists) - -macro(Check_Lapack_Libraries LIBRARIES _prefix _name _flags _list _blas) - # This macro checks for the existence of the combination of fortran libraries - # given by _list. If the combination is found, this macro checks (using the - # Check_Fortran_Function_Exists macro) whether can link against that library - # combination using the name of a routine given by _name using the linker - # flags given by _flags. If the combination of libraries is found and passes - # the link test, LIBRARIES is set to the list of complete library paths that - # have been found. Otherwise, LIBRARIES is set to FALSE. - # N.B. _prefix is the prefix applied to the names of all cached variables that - # are generated internally and marked advanced by this macro. - set(_libraries_work TRUE) - set(${LIBRARIES}) - set(_combined_name) - foreach(_library ${_list}) - set(_combined_name ${_combined_name}_${_library}) - if(_libraries_work) - if (WIN32) - find_library(${_prefix}_${_library}_LIBRARY - NAMES ${_library} PATHS ENV LIB PATHS ENV PATH) - else (WIN32) - if(APPLE) - find_library(${_prefix}_${_library}_LIBRARY - NAMES ${_library} - PATHS /usr/local/lib /usr/lib /usr/local/lib64 /usr/lib64 - ENV DYLD_LIBRARY_PATH) - else(APPLE) - find_library(${_prefix}_${_library}_LIBRARY - NAMES ${_library} - PATHS /usr/local/lib /usr/lib /usr/local/lib64 /usr/lib64 - ENV LD_LIBRARY_PATH) - endif(APPLE) - endif(WIN32) - mark_as_advanced(${_prefix}_${_library}_LIBRARY) - set(${LIBRARIES} ${${LIBRARIES}} ${${_prefix}_${_library}_LIBRARY}) - set(_libraries_work ${${_prefix}_${_library}_LIBRARY}) - endif(_libraries_work) - endforeach(_library ${_list}) - if(_libraries_work) - # Test this combination of libraries. - set(CMAKE_REQUIRED_LIBRARIES ${_flags} ${${LIBRARIES}} ${_blas}) - if (CMAKE_Fortran_COMPILER_WORKS) - check_fortran_function_exists(${_name} ${_prefix}${_combined_name}_WORKS) - else (CMAKE_Fortran_COMPILER_WORKS) - check_function_exists("${_name}_" ${_prefix}${_combined_name}_WORKS) - endif (CMAKE_Fortran_COMPILER_WORKS) - set(CMAKE_REQUIRED_LIBRARIES) - mark_as_advanced(${_prefix}${_combined_name}_WORKS) - set(_libraries_work ${${_prefix}${_combined_name}_WORKS}) - endif(_libraries_work) - if(NOT _libraries_work) - set(${LIBRARIES} FALSE) - endif(NOT _libraries_work) -endmacro(Check_Lapack_Libraries) - - -if(BLAS_FOUND) - - # Intel MKL - IF((NOT LAPACK_INFO) AND (BLAS_INFO STREQUAL "mkl")) - IF(MKL_LAPACK_LIBRARIES) - SET(LAPACK_LIBRARIES ${MKL_LAPACK_LIBRARIES} ${MKL_LIBRARIES}) - ELSE(MKL_LAPACK_LIBRARIES) - SET(LAPACK_LIBRARIES ${MKL_LIBRARIES}) - ENDIF(MKL_LAPACK_LIBRARIES) - SET(LAPACK_INCLUDE_DIR ${MKL_INCLUDE_DIR}) - SET(LAPACK_INFO "mkl") - ENDIF() - - # OpenBlas - IF((NOT LAPACK_INFO) AND (BLAS_INFO STREQUAL "open")) - SET(CMAKE_REQUIRED_LIBRARIES ${BLAS_LIBRARIES}) - check_function_exists("cheev_" OPEN_LAPACK_WORKS) - if(OPEN_LAPACK_WORKS) - SET(LAPACK_INFO "open") - else() - message(STATUS "It seems OpenBlas has not been compiled with Lapack support") - endif() - endif() - - # GotoBlas - IF((NOT LAPACK_INFO) AND (BLAS_INFO STREQUAL "goto")) - SET(CMAKE_REQUIRED_LIBRARIES ${BLAS_LIBRARIES}) - check_function_exists("cheev_" GOTO_LAPACK_WORKS) - if(GOTO_LAPACK_WORKS) - SET(LAPACK_INFO "goto") - else() - message(STATUS "It seems GotoBlas has not been compiled with Lapack support") - endif() - endif() - - # ACML - IF((NOT LAPACK_INFO) AND (BLAS_INFO STREQUAL "acml")) - SET(CMAKE_REQUIRED_LIBRARIES ${BLAS_LIBRARIES}) - check_function_exists("cheev_" ACML_LAPACK_WORKS) - if(ACML_LAPACK_WORKS) - SET(LAPACK_INFO "acml") - else() - message(STATUS "Strangely, this ACML library does not support Lapack?!") - endif() - endif() - - # Accelerate - IF((NOT LAPACK_INFO) AND (BLAS_INFO STREQUAL "accelerate")) - SET(CMAKE_REQUIRED_LIBRARIES ${BLAS_LIBRARIES}) - check_function_exists("cheev_" ACCELERATE_LAPACK_WORKS) - if(ACCELERATE_LAPACK_WORKS) - SET(LAPACK_INFO "accelerate") - else() - message(STATUS "Strangely, this Accelerate library does not support Lapack?!") - endif() - endif() - - # vecLib - IF((NOT LAPACK_INFO) AND (BLAS_INFO STREQUAL "veclib")) - SET(CMAKE_REQUIRED_LIBRARIES ${BLAS_LIBRARIES}) - check_function_exists("cheev_" VECLIB_LAPACK_WORKS) - if(VECLIB_LAPACK_WORKS) - SET(LAPACK_INFO "veclib") - else() - message(STATUS "Strangely, this vecLib library does not support Lapack?!") - endif() - endif() - - # Generic LAPACK library? - IF((NOT LAPACK_INFO) AND (BLAS_INFO STREQUAL "generic")) - check_lapack_libraries( - LAPACK_LIBRARIES - LAPACK - cheev - "" - "lapack" - "${BLAS_LIBRARIES}" - ) - if(LAPACK_LIBRARIES) - SET(LAPACK_INFO "generic") - endif(LAPACK_LIBRARIES) - endif() - -else(BLAS_FOUND) - message(STATUS "LAPACK requires BLAS") -endif(BLAS_FOUND) - -if(LAPACK_INFO) - set(LAPACK_FOUND TRUE) -else(LAPACK_INFO) - set(LAPACK_FOUND FALSE) -endif(LAPACK_INFO) - -IF (NOT LAPACK_FOUND AND LAPACK_FIND_REQUIRED) - message(FATAL_ERROR "Cannot find a library with LAPACK API. Please specify library location.") -ENDIF (NOT LAPACK_FOUND AND LAPACK_FIND_REQUIRED) -IF(NOT LAPACK_FIND_QUIETLY) - IF(LAPACK_FOUND) - MESSAGE(STATUS "Found a library with LAPACK API. (${LAPACK_INFO})") - ELSE(LAPACK_FOUND) - MESSAGE(STATUS "Cannot find a library with LAPACK API. Not using LAPACK.") - ENDIF(LAPACK_FOUND) -ENDIF(NOT LAPACK_FIND_QUIETLY) - -# Do nothing if LAPACK was found before -ENDIF(NOT LAPACK_FOUND) diff --git a/caffe-crfrnn/cmake/Modules/FindLMDB.cmake b/caffe-crfrnn/cmake/Modules/FindLMDB.cmake deleted file mode 100644 index 8a817fd6..00000000 --- a/caffe-crfrnn/cmake/Modules/FindLMDB.cmake +++ /dev/null @@ -1,28 +0,0 @@ -# Try to find the LMBD libraries and headers -# LMDB_FOUND - system has LMDB lib -# LMDB_INCLUDE_DIR - the LMDB include directory -# LMDB_LIBRARIES - Libraries needed to use LMDB - -# FindCWD based on FindGMP by: -# Copyright (c) 2006, Laurent Montel, -# -# Redistribution and use is allowed according to the terms of the BSD license. - -# Adapted from FindCWD by: -# Copyright 2013 Conrad Steenberg -# Aug 31, 2013 - -find_path(LMDB_INCLUDE_DIR NAMES lmdb.h PATHS "$ENV{LMDB_DIR}/include") -find_library(LMDB_LIBRARIES NAMES lmdb PATHS "$ENV{LMDB_DIR}/lib" ) - -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(LMDB DEFAULT_MSG LMDB_INCLUDE_DIR LMDB_LIBRARIES) - -if(LMDB_FOUND) - message(STATUS "Found lmdb (include: ${LMDB_INCLUDE_DIR}, library: ${LMDB_LIBRARIES})") - mark_as_advanced(LMDB_INCLUDE_DIR LMDB_LIBRARIES) - - caffe_parse_header(${LMDB_INCLUDE_DIR}/lmdb.h - LMDB_VERSION_LINES MDB_VERSION_MAJOR MDB_VERSION_MINOR MDB_VERSION_PATCH) - set(LMDB_VERSION "${MDB_VERSION_MAJOR}.${MDB_VERSION_MINOR}.${MDB_VERSION_PATCH}") -endif() diff --git a/caffe-crfrnn/cmake/Modules/FindLevelDB.cmake b/caffe-crfrnn/cmake/Modules/FindLevelDB.cmake deleted file mode 100644 index 97f08ac9..00000000 --- a/caffe-crfrnn/cmake/Modules/FindLevelDB.cmake +++ /dev/null @@ -1,44 +0,0 @@ -# - Find LevelDB -# -# LevelDB_INCLUDES - List of LevelDB includes -# LevelDB_LIBRARIES - List of libraries when using LevelDB. -# LevelDB_FOUND - True if LevelDB found. - -# Look for the header file. -find_path(LevelDB_INCLUDE NAMES leveldb/db.h - PATHS $ENV{LEVELDB_ROOT}/include /opt/local/include /usr/local/include /usr/include - DOC "Path in which the file leveldb/db.h is located." ) - -# Look for the library. -find_library(LevelDB_LIBRARY NAMES leveldb - PATHS /usr/lib $ENV{LEVELDB_ROOT}/lib - DOC "Path to leveldb library." ) - -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(LevelDB DEFAULT_MSG LevelDB_INCLUDE LevelDB_LIBRARY) - -if(LEVELDB_FOUND) - message(STATUS "Found LevelDB (include: ${LevelDB_INCLUDE}, library: ${LevelDB_LIBRARY})") - set(LevelDB_INCLUDES ${LevelDB_INCLUDE}) - set(LevelDB_LIBRARIES ${LevelDB_LIBRARY}) - mark_as_advanced(LevelDB_INCLUDE LevelDB_LIBRARY) - - if(EXISTS "${LevelDB_INCLUDE}/leveldb/db.h") - file(STRINGS "${LevelDB_INCLUDE}/leveldb/db.h" __version_lines - REGEX "static const int k[^V]+Version[ \t]+=[ \t]+[0-9]+;") - - foreach(__line ${__version_lines}) - if(__line MATCHES "[^k]+kMajorVersion[ \t]+=[ \t]+([0-9]+);") - set(LEVELDB_VERSION_MAJOR ${CMAKE_MATCH_1}) - elseif(__line MATCHES "[^k]+kMinorVersion[ \t]+=[ \t]+([0-9]+);") - set(LEVELDB_VERSION_MINOR ${CMAKE_MATCH_1}) - endif() - endforeach() - - if(LEVELDB_VERSION_MAJOR AND LEVELDB_VERSION_MINOR) - set(LEVELDB_VERSION "${LEVELDB_VERSION_MAJOR}.${LEVELDB_VERSION_MINOR}") - endif() - - caffe_clear_vars(__line __version_lines) - endif() -endif() diff --git a/caffe-crfrnn/cmake/Modules/FindMKL.cmake b/caffe-crfrnn/cmake/Modules/FindMKL.cmake deleted file mode 100644 index d2012db5..00000000 --- a/caffe-crfrnn/cmake/Modules/FindMKL.cmake +++ /dev/null @@ -1,110 +0,0 @@ -# Find the MKL libraries -# -# Options: -# -# MKL_USE_SINGLE_DYNAMIC_LIBRARY : use single dynamic library interface -# MKL_USE_STATIC_LIBS : use static libraries -# MKL_MULTI_THREADED : use multi-threading -# -# This module defines the following variables: -# -# MKL_FOUND : True mkl is found -# MKL_INCLUDE_DIR : unclude directory -# MKL_LIBRARIES : the libraries to link against. - - -# ---[ Options -caffe_option(MKL_USE_SINGLE_DYNAMIC_LIBRARY "Use single dynamic library interface" ON) -caffe_option(MKL_USE_STATIC_LIBS "Use static libraries" OFF IF NOT MKL_USE_SINGLE_DYNAMIC_LIBRARY) -caffe_option(MKL_MULTI_THREADED "Use multi-threading" ON IF NOT MKL_USE_SINGLE_DYNAMIC_LIBRARY) - -# ---[ Root folders -set(INTEL_ROOT "/opt/intel" CACHE PATH "Folder contains intel libs") -find_path(MKL_ROOT include/mkl.h PATHS $ENV{MKL_ROOT} ${INTEL_ROOT}/mkl - DOC "Folder contains MKL") - -# ---[ Find include dir -find_path(MKL_INCLUDE_DIR mkl.h PATHS ${MKL_ROOT} PATH_SUFFIXES include) -set(__looked_for MKL_INCLUDE_DIR) - -# ---[ Find libraries -if(CMAKE_SIZEOF_VOID_P EQUAL 4) - set(__path_suffixes lib lib/ia32) -else() - set(__path_suffixes lib lib/intel64) -endif() - -set(__mkl_libs "") -if(MKL_USE_SINGLE_DYNAMIC_LIBRARY) - list(APPEND __mkl_libs rt) -else() - if(CMAKE_SIZEOF_VOID_P EQUAL 4) - if(WIN32) - list(APPEND __mkl_libs intel_c) - else() - list(APPEND __mkl_libs intel gf) - endif() - else() - list(APPEND __mkl_libs intel_lp64 gf_lp64) - endif() - - if(MKL_MULTI_THREADED) - list(APPEND __mkl_libs intel_thread) - else() - list(APPEND __mkl_libs sequential) - endif() - - list(APPEND __mkl_libs core cdft_core) -endif() - - -foreach (__lib ${__mkl_libs}) - set(__mkl_lib "mkl_${__lib}") - string(TOUPPER ${__mkl_lib} __mkl_lib_upper) - - if(MKL_USE_STATIC_LIBS) - set(__mkl_lib "lib${__mkl_lib}.a") - endif() - - find_library(${__mkl_lib_upper}_LIBRARY - NAMES ${__mkl_lib} - PATHS ${MKL_ROOT} "${MKL_INCLUDE_DIR}/.." - PATH_SUFFIXES ${__path_suffixes} - DOC "The path to Intel(R) MKL ${__mkl_lib} library") - mark_as_advanced(${__mkl_lib_upper}_LIBRARY) - - list(APPEND __looked_for ${__mkl_lib_upper}_LIBRARY) - list(APPEND MKL_LIBRARIES ${${__mkl_lib_upper}_LIBRARY}) -endforeach() - - -if(NOT MKL_USE_SINGLE_DYNAMIC_LIBRARY) - if (MKL_USE_STATIC_LIBS) - set(__iomp5_libs iomp5 libiomp5mt.lib) - else() - set(__iomp5_libs iomp5 libiomp5md.lib) - endif() - - if(WIN32) - find_path(INTEL_INCLUDE_DIR omp.h PATHS ${INTEL_ROOT} PATH_SUFFIXES include) - list(APPEND __looked_for INTEL_INCLUDE_DIR) - endif() - - find_library(MKL_RTL_LIBRARY ${__iomp5_libs} - PATHS ${INTEL_RTL_ROOT} ${INTEL_ROOT}/compiler ${MKL_ROOT}/.. ${MKL_ROOT}/../compiler - PATH_SUFFIXES ${__path_suffixes} - DOC "Path to Path to OpenMP runtime library") - - list(APPEND __looked_for MKL_RTL_LIBRARY) - list(APPEND MKL_LIBRARIES ${MKL_RTL_LIBRARY}) -endif() - - -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(MKL DEFAULT_MSG ${__looked_for}) - -if(MKL_FOUND) - message(STATUS "Found MKL (include: ${MKL_INCLUDE_DIR}, lib: ${MKL_LIBRARIES}") -endif() - -caffe_clear_vars(__looked_for __mkl_libs __path_suffixes __lib_suffix __iomp5_libs) diff --git a/caffe-crfrnn/cmake/Modules/FindMatlabMex.cmake b/caffe-crfrnn/cmake/Modules/FindMatlabMex.cmake deleted file mode 100644 index 28ae65e7..00000000 --- a/caffe-crfrnn/cmake/Modules/FindMatlabMex.cmake +++ /dev/null @@ -1,48 +0,0 @@ -# This module looks for MatlabMex compiler -# Defines variables: -# Matlab_DIR - Matlab root dir -# Matlab_mex - path to mex compiler -# Matlab_mexext - path to mexext - -if(MSVC) - foreach(__ver "9.30" "7.14" "7.11" "7.10" "7.9" "7.8" "7.7") - get_filename_component(__matlab_root "[HKEY_LOCAL_MACHINE\\SOFTWARE\\MathWorks\\MATLAB\\${__ver};MATLABROOT]" ABSOLUTE) - if(__matlab_root) - break() - endif() - endforeach() -endif() - -if(APPLE) - foreach(__ver "R2014b" "R2014a" "R2013b" "R2013a" "R2012b" "R2012a" "R2011b" "R2011a" "R2010b" "R2010a") - if(EXISTS /Applications/MATLAB_${__ver}.app) - set(__matlab_root /Applications/MATLAB_${__ver}.app) - break() - endif() - endforeach() -endif() - -if(UNIX) - execute_process(COMMAND which matlab OUTPUT_STRIP_TRAILING_WHITESPACE - OUTPUT_VARIABLE __out RESULT_VARIABLE __res) - - if(__res MATCHES 0) # Suppress `readlink` warning if `which` returned nothing - execute_process(COMMAND which matlab COMMAND xargs readlink - COMMAND xargs dirname COMMAND xargs dirname COMMAND xargs echo -n - OUTPUT_VARIABLE __matlab_root OUTPUT_STRIP_TRAILING_WHITESPACE) - endif() -endif() - - -find_path(Matlab_DIR NAMES bin/mex bin/mexext PATHS ${__matlab_root} - DOC "Matlab directory" NO_DEFAULT_PATH) - -find_program(Matlab_mex NAMES mex mex.bat HINTS ${Matlab_DIR} PATH_SUFFIXES bin NO_DEFAULT_PATH) -find_program(Matlab_mexext NAMES mexext mexext.bat HINTS ${Matlab_DIR} PATH_SUFFIXES bin NO_DEFAULT_PATH) - -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(MatlabMex DEFAULT_MSG Matlab_mex Matlab_mexext) - -if(MATLABMEX_FOUND) - mark_as_advanced(Matlab_mex Matlab_mexext) -endif() diff --git a/caffe-crfrnn/cmake/Modules/FindNumPy.cmake b/caffe-crfrnn/cmake/Modules/FindNumPy.cmake deleted file mode 100644 index a671494c..00000000 --- a/caffe-crfrnn/cmake/Modules/FindNumPy.cmake +++ /dev/null @@ -1,58 +0,0 @@ -# - Find the NumPy libraries -# This module finds if NumPy is installed, and sets the following variables -# indicating where it is. -# -# TODO: Update to provide the libraries and paths for linking npymath lib. -# -# NUMPY_FOUND - was NumPy found -# NUMPY_VERSION - the version of NumPy found as a string -# NUMPY_VERSION_MAJOR - the major version number of NumPy -# NUMPY_VERSION_MINOR - the minor version number of NumPy -# NUMPY_VERSION_PATCH - the patch version number of NumPy -# NUMPY_VERSION_DECIMAL - e.g. version 1.6.1 is 10601 -# NUMPY_INCLUDE_DIR - path to the NumPy include files - -unset(NUMPY_VERSION) -unset(NUMPY_INCLUDE_DIR) - -if(PYTHONINTERP_FOUND) - execute_process(COMMAND "${PYTHON_EXECUTABLE}" "-c" - "import numpy as n; print(n.__version__); print(n.get_include());" - RESULT_VARIABLE __result - OUTPUT_VARIABLE __output - OUTPUT_STRIP_TRAILING_WHITESPACE) - - if(__result MATCHES 0) - string(REGEX REPLACE ";" "\\\\;" __values ${__output}) - string(REGEX REPLACE "\r?\n" ";" __values ${__values}) - list(GET __values 0 NUMPY_VERSION) - list(GET __values 1 NUMPY_INCLUDE_DIR) - - string(REGEX MATCH "^([0-9])+\\.([0-9])+\\.([0-9])+" __ver_check "${NUMPY_VERSION}") - if(NOT "${__ver_check}" STREQUAL "") - set(NUMPY_VERSION_MAJOR ${CMAKE_MATCH_1}) - set(NUMPY_VERSION_MINOR ${CMAKE_MATCH_2}) - set(NUMPY_VERSION_PATCH ${CMAKE_MATCH_3}) - math(EXPR NUMPY_VERSION_DECIMAL - "(${NUMPY_VERSION_MAJOR} * 10000) + (${NUMPY_VERSION_MINOR} * 100) + ${NUMPY_VERSION_PATCH}") - string(REGEX REPLACE "\\\\" "/" NUMPY_INCLUDE_DIR ${NUMPY_INCLUDE_DIR}) - else() - unset(NUMPY_VERSION) - unset(NUMPY_INCLUDE_DIR) - message(STATUS "Requested NumPy version and include path, but got instead:\n${__output}\n") - endif() - endif() -else() - message(STATUS "To find NumPy Python interpretator is required to be found.") -endif() - -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(NumPy REQUIRED_VARS NUMPY_INCLUDE_DIR NUMPY_VERSION - VERSION_VAR NUMPY_VERSION) - -if(NUMPY_FOUND) - message(STATUS "NumPy ver. ${NUMPY_VERSION} found (include: ${NUMPY_INCLUDE_DIR})") -endif() - -caffe_clear_vars(__result __output __error_value __values __ver_check __error_value) - diff --git a/caffe-crfrnn/cmake/Modules/FindOpenBLAS.cmake b/caffe-crfrnn/cmake/Modules/FindOpenBLAS.cmake deleted file mode 100644 index a6512ae7..00000000 --- a/caffe-crfrnn/cmake/Modules/FindOpenBLAS.cmake +++ /dev/null @@ -1,64 +0,0 @@ - - -SET(Open_BLAS_INCLUDE_SEARCH_PATHS - /usr/include - /usr/include/openblas - /usr/include/openblas-base - /usr/local/include - /usr/local/include/openblas - /usr/local/include/openblas-base - /opt/OpenBLAS/include - $ENV{OpenBLAS_HOME} - $ENV{OpenBLAS_HOME}/include -) - -SET(Open_BLAS_LIB_SEARCH_PATHS - /lib/ - /lib/openblas-base - /lib64/ - /usr/lib - /usr/lib/openblas-base - /usr/lib64 - /usr/local/lib - /usr/local/lib64 - /opt/OpenBLAS/lib - $ENV{OpenBLAS}cd - $ENV{OpenBLAS}/lib - $ENV{OpenBLAS_HOME} - $ENV{OpenBLAS_HOME}/lib - ) - -FIND_PATH(OpenBLAS_INCLUDE_DIR NAMES cblas.h PATHS ${Open_BLAS_INCLUDE_SEARCH_PATHS}) -FIND_LIBRARY(OpenBLAS_LIB NAMES openblas PATHS ${Open_BLAS_LIB_SEARCH_PATHS}) - -SET(OpenBLAS_FOUND ON) - -# Check include files -IF(NOT OpenBLAS_INCLUDE_DIR) - SET(OpenBLAS_FOUND OFF) - MESSAGE(STATUS "Could not find OpenBLAS include. Turning OpenBLAS_FOUND off") -ENDIF() - -# Check libraries -IF(NOT OpenBLAS_LIB) - SET(OpenBLAS_FOUND OFF) - MESSAGE(STATUS "Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off") -ENDIF() - -IF (OpenBLAS_FOUND) - IF (NOT OpenBLAS_FIND_QUIETLY) - MESSAGE(STATUS "Found OpenBLAS libraries: ${OpenBLAS_LIB}") - MESSAGE(STATUS "Found OpenBLAS include: ${OpenBLAS_INCLUDE_DIR}") - ENDIF (NOT OpenBLAS_FIND_QUIETLY) -ELSE (OpenBLAS_FOUND) - IF (OpenBLAS_FIND_REQUIRED) - MESSAGE(FATAL_ERROR "Could not find OpenBLAS") - ENDIF (OpenBLAS_FIND_REQUIRED) -ENDIF (OpenBLAS_FOUND) - -MARK_AS_ADVANCED( - OpenBLAS_INCLUDE_DIR - OpenBLAS_LIB - OpenBLAS -) - diff --git a/caffe-crfrnn/cmake/Modules/FindSnappy.cmake b/caffe-crfrnn/cmake/Modules/FindSnappy.cmake deleted file mode 100644 index eff2a864..00000000 --- a/caffe-crfrnn/cmake/Modules/FindSnappy.cmake +++ /dev/null @@ -1,28 +0,0 @@ -# Find the Snappy libraries -# -# The following variables are optionally searched for defaults -# Snappy_ROOT_DIR: Base directory where all Snappy components are found -# -# The following are set after configuration is done: -# SNAPPY_FOUND -# Snappy_INCLUDE_DIR -# Snappy_LIBRARIES - -find_path(Snappy_INCLUDE_DIR NAMES snappy.h - PATHS ${SNAPPY_ROOT_DIR} ${SNAPPY_ROOT_DIR}/include) - -find_library(Snappy_LIBRARIES NAMES snappy - PATHS ${SNAPPY_ROOT_DIR} ${SNAPPY_ROOT_DIR}/lib) - -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(Snappy DEFAULT_MSG Snappy_INCLUDE_DIR Snappy_LIBRARIES) - -if(SNAPPY_FOUND) - message(STATUS "Found Snappy (include: ${Snappy_INCLUDE_DIR}, library: ${Snappy_LIBRARIES})") - mark_as_advanced(Snappy_INCLUDE_DIR Snappy_LIBRARIES) - - caffe_parse_header(${Snappy_INCLUDE_DIR}/snappy-stubs-public.h - SNAPPY_VERION_LINES SNAPPY_MAJOR SNAPPY_MINOR SNAPPY_PATCHLEVEL) - set(Snappy_VERSION "${SNAPPY_MAJOR}.${SNAPPY_MINOR}.${SNAPPY_PATCHLEVEL}") -endif() - diff --git a/caffe-crfrnn/cmake/Modules/FindvecLib.cmake b/caffe-crfrnn/cmake/Modules/FindvecLib.cmake deleted file mode 100644 index 9600da43..00000000 --- a/caffe-crfrnn/cmake/Modules/FindvecLib.cmake +++ /dev/null @@ -1,34 +0,0 @@ -# Find the vecLib libraries as part of Accelerate.framework or as standalon framework -# -# The following are set after configuration is done: -# VECLIB_FOUND -# vecLib_INCLUDE_DIR -# vecLib_LINKER_LIBS - - -if(NOT APPLE) - return() -endif() - -set(__veclib_include_suffix "Frameworks/vecLib.framework/Versions/Current/Headers") - -find_path(vecLib_INCLUDE_DIR vecLib.h - DOC "vecLib include directory" - PATHS /System/Library/${__veclib_include_suffix} - /System/Library/Frameworks/Accelerate.framework/Versions/Current/${__veclib_include_suffix} - /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Accelerate.framework/Versions/Current/Frameworks/vecLib.framework/Headers/) - -include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(vecLib DEFAULT_MSG vecLib_INCLUDE_DIR) - -if(VECLIB_FOUND) - if(vecLib_INCLUDE_DIR MATCHES "^/System/Library/Frameworks/vecLib.framework.*") - set(vecLib_LINKER_LIBS -lcblas "-framework vecLib") - message(STATUS "Found standalone vecLib.framework") - else() - set(vecLib_LINKER_LIBS -lcblas "-framework Accelerate") - message(STATUS "Found vecLib as part of Accelerate.framework") - endif() - - mark_as_advanced(vecLib_INCLUDE_DIR) -endif() diff --git a/caffe-crfrnn/cmake/ProtoBuf.cmake b/caffe-crfrnn/cmake/ProtoBuf.cmake deleted file mode 100644 index fc799bd3..00000000 --- a/caffe-crfrnn/cmake/ProtoBuf.cmake +++ /dev/null @@ -1,90 +0,0 @@ -# Finds Google Protocol Buffers library and compilers and extends -# the standard cmake script with version and python generation support - -find_package( Protobuf REQUIRED ) -include_directories(SYSTEM ${PROTOBUF_INCLUDE_DIR}) -list(APPEND Caffe_LINKER_LIBS ${PROTOBUF_LIBRARIES}) - -# As of Ubuntu 14.04 protoc is no longer a part of libprotobuf-dev package -# and should be installed separately as in: sudo apt-get install protobuf-compiler -if(EXISTS ${PROTOBUF_PROTOC_EXECUTABLE}) - message(STATUS "Found PROTOBUF Compiler: ${PROTOBUF_PROTOC_EXECUTABLE}") -else() - message(FATAL_ERROR "Could not find PROTOBUF Compiler") -endif() - -if(PROTOBUF_FOUND) - # fetches protobuf version - caffe_parse_header(${PROTOBUF_INCLUDE_DIR}/google/protobuf/stubs/common.h VERION_LINE GOOGLE_PROTOBUF_VERSION) - string(REGEX MATCH "([0-9])00([0-9])00([0-9])" PROTOBUF_VERSION ${GOOGLE_PROTOBUF_VERSION}) - set(PROTOBUF_VERSION "${CMAKE_MATCH_1}.${CMAKE_MATCH_2}.${CMAKE_MATCH_3}") - unset(GOOGLE_PROTOBUF_VERSION) -endif() - -# place where to generate protobuf sources -set(proto_gen_folder "${PROJECT_BINARY_DIR}/include/caffe/proto") -include_directories(SYSTEM "${PROJECT_BINARY_DIR}/include") - -set(PROTOBUF_GENERATE_CPP_APPEND_PATH TRUE) - -################################################################################################ -# Modification of standard 'protobuf_generate_cpp()' with output dir parameter and python support -# Usage: -# caffe_protobuf_generate_cpp_py( ) -function(caffe_protobuf_generate_cpp_py output_dir srcs_var hdrs_var python_var) - if(NOT ARGN) - message(SEND_ERROR "Error: caffe_protobuf_generate_cpp_py() called without any proto files") - return() - endif() - - if(PROTOBUF_GENERATE_CPP_APPEND_PATH) - # Create an include path for each file specified - foreach(fil ${ARGN}) - get_filename_component(abs_fil ${fil} ABSOLUTE) - get_filename_component(abs_path ${abs_fil} PATH) - list(FIND _protoc_include ${abs_path} _contains_already) - if(${_contains_already} EQUAL -1) - list(APPEND _protoc_include -I ${abs_path}) - endif() - endforeach() - else() - set(_protoc_include -I ${CMAKE_CURRENT_SOURCE_DIR}) - endif() - - if(DEFINED PROTOBUF_IMPORT_DIRS) - foreach(dir ${PROTOBUF_IMPORT_DIRS}) - get_filename_component(abs_path ${dir} ABSOLUTE) - list(FIND _protoc_include ${abs_path} _contains_already) - if(${_contains_already} EQUAL -1) - list(APPEND _protoc_include -I ${abs_path}) - endif() - endforeach() - endif() - - set(${srcs_var}) - set(${hdrs_var}) - set(${python_var}) - foreach(fil ${ARGN}) - get_filename_component(abs_fil ${fil} ABSOLUTE) - get_filename_component(fil_we ${fil} NAME_WE) - - list(APPEND ${srcs_var} "${output_dir}/${fil_we}.pb.cc") - list(APPEND ${hdrs_var} "${output_dir}/${fil_we}.pb.h") - list(APPEND ${python_var} "${output_dir}/${fil_we}_pb2.py") - - add_custom_command( - OUTPUT "${output_dir}/${fil_we}.pb.cc" - "${output_dir}/${fil_we}.pb.h" - "${output_dir}/${fil_we}_pb2.py" - COMMAND ${CMAKE_COMMAND} -E make_directory "${output_dir}" - COMMAND ${PROTOBUF_PROTOC_EXECUTABLE} --cpp_out ${output_dir} ${_protoc_include} ${abs_fil} - COMMAND ${PROTOBUF_PROTOC_EXECUTABLE} --python_out ${output_dir} ${_protoc_include} ${abs_fil} - DEPENDS ${abs_fil} - COMMENT "Running C++/Python protocol buffer compiler on ${fil}" VERBATIM ) - endforeach() - - set_source_files_properties(${${srcs_var}} ${${hdrs_var}} ${${python_var}} PROPERTIES GENERATED TRUE) - set(${srcs_var} ${${srcs_var}} PARENT_SCOPE) - set(${hdrs_var} ${${hdrs_var}} PARENT_SCOPE) - set(${python_var} ${${python_var}} PARENT_SCOPE) -endfunction() diff --git a/caffe-crfrnn/cmake/Summary.cmake b/caffe-crfrnn/cmake/Summary.cmake deleted file mode 100644 index e094ac00..00000000 --- a/caffe-crfrnn/cmake/Summary.cmake +++ /dev/null @@ -1,168 +0,0 @@ -################################################################################################ -# Caffe status report function. -# Automatically align right column and selects text based on condition. -# Usage: -# caffe_status() -# caffe_status( [ ...]) -# caffe_status( THEN ELSE ) -function(caffe_status text) - set(status_cond) - set(status_then) - set(status_else) - - set(status_current_name "cond") - foreach(arg ${ARGN}) - if(arg STREQUAL "THEN") - set(status_current_name "then") - elseif(arg STREQUAL "ELSE") - set(status_current_name "else") - else() - list(APPEND status_${status_current_name} ${arg}) - endif() - endforeach() - - if(DEFINED status_cond) - set(status_placeholder_length 23) - string(RANDOM LENGTH ${status_placeholder_length} ALPHABET " " status_placeholder) - string(LENGTH "${text}" status_text_length) - if(status_text_length LESS status_placeholder_length) - string(SUBSTRING "${text}${status_placeholder}" 0 ${status_placeholder_length} status_text) - elseif(DEFINED status_then OR DEFINED status_else) - message(STATUS "${text}") - set(status_text "${status_placeholder}") - else() - set(status_text "${text}") - endif() - - if(DEFINED status_then OR DEFINED status_else) - if(${status_cond}) - string(REPLACE ";" " " status_then "${status_then}") - string(REGEX REPLACE "^[ \t]+" "" status_then "${status_then}") - message(STATUS "${status_text} ${status_then}") - else() - string(REPLACE ";" " " status_else "${status_else}") - string(REGEX REPLACE "^[ \t]+" "" status_else "${status_else}") - message(STATUS "${status_text} ${status_else}") - endif() - else() - string(REPLACE ";" " " status_cond "${status_cond}") - string(REGEX REPLACE "^[ \t]+" "" status_cond "${status_cond}") - message(STATUS "${status_text} ${status_cond}") - endif() - else() - message(STATUS "${text}") - endif() -endfunction() - - -################################################################################################ -# Function for fetching Caffe version from git and headers -# Usage: -# caffe_extract_caffe_version() -function(caffe_extract_caffe_version) - set(Caffe_GIT_VERSION "unknown") - find_package(Git) - if(GIT_FOUND) - execute_process(COMMAND ${GIT_EXECUTABLE} describe --tags --always --dirty - ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE - WORKING_DIRECTORY "${PROJECT_SOURCE_DIR}" - OUTPUT_VARIABLE Caffe_GIT_VERSION - RESULT_VARIABLE __git_result) - if(NOT ${__git_result} EQUAL 0) - set(Caffe_GIT_VERSION "unknown") - endif() - endif() - - set(Caffe_GIT_VERSION ${Caffe_GIT_VERSION} PARENT_SCOPE) - set(Caffe_VERSION " (Caffe doesn't declare its version in headers)" PARENT_SCOPE) - - # caffe_parse_header(${Caffe_INCLUDE_DIR}/caffe/version.hpp Caffe_VERSION_LINES CAFFE_MAJOR CAFFE_MINOR CAFFE_PATCH) - # set(Caffe_VERSION "${CAFFE_MAJOR}.${CAFFE_MINOR}.${CAFFE_PATCH}" PARENT_SCOPE) - - # or for #define Caffe_VERSION "x.x.x" - # caffe_parse_header_single_define(Caffe ${Caffe_INCLUDE_DIR}/caffe/version.hpp Caffe_VERSION) - # set(Caffe_VERSION ${Caffe_VERSION_STRING} PARENT_SCOPE) - -endfunction() - - -################################################################################################ -# Prints accumulated caffe configuration summary -# Usage: -# caffe_print_configuration_summary() - -function(caffe_print_configuration_summary) - caffe_extract_caffe_version() - set(Caffe_VERSION ${Caffe_VERSION} PARENT_SCOPE) - - caffe_merge_flag_lists(__flags_rel CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS) - caffe_merge_flag_lists(__flags_deb CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS) - - caffe_status("") - caffe_status("******************* Caffe Configuration Summary *******************") - caffe_status("General:") - caffe_status(" Version : ${Caffe_VERSION}") - caffe_status(" Git : ${Caffe_GIT_VERSION}") - caffe_status(" System : ${CMAKE_SYSTEM_NAME}") - caffe_status(" C++ compiler : ${CMAKE_CXX_COMPILER}") - caffe_status(" Release CXX flags : ${__flags_rel}") - caffe_status(" Debug CXX flags : ${__flags_deb}") - caffe_status(" Build type : ${CMAKE_BUILD_TYPE}") - caffe_status("") - caffe_status(" BUILD_SHARED_LIBS : ${BUILD_SHARED_LIBS}") - caffe_status(" BUILD_python : ${BUILD_python}") - caffe_status(" BUILD_matlab : ${BUILD_matlab}") - caffe_status(" BUILD_docs : ${BUILD_docs}") - caffe_status(" CPU_ONLY : ${CPU_ONLY}") - caffe_status("") - caffe_status("Dependencies:") - caffe_status(" BLAS : " APPLE THEN "Yes (vecLib)" ELSE "Yes (${BLAS})") - caffe_status(" Boost : Yes (ver. ${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION})") - caffe_status(" glog : Yes") - caffe_status(" gflags : Yes") - caffe_status(" protobuf : " PROTOBUF_FOUND THEN "Yes (ver. ${PROTOBUF_VERSION})" ELSE "No" ) - caffe_status(" lmdb : " LMDB_FOUND THEN "Yes (ver. ${LMDB_VERSION})" ELSE "No") - caffe_status(" Snappy : " SNAPPY_FOUND THEN "Yes (ver. ${Snappy_VERSION})" ELSE "No" ) - caffe_status(" LevelDB : " LEVELDB_FOUND THEN "Yes (ver. ${LEVELDB_VERSION})" ELSE "No") - caffe_status(" OpenCV : Yes (ver. ${OpenCV_VERSION})") - caffe_status(" CUDA : " HAVE_CUDA THEN "Yes (ver. ${CUDA_VERSION})" ELSE "No" ) - caffe_status("") - if(HAVE_CUDA) - caffe_status("NVIDIA CUDA:") - caffe_status(" Target GPU(s) : ${CUDA_ARCH_NAME}" ) - caffe_status(" GPU arch(s) : ${NVCC_FLAGS_EXTRA_readable}") - if(USE_CUDNN) - caffe_status(" cuDNN : " HAVE_CUDNN THEN "Yes" ELSE "Not found") - else() - caffe_status(" cuDNN : Disabled") - endif() - caffe_status("") - endif() - if(HAVE_PYTHON) - caffe_status("Python:") - caffe_status(" Interpreter :" PYTHON_EXECUTABLE THEN "${PYTHON_EXECUTABLE} (ver. ${PYTHON_VERSION_STRING})" ELSE "No") - caffe_status(" Libraries :" PYTHONLIBS_FOUND THEN "${PYTHON_LIBRARIES} (ver ${PYTHONLIBS_VERSION_STRING})" ELSE "No") - caffe_status(" NumPy :" NUMPY_FOUND THEN "${NUMPY_INCLUDE_DIR} (ver ${NUMPY_VERSION})" ELSE "No") - caffe_status("") - endif() - if(BUILD_matlab) - caffe_status("Matlab:") - caffe_status(" Matlab :" HAVE_MATLAB THEN "Yes (${Matlab_mex}, ${Matlab_mexext}" ELSE "No") - caffe_status(" Octave :" Octave_compiler THEN "Yes (${Octave_compiler})" ELSE "No") - if(HAVE_MATLAB AND Octave_compiler) - caffe_status(" Build mex using : ${Matlab_build_mex_using}") - endif() - caffe_status("") - endif() - if(BUILD_docs) - caffe_status("Documentaion:") - caffe_status(" Doxygen :" DOXYGEN_FOUND THEN "${DOXYGEN_EXECUTABLE} (${DOXYGEN_VERSION})" ELSE "No") - caffe_status(" config_file : ${DOXYGEN_config_file}") - - caffe_status("") - endif() - caffe_status("Install:") - caffe_status(" Install path : ${CMAKE_INSTALL_PREFIX}") - caffe_status("") -endfunction() - diff --git a/caffe-crfrnn/cmake/Targets.cmake b/caffe-crfrnn/cmake/Targets.cmake deleted file mode 100644 index 4fc9456e..00000000 --- a/caffe-crfrnn/cmake/Targets.cmake +++ /dev/null @@ -1,173 +0,0 @@ -################################################################################################ -# Defines global Caffe_LINK flag, This flag is required to prevent linker from excluding -# some objects which are not addressed directly but are registered via static constructors -if(BUILD_SHARED_LIBS) - set(Caffe_LINK caffe) -else() - if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") - set(Caffe_LINK -Wl,-force_load caffe) - elseif("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") - set(Caffe_LINK -Wl,--whole-archive caffe -Wl,--no-whole-archive) - endif() -endif() - -################################################################################################ -# Convenient command to setup source group for IDEs that support this feature (VS, XCode) -# Usage: -# caffe_source_group( GLOB[_RECURSE] ) -function(caffe_source_group group) - cmake_parse_arguments(CAFFE_SOURCE_GROUP "" "" "GLOB;GLOB_RECURSE" ${ARGN}) - if(CAFFE_SOURCE_GROUP_GLOB) - file(GLOB srcs1 ${CAFFE_SOURCE_GROUP_GLOB}) - source_group(${group} FILES ${srcs1}) - endif() - - if(CAFFE_SOURCE_GROUP_GLOB_RECURSE) - file(GLOB_RECURSE srcs2 ${CAFFE_SOURCE_GROUP_GLOB_RECURSE}) - source_group(${group} FILES ${srcs2}) - endif() -endfunction() - -################################################################################################ -# Collecting sources from globbing and appending to output list variable -# Usage: -# caffe_collect_sources( GLOB[_RECURSE] ) -function(caffe_collect_sources variable) - cmake_parse_arguments(CAFFE_COLLECT_SOURCES "" "" "GLOB;GLOB_RECURSE" ${ARGN}) - if(CAFFE_COLLECT_SOURCES_GLOB) - file(GLOB srcs1 ${CAFFE_COLLECT_SOURCES_GLOB}) - set(${variable} ${variable} ${srcs1}) - endif() - - if(CAFFE_COLLECT_SOURCES_GLOB_RECURSE) - file(GLOB_RECURSE srcs2 ${CAFFE_COLLECT_SOURCES_GLOB_RECURSE}) - set(${variable} ${variable} ${srcs2}) - endif() -endfunction() - -################################################################################################ -# Short command getting caffe sources (assuming standard Caffe code tree) -# Usage: -# caffe_pickup_caffe_sources() -function(caffe_pickup_caffe_sources root) - # put all files in source groups (visible as subfolder in many IDEs) - caffe_source_group("Include" GLOB "${root}/include/caffe/*.h*") - caffe_source_group("Include\\Util" GLOB "${root}/include/caffe/util/*.h*") - caffe_source_group("Include" GLOB "${PROJECT_BINARY_DIR}/caffe_config.h*") - caffe_source_group("Source" GLOB "${root}/src/caffe/*.cpp") - caffe_source_group("Source\\Util" GLOB "${root}/src/caffe/util/*.cpp") - caffe_source_group("Source\\Layers" GLOB "${root}/src/caffe/layers/*.cpp") - caffe_source_group("Source\\Cuda" GLOB "${root}/src/caffe/layers/*.cu") - caffe_source_group("Source\\Cuda" GLOB "${root}/src/caffe/util/*.cu") - caffe_source_group("Source\\Proto" GLOB "${root}/src/caffe/proto/*.proto") - - # source groups for test target - caffe_source_group("Include" GLOB "${root}/include/caffe/test/test_*.h*") - caffe_source_group("Source" GLOB "${root}/src/caffe/test/test_*.cpp") - caffe_source_group("Source\\Cuda" GLOB "${root}/src/caffe/test/test_*.cu") - - # collect files - file(GLOB test_hdrs ${root}/include/caffe/test/test_*.h*) - file(GLOB test_srcs ${root}/src/caffe/test/test_*.cpp) - file(GLOB_RECURSE hdrs ${root}/include/caffe/*.h*) - file(GLOB_RECURSE srcs ${root}/src/caffe/*.cpp) - list(REMOVE_ITEM hdrs ${test_hdrs}) - list(REMOVE_ITEM srcs ${test_srcs}) - - # adding headers to make the visible in some IDEs (Qt, VS, Xcode) - list(APPEND srcs ${hdrs} ${PROJECT_BINARY_DIR}/caffe_config.h) - list(APPEND test_srcs ${test_hdrs}) - - # collect cuda files - file(GLOB test_cuda ${root}/src/caffe/test/test_*.cu) - file(GLOB_RECURSE cuda ${root}/src/caffe/*.cu) - list(REMOVE_ITEM cuda 6.5) - - # add proto to make them editable in IDEs too - file(GLOB_RECURSE proto_files ${root}/src/caffe/*.proto) - list(APPEND srcs ${proto_files}) - - # convet to absolute paths - caffe_convert_absolute_paths(srcs) - caffe_convert_absolute_paths(cuda) - caffe_convert_absolute_paths(test_srcs) - caffe_convert_absolute_paths(test_cuda) - - # propogate to parent scope - set(srcs ${srcs} PARENT_SCOPE) - set(cuda ${cuda} PARENT_SCOPE) - set(test_srcs ${test_srcs} PARENT_SCOPE) - set(test_cuda ${test_cuda} PARENT_SCOPE) -endfunction() - -################################################################################################ -# Short command for setting defeault target properties -# Usage: -# caffe_default_properties() -function(caffe_default_properties target) - set_target_properties(${target} PROPERTIES - DEBUG_POSTFIX ${Caffe_DEBUG_POSTFIX} - ARCHIVE_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/lib" - LIBRARY_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/lib" - RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/bin") - # make sure we build all external depepdencies first - if (DEFINED external_project_dependencies) - add_dependencies(${target} ${external_project_dependencies}) - endif() -endfunction() - -################################################################################################ -# Short command for setting runtime directory for build target -# Usage: -# caffe_set_runtime_directory( ) -function(caffe_set_runtime_directory target dir) - set_target_properties(${target} PROPERTIES - RUNTIME_OUTPUT_DIRECTORY "${dir}") -endfunction() - -################################################################################################ -# Short command for setting solution folder property for target -# Usage: -# caffe_set_solution_folder( ) -function(caffe_set_solution_folder target folder) - if(USE_PROJECT_FOLDERS) - set_target_properties(${target} PROPERTIES FOLDER "${folder}") - endif() -endfunction() - -################################################################################################ -# Reads lines from input file, prepends source directory to each line and writes to output file -# Usage: -# caffe_configure_testdatafile() -function(caffe_configure_testdatafile file) - file(STRINGS ${file} __lines) - set(result "") - foreach(line ${__lines}) - set(result "${result}${PROJECT_SOURCE_DIR}/${line}\n") - endforeach() - file(WRITE ${file}.gen.cmake ${result}) -endfunction() - -################################################################################################ -# Filter out all files that are not included in selected list -# Usage: -# caffe_leave_only_selected_tests( ) -function(caffe_leave_only_selected_tests file_list) - if(NOT ARGN) - return() # blank list means leave all - endif() - string(REPLACE "," ";" __selected ${ARGN}) - list(APPEND __selected caffe_main) - - set(result "") - foreach(f ${${file_list}}) - get_filename_component(name ${f} NAME_WE) - string(REGEX REPLACE "^test_" "" name ${name}) - list(FIND __selected ${name} __index) - if(NOT __index EQUAL -1) - list(APPEND result ${f}) - endif() - endforeach() - set(${file_list} ${result} PARENT_SCOPE) -endfunction() - diff --git a/caffe-crfrnn/cmake/Templates/CaffeConfig.cmake.in b/caffe-crfrnn/cmake/Templates/CaffeConfig.cmake.in deleted file mode 100644 index 8f23742e..00000000 --- a/caffe-crfrnn/cmake/Templates/CaffeConfig.cmake.in +++ /dev/null @@ -1,58 +0,0 @@ -# Config file for the Caffe package. -# -# Note: -# Caffe and this config file depends on opencv, -# so put `find_package(OpenCV)` before searching Caffe -# via `find_package(Caffe)`. All other lib/includes -# dependencies are hard coded in the file -# -# After successful configuration the following variables -# will be defined: -# -# Caffe_INCLUDE_DIRS - Caffe include directories -# Caffe_LIBRARIES - libraries to link against -# Caffe_DEFINITIONS - a list of definitions to pass to compiler -# -# Caffe_HAVE_CUDA - signals about CUDA support -# Caffe_HAVE_CUDNN - signals about cuDNN support - - -# OpenCV dependency - -if(NOT OpenCV_FOUND) - set(Caffe_OpenCV_CONFIG_PATH "@OpenCV_CONFIG_PATH@") - if(Caffe_OpenCV_CONFIG_PATH) - get_filename_component(Caffe_OpenCV_CONFIG_PATH ${Caffe_OpenCV_CONFIG_PATH} ABSOLUTE) - - if(EXISTS ${Caffe_OpenCV_CONFIG_PATH} AND NOT TARGET opencv_core) - message(STATUS "Caffe: using OpenCV config from ${Caffe_OpenCV_CONFIG_PATH}") - include(${Caffe_OpenCV_CONFIG_PATH}/OpenCVModules.cmake) - endif() - - else() - find_package(OpenCV REQUIRED) - endif() - unset(Caffe_OpenCV_CONFIG_PATH) -endif() - -# Compute paths -get_filename_component(Caffe_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) -set(Caffe_INCLUDE_DIRS "@Caffe_INCLUDE_DIRS@") - -@Caffe_INSTALL_INCLUDE_DIR_APPEND_COMMAND@ - -# Our library dependencies -if(NOT TARGET caffe AND NOT caffe_BINARY_DIR) - include("${Caffe_CMAKE_DIR}/CaffeTargets.cmake") -endif() - -# List of IMPORTED libs created by CaffeTargets.cmake -set(Caffe_LIBRARIES caffe) - -# Definitions -set(Caffe_DEFINITIONS "@Caffe_DEFINITIONS@") - -# Cuda support variables -set(Caffe_CPU_ONLY @CPU_ONLY@) -set(Caffe_HAVE_CUDA @HAVE_CUDA@) -set(Caffe_HAVE_CUDNN @HAVE_CUDNN@) diff --git a/caffe-crfrnn/cmake/Templates/CaffeConfigVersion.cmake.in b/caffe-crfrnn/cmake/Templates/CaffeConfigVersion.cmake.in deleted file mode 100644 index 19f85309..00000000 --- a/caffe-crfrnn/cmake/Templates/CaffeConfigVersion.cmake.in +++ /dev/null @@ -1,11 +0,0 @@ -set(PACKAGE_VERSION "@Caffe_VERSION@") - -# Check whether the requested PACKAGE_FIND_VERSION is compatible -if("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}") - set(PACKAGE_VERSION_COMPATIBLE FALSE) -else() - set(PACKAGE_VERSION_COMPATIBLE TRUE) - if ("${PACKAGE_VERSION}" VERSION_EQUAL "${PACKAGE_FIND_VERSION}") - set(PACKAGE_VERSION_EXACT TRUE) - endif() -endif() diff --git a/caffe-crfrnn/cmake/Templates/caffe_config.h.in b/caffe-crfrnn/cmake/Templates/caffe_config.h.in deleted file mode 100644 index 6039e8f6..00000000 --- a/caffe-crfrnn/cmake/Templates/caffe_config.h.in +++ /dev/null @@ -1,32 +0,0 @@ -/* Sources directory */ -#define SOURCE_FOLDER "${PROJECT_SOURCE_DIR}" - -/* Binaries directory */ -#define BINARY_FOLDER "${PROJECT_BINARY_DIR}" - -/* NVIDA Cuda */ -#cmakedefine HAVE_CUDA - -/* NVIDA cuDNN */ -#cmakedefine HAVE_CUDNN -#cmakedefine USE_CUDNN - -/* NVIDA cuDNN */ -#cmakedefine CPU_ONLY - -/* Test device */ -#define CUDA_TEST_DEVICE ${CUDA_TEST_DEVICE} - -/* Temporary (TODO: remove) */ -#if 1 - #define CMAKE_SOURCE_DIR SOURCE_FOLDER "/src/" - #define EXAMPLES_SOURCE_DIR BINARY_FOLDER "/examples/" - #define CMAKE_EXT ".gen.cmake" -#else - #define CMAKE_SOURCE_DIR "src/" - #define EXAMPLES_SOURCE_DIR "examples/" - #define CMAKE_EXT "" -#endif - -/* Matlab */ -#cmakedefine HAVE_MATLAB diff --git a/caffe-crfrnn/cmake/Utils.cmake b/caffe-crfrnn/cmake/Utils.cmake deleted file mode 100644 index a1bde1ae..00000000 --- a/caffe-crfrnn/cmake/Utils.cmake +++ /dev/null @@ -1,381 +0,0 @@ -################################################################################################ -# Command alias for debugging messages -# Usage: -# dmsg() -function(dmsg) - message(STATUS ${ARGN}) -endfunction() - -################################################################################################ -# Removes duplicates from list(s) -# Usage: -# caffe_list_unique( [] [...]) -macro(caffe_list_unique) - foreach(__lst ${ARGN}) - if(${__lst}) - list(REMOVE_DUPLICATES ${__lst}) - endif() - endforeach() -endmacro() - -################################################################################################ -# Clears variables from list -# Usage: -# caffe_clear_vars() -macro(caffe_clear_vars) - foreach(_var ${ARGN}) - unset(${_var}) - endforeach() -endmacro() - -################################################################################################ -# Removes duplicates from string -# Usage: -# caffe_string_unique() -function(caffe_string_unique __string) - if(${__string}) - set(__list ${${__string}}) - separate_arguments(__list) - list(REMOVE_DUPLICATES __list) - foreach(__e ${__list}) - set(__str "${__str} ${__e}") - endforeach() - set(${__string} ${__str} PARENT_SCOPE) - endif() -endfunction() - -################################################################################################ -# Prints list element per line -# Usage: -# caffe_print_list() -function(caffe_print_list) - foreach(e ${ARGN}) - message(STATUS ${e}) - endforeach() -endfunction() - -################################################################################################ -# Function merging lists of compiler flags to single string. -# Usage: -# caffe_merge_flag_lists(out_variable [] [] ...) -function(caffe_merge_flag_lists out_var) - set(__result "") - foreach(__list ${ARGN}) - foreach(__flag ${${__list}}) - string(STRIP ${__flag} __flag) - set(__result "${__result} ${__flag}") - endforeach() - endforeach() - string(STRIP ${__result} __result) - set(${out_var} ${__result} PARENT_SCOPE) -endfunction() - -################################################################################################ -# Converts all paths in list to absolute -# Usage: -# caffe_convert_absolute_paths() -function(caffe_convert_absolute_paths variable) - set(__dlist "") - foreach(__s ${${variable}}) - get_filename_component(__abspath ${__s} ABSOLUTE) - list(APPEND __list ${__abspath}) - endforeach() - set(${variable} ${__list} PARENT_SCOPE) -endfunction() - -################################################################################################ -# Reads set of version defines from the header file -# Usage: -# caffe_parse_header( ..) -macro(caffe_parse_header FILENAME FILE_VAR) - set(vars_regex "") - set(__parnet_scope OFF) - set(__add_cache OFF) - foreach(name ${ARGN}) - if("${name}" STREQUAL "PARENT_SCOPE") - set(__parnet_scope ON) - elseif("${name}" STREQUAL "CACHE") - set(__add_cache ON) - elseif(vars_regex) - set(vars_regex "${vars_regex}|${name}") - else() - set(vars_regex "${name}") - endif() - endforeach() - if(EXISTS "${FILENAME}") - file(STRINGS "${FILENAME}" ${FILE_VAR} REGEX "#define[ \t]+(${vars_regex})[ \t]+[0-9]+" ) - else() - unset(${FILE_VAR}) - endif() - foreach(name ${ARGN}) - if(NOT "${name}" STREQUAL "PARENT_SCOPE" AND NOT "${name}" STREQUAL "CACHE") - if(${FILE_VAR}) - if(${FILE_VAR} MATCHES ".+[ \t]${name}[ \t]+([0-9]+).*") - string(REGEX REPLACE ".+[ \t]${name}[ \t]+([0-9]+).*" "\\1" ${name} "${${FILE_VAR}}") - else() - set(${name} "") - endif() - if(__add_cache) - set(${name} ${${name}} CACHE INTERNAL "${name} parsed from ${FILENAME}" FORCE) - elseif(__parnet_scope) - set(${name} "${${name}}" PARENT_SCOPE) - endif() - else() - unset(${name} CACHE) - endif() - endif() - endforeach() -endmacro() - -################################################################################################ -# Reads single version define from the header file and parses it -# Usage: -# caffe_parse_header_single_define( ) -function(caffe_parse_header_single_define LIBNAME HDR_PATH VARNAME) - set(${LIBNAME}_H "") - if(EXISTS "${HDR_PATH}") - file(STRINGS "${HDR_PATH}" ${LIBNAME}_H REGEX "^#define[ \t]+${VARNAME}[ \t]+\"[^\"]*\".*$" LIMIT_COUNT 1) - endif() - - if(${LIBNAME}_H) - string(REGEX REPLACE "^.*[ \t]${VARNAME}[ \t]+\"([0-9]+).*$" "\\1" ${LIBNAME}_VERSION_MAJOR "${${LIBNAME}_H}") - string(REGEX REPLACE "^.*[ \t]${VARNAME}[ \t]+\"[0-9]+\\.([0-9]+).*$" "\\1" ${LIBNAME}_VERSION_MINOR "${${LIBNAME}_H}") - string(REGEX REPLACE "^.*[ \t]${VARNAME}[ \t]+\"[0-9]+\\.[0-9]+\\.([0-9]+).*$" "\\1" ${LIBNAME}_VERSION_PATCH "${${LIBNAME}_H}") - set(${LIBNAME}_VERSION_MAJOR ${${LIBNAME}_VERSION_MAJOR} ${ARGN} PARENT_SCOPE) - set(${LIBNAME}_VERSION_MINOR ${${LIBNAME}_VERSION_MINOR} ${ARGN} PARENT_SCOPE) - set(${LIBNAME}_VERSION_PATCH ${${LIBNAME}_VERSION_PATCH} ${ARGN} PARENT_SCOPE) - set(${LIBNAME}_VERSION_STRING "${${LIBNAME}_VERSION_MAJOR}.${${LIBNAME}_VERSION_MINOR}.${${LIBNAME}_VERSION_PATCH}" PARENT_SCOPE) - - # append a TWEAK version if it exists: - set(${LIBNAME}_VERSION_TWEAK "") - if("${${LIBNAME}_H}" MATCHES "^.*[ \t]${VARNAME}[ \t]+\"[0-9]+\\.[0-9]+\\.[0-9]+\\.([0-9]+).*$") - set(${LIBNAME}_VERSION_TWEAK "${CMAKE_MATCH_1}" ${ARGN} PARENT_SCOPE) - endif() - if(${LIBNAME}_VERSION_TWEAK) - set(${LIBNAME}_VERSION_STRING "${${LIBNAME}_VERSION_STRING}.${${LIBNAME}_VERSION_TWEAK}" ${ARGN} PARENT_SCOPE) - else() - set(${LIBNAME}_VERSION_STRING "${${LIBNAME}_VERSION_STRING}" ${ARGN} PARENT_SCOPE) - endif() - endif() -endfunction() - -######################################################################################################## -# An option that the user can select. Can accept condition to control when option is available for user. -# Usage: -# caffe_option( "doc string" [IF ]) -function(caffe_option variable description value) - set(__value ${value}) - set(__condition "") - set(__varname "__value") - foreach(arg ${ARGN}) - if(arg STREQUAL "IF" OR arg STREQUAL "if") - set(__varname "__condition") - else() - list(APPEND ${__varname} ${arg}) - endif() - endforeach() - unset(__varname) - if("${__condition}" STREQUAL "") - set(__condition 2 GREATER 1) - endif() - - if(${__condition}) - if("${__value}" MATCHES ";") - if(${__value}) - option(${variable} "${description}" ON) - else() - option(${variable} "${description}" OFF) - endif() - elseif(DEFINED ${__value}) - if(${__value}) - option(${variable} "${description}" ON) - else() - option(${variable} "${description}" OFF) - endif() - else() - option(${variable} "${description}" ${__value}) - endif() - else() - unset(${variable} CACHE) - endif() -endfunction() - -################################################################################################ -# Utility macro for comparing two lists. Used for CMake debugging purposes -# Usage: -# caffe_compare_lists( [description]) -function(caffe_compare_lists list1 list2 desc) - set(__list1 ${${list1}}) - set(__list2 ${${list2}}) - list(SORT __list1) - list(SORT __list2) - list(LENGTH __list1 __len1) - list(LENGTH __list2 __len2) - - if(NOT ${__len1} EQUAL ${__len2}) - message(FATAL_ERROR "Lists are not equal. ${__len1} != ${__len2}. ${desc}") - endif() - - foreach(__i RANGE 1 ${__len1}) - math(EXPR __index "${__i}- 1") - list(GET __list1 ${__index} __item1) - list(GET __list2 ${__index} __item2) - if(NOT ${__item1} STREQUAL ${__item2}) - message(FATAL_ERROR "Lists are not equal. Differ at element ${__index}. ${desc}") - endif() - endforeach() -endfunction() - -################################################################################################ -# Command for disabling warnings for different platforms (see below for gcc and VisualStudio) -# Usage: -# caffe_warnings_disable( -Wshadow /wd4996 ..,) -macro(caffe_warnings_disable) - set(_flag_vars "") - set(_msvc_warnings "") - set(_gxx_warnings "") - - foreach(arg ${ARGN}) - if(arg MATCHES "^CMAKE_") - list(APPEND _flag_vars ${arg}) - elseif(arg MATCHES "^/wd") - list(APPEND _msvc_warnings ${arg}) - elseif(arg MATCHES "^-W") - list(APPEND _gxx_warnings ${arg}) - endif() - endforeach() - - if(NOT _flag_vars) - set(_flag_vars CMAKE_C_FLAGS CMAKE_CXX_FLAGS) - endif() - - if(MSVC AND _msvc_warnings) - foreach(var ${_flag_vars}) - foreach(warning ${_msvc_warnings}) - set(${var} "${${var}} ${warning}") - endforeach() - endforeach() - elseif((CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_CLANGXX) AND _gxx_warnings) - foreach(var ${_flag_vars}) - foreach(warning ${_gxx_warnings}) - if(NOT warning MATCHES "^-Wno-") - string(REPLACE "${warning}" "" ${var} "${${var}}") - string(REPLACE "-W" "-Wno-" warning "${warning}") - endif() - set(${var} "${${var}} ${warning}") - endforeach() - endforeach() - endif() - caffe_clear_vars(_flag_vars _msvc_warnings _gxx_warnings) -endmacro() - -################################################################################################ -# Helper function get current definitions -# Usage: -# caffe_get_current_definitions() -function(caffe_get_current_definitions definitions_var) - get_property(current_definitions DIRECTORY PROPERTY COMPILE_DEFINITIONS) - set(result "") - - foreach(d ${current_definitions}) - list(APPEND result -D${d}) - endforeach() - - caffe_list_unique(result) - set(${definitions_var} ${result} PARENT_SCOPE) -endfunction() - -################################################################################################ -# Helper function get current includes/definitions -# Usage: -# caffe_get_current_cflags() -function(caffe_get_current_cflags cflags_var) - get_property(current_includes DIRECTORY PROPERTY INCLUDE_DIRECTORIES) - caffe_convert_absolute_paths(current_includes) - caffe_get_current_definitions(cflags) - - foreach(i ${current_includes}) - list(APPEND cflags "-I${i}") - endforeach() - - caffe_list_unique(cflags) - set(${cflags_var} ${cflags} PARENT_SCOPE) -endfunction() - -################################################################################################ -# Helper function to parse current linker libs into link directories, libflags and osx frameworks -# Usage: -# caffe_parse_linker_libs( ) -function(caffe_parse_linker_libs Caffe_LINKER_LIBS_variable folders_var flags_var frameworks_var) - - set(__unspec "") - set(__debug "") - set(__optimized "") - set(__framework "") - set(__varname "__unspec") - - # split libs into debug, optimized, unspecified and frameworks - foreach(list_elem ${${Caffe_LINKER_LIBS_variable}}) - if(list_elem STREQUAL "debug") - set(__varname "__debug") - elseif(list_elem STREQUAL "optimized") - set(__varname "__optimized") - elseif(list_elem MATCHES "^-framework[ \t]+([^ \t].*)") - list(APPEND __framework -framework ${CMAKE_MATCH_1}) - else() - list(APPEND ${__varname} ${list_elem}) - set(__varname "__unspec") - endif() - endforeach() - - # attach debug or optimized libs to unspecified according to current configuration - if(CMAKE_BUILD_TYPE MATCHES "Debug") - set(__libs ${__unspec} ${__debug}) - else() - set(__libs ${__unspec} ${__optimized}) - endif() - - set(libflags "") - set(folders "") - - # convert linker libraries list to link flags - foreach(lib ${__libs}) - if(TARGET ${lib}) - list(APPEND folders $) - list(APPEND libflags -l${lib}) - elseif(lib MATCHES "^-l.*") - list(APPEND libflags ${lib}) - elseif(IS_ABSOLUTE ${lib}) - get_filename_component(name_we ${lib} NAME_WE) - get_filename_component(folder ${lib} PATH) - - string(REGEX MATCH "^lib(.*)" __match ${name_we}) - list(APPEND libflags -l${CMAKE_MATCH_1}) - list(APPEND folders ${folder}) - else() - message(FATAL_ERROR "Logic error. Need to update cmake script") - endif() - endforeach() - - caffe_list_unique(libflags folders) - - set(${folders_var} ${folders} PARENT_SCOPE) - set(${flags_var} ${libflags} PARENT_SCOPE) - set(${frameworks_var} ${__framework} PARENT_SCOPE) -endfunction() - -################################################################################################ -# Helper function to detect Darwin version, i.e. 10.8, 10.9, 10.10, .... -# Usage: -# caffe_detect_darwin_version() -function(caffe_detect_darwin_version output_var) - if(APPLE) - execute_process(COMMAND /usr/bin/sw_vers -productVersion - RESULT_VARIABLE __sw_vers OUTPUT_VARIABLE __sw_vers_out - ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE) - - set(${output_var} ${__sw_vers_out} PARENT_SCOPE) - else() - set(${output_var} "" PARENT_SCOPE) - endif() -endfunction() diff --git a/caffe-crfrnn/cmake/lint.cmake b/caffe-crfrnn/cmake/lint.cmake deleted file mode 100644 index 70a00657..00000000 --- a/caffe-crfrnn/cmake/lint.cmake +++ /dev/null @@ -1,50 +0,0 @@ - -set(CMAKE_SOURCE_DIR ..) -set(LINT_COMMAND ${CMAKE_SOURCE_DIR}/scripts/cpp_lint.py) -set(SRC_FILE_EXTENSIONS h hpp hu c cpp cu cc) -set(EXCLUDE_FILE_EXTENSTIONS pb.h pb.cc) -set(LINT_DIRS include src/caffe examples tools python matlab) - -cmake_policy(SET CMP0009 NEW) # suppress cmake warning - -# find all files of interest -foreach(ext ${SRC_FILE_EXTENSIONS}) - foreach(dir ${LINT_DIRS}) - file(GLOB_RECURSE FOUND_FILES ${CMAKE_SOURCE_DIR}/${dir}/*.${ext}) - set(LINT_SOURCES ${LINT_SOURCES} ${FOUND_FILES}) - endforeach() -endforeach() - -# find all files that should be excluded -foreach(ext ${EXCLUDE_FILE_EXTENSTIONS}) - file(GLOB_RECURSE FOUND_FILES ${CMAKE_SOURCE_DIR}/*.${ext}) - set(EXCLUDED_FILES ${EXCLUDED_FILES} ${FOUND_FILES}) -endforeach() - -# exclude generated pb files -list(REMOVE_ITEM LINT_SOURCES ${EXCLUDED_FILES}) - -execute_process( - COMMAND ${LINT_COMMAND} ${LINT_SOURCES} - ERROR_VARIABLE LINT_OUTPUT - ERROR_STRIP_TRAILING_WHITESPACE -) - -string(REPLACE "\n" ";" LINT_OUTPUT ${LINT_OUTPUT}) - -list(GET LINT_OUTPUT -1 LINT_RESULT) -list(REMOVE_AT LINT_OUTPUT -1) -string(REPLACE " " ";" LINT_RESULT ${LINT_RESULT}) -list(GET LINT_RESULT -1 NUM_ERRORS) -if(NUM_ERRORS GREATER 0) - foreach(msg ${LINT_OUTPUT}) - string(FIND ${msg} "Done" result) - if(result LESS 0) - message(STATUS ${msg}) - endif() - endforeach() - message(FATAL_ERROR "Lint found ${NUM_ERRORS} errors!") -else() - message(STATUS "Lint did not find any errors!") -endif() - diff --git a/caffe-crfrnn/data/cifar10/get_cifar10.sh b/caffe-crfrnn/data/cifar10/get_cifar10.sh deleted file mode 100755 index 623c8485..00000000 --- a/caffe-crfrnn/data/cifar10/get_cifar10.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/env sh -# This scripts downloads the CIFAR10 (binary version) data and unzips it. - -DIR="$( cd "$(dirname "$0")" ; pwd -P )" -cd $DIR - -echo "Downloading..." - -wget --no-check-certificate http://www.cs.toronto.edu/~kriz/cifar-10-binary.tar.gz - -echo "Unzipping..." - -tar -xf cifar-10-binary.tar.gz && rm -f cifar-10-binary.tar.gz -mv cifar-10-batches-bin/* . && rm -rf cifar-10-batches-bin - -# Creation is split out because leveldb sometimes causes segfault -# and needs to be re-created. - -echo "Done." diff --git a/caffe-crfrnn/data/ilsvrc12/get_ilsvrc_aux.sh b/caffe-crfrnn/data/ilsvrc12/get_ilsvrc_aux.sh deleted file mode 100755 index b9b85d21..00000000 --- a/caffe-crfrnn/data/ilsvrc12/get_ilsvrc_aux.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/env sh -# -# N.B. This does not download the ilsvrcC12 data set, as it is gargantuan. -# This script downloads the imagenet example auxiliary files including: -# - the ilsvrc12 image mean, binaryproto -# - synset ids and words -# - Python pickle-format data of ImageNet graph structure and relative infogain -# - the training splits with labels - -DIR="$( cd "$(dirname "$0")" ; pwd -P )" -cd $DIR - -echo "Downloading..." - -wget http://dl.caffe.berkeleyvision.org/caffe_ilsvrc12.tar.gz - -echo "Unzipping..." - -tar -xf caffe_ilsvrc12.tar.gz && rm -f caffe_ilsvrc12.tar.gz - -echo "Done." diff --git a/caffe-crfrnn/data/mnist/get_mnist.sh b/caffe-crfrnn/data/mnist/get_mnist.sh deleted file mode 100755 index 8eb6aeed..00000000 --- a/caffe-crfrnn/data/mnist/get_mnist.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/env sh -# This scripts downloads the mnist data and unzips it. - -DIR="$( cd "$(dirname "$0")" ; pwd -P )" -cd $DIR - -echo "Downloading..." - -wget --no-check-certificate http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz -wget --no-check-certificate http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz -wget --no-check-certificate http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz -wget --no-check-certificate http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz - -echo "Unzipping..." - -gunzip train-images-idx3-ubyte.gz -gunzip train-labels-idx1-ubyte.gz -gunzip t10k-images-idx3-ubyte.gz -gunzip t10k-labels-idx1-ubyte.gz - -# Creation is split out because leveldb sometimes causes segfault -# and needs to be re-created. - -echo "Done." diff --git a/caffe-crfrnn/docs/CMakeLists.txt b/caffe-crfrnn/docs/CMakeLists.txt deleted file mode 100644 index ae47e461..00000000 --- a/caffe-crfrnn/docs/CMakeLists.txt +++ /dev/null @@ -1,106 +0,0 @@ -# Building docs script -# Requirements: -# sudo apt-get install doxygen texlive ruby-dev -# sudo gem install jekyll execjs therubyracer - -if(NOT BUILD_docs OR NOT DOXYGEN_FOUND) - return() -endif() - -################################################################################################# -# Gather docs from /examples/**/readme.md -function(gather_readmes_as_prebuild_cmd target gathered_dir root) - set(full_gathered_dir ${root}/${gathered_dir}) - - file(GLOB_RECURSE readmes ${root}/examples/readme.md ${root}/examples/README.md) - foreach(file ${readmes}) - # Only use file if it is to be included in docs. - file(STRINGS ${file} file_lines REGEX "include_in_docs: true") - - if(file_lines) - # Since everything is called readme.md, rename it by its dirname. - file(RELATIVE_PATH file ${root} ${file}) - get_filename_component(folder ${file} PATH) - set(new_filename ${full_gathered_dir}/${folder}.md) - - # folder value might be like /readme.md. That's why make directory. - get_filename_component(new_folder ${new_filename} PATH) - add_custom_command(TARGET ${target} PRE_BUILD - COMMAND ${CMAKE_COMMAND} -E make_directory ${new_folder} - COMMAND ln -sf ${root}/${file} ${new_filename} - COMMENT "Creating symlink ${new_filename} -> ${root}/${file}" - WORKING_DIRECTORY ${root} VERBATIM) - endif() - endforeach() -endfunction() - -################################################################################################ -# Gather docs from examples/*.ipynb and add YAML front-matter. -function(gather_notebooks_as_prebuild_cmd target gathered_dir root) - set(full_gathered_dir ${root}/${gathered_dir}) - - if(NOT PYTHON_EXECUTABLE) - message(STATUS "Python interpeter is not found. Can't include *.ipynb files in docs. Skipping...") - return() - endif() - - file(GLOB_RECURSE notebooks ${root}/examples/*.ipynb) - foreach(file ${notebooks}) - file(RELATIVE_PATH file ${root} ${file}) - set(new_filename ${full_gathered_dir}/${file}) - - get_filename_component(new_folder ${new_filename} PATH) - add_custom_command(TARGET ${target} PRE_BUILD - COMMAND ${CMAKE_COMMAND} -E make_directory ${new_folder} - COMMAND ${PYTHON_EXECUTABLE} scripts/copy_notebook.py ${file} ${new_filename} - COMMENT "Copying notebook ${file} to ${new_filename}" - WORKING_DIRECTORY ${root} VERBATIM) - endforeach() - - set(${outputs_var} ${outputs} PARENT_SCOPE) -endfunction() - -################################################################################################ -########################## [ Non macro part ] ################################################## - -# Gathering is done at each 'make doc' -file(REMOVE_RECURSE ${PROJECT_SOURCE_DIR}/docs/gathered) - -# Doxygen config file path -set(DOXYGEN_config_file ${PROJECT_SOURCE_DIR}/.Doxyfile CACHE FILEPATH "Doxygen config file") - -# Adding docs target -add_custom_target(docs COMMAND ${DOXYGEN_EXECUTABLE} ${DOXYGEN_config_file} - WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} - COMMENT "Launching doxygen..." VERBATIM) - -# Gathering examples into docs subfolder -gather_notebooks_as_prebuild_cmd(docs docs/gathered ${PROJECT_SOURCE_DIR}) -gather_readmes_as_prebuild_cmd(docs docs/gathered ${PROJECT_SOURCE_DIR}) - -# Auto detect output directory -file(STRINGS ${DOXYGEN_config_file} config_line REGEX "OUTPUT_DIRECTORY[ \t]+=[^=].*") -if(config_line) - string(REGEX MATCH "OUTPUT_DIRECTORY[ \t]+=([^=].*)" __ver_check "${config_line}") - string(STRIP ${CMAKE_MATCH_1} output_dir) - message(STATUS "Detected Doxygen OUTPUT_DIRECTORY: ${output_dir}") -else() - set(output_dir ./doxygen/) - message(STATUS "Can't find OUTPUT_DIRECTORY in doxygen config file. Try to use default: ${output_dir}") -endif() - -if(NOT IS_ABSOLUTE ${output_dir}) - set(output_dir ${PROJECT_SOURCE_DIR}/${output_dir}) - get_filename_component(output_dir ${output_dir} ABSOLUTE) -endif() - -# creates symlink in docs subfolder to code documentation built by doxygen -add_custom_command(TARGET docs POST_BUILD VERBATIM - COMMAND ln -sfn "${output_dir}/html" doxygen - WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/docs - COMMENT "Creating symlink ${PROJECT_SOURCE_DIR}/docs/doxygen -> ${output_dir}/html") - -# for quick launch of jekyll -add_custom_target(jekyll COMMAND jekyll serve -w -s . -d _site --port=4000 - WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/docs - COMMENT "Launching jekyll..." VERBATIM) diff --git a/caffe-crfrnn/docs/CNAME b/caffe-crfrnn/docs/CNAME deleted file mode 100644 index eee1ae26..00000000 --- a/caffe-crfrnn/docs/CNAME +++ /dev/null @@ -1 +0,0 @@ -caffe.berkeleyvision.org diff --git a/caffe-crfrnn/docs/README.md b/caffe-crfrnn/docs/README.md deleted file mode 100644 index 8f1781e3..00000000 --- a/caffe-crfrnn/docs/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# Caffe Documentation - -To generate the documentation, run `$CAFFE_ROOT/scripts/build_docs.sh`. - -To push your changes to the documentation to the gh-pages branch of your or the BVLC repo, run `$CAFFE_ROOT/scripts/deploy_docs.sh `. diff --git a/caffe-crfrnn/docs/_config.yml b/caffe-crfrnn/docs/_config.yml deleted file mode 100644 index 95aec12b..00000000 --- a/caffe-crfrnn/docs/_config.yml +++ /dev/null @@ -1,7 +0,0 @@ -defaults: - - - scope: - path: "" # an empty string here means all files in the project - values: - layout: "default" - diff --git a/caffe-crfrnn/docs/_layouts/default.html b/caffe-crfrnn/docs/_layouts/default.html deleted file mode 100644 index 73c6d587..00000000 --- a/caffe-crfrnn/docs/_layouts/default.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - Caffe {% if page contains 'title' %}| {{ page.title }}{% endif %} - - - - - - - - - - - -
-
-

Caffe

-

- Deep learning framework developed by Yangqing Jia / BVLC -

- -
-
- - {{ content }} - -
-
- - diff --git a/caffe-crfrnn/docs/development.md b/caffe-crfrnn/docs/development.md deleted file mode 100644 index dfed3308..00000000 --- a/caffe-crfrnn/docs/development.md +++ /dev/null @@ -1,125 +0,0 @@ ---- -title: Developing and Contributing ---- -# Development - -Caffe is developed with active participation of the community.
-The [BVLC](http://bvlc.eecs.berkeley.edu/) maintainers welcome all contributions! - -The exact details of contributions are recorded by versioning and cited in our [acknowledgements](http://caffe.berkeleyvision.org/#acknowledgements). -This method is impartial and always up-to-date. - -## License - -Caffe is licensed under the terms in [LICENSE](https://github.com/BVLC/caffe/blob/master/LICENSE). By contributing to the project, you agree to the license and copyright terms therein and release your contribution under these terms. - -## Copyright - -Caffe uses a shared copyright model: each contributor holds copyright over their contributions to Caffe. The project versioning records all such contribution and copyright details. - -If a contributor wants to further mark their specific copyright on a particular contribution, they should indicate their copyright solely in the commit message of the change when it is committed. Do not include copyright notices in files for this purpose. - -### Documentation - -This website, written with [Jekyll](http://jekyllrb.com/), functions as the official Caffe documentation -- simply run `scripts/build_docs.sh` and view the website at `http://0.0.0.0:4000`. - -We prefer tutorials and examples to be documented close to where they live, in `readme.md` files. -The `build_docs.sh` script gathers all `examples/**/readme.md` and `examples/*.ipynb` files, and makes a table of contents. -To be included in the docs, the readme files must be annotated with [YAML front-matter](http://jekyllrb.com/docs/frontmatter/), including the flag `include_in_docs: true`. -Similarly for IPython notebooks: simply include `"include_in_docs": true` in the `"metadata"` JSON field. - -Other docs, such as installation guides, are written in the `docs` directory and manually linked to from the `index.md` page. - -We strive to provide provide lots of usage examples, and to document all code in docstrings. -We absolutely appreciate any contribution to this effort! - -### The release cycle - -- The `dev` branch receives all new development, including community contributions. -We aim to keep it in a functional state, but large changes do occur, and things do get broken every now and then. -Use only if you want the "bleeding edge". -- BVLC maintainers will periodically update the `master` branch with changes from `dev`, giving it a release tag ([releases so far](https://github.com/BVLC/caffe/releases)). -Use this if you want more stability. - -### Issues & Pull Request Protocol - -Use Github Issues to report [bugs], propose features, and ask development [questions]. -Large-scale development work is guided by [milestones], which are sets of Issues selected for concurrent release (integration from `dev` to `master`). - -Please note that since the core developers are largely researchers, we may work on a feature in isolation for some time before releasing it to the community, so as to claim honest academic contribution. -We do release things as soon as a reasonable technical report may be written, and we still aim to inform the community of ongoing development through Github Issues. - -When you are ready to start developing your feature or fixing a bug, follow this protocol: - -- Develop in [feature branches] with descriptive names. - - For new development branch off `dev`. - - For documentation and fixes for `master` branch off `master`. -- Bring your work up-to-date by [rebasing] onto the latest `dev` / `master`. -(Polish your changes by [interactive rebase], if you'd like.) -- [Pull request] your contribution to `BVLC/caffe`'s `dev` / `master` branch for discussion and review. - - Make PRs *as soon as development begins*, to let discussion guide development. - - A PR is only ready for merge review when it is a fast-forward merge, and all code is documented, linted, and tested -- that means your PR must include tests! -- When the PR satisfies the above properties, use comments to request maintainer review. - -Below is a poetic presentation of the protocol in code form. - -#### [Shelhamer's](https://github.com/shelhamer) “life of a branch in four acts” - -Make the `feature` branch off of the latest `bvlc/dev` -``` -git checkout dev -git pull upstream dev -git checkout -b feature -# do your work, make commits -``` - -Prepare to merge by rebasing your branch on the latest `bvlc/dev` -``` -# make sure dev is fresh -git checkout dev -git pull upstream dev -# rebase your branch on the tip of dev -git checkout feature -git rebase dev -``` - -Push your branch to pull request it into `dev` -``` -git push origin feature -# ...make pull request to dev... -``` - -Now make a pull request! You can do this from the command line (`git pull-request -b dev`) if you install [hub](https://github.com/github/hub). - -The pull request of `feature` into `dev` will be a clean merge. Applause. - -[bugs]: https://github.com/BVLC/caffe/issues?labels=bug&page=1&state=open -[questions]: https://github.com/BVLC/caffe/issues?labels=question&page=1&state=open -[milestones]: https://github.com/BVLC/caffe/issues?milestone=1 -[Pull request]: https://help.github.com/articles/using-pull-requests -[interactive rebase]: https://help.github.com/articles/interactive-rebase -[rebasing]: http://git-scm.com/book/en/Git-Branching-Rebasing -[feature branches]: https://www.atlassian.com/git/workflows#!workflow-feature-branch - -### Testing - -Run `make runtest` to check the project tests. New code requires new tests. Pull requests that fail tests will not be accepted. - -The `googletest` framework we use provides many additional options, which you can access by running the test binaries directly. One of the more useful options is `--gtest_filter`, which allows you to filter tests by name: - - # run all tests with CPU in the name - build/test/test_all.testbin --gtest_filter='*CPU*' - - # run all tests without GPU in the name (note the leading minus sign) - build/test/test_all.testbin --gtest_filter=-'*GPU*' - -To get a list of all options `googletest` provides, simply pass the `--help` flag: - - build/test/test_all.testbin --help - -### Style - -- Follow [Google C++ style](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml) and [Google python style](http://google-styleguide.googlecode.com/svn/trunk/pyguide.html) + [PEP 8](http://legacy.python.org/dev/peps/pep-0008/). -- Wrap lines at 80 chars. -- Remember that “a foolish consistency is the hobgoblin of little minds,” so use your best judgement to write the clearest code for your particular case. -- **Run `make lint` to check C++ code.** diff --git a/caffe-crfrnn/docs/index.md b/caffe-crfrnn/docs/index.md deleted file mode 100644 index e90b06b4..00000000 --- a/caffe-crfrnn/docs/index.md +++ /dev/null @@ -1,102 +0,0 @@ ---- -title: Deep Learning Framework ---- - -# Caffe - -Caffe is a deep learning framework developed with cleanliness, readability, and speed in mind. -It was created by [Yangqing Jia](http://daggerfs.com) during his PhD at UC Berkeley, and is in active development by the Berkeley Vision and Learning Center ([BVLC](http://bvlc.eecs.berkeley.edu)) and by community contributors. -Caffe is released under the [BSD 2-Clause license](https://github.com/BVLC/caffe/blob/master/LICENSE). - -Check out our web image classification [demo](http://demo.caffe.berkeleyvision.org)! - -## Why use Caffe? - -**Clean architecture** enables rapid deployment. -Networks are specified in simple config files, with no hard-coded parameters in the code. -Switching between CPU and GPU is as simple as setting a flag -- so models can be trained on a GPU machine, and then used on commodity clusters. - -**Readable & modifiable implementation** fosters active development. -In Caffe's first six months, it has been forked by over 300 developers on Github, and many have pushed significant changes. - -**Speed** makes Caffe perfect for industry use. -Caffe can process over **40M images per day** with a single NVIDIA K40 or Titan GPU\*. -That's 5 ms/image in training, and 2 ms/image in test. -We believe that Caffe is the fastest CNN implementation available. - -**Community**: Caffe already powers academic research projects, startup prototypes, and even large-scale industrial applications in vision, speech, and multimedia. -There is an active discussion and support community on [Github](https://github.com/BVLC/caffe/issues). - -

-\* When files are properly cached, and using the ILSVRC2012-winning [SuperVision](http://www.image-net.org/challenges/LSVRC/2012/supervision.pdf) model. -Consult performance [details](/performance_hardware.html). -

- -## Documentation - -- [DIY Deep Learning for Vision with Caffe](https://docs.google.com/presentation/d/1UeKXVgRvvxg9OUdh_UiC5G71UMscNPlvArsWER41PsU/edit#slide=id.p)
-Caffe tutorial slides. -- [ACM MM paper](http://ucb-icsi-vision-group.github.io/caffe-paper/caffe.pdf)
-A 4-page report for the ACM Multimedia Open Source competition. -- [Caffe Tutorial](/tutorial)
-DIY deep learning with this hands-on tutorial to Caffe. -- [Installation instructions](/installation.html)
-Tested on Ubuntu, Red Hat, OS X. -* [Model Zoo](/model_zoo.html)
-BVLC suggests a standard distribution format for Caffe models, and provides trained models. -* [Developing & Contributing](/development.html)
-Guidelines for development and contributing to Caffe. -* [API Documentation](/doxygen/)
-Developer documentation automagically generated from code comments. - -### Examples - -{% assign examples = site.pages | where:'category','example' | sort: 'priority' %} -{% for page in examples %} --
{{page.title}}
{{page.description}}
-{% endfor %} - -### Notebook examples - -{% assign notebooks = site.pages | where:'category','notebook' | sort: 'priority' %} -{% for page in notebooks %} --
{{page.title}}
{{page.description}}
-{% endfor %} - -## Citing Caffe - -Please cite Caffe in your publications if it helps your research: - - @misc{Jia13caffe, - Author = {Yangqing Jia}, - Title = { {Caffe}: An Open Source Convolutional Architecture for Fast Feature Embedding}, - Year = {2013}, - Howpublished = {\url{http://caffe.berkeleyvision.org/}} - } - -If you do publish a paper where Caffe helped your research, we encourage you to update the [publications wiki](https://github.com/BVLC/caffe/wiki/Publications). -Citations are also tracked automatically by [Google Scholar](http://scholar.google.com/scholar?oi=bibs&hl=en&cites=17333247995453974016). - -## Acknowledgements - -Yangqing would like to thank the NVIDIA Academic program for providing GPUs, [Oriol Vinyals](http://www1.icsi.berkeley.edu/~vinyals/) for discussions along the journey, and BVLC PI [Trevor Darrell](http://www.eecs.berkeley.edu/~trevor/) for guidance. - -A core set of BVLC members have contributed much new functionality and many fixes since the original release (alphabetical by first name): -[Eric Tzeng](https://github.com/erictzeng), [Evan Shelhamer](http://imaginarynumber.net/), [Jeff Donahue](http://jeffdonahue.com/), [Jon Long](https://github.com/longjon), [Ross Girshick](http://www.cs.berkeley.edu/~rbg/), [Sergey Karayev](http://sergeykarayev.com/), [Sergio Guadarrama](http://www.eecs.berkeley.edu/~sguada/). - -Additionally, the open-source community plays a large and growing role in Caffe's development. -Check out the Github [project pulse](https://github.com/BVLC/caffe/pulse) for recent activity, and the [contributors](https://github.com/BVLC/caffe/graphs/contributors) for a sorted list. - -We sincerely appreciate your interest and contributions! -If you'd like to contribute, please read the [developing & contributing](development.html) guide. - -## Contacting us - -All questions about usage, installation, code, and applications should be searched for and asked on the [caffe-users mailing list](https://groups.google.com/forum/#!forum/caffe-users). - -All development discussion should be carried out at [GitHub Issues](https://github.com/BVLC/caffe/issues). - -If you have a proposal that may not be suited for public discussion *and an ability to act on it*, please email us [directly](mailto:caffe-dev@googlegroups.com). -Requests for features, explanations, or personal help will be ignored; post such matters publicly as issues. - -The core Caffe developers may be able to provide [consulting services](mailto:caffe-coldpress@googlegroups.com) for appropriate projects. diff --git a/caffe-crfrnn/docs/installation.md b/caffe-crfrnn/docs/installation.md deleted file mode 100644 index c667cd8c..00000000 --- a/caffe-crfrnn/docs/installation.md +++ /dev/null @@ -1,302 +0,0 @@ ---- -title: Installation ---- - -# Installation - -Prior to installing, it is best to read through this guide and take note of the details for your platform. -We have installed Caffe on Ubuntu 14.04, Ubuntu 12.04, OS X 10.9, and OS X 10.8. - -- [Prerequisites](#prerequisites) -- [Compilation](#compilation) -- [Hardware questions](#hardware_questions) - -## Prerequisites - -Caffe depends on several software packages. - -* [CUDA](https://developer.nvidia.com/cuda-zone) library version 6.5 (recommended), 6.0, 5.5, or 5.0 and the latest driver version for CUDA 6 or 319.* for CUDA 5 (and NOT 331.*) -* [BLAS](http://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms) (provided via ATLAS, MKL, or OpenBLAS). -* [OpenCV](http://opencv.org/). -* [Boost](http://www.boost.org/) (>= 1.55, although only 1.55 and 1.56 are tested) -* `glog`, `gflags`, `protobuf`, `leveldb`, `snappy`, `hdf5`, `lmdb` -* For the Python wrapper - * `Python 2.7`, `numpy (>= 1.7)`, boost-provided `boost.python` -* For the MATLAB wrapper - * MATLAB with the `mex` compiler. - -**cuDNN Caffe**: for fastest operation Caffe is accelerated by drop-in integration of [NVIDIA cuDNN](https://developer.nvidia.com/cudnn). To speed up your Caffe models, install cuDNN then uncomment the `USE_CUDNN := 1` flag in `Makefile.config` when installing Caffe. Acceleration is automatic. - -**CPU-only Caffe**: for cold-brewed CPU-only Caffe uncomment the `CPU_ONLY := 1` flag in `Makefile.config` to configure and build Caffe without CUDA. This is helpful for cloud or cluster deployment. - -### CUDA and BLAS - -Caffe requires the CUDA `nvcc` compiler to compile its GPU code and CUDA driver for GPU operation. -To install CUDA, go to the [NVIDIA CUDA website](https://developer.nvidia.com/cuda-downloads) and follow installation instructions there. Install the library and the latest standalone driver separately; the driver bundled with the library is usually out-of-date. **Warning!** The 331.* CUDA driver series has a critical performance issue: do not use it. - -For best performance, Caffe can be accelerated by [NVIDIA cuDNN](https://developer.nvidia.com/cudnn). Register for free at the cuDNN site, install it, then continue with these installation instructions. To compile with cuDNN set the `USE_CUDNN := 1` flag set in your `Makefile.config`. - -Caffe requires BLAS as the backend of its matrix and vector computations. -There are several implementations of this library. -The choice is yours: - -* [ATLAS](http://math-atlas.sourceforge.net/): free, open source, and so the default for Caffe. - + Ubuntu: `sudo apt-get install libatlas-base-dev` - + CentOS/RHEL/Fedora: `sudo yum install atlas-devel` - + OS X: already installed as the [Accelerate / vecLib Framework](https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man7/Accelerate.7.html). -* [Intel MKL](http://software.intel.com/en-us/intel-mkl): commercial and optimized for Intel CPUs, with a free trial and [student](http://software.intel.com/en-us/intel-education-offerings) licenses. - 1. Install MKL. - 2. Set `BLAS := mkl` in `Makefile.config` -* [OpenBLAS](http://www.openblas.net/): free and open source; this optimized and parallel BLAS could require more effort to install, although it might offer a speedup. - 1. Install OpenBLAS - 2. Set `BLAS := open` in `Makefile.config` - -### Python and/or MATLAB wrappers (optional) - -#### Python - -The main requirements are `numpy` and `boost.python` (provided by boost). `pandas` is useful too and needed for some examples. - -You can install the dependencies with - - for req in $(cat requirements.txt); do sudo pip install $req; done - -but we highly recommend first installing the [Anaconda](https://store.continuum.io/cshop/anaconda/) Python distribution, which provides most of the necessary packages, as well as the `hdf5` library dependency. - -For **Ubuntu**, if you use the default Python you will need to `sudo apt-get install` the `python-dev` package to have the Python headers for building the wrapper. - -For **Fedora**, if you use the default Python you will need to `sudo yum install` the `python-devel` package to have the Python headers for building the wrapper. - -For **OS X**, Anaconda is the preferred Python. If you decide against it, please use Homebrew -- but beware of potential linking errors! - -To import the `caffe` Python module after completing the installation, add the module directory to your `$PYTHONPATH` by `export PYTHONPATH=/path/to/caffe/python:$PYTHONPATH` or the like. You should not import the module in the `caffe/python/caffe` directory! - -*Caffe's Python interface works with Python 2.7. Python 3 or earlier Pythons are your own adventure.* - -#### MATLAB - -Install MATLAB, and make sure that its `mex` is in your `$PATH`. - -*Caffe's MATLAB interface works with versions 2012b, 2013a/b, and 2014a.* - -### The rest of the dependencies - -#### Linux - -On **Ubuntu**, most of the dependencies can be installed with - - sudo apt-get install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-dev libboost-all-dev libhdf5-serial-dev - -and for **Ubuntu 14.04** the rest of the dependencies can be installed with - - sudo apt-get install libgflags-dev libgoogle-glog-dev liblmdb-dev protobuf-compiler - -Keep reading to find out how to manually build and install the Google flags library, Google logging library and LMDB on **Ubuntu 12.04**. - -On **CentOS / RHEL / Fedora**, most of the dependencies can be installed with - - sudo yum install protobuf-devel leveldb-devel snappy-devel opencv-devel boost-devel hdf5-devel - -The Google flags library, Google logging library and LMDB already made their ways into newer versions of **CentOS / RHEL / Fedora** so it is better to first attempt to install them using `yum` - - sudo yum install gflags-devel glog-devel lmdb-devel - -**Finally** in case you couldn't find those extra libraries mentioned above in your distribution's repositories, here are the instructions to follow for manually building and installing them on **Ubuntu 12.04 / CentOS / RHEL / Fedora** (or practically on any Linux distribution) - - # glog - wget https://google-glog.googlecode.com/files/glog-0.3.3.tar.gz - tar zxvf glog-0.3.3.tar.gz - cd glog-0.3.3 - ./configure - make && make install - # gflags - wget https://github.com/schuhschuh/gflags/archive/master.zip - unzip master.zip - cd gflags-master - mkdir build && cd build - export CXXFLAGS="-fPIC" && cmake .. && make VERBOSE=1 - make && make install - # lmdb - git clone git://gitorious.org/mdb/mdb.git - cd mdb/libraries/liblmdb - make && make install - -Note that glog does not compile with the most recent gflags version (2.1), so before that is resolved you will need to build with glog first. - -#### OS X - -On **OS X**, we highly recommend using the [Homebrew](http://brew.sh/) package manager, and ideally starting from a clean install of the OS (or from a wiped `/usr/local`) to avoid conflicts. -In the following, we assume that you're using Anaconda Python and Homebrew. - -To install the OpenCV dependency, we'll need to provide an additional source for Homebrew: - - brew tap homebrew/science - -If using Anaconda Python, a modification is required to the OpenCV formula. -Do `brew edit opencv` and change the lines that look like the two lines below to exactly the two lines below. - - -DPYTHON_LIBRARY=#{py_prefix}/lib/libpython2.7.dylib - -DPYTHON_INCLUDE_DIR=#{py_prefix}/include/python2.7 - -**NOTE**: We find that everything compiles successfully if `$LD_LIBRARY_PATH` is not set at all, and `$DYLD_FALLBACK_LIBRARY_PATH` is set to to provide CUDA, Python, and other relevant libraries (e.g. `/usr/local/cuda/lib:$HOME/anaconda/lib:/usr/local/lib:/usr/lib`). -In other `ENV` settings, things may not work as expected. - -**NOTE**: There is currently a conflict between boost 1.56 and CUDA in some configurations. Check the [conflict description](https://github.com/BVLC/caffe/issues/1193#issuecomment-57491906) and try downgrading to 1.55. - -#### 10.8-specific Instructions - -Simply run the following: - - brew install --build-from-source boost boost-python - brew install --with-python protobuf - for x in snappy leveldb gflags glog szip lmdb homebrew/science/opencv; do brew install $x; done - -Building boost from source is needed to link against your local Python (exceptions might be raised during some OS X installs, but **ignore** these and continue). If you do not need the Python wrapper, simply doing `brew install boost` is fine. - -**Note** that the HDF5 dependency is provided by Anaconda Python in this case. -If you're not using Anaconda, include `hdf5` in the list above. - -#### 10.9-specific Instructions - -In OS X 10.9, clang++ is the default C++ compiler and uses `libc++` as the standard library. -However, NVIDIA CUDA (even version 6.0) currently links only with `libstdc++`. -This makes it necessary to change the compilation settings for each of the dependencies. - -We do this by modifying the Homebrew formulae before installing any packages. -Make sure that Homebrew doesn't install any software dependencies in the background; all packages must be linked to `libstdc++`. - -The prerequisite Homebrew formulae are - - boost snappy leveldb protobuf gflags glog szip lmdb homebrew/science/opencv - -For each of these formulas, `brew edit FORMULA`, and add the ENV definitions as shown: - - def install - # ADD THE FOLLOWING: - ENV.append "CXXFLAGS", "-stdlib=libstdc++" - ENV.append "CFLAGS", "-stdlib=libstdc++" - ENV.append "LDFLAGS", "-stdlib=libstdc++ -lstdc++" - # The following is necessary because libtool likes to strip LDFLAGS: - ENV["CXX"] = "/usr/bin/clang++ -stdlib=libstdc++" - ... - -To edit the formulae in turn, run - - for x in snappy leveldb protobuf gflags glog szip boost boost-python lmdb homebrew/science/opencv; do brew edit $x; done - -After this, run - - for x in snappy leveldb gflags glog szip lmdb homebrew/science/opencv; do brew uninstall $x; brew install --build-from-source --fresh -vd $x; done - brew uninstall protobuf; brew install --build-from-source --with-python --fresh -vd protobuf - brew install --build-from-source --fresh -vd boost boost-python - -**Note** that `brew install --build-from-source --fresh -vd boost` is fine if you do not need the Caffe Python wrapper. - -**Note** that the HDF5 dependency is provided by Anaconda Python in this case. -If you're not using Anaconda, include `hdf5` in the list above. - -**Note** that in order to build the Caffe Python wrappers you must install `boost` and `boost-python`: - - brew install --build-from-source --fresh -vd boost boost-python - -**Note** that Homebrew maintains itself as a separate git repository and making the above `brew edit FORMULA` changes will change files in your local copy of homebrew's master branch. By default, this will prevent you from updating Homebrew using `brew update`, as you will get an error message like the following: - - $ brew update - error: Your local changes to the following files would be overwritten by merge: - Library/Formula/lmdb.rb - Please, commit your changes or stash them before you can merge. - Aborting - Error: Failure while executing: git pull -q origin refs/heads/master:refs/remotes/origin/master - -One solution is to commit your changes to a separate Homebrew branch, run `brew update`, and rebase your changes onto the updated master. You'll have to do this both for the main Homebrew repository in `/usr/local/` and the Homebrew science repository that contains OpenCV in `/usr/local/Library/Taps/homebrew/homebrew-science`, as follows: - - cd /usr/local - git checkout -b caffe - git add . - git commit -m "Update Caffe dependencies to use libstdc++" - cd /usr/local/Library/Taps/homebrew/homebrew-science - git checkout -b caffe - git add . - git commit -m "Update Caffe dependencies" - -Then, whenever you want to update homebrew, switch back to the master branches, do the update, rebase the caffe branches onto master and fix any conflicts: - - # Switch batch to homebrew master branches - cd /usr/local - git checkout master - cd /usr/local/Library/Taps/homebrew/homebrew-science - git checkout master - - # Update homebrew; hopefully this works without errors! - brew update - - # Switch back to the caffe branches with the forumlae that you modified earlier - cd /usr/local - git rebase master caffe - # Fix any merge conflicts and commit to caffe branch - cd /usr/local/Library/Taps/homebrew/homebrew-science - git rebase master caffe - # Fix any merge conflicts and commit to caffe branch - - # Done! - -At this point, you should be running the latest Homebrew packages and your Caffe-related modifications will remain in place. - -#### Windows - -There is an unofficial Windows port of Caffe at [niuzhiheng/caffe:windows](https://github.com/niuzhiheng/caffe). Thanks [@niuzhiheng](https://github.com/niuzhiheng)! - -## Compilation - -Now that you have the prerequisites, edit your `Makefile.config` to change the paths for your setup (you should especially uncomment and set `BLAS_LIB` accordingly on distributions like **CentOS / RHEL / Fedora** where ATLAS is installed under `/usr/lib[64]/atlas`) -The defaults should work, but uncomment the relevant lines if using Anaconda Python. - - cp Makefile.config.example Makefile.config - # Adjust Makefile.config (for example, if using Anaconda Python) - make all - make test - make runtest - -To compile with cuDNN acceleration, you should uncomment the `USE_CUDNN := 1` switch in `Makefile.config`. - -If there is no GPU in your machine, you should switch to CPU-only Caffe by uncommenting `CPU_ONLY := 1` in `Makefile.config`. - -To compile the Python and MATLAB wrappers do `make pycaffe` and `make matcaffe` respectively. -Be sure to set your MATLAB and Python paths in `Makefile.config` first! - -*Distribution*: run `make distribute` to create a `distribute` directory with all the Caffe headers, compiled libraries, binaries, etc. needed for distribution to other machines. - -*Speed*: for a faster build, compile in parallel by doing `make all -j8` where 8 is the number of parallel threads for compilation (a good choice for the number of threads is the number of cores in your machine). - -Now that you have installed Caffe, check out the [MNIST tutorial](gathered/examples/mnist.html) and the [reference ImageNet model tutorial](gathered/examples/imagenet.html). - -### Compilation using CMake (beta) - -In lieu of manually editing `Makefile.config` to tell Caffe where dependencies are located, Caffe also provides a CMake-based build system (currently in "beta"). -It requires CMake version >= 2.8.8. -The basic installation steps are as follows: - - mkdir build - cd build - cmake .. - make all - make runtest - -#### Ubuntu 12.04 - -Note that in Ubuntu 12.04, Aptitude will install version CMake 2.8.7 by default, which is not supported by Caffe's CMake build (requires at least 2.8.8). -As a workaround, if you are using Ubuntu 12.04 you can try the following steps to install (or upgrade to) CMake 2.8.9: - - sudo add-apt-repository ppa:ubuntu-sdk-team/ppa -y - sudo apt-get -y update - sudo apt-get install cmake - -## Hardware Questions - -**Laboratory Tested Hardware**: Berkeley Vision runs Caffe with K40s, K20s, and Titans including models at ImageNet/ILSVRC scale. We also run on GTX series cards and GPU-equipped MacBook Pros. We have not encountered any trouble in-house with devices with CUDA capability >= 3.0. All reported hardware issues thus-far have been due to GPU configuration, overheating, and the like. - -**CUDA compute capability**: devices with compute capability <= 2.0 may have to reduce CUDA thread numbers and batch sizes due to hardware constraints. Your mileage may vary. - -Once installed, check your times against our [reference performance numbers](performance_hardware.html) to make sure everything is configured properly. - -Refer to the project's issue tracker for [hardware/compatibility](https://github.com/BVLC/caffe/issues?labels=hardware%2Fcompatibility&page=1&state=open). diff --git a/caffe-crfrnn/docs/model_zoo.md b/caffe-crfrnn/docs/model_zoo.md deleted file mode 100644 index 358bbb7f..00000000 --- a/caffe-crfrnn/docs/model_zoo.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -title: Model Zoo ---- -# Caffe Model Zoo - -Lots of people have used Caffe to train models of different architectures and applied to different problems, ranging from simple regression to AlexNet-alikes to Siamese networks for image similarity to speech applications. -To lower the friction of sharing these models, we introduce the model zoo framework: - -- A standard format for packaging Caffe model info. -- Tools to upload/download model info to/from Github Gists, and to download trained `.caffemodel` binaries. -- A central wiki page for sharing model info Gists. - -## Where to get trained models - -First of all, we provide some trained models out of the box. -Each one of these can be downloaded by running `scripts/download_model_binary.py ` where `` is specified below: - -- **BVLC Reference CaffeNet** in `models/bvlc_reference_caffenet`: AlexNet trained on ILSVRC 2012, with a minor variation from the version as described in the NIPS 2012 paper. (Trained by Jeff Donahue @jeffdonahue) -- **BVLC AlexNet** in `models/bvlc_alexnet`: AlexNet trained on ILSVRC 2012, almost exactly as described in NIPS 2012. (Trained by Evan Shelhamer @shelhamer) -- **BVLC Reference R-CNN ILSVRC-2013** in `models/bvlc_reference_rcnn_ilsvrc13`: pure Caffe implementation of [R-CNN](https://github.com/rbgirshick/rcnn). (Trained by Ross Girshick @rbgirshick) -- **BVLC GoogleNet** in `models/bvlc_googlenet`: GoogleNet trained on ILSVRC 2012, almost exactly as described in [GoogleNet](http://arxiv.org/abs/1409.4842). (Trained by Sergio Guadarrama @sguada) - -User-provided models are posted to a public-editable [wiki page](https://github.com/BVLC/caffe/wiki/Model-Zoo). - -## Model info format - -A caffe model is distributed as a directory containing: - -- Solver/model prototxt(s) -- `readme.md` containing - - YAML frontmatter - - Caffe version used to train this model (tagged release or commit hash). - - [optional] file URL and SHA1 of the trained `.caffemodel`. - - [optional] github gist id. - - Information about what data the model was trained on, modeling choices, etc. - - License information. -- [optional] Other helpful scripts. - -## Hosting model info - -Github Gist is a good format for model info distribution because it can contain multiple files, is versionable, and has in-browser syntax highlighting and markdown rendering. - -- `scripts/upload_model_to_gist.sh `: uploads non-binary files in the model directory as a Github Gist and prints the Gist ID. If `gist_id` is already part of the `/readme.md` frontmatter, then updates existing Gist. - -Try doing `scripts/upload_model_to_gist.sh models/bvlc_alexnet` to test the uploading (don't forget to delete the uploaded gist afterward). - -Downloading model info is done just as easily with `scripts/download_model_from_gist.sh `. - -### Hosting trained models - -It is up to the user where to host the `.caffemodel` file. -We host our BVLC-provided models on our own server. -Dropbox also works fine (tip: make sure that `?dl=1` is appended to the end of the URL). - -- `scripts/download_model_binary.py `: downloads the `.caffemodel` from the URL specified in the `/readme.md` frontmatter and confirms SHA1. diff --git a/caffe-crfrnn/docs/performance_hardware.md b/caffe-crfrnn/docs/performance_hardware.md deleted file mode 100644 index b35246fe..00000000 --- a/caffe-crfrnn/docs/performance_hardware.md +++ /dev/null @@ -1,73 +0,0 @@ ---- -title: Performance and Hardware Configuration ---- - -# Performance and Hardware Configuration - -To measure performance on different NVIDIA GPUs we use CaffeNet, the Caffe reference ImageNet model. - -For training, each time point is 20 iterations/minibatches of 256 images for 5,120 images total. For testing, a 50,000 image validation set is classified. - -**Acknowledgements**: BVLC members are very grateful to NVIDIA for providing several GPUs to conduct this research. - -## NVIDIA K40 - -Performance is best with ECC off and boost clock enabled. While ECC makes a negligible difference in speed, disabling it frees ~1 GB of GPU memory. - -Best settings with ECC off and maximum clock speed in standard Caffe: - -* Training is 26.5 secs / 20 iterations (5,120 images) -* Testing is 100 secs / validation set (50,000 images) - -Best settings with Caffe + [cuDNN acceleration](http://nvidia.com/cudnn): - -* Training is 19.2 secs / 20 iterations (5,120 images) -* Testing is 60.7 secs / validation set (50,000 images) - -Other settings: - -* ECC on, max speed: training 26.7 secs / 20 iterations, test 101 secs / validation set -* ECC on, default speed: training 31 secs / 20 iterations, test 117 secs / validation set -* ECC off, default speed: training 31 secs / 20 iterations, test 118 secs / validation set - -### K40 configuration tips - -For maximum K40 performance, turn off ECC and boost the clock speed (at your own risk). - -To turn off ECC, do - - sudo nvidia-smi -i 0 --ecc-config=0 # repeat with -i x for each GPU ID - -then reboot. - -Set the "persistence" mode of the GPU settings by - - sudo nvidia-smi -pm 1 - -and then set the clock speed with - - sudo nvidia-smi -i 0 -ac 3004,875 # repeat with -i x for each GPU ID - -but note that this configuration resets across driver reloading / rebooting. Include these commands in a boot script to intialize these settings. For a simple fix, add these commands to `/etc/rc.local` (on Ubuntu). - -## NVIDIA Titan - -Training: 26.26 secs / 20 iterations (5,120 images). -Testing: 100 secs / validation set (50,000 images). - -cuDNN Training: 20.25 secs / 20 iterations (5,120 images). -cuDNN Testing: 66.3 secs / validation set (50,000 images). - - -## NVIDIA K20 - -Training: 36.0 secs / 20 iterations (5,120 images). -Testing: 133 secs / validation set (50,000 images). - -## NVIDIA GTX 770 - -Training: 33.0 secs / 20 iterations (5,120 images). -Testing: 129 secs / validation set (50,000 images). - -cuDNN Training: 24.3 secs / 20 iterations (5,120 images). -cuDNN Testing: 104 secs / validation set (50,000 images). diff --git a/caffe-crfrnn/docs/stylesheets/pygment_trac.css b/caffe-crfrnn/docs/stylesheets/pygment_trac.css deleted file mode 100644 index c6a6452d..00000000 --- a/caffe-crfrnn/docs/stylesheets/pygment_trac.css +++ /dev/null @@ -1,69 +0,0 @@ -.highlight { background: #ffffff; } -.highlight .c { color: #999988; font-style: italic } /* Comment */ -.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ -.highlight .k { font-weight: bold } /* Keyword */ -.highlight .o { font-weight: bold } /* Operator */ -.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */ -.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ -.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ -.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #aa0000 } /* Generic.Error */ -.highlight .gh { color: #999999 } /* Generic.Heading */ -.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ -.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */ -.highlight .go { color: #888888 } /* Generic.Output */ -.highlight .gp { color: #555555 } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #800080; font-weight: bold; } /* Generic.Subheading */ -.highlight .gt { color: #aa0000 } /* Generic.Traceback */ -.highlight .kc { font-weight: bold } /* Keyword.Constant */ -.highlight .kd { font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { font-weight: bold } /* Keyword.Pseudo */ -.highlight .kr { font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #009999 } /* Literal.Number */ -.highlight .s { color: #d14 } /* Literal.String */ -.highlight .na { color: #008080 } /* Name.Attribute */ -.highlight .nb { color: #0086B3 } /* Name.Builtin */ -.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */ -.highlight .no { color: #008080 } /* Name.Constant */ -.highlight .ni { color: #800080 } /* Name.Entity */ -.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */ -.highlight .nn { color: #555555 } /* Name.Namespace */ -.highlight .nt { color: #000080 } /* Name.Tag */ -.highlight .nv { color: #008080 } /* Name.Variable */ -.highlight .ow { font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mf { color: #009999 } /* Literal.Number.Float */ -.highlight .mh { color: #009999 } /* Literal.Number.Hex */ -.highlight .mi { color: #009999 } /* Literal.Number.Integer */ -.highlight .mo { color: #009999 } /* Literal.Number.Oct */ -.highlight .sb { color: #d14 } /* Literal.String.Backtick */ -.highlight .sc { color: #d14 } /* Literal.String.Char */ -.highlight .sd { color: #d14 } /* Literal.String.Doc */ -.highlight .s2 { color: #d14 } /* Literal.String.Double */ -.highlight .se { color: #d14 } /* Literal.String.Escape */ -.highlight .sh { color: #d14 } /* Literal.String.Heredoc */ -.highlight .si { color: #d14 } /* Literal.String.Interpol */ -.highlight .sx { color: #d14 } /* Literal.String.Other */ -.highlight .sr { color: #009926 } /* Literal.String.Regex */ -.highlight .s1 { color: #d14 } /* Literal.String.Single */ -.highlight .ss { color: #990073 } /* Literal.String.Symbol */ -.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */ -.highlight .vc { color: #008080 } /* Name.Variable.Class */ -.highlight .vg { color: #008080 } /* Name.Variable.Global */ -.highlight .vi { color: #008080 } /* Name.Variable.Instance */ -.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ - -.type-csharp .highlight .k { color: #0000FF } -.type-csharp .highlight .kt { color: #0000FF } -.type-csharp .highlight .nf { color: #000000; font-weight: normal } -.type-csharp .highlight .nc { color: #2B91AF } -.type-csharp .highlight .nn { color: #000000 } -.type-csharp .highlight .s { color: #A31515 } -.type-csharp .highlight .sc { color: #A31515 } diff --git a/caffe-crfrnn/docs/stylesheets/reset.css b/caffe-crfrnn/docs/stylesheets/reset.css deleted file mode 100644 index 6020b26f..00000000 --- a/caffe-crfrnn/docs/stylesheets/reset.css +++ /dev/null @@ -1,21 +0,0 @@ -/* MeyerWeb Reset */ - -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td, -article, aside, canvas, details, embed, -figure, figcaption, footer, header, hgroup, -menu, nav, output, ruby, section, summary, -time, mark, audio, video { - margin: 0; - padding: 0; - border: 0; - font: inherit; - vertical-align: baseline; -} diff --git a/caffe-crfrnn/docs/stylesheets/styles.css b/caffe-crfrnn/docs/stylesheets/styles.css deleted file mode 100644 index 2dbedb8a..00000000 --- a/caffe-crfrnn/docs/stylesheets/styles.css +++ /dev/null @@ -1,348 +0,0 @@ -@import url(http://fonts.googleapis.com/css?family=PT+Serif|Open+Sans:600,400); - -body { - padding:10px 50px 0 0; - font-family: 'Open Sans', sans-serif; - font-size: 14px; - color: #232323; - background-color: #FBFAF7; - margin: 0; - line-height: 1.5rem; - -webkit-font-smoothing: antialiased; -} - -h1, h2, h3, h4, h5, h6 { - color:#232323; - margin:36px 0 10px; -} - -p, ul, ol, table, dl { - margin:0 0 22px; -} - -h1, h2, h3 { - font-family: 'PT Serif', serif; - line-height:1.3; - font-weight: normal; - display: block; - border-bottom: 1px solid #ccc; - padding-bottom: 5px; -} - -h1 { - font-size: 30px; -} - -h2 { - font-size: 24px; -} - -h3 { - font-size: 18px; -} - -h4, h5, h6 { - font-family: 'PT Serif', serif; - font-weight: 700; -} - -a { - color:#C30000; - text-decoration:none; -} - -a:hover { - text-decoration: underline; -} - -a small { - font-size: 12px; -} - -em { - font-style: italic; -} - -strong { - font-weight:700; -} - -ul { - padding-left: 25px; -} - -ol { - list-style: decimal; - padding-left: 20px; -} - -blockquote { - margin: 0; - padding: 0 0 0 20px; - font-style: italic; -} - -dl, dt, dd, dl p { - font-color: #444; -} - -dl dt { - font-weight: bold; -} - -dl dd { - padding-left: 20px; - font-style: italic; -} - -dl p { - padding-left: 20px; - font-style: italic; -} - -hr { - border:0; - background:#ccc; - height:1px; - margin:0 0 24px; -} - -/* Images */ - -img { - position: relative; - margin: 0 auto; - max-width: 650px; - padding: 5px; - margin: 10px 0 32px 0; - border: 1px solid #ccc; -} - -p img { - display: inline; - margin: 0; - padding: 0; - vertical-align: middle; - text-align: center; - border: none; -} - -/* Code blocks */ -code, pre { - font-family: monospace; - color:#000; - font-size:12px; - line-height: 14px; -} - -pre { - padding: 6px 12px; - background: #FDFEFB; - border-radius:4px; - border:1px solid #D7D8C8; - overflow: auto; - white-space: pre-wrap; - margin-bottom: 16px; -} - - -/* Tables */ -table { - width:100%; -} - -table { - border: 1px solid #ccc; - margin-bottom: 32px; - text-align: left; - } - -th { - font-family: 'Open Sans', sans-serif; - font-size: 18px; - font-weight: normal; - padding: 10px; - background: #232323; - color: #FDFEFB; - } - -td { - padding: 10px; - background: #ccc; - } - - -/* Wrapper */ -.wrapper { - width:960px; -} - - -/* Header */ - -header { - width:170px; - float:left; - position:fixed; - padding: 12px 25px 22px 50px; - margin: 24px 25px 0 0; -} - -p.header { - font-size: 14px; -} - -h1.header { - font-size: 30px; - font-weight: 300; - line-height: 1.3em; - margin-top: 0; -} - -a.name { - white-space: nowrap; -} - -header ul { - list-style:none; - padding:0; -} - -header li { - list-style-type: none; - width:132px; - height:15px; - margin-bottom: 12px; - line-height: 1em; - padding: 6px 6px 6px 7px; - background: #c30000; - border-radius:4px; - border:1px solid #555; -} - -header li:hover { - background: #dd0000; -} - -a.buttons { - color: #fff; - text-decoration: none; - font-weight: normal; - padding: 2px 2px 2px 22px; - height: 30px; -} - -a.github { - background: url(/images/GitHub-Mark-64px.png) no-repeat center left; - background-size: 15%; -} - -/* Section - for main page content */ - -section { - width:650px; - float:right; - padding-bottom:50px; -} - -p.footnote { - font-size: 12px; -} - - -/* Footer */ - -footer { - width:170px; - float:left; - position:fixed; - bottom:10px; - padding-left: 50px; -} - -@media print, screen and (max-width: 960px) { - - div.wrapper { - width:auto; - margin:0; - } - - header, section, footer { - float:none; - position:static; - width:auto; - } - - footer { - border-top: 1px solid #ccc; - margin:0 84px 0 50px; - padding:0; - } - - header { - padding-right:320px; - } - - section { - padding:20px 84px 20px 50px; - margin:0 0 20px; - } - - header a small { - display:inline; - } - - header ul { - position:absolute; - right:130px; - top:84px; - } -} - -@media print, screen and (max-width: 720px) { - body { - word-wrap:break-word; - } - - header { - padding:10px 20px 0; - margin-right: 0; - } - - section { - padding:10px 0 10px 20px; - margin:0 0 30px; - } - - footer { - margin: 0 0 0 30px; - } - - header ul, header p.view { - position:static; - } -} - -@media print, screen and (max-width: 480px) { - - header ul li.download { - display:none; - } - - footer { - margin: 0 0 0 20px; - } - - footer a{ - display:block; - } - -} - -@media print { - body { - padding:0.4in; - font-size:12pt; - color:#444; - } -} diff --git a/caffe-crfrnn/docs/tutorial/convolution.md b/caffe-crfrnn/docs/tutorial/convolution.md deleted file mode 100644 index a02fe4ef..00000000 --- a/caffe-crfrnn/docs/tutorial/convolution.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Convolution ---- -# Caffeinated Convolution - -The Caffe strategy for convolution is to reduce the problem to matrix-matrix multiplication. -This linear algebra computation is highly-tuned in BLAS libraries and efficiently computed on GPU devices. - -For more details read Yangqing's [Convolution in Caffe: a memo](https://github.com/Yangqing/caffe/wiki/Convolution-in-Caffe:-a-memo). - -As it turns out, this same reduction was independently explored in the context of conv. nets by - -> K. Chellapilla, S. Puri, P. Simard, et al. High performance convolutional neural networks for document processing. In Tenth International Workshop on Frontiers in Handwriting Recognition, 2006. diff --git a/caffe-crfrnn/docs/tutorial/data.md b/caffe-crfrnn/docs/tutorial/data.md deleted file mode 100644 index 40605f7c..00000000 --- a/caffe-crfrnn/docs/tutorial/data.md +++ /dev/null @@ -1,78 +0,0 @@ ---- -title: Data ---- -# Data: Ins and Outs - -Data flows through Caffe as [Blobs](net_layer_blob.html#blob-storage-and-communication). -Data layers load input and save output by converting to and from Blob to other formats. -Common transformations like mean-subtraction and feature-scaling are done by data layer configuration. -New input types are supported by developing a new data layer -- the rest of the Net follows by the modularity of the Caffe layer catalogue. - -This data layer definition - - layers { - name: "mnist" - # DATA layer loads leveldb or lmdb storage DBs for high-throughput. - type: DATA - # the 1st top is the data itself: the name is only convention - top: "data" - # the 2nd top is the ground truth: the name is only convention - top: "label" - # the DATA layer configuration - data_param { - # path to the DB - source: "examples/mnist/mnist_train_lmdb" - # type of DB: LEVELDB or LMDB (LMDB supports concurrent reads) - backend: LMDB - # batch processing improves efficiency. - batch_size: 64 - } - # common data transformations - transform_param { - # feature scaling coefficient: this maps the [0, 255] MNIST data to [0, 1] - scale: 0.00390625 - } - } - -loads the MNIST digits. - -**Tops and Bottoms**: A data layer makes **top** blobs to output data to the model. -It does not have **bottom** blobs since it takes no input. - -**Data and Label**: a data layer has at least one top canonically named **data**. -For ground truth a second top can be defined that is canonically named **label**. -Both tops simply produce blobs and there is nothing inherently special about these names. -The (data, label) pairing is a convenience for classification models. - -**Transformations**: data preprocessing is parametrized by transformation messages within the data layer definition. - - layers { - name: "data" - type: DATA - [...] - transform_param { - scale: 0.1 - mean_file_size: mean.binaryproto - # for images in particular horizontal mirroring and random cropping - # can be done as simple data augmentations. - mirror: 1 # 1 = on, 0 = off - # crop a `crop_size` x `crop_size` patch: - # - at random during training - # - from the center during testing - crop_size: 227 - } - } - -**Prefetching**: for throughput data layers fetch the next batch of data and prepare it in the background while the Net computes the current batch. - -**Multiple Inputs**: a Net can have multiple inputs of any number and type. Define as many data layers as needed giving each a unique name and top. Multiple inputs are useful for non-trivial ground truth: one data layer loads the actual data and the other data layer loads the ground truth in lock-step. In this arrangement both data and label can be any 4D array. Further applications of multiple inputs are found in multi-modal and sequence models. In these cases you may need to implement your own data preparation routines or a special data layer. - -*Improvements to data processing to add formats, generality, or helper utilities are welcome!* - -## Formats - -Refer to the layer catalogue of [data layers](layers.html#data-layers) for close-ups on each type of data Caffe understands. - -## Deployment Input - -For on-the-fly computation deployment Nets define their inputs by `input` fields: these Nets then accept direct assignment of data for online or interactive computation. diff --git a/caffe-crfrnn/docs/tutorial/fig/.gitignore b/caffe-crfrnn/docs/tutorial/fig/.gitignore deleted file mode 100644 index e69de29b..00000000 diff --git a/caffe-crfrnn/docs/tutorial/forward_backward.md b/caffe-crfrnn/docs/tutorial/forward_backward.md deleted file mode 100644 index f58b9cac..00000000 --- a/caffe-crfrnn/docs/tutorial/forward_backward.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: Forward and Backward for Inference and Learning ---- -# Forward and Backward - -The forward and backward passes are the essential computations of a [Net](net_layer_blob.html). - -Forward and Backward - -Let's consider a simple logistic regression classifier. - -The **forward** pass computes the output given the input for inference. -In forward Caffe composes the computation of each layer to compute the "function" represented by the model. -This pass goes from bottom to top. - -Forward pass - -The data $x$ is passed through an inner product layer for $g(x)$ then through a softmax for $h(g(x))$ and softmax loss to give $f_W(x)$. - -The **backward** pass computes the gradient given the loss for learning. -In backward Caffe reverse-composes the gradient of each layer to compute the gradient of the whole model by automatic differentiation. -This is back-propagation. -This pass goes from top to bottom. - -Backward pass - -The backward pass begins with the loss and computes the gradient with respect to the output $\frac{\partial f_W}{\partial h}$. The gradient with respect to the rest of the model is computed layer-by-layer through the chain rule. Layers with parameters, like the `INNER_PRODUCT` layer, compute the gradient with respect to their parameters $\frac{\partial f_W}{\partial W_{\text{ip}}}$ during the backward step. - -These computations follow immediately from defining the model: Caffe plans and carries out the forward and backward passes for you. - -- The `Net::Forward()` and `Net::Backward()` methods carry out the respective passes while `Layer::Forward()` and `Layer::Backward()` compute each step. -- Every layer type has `forward_{cpu,gpu}()` and `backward_{cpu,gpu}` methods to compute its steps according to the mode of computation. A layer may only implement CPU or GPU mode due to constraints or convenience. - -The [Solver](solver.html) optimizes a model by first calling forward to yield the output and loss, then calling backward to generate the gradient of the model, and then incorporating the gradient into a weight update that attempts to minimize the loss. Division of labor between the Solver, Net, and Layer keep Caffe modular and open to development. - -For the details of the forward and backward steps of Caffe's layer types, refer to the [layer catalogue](layers.html). - diff --git a/caffe-crfrnn/docs/tutorial/index.md b/caffe-crfrnn/docs/tutorial/index.md deleted file mode 100644 index 7d4e77b1..00000000 --- a/caffe-crfrnn/docs/tutorial/index.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: Caffe Tutorial ---- -# Caffe Tutorial - -Caffe is a deep learning framework and this tutorial explains its philosophy, architecture, and usage. -This is a practical guide and framework introduction, so the full frontier, context, and history of deep learning cannot be covered here. -While explanations will be given where possible, a background in machine learning and neural networks is helpful. - -## Philosophy - -In one sip, Caffe is brewed for - -- Expression: models and optimizations are defined as plaintext schemas instead of code. -- Speed: for research and industry alike speed is crucial for state-of-the-art models and massive data. -- Modularity: new tasks and settings require flexibility and extension. -- Openness: scientific and applied progress call for common code, reference models, and reproducibility. -- Community: academic research, startup prototypes, and industrial applications all share strength by joint discussion and development in a BSD-2 project. - -and these principles direct the project. - -## Tour - -- [Nets, Layers, and Blobs](net_layer_blob.html): the anatomy of a Caffe model. -- [Forward / Backward](forward_backward.html): the essential computations of layered compositional models. -- [Loss](loss.html): the task to be learned is defined by the loss. -- [Solver](solver.html): the solver coordinates model optimization. -- [Layer Catalogue](layers.html): the layer is the fundamental unit of modeling and computation -- Caffe's catalogue includes layers for state-of-the-art models. -- [Interfaces](interfaces.html): command line, Python, and MATLAB Caffe. -- [Data](data.html): how to caffeinate data for model input. - -For a closer look at a few details: - -- [Caffeinated Convolution](convolution.html): how Caffe computes convolutions. - -## Deeper Learning - -There are helpful references freely online for deep learning that complement our hands-on tutorial. -These cover introductory and advanced material, background and history, and the latest advances. - -The [Tutorial on Deep Learning for Vision](https://sites.google.com/site/deeplearningcvpr2014/) from CVPR '14 is a good companion tutorial for researchers. -Once you have the framework and practice foundations from the Caffe tutorial, explore the fundamental ideas and advanced research directions in the CVPR '14 tutorial. - -A broad introduction is given in the free online draft of [Neural Networks and Deep Learning](http://neuralnetworksanddeeplearning.com/index.html) by Michael Nielsen. In particular the chapters on using neural nets and how backpropagation works are helpful if you are new to the subject. - -These recent academic tutorials cover deep learning for researchers in machine learning and vision: - -- [Deep Learning Tutorial](http://www.cs.nyu.edu/~yann/talks/lecun-ranzato-icml2013.pdf) by Yann LeCun (NYU, Facebook) and Marc'Aurelio Ranzato (Facebook). ICML 2013 tutorial. -- [LISA Deep Learning Tutorial](http://deeplearning.net/tutorial/deeplearning.pdf) by the LISA Lab directed by Yoshua Bengio (U. Montréal). - -For an exposition of neural networks in circuits and code, check out [Understanding Neural Networks from a Programmer's Perspective](http://karpathy.github.io/neuralnets/) by Andrej Karpathy (Stanford). diff --git a/caffe-crfrnn/docs/tutorial/interfaces.md b/caffe-crfrnn/docs/tutorial/interfaces.md deleted file mode 100644 index 6b0ec347..00000000 --- a/caffe-crfrnn/docs/tutorial/interfaces.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -title: Interfaces ---- -# Interfaces - -Caffe has command line, Python, and MATLAB interfaces for day-to-day usage, interfacing with research code, and rapid prototyping. While Caffe is a C++ library at heart and it exposes a modular interface for development, not every occasion calls for custom compilation. The cmdcaffe, pycaffe, and matcaffe interfaces are here for you. - -## Command Line - -The command line interface -- cmdcaffe -- is the `caffe` tool for model training, scoring, and diagnostics. Run `caffe` without any arguments for help. This tool and others are found in caffe/build/tools. (The following example calls require completing the LeNet / MNIST example first.) - -**Training**: `caffe train` learns models from scratch, resumes learning from saved snapshots, and fine-tunes models to new data and tasks. All training requires a solver configuration through the `-solver solver.prototxt` argument. Resuming requires the `-snapshot model_iter_1000.solverstate` argument to load the solver snapshot. Fine-tuning requires the `-weights model.caffemodel` argument for the model initialization. - - # train LeNet - caffe train -solver examples/mnist/lenet_solver.prototxt - # train on GPU 2 - caffe train -solver examples/mnist/lenet_solver.prototxt -gpu 2 - # resume training from the half-way point snapshot - caffe train -solver examples/mnist/lenet_solver.prototxt -snapshot examples/mnist/lenet_iter_5000.solverstate - -For a full example of fine-tuning, see examples/finetuning_on_flickr_style, but the training call alone is - - # fine-tune CaffeNet model weights for style recognition - caffe train -solver examples/finetuning_on_flickr_style/solver.prototxt -weights models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel - -**Testing**: `caffe test` scores models by running them in the test phase and reports the net output as its score. The net architecture must be properly defined to output an accuracy measure or loss as its output. The per-batch score is reported and then the grand average is reported last. - - # - # score the learned LeNet model on the validation set as defined in the model architeture lenet_train_test.prototxt - caffe test -model examples/mnist/lenet_train_test.prototxt -weights examples/mnist/lenet_iter_10000 -gpu 0 -iterations 100 - -**Benchmarking**: `caffe time` benchmarks model execution layer-by-layer through timing and synchronization. This is useful to check system performance and measure relative execution times for models. - - # (These example calls require you complete the LeNet / MNIST example first.) - # time LeNet training on CPU for 10 iterations - caffe time -model examples/mnist/lenet_train_test.prototxt -iterations 10 - # time a model architecture with the given weights on the first GPU for 10 iterations - # time LeNet training on GPU for the default 50 iterations - caffe time -model examples/mnist/lenet_train_test.prototxt -gpu 0 - -**Diagnostics**: `caffe device_query` reports GPU details for reference and checking device ordinals for running on a given device in multi-GPU machines. - - # query the first device - caffe device_query -gpu 0 - -## Python - -The Python interface -- pycaffe -- is the `caffe` module and its scripts in caffe/python. `import caffe` to load models, do forward and backward, handle IO, visualize networks, and even instrument model solving. All model data, derivatives, and parameters are exposed for reading and writing. - -- `caffe.Net` is the central interface for loading, configuring, and running models. `caffe.Classsifier` and `caffe.Detector` provide convenience interfaces for common tasks. -- `caffe.SGDSolver` exposes the solving interface. -- `caffe.io` handles input / output with preprocessing and protocol buffers. -- `caffe.draw` visualizes network architectures. -- Caffe blobs are exposed as numpy ndarrays for ease-of-use and efficiency. - -Tutorial IPython notebooks are found in caffe/examples: do `ipython notebook caffe/examples` to try them. For developer reference docstrings can be found throughout the code. - -Compile pycaffe by `make pycaffe`. The module dir caffe/python/caffe should be installed in your PYTHONPATH for `import caffe`. - -## MATLAB - -The MATLAB interface -- matcaffe -- is the `caffe` mex and its helper m-files in caffe/matlab. Load models, do forward and backward, extract output and read-only model weights, and load the binaryproto format mean as a matrix. - -A MATLAB demo is in caffe/matlab/caffe/matcaffe_demo.m - -Note that MATLAB matrices and memory are in column-major layout counter to Caffe's row-major layout! Double-check your work accordingly. - -Compile matcaffe by `make matcaffe`. diff --git a/caffe-crfrnn/docs/tutorial/layers.md b/caffe-crfrnn/docs/tutorial/layers.md deleted file mode 100644 index 5f8f519c..00000000 --- a/caffe-crfrnn/docs/tutorial/layers.md +++ /dev/null @@ -1,468 +0,0 @@ ---- -title: Layer Catalogue ---- -# Layers - -To create a Caffe model you need to define the model architecture in a protocol buffer definition file (prototxt). - -Caffe layers and their parameters are defined in the protocol buffer definitions for the project in [caffe.proto](https://github.com/BVLC/caffe/blob/master/src/caffe/proto/caffe.proto). The latest definitions are in the [dev caffe.proto](https://github.com/BVLC/caffe/blob/dev/src/caffe/proto/caffe.proto). - -TODO complete list of layers linking to headings - -### Vision Layers - -* Header: `./include/caffe/vision_layers.hpp` - -Vision layers usually take *images* as input and produce other *images* as output. -A typical "image" in the real-world may have one color channel ($$c = 1$$), as in a grayscale image, or three color channels ($$c = 3$$) as in an RGB (red, green, blue) image. -But in this context, the distinguishing characteristic of an image is its spatial structure: usually an image has some non-trivial height $$h > 1$$ and width $$w > 1$$. -This 2D geometry naturally lends itself to certain decisions about how to process the input. -In particular, most of the vision layers work by applying a particular operation to some region of the input to produce a corresponding region of the output. -In contrast, other layers (with few exceptions) ignore the spatial structure of the input, effectively treating it as "one big vector" with dimension $$chw$$. - - -#### Convolution - -* LayerType: `CONVOLUTION` -* CPU implementation: `./src/caffe/layers/convolution_layer.cpp` -* CUDA GPU implementation: `./src/caffe/layers/convolution_layer.cu` -* Parameters (`ConvolutionParameter convolution_param`) - - Required - - `num_output` (`c_o`): the number of filters - - `kernel_size` (or `kernel_h` and `kernel_w`): specifies height and width of each filter - - Strongly Recommended - - `weight_filler` [default `type: 'constant' value: 0`] - - Optional - - `bias_term` [default `true`]: specifies whether to learn and apply a set of additive biases to the filter outputs - - `pad` (or `pad_h` and `pad_w`) [default 0]: specifies the number of pixels to (implicitly) add to each side of the input - - `stride` (or `stride_h` and `stride_w`) [default 1]: specifies the intervals at which to apply the filters to the input - - `group` (g) [default 1]: If g > 1, we restrict the connectivity of each filter to a subset of the input. Specifically, the input and output channels are separated into g groups, and the $$i$$th output group channels will be only connected to the $$i$$th input group channels. -* Input - - `n * c_i * h_i * w_i` -* Output - - `n * c_o * h_o * w_o`, where `h_o = (h_i + 2 * pad_h - kernel_h) / stride_h + 1` and `w_o` likewise. -* Sample (as seen in `./examples/imagenet/imagenet_train_val.prototxt`) - - layers { - name: "conv1" - type: CONVOLUTION - bottom: "data" - top: "conv1" - blobs_lr: 1 # learning rate multiplier for the filters - blobs_lr: 2 # learning rate multiplier for the biases - weight_decay: 1 # weight decay multiplier for the filters - weight_decay: 0 # weight decay multiplier for the biases - convolution_param { - num_output: 96 # learn 96 filters - kernel_size: 11 # each filter is 11x11 - stride: 4 # step 4 pixels between each filter application - weight_filler { - type: "gaussian" # initialize the filters from a Gaussian - std: 0.01 # distribution with stdev 0.01 (default mean: 0) - } - bias_filler { - type: "constant" # initialize the biases to zero (0) - value: 0 - } - } - } - -The `CONVOLUTION` layer convolves the input image with a set of learnable filters, each producing one feature map in the output image. - -#### Pooling - -* LayerType: `POOLING` -* CPU implementation: `./src/caffe/layers/pooling_layer.cpp` -* CUDA GPU implementation: `./src/caffe/layers/pooling_layer.cu` -* Parameters (`PoolingParameter pooling_param`) - - Required - - `kernel_size` (or `kernel_h` and `kernel_w`): specifies height and width of each filter - - Optional - - `pool` [default MAX]: the pooling method. Currently MAX, AVE, or STOCHASTIC - - `pad` (or `pad_h` and `pad_w`) [default 0]: specifies the number of pixels to (implicitly) add to each side of the input - - `stride` (or `stride_h` and `stride_w`) [default 1]: specifies the intervals at which to apply the filters to the input -* Input - - `n * c * h_i * w_i` -* Output - - `n * c * h_o * w_o`, where h_o and w_o are computed in the same way as convolution. -* Sample (as seen in `./examples/imagenet/imagenet_train_val.prototxt`) - - layers { - name: "pool1" - type: POOLING - bottom: "conv1" - top: "pool1" - pooling_param { - pool: MAX - kernel_size: 3 # pool over a 3x3 region - stride: 2 # step two pixels (in the bottom blob) between pooling regions - } - } - -#### Local Response Normalization (LRN) - -* LayerType: `LRN` -* CPU Implementation: `./src/caffe/layers/lrn_layer.cpp` -* CUDA GPU Implementation: `./src/caffe/layers/lrn_layer.cu` -* Parameters (`LRNParameter lrn_param`) - - Optional - - `local_size` [default 5]: the number of channels to sum over (for cross channel LRN) or the side length of the square region to sum over (for within channel LRN) - - `alpha` [default 1]: the scaling parameter (see below) - - `beta` [default 5]: the exponent (see below) - - `norm_region` [default `ACROSS_CHANNELS`]: whether to sum over adjacent channels (`ACROSS_CHANNELS`) or nearby spatial locaitons (`WITHIN_CHANNEL`) - -The local response normalization layer performs a kind of "lateral inhibition" by normalizing over local input regions. In `ACROSS_CHANNELS` mode, the local regions extend across nearby channels, but have no spatial extent (i.e., they have shape `local_size x 1 x 1`). In `WITHIN_CHANNEL` mode, the local regions extend spatially, but are in separate channels (i.e., they have shape `1 x local_size x local_size`). Each input value is divided by $$(1 + (\alpha/n) \sum_i x_i^2)^\beta$$, where $$n$$ is the size of each local region, and the sum is taken over the region centered at that value (zero padding is added where necessary). - -#### im2col - -`IM2COL` is a helper for doing the image-to-column transformation that you most likely do not need to know about. This is used in Caffe's original convolution to do matrix multiplication by laying out all patches into a matrix. - -### Loss Layers - -Loss drives learning by comparing an output to a target and assigning cost to minimize. The loss itself is computed by the forward pass and the gradient w.r.t. to the loss is computed by the backward pass. - -#### Softmax - -* LayerType: `SOFTMAX_LOSS` - -The softmax loss layer computes the multinomial logistic loss of the softmax of its inputs. It's conceptually identical to a softmax layer followed by a multinomial logistic loss layer, but provides a more numerically stable gradient. - -#### Sum-of-Squares / Euclidean - -* LayerType: `EUCLIDEAN_LOSS` - -The Euclidean loss layer computes the sum of squares of differences of its two inputs, $$\frac 1 {2N} \sum_{i=1}^N \| x^1_i - x^2_i \|_2^2$$. - -#### Hinge / Margin - -* LayerType: `HINGE_LOSS` -* CPU implementation: `./src/caffe/layers/hinge_loss_layer.cpp` -* CUDA GPU implementation: none yet -* Parameters (`HingeLossParameter hinge_loss_param`) - - Optional - - `norm` [default L1]: the norm used. Currently L1, L2 -* Inputs - - `n * c * h * w` Predictions - - `n * 1 * 1 * 1` Labels -* Output - - `1 * 1 * 1 * 1` Computed Loss -* Samples - - # L1 Norm - layers { - name: "loss" - type: HINGE_LOSS - bottom: "pred" - bottom: "label" - } - - # L2 Norm - layers { - name: "loss" - type: HINGE_LOSS - bottom: "pred" - bottom: "label" - top: "loss" - hinge_loss_param { - norm: L2 - } - } - -The hinge loss layer computes a one-vs-all hinge or squared hinge loss. - -#### Sigmoid Cross-Entropy - -`SIGMOID_CROSS_ENTROPY_LOSS` - -#### Infogain - -`INFOGAIN_LOSS` - -#### Accuracy and Top-k - -`ACCURACY` scores the output as the accuracy of output with respect to target -- it is not actually a loss and has no backward step. - -### Activation / Neuron Layers - -In general, activation / Neuron layers are element-wise operators, taking one bottom blob and producing one top blob of the same size. In the layers below, we will ignore the input and out sizes as they are identical: - -* Input - - n * c * h * w -* Output - - n * c * h * w - -#### ReLU / Rectified-Linear and Leaky-ReLU - -* LayerType: `RELU` -* CPU implementation: `./src/caffe/layers/relu_layer.cpp` -* CUDA GPU implementation: `./src/caffe/layers/relu_layer.cu` -* Parameters (`ReLUParameter relu_param`) - - Optional - - `negative_slope` [default 0]: specifies whether to leak the negative part by multiplying it with the slope value rather than setting it to 0. -* Sample (as seen in `./examples/imagenet/imagenet_train_val.prototxt`) - - layers { - name: "relu1" - type: RELU - bottom: "conv1" - top: "conv1" - } - -Given an input value x, The `RELU` layer computes the output as x if x > 0 and negative_slope * x if x <= 0. When the negative slope parameter is not set, it is equivalent to the standard ReLU function of taking max(x, 0). It also supports in-place computation, meaning that the bottom and the top blob could be the same to preserve memory consumption. - -#### Sigmoid - -* LayerType: `SIGMOID` -* CPU implementation: `./src/caffe/layers/sigmoid_layer.cpp` -* CUDA GPU implementation: `./src/caffe/layers/sigmoid_layer.cu` -* Sample (as seen in `./examples/imagenet/mnist_autoencoder.prototxt`) - - layers { - name: "encode1neuron" - bottom: "encode1" - top: "encode1neuron" - type: SIGMOID - } - -The `SIGMOID` layer computes the output as sigmoid(x) for each input element x. - -#### TanH / Hyperbolic Tangent - -* LayerType: `TANH` -* CPU implementation: `./src/caffe/layers/tanh_layer.cpp` -* CUDA GPU implementation: `./src/caffe/layers/tanh_layer.cu` -* Sample - - layers { - name: "layer" - bottom: "in" - top: "out" - type: TANH - } - -The `TANH` layer computes the output as tanh(x) for each input element x. - -#### Absolute Value - -* LayerType: `ABSVAL` -* CPU implementation: `./src/caffe/layers/absval_layer.cpp` -* CUDA GPU implementation: `./src/caffe/layers/absval_layer.cu` -* Sample - - layers { - name: "layer" - bottom: "in" - top: "out" - type: ABSVAL - } - -The `ABSVAL` layer computes the output as abs(x) for each input element x. - -#### Power - -* LayerType: `POWER` -* CPU implementation: `./src/caffe/layers/power_layer.cpp` -* CUDA GPU implementation: `./src/caffe/layers/power_layer.cu` -* Parameters (`PowerParameter power_param`) - - Optional - - `power` [default 1] - - `scale` [default 1] - - `shift` [default 0] -* Sample - - layers { - name: "layer" - bottom: "in" - top: "out" - type: POWER - power_param { - power: 1 - scale: 1 - shift: 0 - } - } - -The `POWER` layer computes the output as (shift + scale * x) ^ power for each input element x. - -#### BNLL - -* LayerType: `BNLL` -* CPU implementation: `./src/caffe/layers/bnll_layer.cpp` -* CUDA GPU implementation: `./src/caffe/layers/bnll_layer.cu` -* Sample - - layers { - name: "layer" - bottom: "in" - top: "out" - type: BNLL - } - -The `BNLL` (binomial normal log likelihood) layer computes the output as log(1 + exp(x)) for each input element x. - - -### Data Layers - -Data enters Caffe through data layers: they lie at the bottom of nets. Data can come from efficient databases (LevelDB or LMDB), directly from memory, or, when efficiency is not critical, from files on disk in HDF5 or common image formats. - -Common input preprocessing (mean subtraction, scaling, random cropping, and mirroring) is available by specifying `TransformationParameter`s. - -#### Database - -* LayerType: `DATA` -* Parameters - - Required - - `source`: the name of the directory containing the database - - `batch_size`: the number of inputs to process at one time - - Optional - - `rand_skip`: skip up to this number of inputs at the beginning; useful for asynchronous sgd - - `backend` [default `LEVELDB`]: choose whether to use a `LEVELDB` or `LMDB` - - - -#### In-Memory - -* LayerType: `MEMORY_DATA` -* Parameters - - Required - - `batch_size`, `channels`, `height`, `width`: specify the size of input chunks to read from memory - -The memory data layer reads data directly from memory, without copying it. In order to use it, one must call `MemoryDataLayer::Reset` (from C++) or `Net.set_input_arrays` (from Python) in order to specify a source of contiguous data (as 4D row major array), which is read one batch-sized chunk at a time. - -#### HDF5 Input - -* LayerType: `HDF5_DATA` -* Parameters - - Required - - `source`: the name of the file to read from - - `batch_size` - -#### HDF5 Output - -* LayerType: `HDF5_OUTPUT` -* Parameters - - Required - - `file_name`: name of file to write to - -The HDF5 output layer performs the opposite function of the other layers in this section: it writes its input blobs to disk. - -#### Images - -* LayerType: `IMAGE_DATA` -* Parameters - - Required - - `source`: name of a text file, with each line giving an image filename and label - - `batch_size`: number of images to batch together - - Optional - - `rand_skip` - - `shuffle` [default false] - - `new_height`, `new_width`: if provided, resize all images to this size - -#### Windows - -`WINDOW_DATA` - -#### Dummy - -`DUMMY_DATA` is for development and debugging. See `DummyDataParameter`. - -### Common Layers - -#### Inner Product - -* LayerType: `INNER_PRODUCT` -* CPU implementation: `./src/caffe/layers/inner_product_layer.cpp` -* CUDA GPU implementation: `./src/caffe/layers/inner_product_layer.cu` -* Parameters (`InnerProductParameter inner_product_param`) - - Required - - `num_output` (`c_o`): the number of filters - - Strongly recommended - - `weight_filler` [default `type: 'constant' value: 0`] - - Optional - - `bias_filler` [default `type: 'constant' value: 0`] - - `bias_term` [default `true`]: specifies whether to learn and apply a set of additive biases to the filter outputs -* Input - - `n * c_i * h_i * w_i` -* Output - - `n * c_o * 1 * 1` -* Sample - - layers { - name: "fc8" - type: INNER_PRODUCT - blobs_lr: 1 # learning rate multiplier for the filters - blobs_lr: 2 # learning rate multiplier for the biases - weight_decay: 1 # weight decay multiplier for the filters - weight_decay: 0 # weight decay multiplier for the biases - inner_product_param { - num_output: 1000 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 0 - } - } - bottom: "fc7" - top: "fc8" - } - -The `INNER_PRODUCT` layer (also usually referred to as the fully connected layer) treats the input as a simple vector and produces an output in the form of a single vector (with the blob's height and width set to 1). - -#### Splitting - -The `SPLIT` layer is a utility layer that splits an input blob to multiple output blobs. This is used when a blob is fed into multiple output layers. - -#### Flattening - -The `FLATTEN` layer is a utility layer that flattens an input of shape `n * c * h * w` to a simple vector output of shape `n * (c*h*w) * 1 * 1`. - -#### Concatenation - -* LayerType: `CONCAT` -* CPU implementation: `./src/caffe/layers/concat_layer.cpp` -* CUDA GPU implementation: `./src/caffe/layers/concat_layer.cu` -* Parameters (`ConcatParameter concat_param`) - - Optional - - `concat_dim` [default 1]: 0 for concatenation along num and 1 for channels. -* Input - - `n_i * c_i * h * w` for each input blob i from 1 to K. -* Output - - if `concat_dim = 0`: `(n_1 + n_2 + ... + n_K) * c_1 * h * w`, and all input `c_i` should be the same. - - if `concat_dim = 1`: `n_1 * (c_1 + c_2 + ... + c_K) * h * w`, and all input `n_i` should be the same. -* Sample - - layers { - name: "concat" - bottom: "in1" - bottom: "in2" - top: "out" - type: CONCAT - concat_param { - concat_dim: 1 - } - } - -The `CONCAT` layer is a utility layer that concatenates its multiple input blobs to one single output blob. Currently, the layer supports concatenation along num or channels only. - -#### Slicing - -The `SLICE` layer is a utility layer that slices an input layer to multiple output layers along a given dimension (currently num or channel only) with given slice indices. - -#### Elementwise Operations - -`ELTWISE` - -#### Argmax - -`ARGMAX` - -#### Softmax - -`SOFTMAX` - -#### Mean-Variance Normalization - -`MVN` diff --git a/caffe-crfrnn/docs/tutorial/loss.md b/caffe-crfrnn/docs/tutorial/loss.md deleted file mode 100644 index aac56177..00000000 --- a/caffe-crfrnn/docs/tutorial/loss.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: Loss ---- -# Loss - -In Caffe, as in most of machine learning, learning is driven by a **loss** function (also known as an **error**, **cost**, or **objective** function). -A loss function specifies the goal of learning by mapping parameter settings (i.e., the current network weights) to a scalar value specifying the "badness" of these parameter settings. -Hence, the goal of learning is to find a setting of the weights that *minimizes* the loss function. - -The loss in Caffe is computed by the Forward pass of the network. -Each layer takes a set of input (`bottom`) blobs and produces a set of output (`top`) blobs. -Some of these layers' outputs may be used in the loss function. -A typical choice of loss function for one-versus-all classification tasks is the `SOFTMAX_LOSS` function, used in a network definition as follows, for example: - - layers { - name: "loss" - type: SOFTMAX_LOSS - bottom: "pred" - bottom: "label" - top: "loss" - } - -In a `SOFTMAX_LOSS` function, the `top` blob is a scalar (dimensions $$1 \times 1 \times 1 \times 1$$) which averages the loss (computed from predicted labels `pred` and actuals labels `label`) over the entire mini-batch. - -### Loss weights - -For nets with multiple layers producing a loss (e.g., a network that both classifies the input using a `SOFTMAX_LOSS` layer and reconstructs it using a `EUCLIDEAN_LOSS` layer), *loss weights* can be used to specify their relative importance. - -By convention, Caffe layer types with the suffix `_LOSS` contribute to the loss function, but other layers are assumed to be purely used for intermediate computations. -However, any layer can be used as a loss by adding a field `loss_weight: ` to a layer definition for each `top` blob produced by the layer. -Layers with the suffix `_LOSS` have an implicit `loss_weight: 1` for the first `top` blob (and `loss_weight: 0` for any additional `top`s); other layers have an implicit `loss_weight: 0` for all `top`s. -So, the above `SOFTMAX_LOSS` layer could be equivalently written as: - - layers { - name: "loss" - type: SOFTMAX_LOSS - bottom: "pred" - bottom: "label" - top: "loss" - loss_weight: 1 - } - -However, *any* layer able to backpropagate may be given a non-zero `loss_weight`, allowing one to, for example, regularize the activations produced by some intermediate layer(s) of the network if desired. -For non-singleton outputs with an associated non-zero loss, the loss is computed simply by summing over all entries of the blob. - -The final loss in Caffe, then, is computed by summing the total weighted loss over the network, as in the following pseudo-code: - - loss := 0 - for layer in layers: - for top, loss_weight in layer.tops, layer.loss_weights: - loss += loss_weight * sum(top) diff --git a/caffe-crfrnn/docs/tutorial/net_layer_blob.md b/caffe-crfrnn/docs/tutorial/net_layer_blob.md deleted file mode 100644 index 1f0966f8..00000000 --- a/caffe-crfrnn/docs/tutorial/net_layer_blob.md +++ /dev/null @@ -1,170 +0,0 @@ ---- -title: Blobs, Layers, and Nets ---- -# Blobs, Layers, and Nets: anatomy of a Caffe model - -Deep networks are compositional models that are naturally represented as a collection of inter-connected layers that work on chunks of data. Caffe defines a net layer-by-layer in its own model schema. The network defines the entire model bottom-to-top from input data to loss. As data and derivatives flow through the network in the [forward and backward passes](forward_backward.html) Caffe stores, communicates, and manipulates the information as *blobs*: the blob is the standard array and unified memory interface for the framework. The layer comes next as the foundation of both model and computation. The net follows as the collection and connection of layers. The details of blob describe how information is stored and communicated in and across layers and nets. - -[Solving](solver.html) is configured separately to decouple modeling and optimization. - -We will go over the details of these components in more detail. - -## Blob storage and communication - -A Blob is a wrapper over the actual data being processed and passed along by Caffe, and also under the hood provides synchronization capability between the CPU and the GPU. Mathematically, a blob is a 4-dimensional array that stores things in the order of (Num, Channels, Height and Width), from major to minor, and stored in a C-contiguous fashion. The main reason for putting Num (the name is due to legacy reasons, and is equivalent to the notation of "batch" as in minibatch SGD). - -Caffe stores and communicates data in 4-dimensional arrays called blobs. Blobs provide a unified memory interface, holding data e.g. batches of images, model parameters, and derivatives for optimization. - -Blobs conceal the computational and mental overhead of mixed CPU/GPU operation by synchronizing from the CPU host to the GPU device as needed. Memory on the host and device is allocated on demand (lazily) for efficient memory usage. - -The conventional blob dimensions for data are number N x channel K x height H x width W. Blob memory is row-major in layout so the last / rightmost dimension changes fastest. For example, the value at index (n, k, h, w) is physically located at index ((n * K + k) * H + h) * W + w. - -- Number / N is the batch size of the data. Batch processing achieves better throughput for communication and device processing. For an ImageNet training batch of 256 images B = 256. -- Channel / K is the feature dimension e.g. for RGB images K = 3. - -Note that although we have designed blobs with its dimensions corresponding to image applications, they are named purely for notational purpose and it is totally valid for you to do non-image applications. For example, if you simply need fully-connected networks like the conventional multi-layer perceptron, use blobs of dimensions (Num, Channels, 1, 1) and call the InnerProductLayer (which we will cover soon). - -Caffe operations are general with respect to the channel dimension / K. Grayscale and hyperspectral imagery are fine. Caffe can likewise model and process arbitrary vectors in blobs with singleton. That is, the shape of blob holding 1000 vectors of 16 feature dimensions is 1000 x 16 x 1 x 1. - -Parameter blob dimensions vary according to the type and configuration of the layer. For a convolution layer with 96 filters of 11 x 11 spatial dimension and 3 inputs the blob is 96 x 3 x 11 x 11. For an inner product / fully-connected layer with 1000 output channels and 1024 input channels the parameter blob is 1 x 1 x 1000 x 1024. - -For custom data it may be necessary to hack your own input preparation tool or data layer. However once your data is in your job is done. The modularity of layers accomplishes the rest of the work for you. - -### Implementation Details - -As we are often interested in the values as well as the gradients of the blob, a Blob stores two chunks of memories, *data* and *diff*. The former is the normal data that we pass along, and the latter is the gradient computed by the network. - -Further, as the actual values could be stored either on the CPU and on the GPU, there are two different ways to access them: the const way, which does not change the values, and the mutable way, which changes the values: - - const Dtype* cpu_data() const; - Dtype* mutable_cpu_data(); - -(similarly for gpu and diff). - -The reason for such design is that, a Blob uses a SyncedMem class to synchronize values between the CPU and GPU in order to hide the synchronization details and to minimize data transfer. A rule of thumb is, always use the const call if you do not want to change the values, and never store the pointers in your own object. Every time you work on a blob, call the functions to get the pointers, as the SyncedMem will need this to figure out when to copy data. - -In practice when GPUs are present, one loads data from the disk to a blob in CPU code, calls a device kernel to do GPU computation, and ferries the blob off to the next layer, ignoring low-level details while maintaining a high level of performance. As long as all layers have GPU implementations, all the intermediate data and gradients will remain in the GPU. - -If you want to check out when a Blob will copy data, here is an illustrative example: - - // Assuming that data are on the CPU initially, and we have a blob. - const Dtype* foo; - Dtype* bar; - foo = blob.gpu_data(); // data copied cpu->gpu. - foo = blob.cpu_data(); // no data copied since both have up-to-date contents. - bar = blob.mutable_gpu_data(); // no data copied. - // ... some operations ... - bar = blob.mutable_gpu_data(); // no data copied when we are still on GPU. - foo = blob.cpu_data(); // data copied gpu->cpu, since the gpu side has modified the data - foo = blob.gpu_data(); // no data copied since both have up-to-date contents - bar = blob.mutable_cpu_data(); // still no data copied. - bar = blob.mutable_gpu_data(); // data copied cpu->gpu. - bar = blob.mutable_cpu_data(); // data copied gpu->cpu. - -## Layer computation and connections - -The layer is the essence of a model and the fundamental unit of computation. Layers convolve filters, pool, take inner products, apply nonlinearities like rectified-linear and sigmoid and other elementwise transformations, normalize, load data, and compute losses like softmax and hinge. [See the layer catalogue](layers.html) for all operations. Most of the types needed for state-of-the-art deep learning tasks are there. - -A layer with bottom and top blob. - -A layer takes input through *bottom* connections and makes output through *top* connections. - -Each layer type defines three critical computations: *setup*, *forward*, and *backward*. - -- Setup: initialize the layer and its connections once at model initialization. -- Forward: given input from bottom compute the output and send to the top. -- Backward: given the gradient w.r.t. the top output compute the gradient w.r.t. to the input and send to the bottom. A layer with parameters computes the gradient w.r.t. to its parameters and stores it internally. - -More specifically, there will be two Forward and Backward functions implemented, one for CPU and one for GPU. If you do not implement a GPU version, the layer will fall back to the CPU functions as a backup option. This may come handy if you would like to do quick experiments, although it may come with additional data transfer cost (its inputs will be copied from GPU to CPU, and its outputs will be copied back from CPU to GPU). - -Layers have two key responsibilities for the operation of the network as a whole: a *forward pass* that takes the inputs and produces the outputs, and a *backward pass* that takes the gradient with respect to the output, and computes the gradients with respect to the parameters and to the inputs, which are in turn back-propagated to earlier layers. These passes are simply the composition of each layer's forward and backward. - -Developing custom layers requires minimal effort by the compositionality of the network and modularity of the code. Define the setup, forward, and backward for the layer and it is ready for inclusion in a net. - -## Net definition and operation - -The net jointly defines a function and its gradient by composition and auto-differentiation. The composition of every layer's output computes the function to do a given task, and the composition of every layer's backward computes the gradient from the loss to learn the task. Caffe models are end-to-end machine learning engines. - -The net is a set of layers connected in a computation graph -- a directed acyclic graph (DAG) to be exact. Caffe does all the bookkeeping for any DAG of layers to ensure correctness of the forward and backward passes. A typical net begins with a data layer that loads from disk and ends with a loss layer that computes the objective for a task such as classification or reconstruction. - -The net is defined as a set of layers and their connections in a plaintext modeling language. -A simple logistic regression classifier - -Softmax Regression - -is defined by - - name: "LogReg" - layers { - name: "mnist" - type: DATA - top: "data" - top: "label" - data_param { - source: "input_leveldb" - batch_size: 64 - } - } - layers { - name: "ip" - type: INNER_PRODUCT - bottom: "data" - top: "ip" - inner_product_param { - num_output: 2 - } - } - layers { - name: "loss" - type: SOFTMAX_LOSS - bottom: "ip" - bottom: "label" - top: "loss" - } - -Model initialization is handled by `Net::Init()`. The initialization mainly does two things: scaffolding the overall DAG by creating the blobs and layers (for C++ geeks: the network will retain ownership of the blobs and layers during its lifetime), and calls the layers' `SetUp()` function. It also does a set of other bookkeeping things, such as validating the correctness of the overall network architecture. Also, during initialization the Net explains its initialization by logging to INFO as it goes: - - I0902 22:52:17.931977 2079114000 net.cpp:39] Initializing net from parameters: - name: "LogReg" - [...model prototxt printout...] - # construct the network layer-by-layer - I0902 22:52:17.932152 2079114000 net.cpp:67] Creating Layer mnist - I0902 22:52:17.932165 2079114000 net.cpp:356] mnist -> data - I0902 22:52:17.932188 2079114000 net.cpp:356] mnist -> label - I0902 22:52:17.932200 2079114000 net.cpp:96] Setting up mnist - I0902 22:52:17.935807 2079114000 data_layer.cpp:135] Opening leveldb input_leveldb - I0902 22:52:17.937155 2079114000 data_layer.cpp:195] output data size: 64,1,28,28 - I0902 22:52:17.938570 2079114000 net.cpp:103] Top shape: 64 1 28 28 (50176) - I0902 22:52:17.938593 2079114000 net.cpp:103] Top shape: 64 1 1 1 (64) - I0902 22:52:17.938611 2079114000 net.cpp:67] Creating Layer ip - I0902 22:52:17.938617 2079114000 net.cpp:394] ip <- data - I0902 22:52:17.939177 2079114000 net.cpp:356] ip -> ip - I0902 22:52:17.939196 2079114000 net.cpp:96] Setting up ip - I0902 22:52:17.940289 2079114000 net.cpp:103] Top shape: 64 2 1 1 (128) - I0902 22:52:17.941270 2079114000 net.cpp:67] Creating Layer loss - I0902 22:52:17.941305 2079114000 net.cpp:394] loss <- ip - I0902 22:52:17.941314 2079114000 net.cpp:394] loss <- label - I0902 22:52:17.941323 2079114000 net.cpp:356] loss -> loss - # set up the loss and configure the backward pass - I0902 22:52:17.941328 2079114000 net.cpp:96] Setting up loss - I0902 22:52:17.941328 2079114000 net.cpp:103] Top shape: 1 1 1 1 (1) - I0902 22:52:17.941329 2079114000 net.cpp:109] with loss weight 1 - I0902 22:52:17.941779 2079114000 net.cpp:170] loss needs backward computation. - I0902 22:52:17.941787 2079114000 net.cpp:170] ip needs backward computation. - I0902 22:52:17.941794 2079114000 net.cpp:172] mnist does not need backward computation. - # determine outputs - I0902 22:52:17.941800 2079114000 net.cpp:208] This network produces output loss - # finish initialization and report memory usage - I0902 22:52:17.941810 2079114000 net.cpp:467] Collecting Learning Rate and Weight Decay. - I0902 22:52:17.941818 2079114000 net.cpp:219] Network initialization done. - I0902 22:52:17.941824 2079114000 net.cpp:220] Memory required for data: 201476 - -Note that the construction of the network is device agnostic - recall our earlier explanation that blobs and layers hide implementation details from the model definition. After construction, the network is run on either CPU or GPU by setting a single switch defined in `Caffe::mode()` and set by `Caffe::set_mode()`. Layers come with corresponding CPU and GPU routines that produce identical results (up to numerical errors, and with tests to guard it). The CPU / GPU switch is seamless and independent of the model definition. For research and deployment alike it is best to divide model and implementation. - -### Model format - -The models are defined in plaintext protocol buffer schema (prototxt) while the learned models are serialized as binary protocol buffer (binaryproto) .caffemodel files. - -The model format is defined by the protobuf schema in [caffe.proto](https://github.com/BVLC/caffe/blob/master/src/caffe/proto/caffe.proto). The source file is mostly self-explanatory so one is encouraged to check it out. - -Caffe speaks [Google Protocol Buffer](https://code.google.com/p/protobuf/) for the following strengths: minimal-size binary strings when serialized, efficient serialization, a human-readable text format compatible with the binary version, and efficient interface implementations in multiple languages, most notably C++ and Python. This all contributes to the flexibility and extensibility of modeling in Caffe. diff --git a/caffe-crfrnn/docs/tutorial/solver.md b/caffe-crfrnn/docs/tutorial/solver.md deleted file mode 100644 index 8884ea0e..00000000 --- a/caffe-crfrnn/docs/tutorial/solver.md +++ /dev/null @@ -1,271 +0,0 @@ ---- -title: Solver / Model Optimization ---- -# Solver - -The solver orchestrates model optimization by coordinating the network's forward inference and backward gradients to form parameter updates that attempt to improve the loss. -The responsibilities of learning are divided between the Solver for overseeing the optimization and generating parameter updates and the Net for yielding loss and gradients. - -The Caffe solvers are Stochastic Gradient Descent (SGD), Adaptive Gradient (ADAGRAD), and Nesterov's Accelerated Gradient (NAG). - -The solver - -1. scaffolds the optimization bookkeeping and creates the training network for learning and test network(s) for evaluation. -2. iteratively optimizes by calling forward / backward and updating parameters -3. (periodically) evaluates the test networks -4. snapshots the model and solver state throughout the optimization - -where each iteration - -1. calls network forward to compute the output and loss -2. calls network backward to compute the gradients -3. incorporates the gradients into parameter updates according to the solver method -4. updates the solver state according to learning rate, history, and method - -to take the weights all the way from initialization to learned model. - -Like Caffe models, Caffe solvers run in CPU / GPU modes. - -## Methods - -The solver methods address the general optimization problem of loss minimization. -For dataset $$D$$, the optimization objective is the average loss over all $$|D|$$ data instances throughout the dataset - -$$L(W) = \frac{1}{|D|} \sum_i^{|D|} f_W\left(X^{(i)}\right) + \lambda r(W)$$ - -where $$f_W\left(X^{(i)}\right)$$ is the loss on data instance $$X^{(i)}$$ and $$r(W)$$ is a regularization term with weight $$\lambda$$. -$$|D|$$ can be very large, so in practice, in each solver iteration we use a stochastic approximation of this objective, drawing a mini-batch of $$N << |D|$$ instances: - -$$L(W) \approx \frac{1}{N} \sum_i^N f_W\left(X^{(i)}\right) + \lambda r(W)$$ - -The model computes $$f_W$$ in the forward pass and the gradient $$\nabla f_W$$ in the backward pass. - -The parameter update $$\Delta W$$ is formed by the solver from the error gradient $$\nabla f_W$$, the regularization gradient $$\nabla r(W)$$, and other particulars to each method. - -### SGD - -**Stochastic gradient descent** (`solver_type: SGD`) updates the weights $$ W $$ by a linear combination of the negative gradient $$ \nabla L(W) $$ and the previous weight update $$ V_t $$. -The **learning rate** $$ \alpha $$ is the weight of the negative gradient. -The **momentum** $$ \mu $$ is the weight of the previous update. - -Formally, we have the following formulas to compute the update value $$ V_{t+1} $$ and the updated weights $$ W_{t+1} $$ at iteration $$ t+1 $$, given the previous weight update $$ V_t $$ and current weights $$ W_t $$: - -$$ -V_{t+1} = \mu V_t - \alpha \nabla L(W_t) -$$ - -$$ -W_{t+1} = W_t + V_{t+1} -$$ - -The learning "hyperparameters" ($$\alpha$$ and $$\mu$$) might require a bit of tuning for best results. -If you're not sure where to start, take a look at the "Rules of thumb" below, and for further information you might refer to Leon Bottou's [Stochastic Gradient Descent Tricks](http://research.microsoft.com/pubs/192769/tricks-2012.pdf) [1]. - -[1] L. Bottou. - [Stochastic Gradient Descent Tricks](http://research.microsoft.com/pubs/192769/tricks-2012.pdf). - *Neural Networks: Tricks of the Trade*: Springer, 2012. - -#### Rules of thumb for setting the learning rate $$ \alpha $$ and momentum $$ \mu $$ - -A good strategy for deep learning with SGD is to initialize the learning rate $$ \alpha $$ to a value around $$ \alpha \approx 0.01 = 10^{-2} $$, and dropping it by a constant factor (e.g., 10) throughout training when the loss begins to reach an apparent "plateau", repeating this several times. -Generally, you probably want to use a momentum $$ \mu = 0.9 $$ or similar value. -By smoothing the weight updates across iterations, momentum tends to make deep learning with SGD both stabler and faster. - -This was the strategy used by Krizhevsky et al. [1] in their famously winning CNN entry to the ILSVRC-2012 competition, and Caffe makes this strategy easy to implement in a `SolverParameter`, as in our reproduction of [1] at `./examples/imagenet/alexnet_solver.prototxt`. - -To use a learning rate policy like this, you can put the following lines somewhere in your solver prototxt file: - - base_lr: 0.01 # begin training at a learning rate of 0.01 = 1e-2 - - lr_policy: "step" # learning rate policy: drop the learning rate in "steps" - # by a factor of gamma every stepsize iterations - - gamma: 0.1 # drop the learning rate by a factor of 10 - # (i.e., multiply it by a factor of gamma = 0.1) - - stepsize: 100000 # drop the learning rate every 100K iterations - - max_iter: 350000 # train for 350K iterations total - - momentum: 0.9 - -Under the above settings, we'll always use `momentum` $$ \mu = 0.9 $$. -We'll begin training at a `base_lr` of $$ \alpha = 0.01 = 10^{-2} $$ for the first 100,000 iterations, then multiply the learning rate by `gamma` ($$ \gamma $$) and train at $$ \alpha' = \alpha \gamma = (0.01) (0.1) = 0.001 = 10^{-3} $$ for iterations 100K-200K, then at $$ \alpha'' = 10^{-4} $$ for iterations 200K-300K, and finally train until iteration 350K (since we have `max_iter: 350000`) at $$ \alpha''' = 10^{-5} $$. - -Note that the momentum setting $$ \mu $$ effectively multiplies the size of your updates by a factor of $$ \frac{1}{1 - \mu} $$ after many iterations of training, so if you increase $$ \mu $$, it may be a good idea to **decrease** $$ \alpha $$ accordingly (and vice versa). - -For example, with $$ \mu = 0.9 $$, we have an effective update size multiplier of $$ \frac{1}{1 - 0.9} = 10 $$. -If we increased the momentum to $$ \mu = 0.99 $$, we've increased our update size multiplier to 100, so we should drop $$ \alpha $$ (`base_lr`) by a factor of 10. - -Note also that the above settings are merely guidelines, and they're definitely not guaranteed to be optimal (or even work at all!) in every situation. -If learning diverges (e.g., you start to see very large or `NaN` or `inf` loss values or outputs), try dropping the `base_lr` (e.g., `base_lr: 0.001`) and re-training, repeating this until you find a `base_lr` value that works. - -[1] A. Krizhevsky, I. Sutskever, and G. Hinton. - [ImageNet Classification with Deep Convolutional Neural Networks](http://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf). - *Advances in Neural Information Processing Systems*, 2012. - -### AdaGrad - -The **adaptive gradient** (`solver_type: ADAGRAD`) method (Duchi et al. [1]) is a gradient-based optimization method (like SGD) that attempts to "find needles in haystacks in the form of very predictive but rarely seen features," in Duchi et al.'s words. -Given the update information from all previous iterations $$ \left( \nabla L(W) \right)_{t'} $$ for $$ t' \in \{1, 2, ..., t\} $$, -the update formulas proposed by [1] are as follows, specified for each component $$i$$ of the weights $$W$$: - -$$ -(W_{t+1})_i = -(W_t)_i - \alpha -\frac{\left( \nabla L(W_t) \right)_{i}}{ - \sqrt{\sum_{t'=1}^{t} \left( \nabla L(W_{t'}) \right)_i^2} -} -$$ - -Note that in practice, for weights $$ W \in \mathcal{R}^d $$, AdaGrad implementations (including the one in Caffe) use only $$ \mathcal{O}(d) $$ extra storage for the historical gradient information (rather than the $$ \mathcal{O}(dt) $$ storage that would be necessary to store each historical gradient individually). - -[1] J. Duchi, E. Hazan, and Y. Singer. - [Adaptive Subgradient Methods for Online Learning and Stochastic Optimization](http://www.magicbroom.info/Papers/DuchiHaSi10.pdf). - *The Journal of Machine Learning Research*, 2011. - -### NAG - -**Nesterov's accelerated gradient** (`solver_type: NAG`) was proposed by Nesterov [1] as an "optimal" method of convex optimization, achieving a convergence rate of $$ \mathcal{O}(1/t^2) $$ rather than the $$ \mathcal{O}(1/t) $$. -Though the required assumptions to achieve the $$ \mathcal{O}(1/t^2) $$ convergence typically will not hold for deep networks trained with Caffe (e.g., due to non-smoothness and non-convexity), in practice NAG can be a very effective method for optimizing certain types of deep learning architectures, as demonstrated for deep MNIST autoencoders by Sutskever et al. [2]. - -The weight update formulas look very similar to the SGD updates given above: - -$$ -V_{t+1} = \mu V_t - \alpha \nabla L(W_t + \mu V_t) -$$ - -$$ -W_{t+1} = W_t + V_{t+1} -$$ - -What distinguishes the method from SGD is the weight setting $$ W $$ on which we compute the error gradient $$ \nabla L(W) $$ -- in NAG we take the gradient on weights with added momentum $$ \nabla L(W_t + \mu V_t) $$; in SGD we simply take the gradient $$ \nabla L(W_t) $$ on the current weights themselves. - -[1] Y. Nesterov. - A Method of Solving a Convex Programming Problem with Convergence Rate $$\mathcal{O}(1/\sqrt{k})$$. - *Soviet Mathematics Doklady*, 1983. - -[2] I. Sutskever, J. Martens, G. Dahl, and G. Hinton. - [On the Importance of Initialization and Momentum in Deep Learning](http://www.cs.toronto.edu/~fritz/absps/momentum.pdf). - *Proceedings of the 30th International Conference on Machine Learning*, 2013. - -## Scaffolding - -The solver scaffolding prepares the optimization method and initializes the model to be learned in `Solver::Presolve()`. - - > caffe train -solver examples/mnist/lenet_solver.prototxt - I0902 13:35:56.474978 16020 caffe.cpp:90] Starting Optimization - I0902 13:35:56.475190 16020 solver.cpp:32] Initializing solver from parameters: - test_iter: 100 - test_interval: 500 - base_lr: 0.01 - display: 100 - max_iter: 10000 - lr_policy: "inv" - gamma: 0.0001 - power: 0.75 - momentum: 0.9 - weight_decay: 0.0005 - snapshot: 5000 - snapshot_prefix: "examples/mnist/lenet" - solver_mode: GPU - net: "examples/mnist/lenet_train_test.prototxt" - -Net initialization - - I0902 13:35:56.655681 16020 solver.cpp:72] Creating training net from net file: examples/mnist/lenet_train_test.prototxt - [...] - I0902 13:35:56.656740 16020 net.cpp:56] Memory required for data: 0 - I0902 13:35:56.656791 16020 net.cpp:67] Creating Layer mnist - I0902 13:35:56.656811 16020 net.cpp:356] mnist -> data - I0902 13:35:56.656846 16020 net.cpp:356] mnist -> label - I0902 13:35:56.656874 16020 net.cpp:96] Setting up mnist - I0902 13:35:56.694052 16020 data_layer.cpp:135] Opening lmdb examples/mnist/mnist_train_lmdb - I0902 13:35:56.701062 16020 data_layer.cpp:195] output data size: 64,1,28,28 - I0902 13:35:56.701146 16020 data_layer.cpp:236] Initializing prefetch - I0902 13:35:56.701196 16020 data_layer.cpp:238] Prefetch initialized. - I0902 13:35:56.701212 16020 net.cpp:103] Top shape: 64 1 28 28 (50176) - I0902 13:35:56.701230 16020 net.cpp:103] Top shape: 64 1 1 1 (64) - [...] - I0902 13:35:56.703737 16020 net.cpp:67] Creating Layer ip1 - I0902 13:35:56.703753 16020 net.cpp:394] ip1 <- pool2 - I0902 13:35:56.703778 16020 net.cpp:356] ip1 -> ip1 - I0902 13:35:56.703797 16020 net.cpp:96] Setting up ip1 - I0902 13:35:56.728127 16020 net.cpp:103] Top shape: 64 500 1 1 (32000) - I0902 13:35:56.728142 16020 net.cpp:113] Memory required for data: 5039360 - I0902 13:35:56.728175 16020 net.cpp:67] Creating Layer relu1 - I0902 13:35:56.728194 16020 net.cpp:394] relu1 <- ip1 - I0902 13:35:56.728219 16020 net.cpp:345] relu1 -> ip1 (in-place) - I0902 13:35:56.728240 16020 net.cpp:96] Setting up relu1 - I0902 13:35:56.728256 16020 net.cpp:103] Top shape: 64 500 1 1 (32000) - I0902 13:35:56.728270 16020 net.cpp:113] Memory required for data: 5167360 - I0902 13:35:56.728287 16020 net.cpp:67] Creating Layer ip2 - I0902 13:35:56.728304 16020 net.cpp:394] ip2 <- ip1 - I0902 13:35:56.728333 16020 net.cpp:356] ip2 -> ip2 - I0902 13:35:56.728356 16020 net.cpp:96] Setting up ip2 - I0902 13:35:56.728690 16020 net.cpp:103] Top shape: 64 10 1 1 (640) - I0902 13:35:56.728705 16020 net.cpp:113] Memory required for data: 5169920 - I0902 13:35:56.728734 16020 net.cpp:67] Creating Layer loss - I0902 13:35:56.728747 16020 net.cpp:394] loss <- ip2 - I0902 13:35:56.728767 16020 net.cpp:394] loss <- label - I0902 13:35:56.728786 16020 net.cpp:356] loss -> loss - I0902 13:35:56.728811 16020 net.cpp:96] Setting up loss - I0902 13:35:56.728837 16020 net.cpp:103] Top shape: 1 1 1 1 (1) - I0902 13:35:56.728849 16020 net.cpp:109] with loss weight 1 - I0902 13:35:56.728878 16020 net.cpp:113] Memory required for data: 5169924 - -Loss - - I0902 13:35:56.728893 16020 net.cpp:170] loss needs backward computation. - I0902 13:35:56.728909 16020 net.cpp:170] ip2 needs backward computation. - I0902 13:35:56.728924 16020 net.cpp:170] relu1 needs backward computation. - I0902 13:35:56.728938 16020 net.cpp:170] ip1 needs backward computation. - I0902 13:35:56.728953 16020 net.cpp:170] pool2 needs backward computation. - I0902 13:35:56.728970 16020 net.cpp:170] conv2 needs backward computation. - I0902 13:35:56.728984 16020 net.cpp:170] pool1 needs backward computation. - I0902 13:35:56.728998 16020 net.cpp:170] conv1 needs backward computation. - I0902 13:35:56.729014 16020 net.cpp:172] mnist does not need backward computation. - I0902 13:35:56.729027 16020 net.cpp:208] This network produces output loss - I0902 13:35:56.729053 16020 net.cpp:467] Collecting Learning Rate and Weight Decay. - I0902 13:35:56.729071 16020 net.cpp:219] Network initialization done. - I0902 13:35:56.729085 16020 net.cpp:220] Memory required for data: 5169924 - I0902 13:35:56.729277 16020 solver.cpp:156] Creating test net (#0) specified by net file: examples/mnist/lenet_train_test.prototxt - -Completion - - I0902 13:35:56.806970 16020 solver.cpp:46] Solver scaffolding done. - I0902 13:35:56.806984 16020 solver.cpp:165] Solving LeNet - - -## Updating Parameters - -The actual weight update is made by the solver then applied to the net parameters in `Solver::ComputeUpdateValue()`. -The `ComputeUpdateValue` method incorporates any weight decay $$ r(W) $$ into the weight gradients (which currently just contain the error gradients) to get the final gradient with respect to each network weight. -Then these gradients are scaled by the learning rate $$ \alpha $$ and the update to subtract is stored in each parameter Blob's `diff` field. -Finally, the `Blob::Update` method is called on each parameter blob, which performs the final update (subtracting the Blob's `diff` from its `data`). - -## Snapshotting and Resuming - -The solver snapshots the weights and its own state during training in `Solver::Snapshot()` and `Solver::SnapshotSolverState()`. -The weight snapshots export the learned model while the solver snapshots allow training to be resumed from a given point. -Training is resumed by `Solver::Restore()` and `Solver::RestoreSolverState()`. - -Weights are saved without extension while solver states are saved with `.solverstate` extension. -Both files will have an `_iter_N` suffix for the snapshot iteration number. - -Snapshotting is configured by: - - # The snapshot interval in iterations. - snapshot: 5000 - # File path prefix for snapshotting model weights and solver state. - # Note: this is relative to the invocation of the `caffe` utility, not the - # solver definition file. - snapshot_prefix: "/path/to/model" - # Snapshot the diff along with the weights. This can help debugging training - # but takes more storage. - snapshot_diff: false - # A final snapshot is saved at the end of training unless - # this flag is set to false. The default is true. - snapshot_after_train: true - -in the solver definition prototxt. diff --git a/caffe-crfrnn/examples/.gitignore b/caffe-crfrnn/examples/.gitignore deleted file mode 100644 index 29aa4e63..00000000 --- a/caffe-crfrnn/examples/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*/*.caffemodel -*/*.solverstate diff --git a/caffe-crfrnn/examples/CMakeLists.txt b/caffe-crfrnn/examples/CMakeLists.txt deleted file mode 100644 index 663d7360..00000000 --- a/caffe-crfrnn/examples/CMakeLists.txt +++ /dev/null @@ -1,31 +0,0 @@ -file(GLOB_RECURSE examples_srcs "${PROJECT_SOURCE_DIR}/examples/*.cpp") - -foreach(source_file ${examples_srcs}) - # get file name - get_filename_component(name ${source_file} NAME_WE) - - # get folder name - get_filename_component(path ${source_file} PATH) - get_filename_component(folder ${path} NAME_WE) - - add_executable(${name} ${source_file}) - target_link_libraries(${name} ${Caffe_LINK}) - caffe_default_properties(${name}) - - # set back RUNTIME_OUTPUT_DIRECTORY - set_target_properties(${name} PROPERTIES - RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/examples/${folder}") - - caffe_set_solution_folder(${name} examples) - - # install - install(TARGETS ${name} DESTINATION bin) - - if(UNIX OR APPLE) - # Funny command to make tutorials work - # TODO: remove in future as soon as naming is standartaized everywhere - set(__outname ${PROJECT_BINARY_DIR}/examples/${folder}/${name}${Caffe_POSTFIX}) - add_custom_command(TARGET ${name} POST_BUILD - COMMAND ln -sf "${__outname}" "${__outname}.bin") - endif() -endforeach() diff --git a/caffe-crfrnn/include/caffe/blob.hpp b/caffe-crfrnn/include/caffe/blob.hpp deleted file mode 100644 index ef10aea5..00000000 --- a/caffe-crfrnn/include/caffe/blob.hpp +++ /dev/null @@ -1,144 +0,0 @@ -#ifndef CAFFE_BLOB_HPP_ -#define CAFFE_BLOB_HPP_ - -#include "caffe/common.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/syncedmem.hpp" -#include "caffe/util/math_functions.hpp" - -namespace caffe { - -/** - * @brief A wrapper around SyncedMemory holders serving as the basic - * computational unit through which Layer%s, Net%s, and Solver%s - * interact. - * - * TODO(dox): more thorough description. - */ -template -class Blob { - public: - Blob() - : data_(), diff_(), num_(0), channels_(0), height_(0), width_(0), - count_(0), capacity_(0) {} - explicit Blob(const int num, const int channels, const int height, - const int width); - /** - * @brief Change the dimensions of the blob, allocating new memory if - * necessary. - * - * This function can be called both to create an initial allocation - * of memory, and to adjust the dimensions of a top blob during Layer::Reshape - * or Layer::Forward. When changing the size of blob, memory will only be - * reallocated if sufficient memory does not already exist, and excess memory - * will never be freed. - * - * Note that reshaping an input blob and immediately calling Net::Backward is - * an error; either Net::Forward or Net::Reshape need to be called to - * propagate the new input shape to higher layers. - */ - void Reshape(const int num, const int channels, const int height, - const int width); - void ReshapeLike(const Blob& other); - inline int num() const { return num_; } - inline int channels() const { return channels_; } - inline int height() const { return height_; } - inline int width() const { return width_; } - inline int count() const { return count_; } - inline int offset(const int n, const int c = 0, const int h = 0, - const int w = 0) const { - CHECK_GE(n, 0); - CHECK_LE(n, num_); - CHECK_GE(channels_, 0); - CHECK_LE(c, channels_); - CHECK_GE(height_, 0); - CHECK_LE(h, height_); - CHECK_GE(width_, 0); - CHECK_LE(w, width_); - return ((n * channels_ + c) * height_ + h) * width_ + w; - } - /** - * @brief Copy from a source Blob. - * - * @param source the Blob to copy from - * @param copy_diff if false, copy the data; if true, copy the diff - * @param reshape if false, require this Blob to be pre-shaped to the shape - * of other (and die otherwise); if true, Reshape this Blob to other's - * shape if necessary - */ - void CopyFrom(const Blob& source, bool copy_diff = false, - bool reshape = false); - - inline Dtype data_at(const int n, const int c, const int h, - const int w) const { - return *(cpu_data() + offset(n, c, h, w)); - } - - inline Dtype diff_at(const int n, const int c, const int h, - const int w) const { - return *(cpu_diff() + offset(n, c, h, w)); - } - - inline const shared_ptr& data() const { - CHECK(data_); - return data_; - } - - inline const shared_ptr& diff() const { - CHECK(diff_); - return diff_; - } - - const Dtype* cpu_data() const; - void set_cpu_data(Dtype* data); - const Dtype* gpu_data() const; - const Dtype* cpu_diff() const; - const Dtype* gpu_diff() const; - Dtype* mutable_cpu_data(); - Dtype* mutable_gpu_data(); - Dtype* mutable_cpu_diff(); - Dtype* mutable_gpu_diff(); - void Update(); - void FromProto(const BlobProto& proto); - void ToProto(BlobProto* proto, bool write_diff = false) const; - - /// @brief Compute the sum of absolute values (L1 norm) of the data. - Dtype asum_data() const; - /// @brief Compute the sum of absolute values (L1 norm) of the diff. - Dtype asum_diff() const; - - /** - * @brief Set the data_ shared_ptr to point to the SyncedMemory holding the - * data_ of Blob other -- useful in Layer&s which simply perform a copy - * in their Forward pass. - * - * This deallocates the SyncedMemory holding this Blob's data_, as - * shared_ptr calls its destructor when reset with the "=" operator. - */ - void ShareData(const Blob& other); - /** - * @brief Set the diff_ shared_ptr to point to the SyncedMemory holding the - * diff_ of Blob other -- useful in Layer&s which simply perform a copy - * in their Forward pass. - * - * This deallocates the SyncedMemory holding this Blob's diff_, as - * shared_ptr calls its destructor when reset with the "=" operator. - */ - void ShareDiff(const Blob& other); - - protected: - shared_ptr data_; - shared_ptr diff_; - int num_; - int channels_; - int height_; - int width_; - int count_; - int capacity_; - - DISABLE_COPY_AND_ASSIGN(Blob); -}; // class Blob - -} // namespace caffe - -#endif // CAFFE_BLOB_HPP_ diff --git a/caffe-crfrnn/include/caffe/caffe.hpp b/caffe-crfrnn/include/caffe/caffe.hpp deleted file mode 100644 index 3c829f2f..00000000 --- a/caffe-crfrnn/include/caffe/caffe.hpp +++ /dev/null @@ -1,19 +0,0 @@ -// caffe.hpp is the header file that you need to include in your code. It wraps -// all the internal caffe header files into one for simpler inclusion. - -#ifndef CAFFE_CAFFE_HPP_ -#define CAFFE_CAFFE_HPP_ - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/layer.hpp" -#include "caffe/layer_factory.hpp" -#include "caffe/net.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/solver.hpp" -#include "caffe/util/benchmark.hpp" -#include "caffe/util/io.hpp" -#include "caffe/vision_layers.hpp" - -#endif // CAFFE_CAFFE_HPP_ diff --git a/caffe-crfrnn/include/caffe/common.hpp b/caffe-crfrnn/include/caffe/common.hpp deleted file mode 100644 index 81b2e9ae..00000000 --- a/caffe-crfrnn/include/caffe/common.hpp +++ /dev/null @@ -1,175 +0,0 @@ -#ifndef CAFFE_COMMON_HPP_ -#define CAFFE_COMMON_HPP_ - -#include -#include -#include - -#include -#include // NOLINT(readability/streams) -#include // NOLINT(readability/streams) -#include -#include -#include -#include -#include // pair -#include - -#include "caffe/util/device_alternate.hpp" - -// gflags 2.1 issue: namespace google was changed to gflags without warning. -// Luckily we will be able to use GFLAGS_GFAGS_H_ to detect if it is version -// 2.1. If yes, we will add a temporary solution to redirect the namespace. -// TODO(Yangqing): Once gflags solves the problem in a more elegant way, let's -// remove the following hack. -#ifndef GFLAGS_GFLAGS_H_ -namespace gflags = google; -#endif // GFLAGS_GFLAGS_H_ - -// Disable the copy and assignment operator for a class. -#define DISABLE_COPY_AND_ASSIGN(classname) \ -private:\ - classname(const classname&);\ - classname& operator=(const classname&) - -// Instantiate a class with float and double specifications. -#define INSTANTIATE_CLASS(classname) \ - char gInstantiationGuard##classname; \ - template class classname; \ - template class classname - -#define INSTANTIATE_LAYER_GPU_FORWARD(classname) \ - template void classname::Forward_gpu( \ - const std::vector*>& bottom, \ - const std::vector*>& top); \ - template void classname::Forward_gpu( \ - const std::vector*>& bottom, \ - const std::vector*>& top); - -#define INSTANTIATE_LAYER_GPU_BACKWARD(classname) \ - template void classname::Backward_gpu( \ - const std::vector*>& top, \ - const std::vector& propagate_down, \ - const std::vector*>& bottom); \ - template void classname::Backward_gpu( \ - const std::vector*>& top, \ - const std::vector& propagate_down, \ - const std::vector*>& bottom) - -#define INSTANTIATE_LAYER_GPU_FUNCS(classname) \ - INSTANTIATE_LAYER_GPU_FORWARD(classname); \ - INSTANTIATE_LAYER_GPU_BACKWARD(classname) - -// A simple macro to mark codes that are not implemented, so that when the code -// is executed we will see a fatal log. -#define NOT_IMPLEMENTED LOG(FATAL) << "Not Implemented Yet" - -namespace caffe { - -// We will use the boost shared_ptr instead of the new C++11 one mainly -// because cuda does not work (at least now) well with C++11 features. -using boost::shared_ptr; - -// Common functions and classes from std that caffe often uses. -using std::fstream; -using std::ios; -using std::isnan; -using std::isinf; -using std::iterator; -using std::make_pair; -using std::map; -using std::ostringstream; -using std::pair; -using std::set; -using std::string; -using std::stringstream; -using std::vector; - -// A global initialization function that you should call in your main function. -// Currently it initializes google flags and google logging. -void GlobalInit(int* pargc, char*** pargv); - -// A singleton class to hold common caffe stuff, such as the handler that -// caffe is going to use for cublas, curand, etc. -class Caffe { - public: - ~Caffe(); - inline static Caffe& Get() { - if (!singleton_.get()) { - singleton_.reset(new Caffe()); - } - return *singleton_; - } - enum Brew { CPU, GPU }; - enum Phase { TRAIN, TEST }; - - - // This random number generator facade hides boost and CUDA rng - // implementation from one another (for cross-platform compatibility). - class RNG { - public: - RNG(); - explicit RNG(unsigned int seed); - explicit RNG(const RNG&); - RNG& operator=(const RNG&); - void* generator(); - private: - class Generator; - shared_ptr generator_; - }; - - // Getters for boost rng, curand, and cublas handles - inline static RNG& rng_stream() { - if (!Get().random_generator_) { - Get().random_generator_.reset(new RNG()); - } - return *(Get().random_generator_); - } -#ifndef CPU_ONLY - inline static cublasHandle_t cublas_handle() { return Get().cublas_handle_; } - inline static curandGenerator_t curand_generator() { - return Get().curand_generator_; - } -#endif - - // Returns the mode: running on CPU or GPU. - inline static Brew mode() { return Get().mode_; } - // Returns the phase: TRAIN or TEST. - inline static Phase phase() { return Get().phase_; } - // The setters for the variables - // Sets the mode. It is recommended that you don't change the mode halfway - // into the program since that may cause allocation of pinned memory being - // freed in a non-pinned way, which may cause problems - I haven't verified - // it personally but better to note it here in the header file. - inline static void set_mode(Brew mode) { Get().mode_ = mode; } - // Sets the phase. - inline static void set_phase(Phase phase) { Get().phase_ = phase; } - // Sets the random seed of both boost and curand - static void set_random_seed(const unsigned int seed); - // Sets the device. Since we have cublas and curand stuff, set device also - // requires us to reset those values. - static void SetDevice(const int device_id); - // Prints the current GPU status. - static void DeviceQuery(); - - protected: -#ifndef CPU_ONLY - cublasHandle_t cublas_handle_; - curandGenerator_t curand_generator_; -#endif - shared_ptr random_generator_; - - Brew mode_; - Phase phase_; - static shared_ptr singleton_; - - private: - // The private constructor to avoid duplicate instantiation. - Caffe(); - - DISABLE_COPY_AND_ASSIGN(Caffe); -}; - -} // namespace caffe - -#endif // CAFFE_COMMON_HPP_ diff --git a/caffe-crfrnn/include/caffe/common_layers.hpp b/caffe-crfrnn/include/caffe/common_layers.hpp deleted file mode 100644 index a9ce6482..00000000 --- a/caffe-crfrnn/include/caffe/common_layers.hpp +++ /dev/null @@ -1,510 +0,0 @@ -#ifndef CAFFE_COMMON_LAYERS_HPP_ -#define CAFFE_COMMON_LAYERS_HPP_ - -#include -#include -#include - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/data_layers.hpp" -#include "caffe/layer.hpp" -#include "caffe/loss_layers.hpp" -#include "caffe/neuron_layers.hpp" -#include "caffe/proto/caffe.pb.h" - -namespace caffe { - -/** - * @brief Compute the index of the @f$ K @f$ max values for each datum across - * all dimensions @f$ (C \times H \times W) @f$. - * - * Intended for use after a classification layer to produce a prediction. - * If parameter out_max_val is set to true, output is a vector of pairs - * (max_ind, max_val) for each image. - * - * NOTE: does not implement Backwards operation. - */ -template -class ArgMaxLayer : public Layer { - public: - /** - * @param param provides ArgMaxParameter argmax_param, - * with ArgMaxLayer options: - * - top_k (\b optional uint, default 1). - * the number @f$ K @f$ of maximal items to output. - * - out_max_val (\b optional bool, default false). - * if set, output a vector of pairs (max_ind, max_val) for each image. - */ - explicit ArgMaxLayer(const LayerParameter& param) - : Layer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_ARGMAX; - } - virtual inline int ExactNumBottomBlobs() const { return 1; } - virtual inline int ExactNumTopBlobs() const { return 1; } - - protected: - /** - * @param bottom input Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the inputs @f$ x @f$ - * @param top output Blob vector (length 1) - * -# @f$ (N \times 1 \times K \times 1) @f$ or, if out_max_val - * @f$ (N \times 2 \times K \times 1) @f$ - * the computed outputs @f$ - * y_n = \arg\max\limits_i x_{ni} - * @f$ (for @f$ K = 1 @f$). - */ - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - /// @brief Not implemented (non-differentiable function) - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - NOT_IMPLEMENTED; - } - bool out_max_val_; - size_t top_k_; -}; - -/** - * @brief Takes at least two Blob%s and concatenates them along either the num - * or channel dimension, outputting the result. - */ -template -class ConcatLayer : public Layer { - public: - explicit ConcatLayer(const LayerParameter& param) - : Layer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_CONCAT; - } - virtual inline int MinBottomBlobs() const { return 2; } - virtual inline int ExactNumTopBlobs() const { return 1; } - virtual inline DiagonalAffineMap coord_map() { - return DiagonalAffineMap::identity(2); - } - - protected: - /** - * @param bottom input Blob vector (length 2+) - * -# @f$ (N \times C \times H \times W) @f$ - * the inputs @f$ x_1 @f$ - * -# @f$ (N \times C \times H \times W) @f$ - * the inputs @f$ x_2 @f$ - * -# ... - * - K @f$ (N \times C \times H \times W) @f$ - * the inputs @f$ x_K @f$ - * @param top output Blob vector (length 1) - * -# @f$ (KN \times C \times H \times W) @f$ if concat_dim == 0, or - * @f$ (N \times KC \times H \times W) @f$ if concat_dim == 1: - * the concatenated output @f$ - * y = [\begin{array}{cccc} x_1 & x_2 & ... & x_K \end{array}] - * @f$ - */ - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - - /** - * @brief Computes the error gradient w.r.t. the concatenate inputs. - * - * @param top output Blob vector (length 1), providing the error gradient with - * respect to the outputs - * -# @f$ (KN \times C \times H \times W) @f$ if concat_dim == 0, or - * @f$ (N \times KC \times H \times W) @f$ if concat_dim == 1: - * containing error gradients @f$ \frac{\partial E}{\partial y} @f$ - * with respect to concatenated outputs @f$ y @f$ - * @param propagate_down see Layer::Backward. - * @param bottom input Blob vector (length K), into which the top gradient - * @f$ \frac{\partial E}{\partial y} @f$ is deconcatenated back to the - * inputs @f$ - * \left[ \begin{array}{cccc} - * \frac{\partial E}{\partial x_1} & - * \frac{\partial E}{\partial x_2} & - * ... & - * \frac{\partial E}{\partial x_K} - * \end{array} \right] = - * \frac{\partial E}{\partial y} - * @f$ - */ - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - Blob col_bob_; - int count_; - int num_; - int channels_; - int height_; - int width_; - int concat_dim_; -}; - -/** - * @brief Compute elementwise operations, such as product and sum, - * along multiple input Blobs. - * - * TODO(dox): thorough documentation for Forward, Backward, and proto params. - */ -template -class EltwiseLayer : public Layer { - public: - explicit EltwiseLayer(const LayerParameter& param) - : Layer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_ELTWISE; - } - virtual inline int MinBottomBlobs() const { return 2; } - virtual inline int ExactNumTopBlobs() const { return 1; } - virtual inline DiagonalAffineMap coord_map() { - return DiagonalAffineMap::identity(2); - } - - protected: - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - EltwiseParameter_EltwiseOp op_; - vector coeffs_; - Blob max_idx_; - - bool stable_prod_grad_; -}; - -/** - * @brief Reshapes the input Blob into flat vectors. - * - * Note: because this layer does not change the input values -- merely the - * dimensions -- it can simply copy the input. The copy happens "virtually" - * (thus taking effectively 0 real time) by setting, in Forward, the data - * pointer of the top Blob to that of the bottom Blob (see Blob::ShareData), - * and in Backward, the diff pointer of the bottom Blob to that of the top Blob - * (see Blob::ShareDiff). - */ -template -class FlattenLayer : public Layer { - public: - explicit FlattenLayer(const LayerParameter& param) - : Layer(param) {} - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_FLATTEN; - } - virtual inline int ExactNumBottomBlobs() const { return 1; } - virtual inline int ExactNumTopBlobs() const { return 1; } - - protected: - /** - * @param bottom input Blob vector (length 2+) - * -# @f$ (N \times C \times H \times W) @f$ - * the inputs - * @param top output Blob vector (length 1) - * -# @f$ (N \times CHW \times 1 \times 1) @f$ - * the outputs -- i.e., the (virtually) copied, flattened inputs - */ - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - - /** - * @brief Computes the error gradient w.r.t. the concatenate inputs. - * - * @param top output Blob vector (length 1), providing the error gradient with - * respect to the outputs - * @param propagate_down see Layer::Backward. - * @param bottom input Blob vector (length K), into which the top error - * gradient is (virtually) copied - */ - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - int count_; -}; - -/** - * @brief Also known as a "fully-connected" layer, computes an inner product - * with a set of learned weights, and (optionally) adds biases. - * - * TODO(dox): thorough documentation for Forward, Backward, and proto params. - */ -template -class InnerProductLayer : public Layer { - public: - explicit InnerProductLayer(const LayerParameter& param) - : Layer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_INNER_PRODUCT; - } - virtual inline int ExactNumBottomBlobs() const { return 1; } - virtual inline int ExactNumTopBlobs() const { return 1; } - - protected: - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - int M_; - int K_; - int N_; - bool bias_term_; - Blob bias_multiplier_; -}; - -/** - * @brief Normalizes the input to have 0-mean and/or unit (1) variance. - * - * TODO(dox): thorough documentation for Forward, Backward, and proto params. - */ -template -class MVNLayer : public Layer { - public: - explicit MVNLayer(const LayerParameter& param) - : Layer(param) {} - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_MVN; - } - virtual inline int ExactNumBottomBlobs() const { return 1; } - virtual inline int ExactNumTopBlobs() const { return 1; } - virtual inline DiagonalAffineMap coord_map() { - return DiagonalAffineMap::identity(2); - } - - protected: - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - Blob mean_, variance_, temp_; - - /// sum_multiplier is used to carry out sum using BLAS - Blob sum_multiplier_; -}; - -/** - * @brief Ignores bottom blobs while producing no top blobs. (This is useful - * to suppress outputs during testing.) - */ -template -class SilenceLayer : public Layer { - public: - explicit SilenceLayer(const LayerParameter& param) - : Layer(param) {} - virtual void Reshape(const vector*>& bottom, - const vector*>& top) {} - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_SILENCE; - } - virtual inline int MinBottomBlobs() const { return 1; } - virtual inline int ExactNumTopBlobs() const { return 0; } - - protected: - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top) {} - // We can't define Forward_gpu here, since STUB_GPU will provide - // its own definition for CPU_ONLY mode. - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); -}; - -/** - * @brief Computes the softmax function. - * - * TODO(dox): thorough documentation for Forward, Backward, and proto params. - */ -template -class SoftmaxLayer : public Layer { - public: - explicit SoftmaxLayer(const LayerParameter& param) - : Layer(param) {} - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_SOFTMAX; - } - virtual inline int ExactNumBottomBlobs() const { return 1; } - virtual inline int ExactNumTopBlobs() const { return 1; } - virtual inline DiagonalAffineMap coord_map() { - return DiagonalAffineMap::identity(2); - } - - protected: - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - /// sum_multiplier is used to carry out sum using BLAS - Blob sum_multiplier_; - /// scale is an intermediate Blob to hold temporary results. - Blob scale_; -}; - -#ifdef USE_CUDNN -/** - * @brief cuDNN implementation of SoftmaxLayer. - * Fallback to SoftmaxLayer for CPU mode. - */ -template -class CuDNNSoftmaxLayer : public SoftmaxLayer { - public: - explicit CuDNNSoftmaxLayer(const LayerParameter& param) - : SoftmaxLayer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - virtual ~CuDNNSoftmaxLayer(); - - protected: - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - cudnnHandle_t handle_; - cudnnTensorDescriptor_t bottom_desc_; - cudnnTensorDescriptor_t top_desc_; -}; -#endif - -/** - * @brief Creates a "split" path in the network by copying the bottom Blob - * into multiple top Blob%s to be used by multiple consuming layers. - * - * TODO(dox): thorough documentation for Forward, Backward, and proto params. - */ -template -class SplitLayer : public Layer { - public: - explicit SplitLayer(const LayerParameter& param) - : Layer(param) {} - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_SPLIT; - } - virtual inline int ExactNumBottomBlobs() const { return 1; } - virtual inline int MinTopBlobs() const { return 1; } - virtual inline DiagonalAffineMap coord_map() { - return DiagonalAffineMap::identity(2); - } - - protected: - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - int count_; -}; - -/** - * @brief Takes a Blob and slices it along either the num or channel dimension, - * outputting multiple sliced Blob results. - * - * TODO(dox): thorough documentation for Forward, Backward, and proto params. - */ -template -class SliceLayer : public Layer { - public: - explicit SliceLayer(const LayerParameter& param) - : Layer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_SLICE; - } - virtual inline int ExactNumBottomBlobs() const { return 1; } - virtual inline int MinTopBlobs() const { return 2; } - virtual inline DiagonalAffineMap coord_map() { - return DiagonalAffineMap::identity(2); - } - - protected: - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - Blob col_bob_; - int count_; - int num_; - int channels_; - int height_; - int width_; - int slice_dim_; - vector slice_point_; -}; - -} // namespace caffe - -#endif // CAFFE_COMMON_LAYERS_HPP_ diff --git a/caffe-crfrnn/include/caffe/data_layers.hpp b/caffe-crfrnn/include/caffe/data_layers.hpp deleted file mode 100644 index 3bda671c..00000000 --- a/caffe-crfrnn/include/caffe/data_layers.hpp +++ /dev/null @@ -1,339 +0,0 @@ -#ifndef CAFFE_DATA_LAYERS_HPP_ -#define CAFFE_DATA_LAYERS_HPP_ - -#include -#include -#include - -#include "boost/scoped_ptr.hpp" -#include "hdf5.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/data_transformer.hpp" -#include "caffe/dataset.hpp" -#include "caffe/filler.hpp" -#include "caffe/internal_thread.hpp" -#include "caffe/layer.hpp" -#include "caffe/proto/caffe.pb.h" - -namespace caffe { - -/** - * @brief Provides base for data layers that feed blobs to the Net. - * - * TODO(dox): thorough documentation for Forward and proto params. - */ -template -class BaseDataLayer : public Layer { - public: - explicit BaseDataLayer(const LayerParameter& param); - virtual ~BaseDataLayer() {} - // LayerSetUp: implements common data layer setup functionality, and calls - // DataLayerSetUp to do special data layer setup for individual layer types. - // This method may not be overridden except by the BasePrefetchingDataLayer. - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void DataLayerSetUp(const vector*>& bottom, - const vector*>& top) {} - // Data layers have no bottoms, so reshaping is trivial. - virtual void Reshape(const vector*>& bottom, - const vector*>& top) {} - - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) {} - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) {} - - protected: - TransformationParameter transform_param_; - DataTransformer data_transformer_; - Caffe::Phase phase_; - bool output_labels_; -}; - -template -class BasePrefetchingDataLayer : - public BaseDataLayer, public InternalThread { - public: - explicit BasePrefetchingDataLayer(const LayerParameter& param) - : BaseDataLayer(param) {} - virtual ~BasePrefetchingDataLayer() {} - // LayerSetUp: implements common data layer setup functionality, and calls - // DataLayerSetUp to do special data layer setup for individual layer types. - // This method may not be overridden. - void LayerSetUp(const vector*>& bottom, - const vector*>& top); - - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - - virtual void CreatePrefetchThread(); - virtual void JoinPrefetchThread(); - // The thread's function - virtual void InternalThreadEntry() {} - - protected: - Blob prefetch_data_; - Blob prefetch_label_; - Blob transformed_data_; -}; - -template -class DataLayer : public BasePrefetchingDataLayer { - public: - explicit DataLayer(const LayerParameter& param) - : BasePrefetchingDataLayer(param) {} - virtual ~DataLayer(); - virtual void DataLayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_DATA; - } - virtual inline int ExactNumBottomBlobs() const { return 0; } - virtual inline int MinTopBlobs() const { return 1; } - virtual inline int MaxTopBlobs() const { return 2; } - - protected: - virtual void InternalThreadEntry(); - - shared_ptr > dataset_; - Dataset::const_iterator iter_; -}; - -/** - * @brief Provides data to the Net generated by a Filler. - * - * TODO(dox): thorough documentation for Forward and proto params. - */ -template -class DummyDataLayer : public Layer { - public: - explicit DummyDataLayer(const LayerParameter& param) - : Layer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - // Data layers have no bottoms, so reshaping is trivial. - virtual void Reshape(const vector*>& bottom, - const vector*>& top) {} - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_DUMMY_DATA; - } - virtual inline int ExactNumBottomBlobs() const { return 0; } - virtual inline int MinTopBlobs() const { return 1; } - - protected: - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) {} - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) {} - - vector > > fillers_; - vector refill_; -}; - -/** - * @brief Provides data to the Net from HDF5 files. - * - * TODO(dox): thorough documentation for Forward and proto params. - */ -template -class HDF5DataLayer : public Layer { - public: - explicit HDF5DataLayer(const LayerParameter& param) - : Layer(param) {} - virtual ~HDF5DataLayer(); - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - // Data layers have no bottoms, so reshaping is trivial. - virtual void Reshape(const vector*>& bottom, - const vector*>& top) {} - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_HDF5_DATA; - } - virtual inline int ExactNumBottomBlobs() const { return 0; } - virtual inline int MinTopBlobs() const { return 1; } - - protected: - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) {} - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) {} - virtual void LoadHDF5FileData(const char* filename); - - std::vector hdf_filenames_; - unsigned int num_files_; - unsigned int current_file_; - hsize_t current_row_; - std::vector > > hdf_blobs_; -}; - -/** - * @brief Write blobs to disk as HDF5 files. - * - * TODO(dox): thorough documentation for Forward and proto params. - */ -template -class HDF5OutputLayer : public Layer { - public: - explicit HDF5OutputLayer(const LayerParameter& param); - virtual ~HDF5OutputLayer(); - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top) {} - // Data layers have no bottoms, so reshaping is trivial. - virtual void Reshape(const vector*>& bottom, - const vector*>& top) {} - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_HDF5_OUTPUT; - } - // TODO: no limit on the number of blobs - virtual inline int ExactNumBottomBlobs() const { return 2; } - virtual inline int ExactNumTopBlobs() const { return 0; } - - inline std::string file_name() const { return file_name_; } - - protected: - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void SaveBlobs(); - - std::string file_name_; - hid_t file_id_; - Blob data_blob_; - Blob label_blob_; -}; - -/** - * @brief Provides data to the Net from image files. - * - * TODO(dox): thorough documentation for Forward and proto params. - */ -template -class ImageDataLayer : public BasePrefetchingDataLayer { - public: - explicit ImageDataLayer(const LayerParameter& param) - : BasePrefetchingDataLayer(param) {} - virtual ~ImageDataLayer(); - virtual void DataLayerSetUp(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_IMAGE_DATA; - } - virtual inline int ExactNumBottomBlobs() const { return 0; } - virtual inline int ExactNumTopBlobs() const { return 2; } - - protected: - shared_ptr prefetch_rng_; - virtual void ShuffleImages(); - virtual void InternalThreadEntry(); - - vector > lines_; - int lines_id_; -}; - -/** - * @brief Provides data to the Net from memory. - * - * TODO(dox): thorough documentation for Forward and proto params. - */ -template -class MemoryDataLayer : public BaseDataLayer { - public: - explicit MemoryDataLayer(const LayerParameter& param) - : BaseDataLayer(param), has_new_data_(false) {} - virtual void DataLayerSetUp(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_MEMORY_DATA; - } - virtual inline int ExactNumBottomBlobs() const { return 0; } - virtual inline int ExactNumTopBlobs() const { return 2; } - - virtual void AddDatumVector(const vector& datum_vector); - - // Reset should accept const pointers, but can't, because the memory - // will be given to Blob, which is mutable - void Reset(Dtype* data, Dtype* label, int n); - - int batch_size() { return batch_size_; } - int channels() { return channels_; } - int height() { return height_; } - int width() { return width_; } - - protected: - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - - int batch_size_, channels_, height_, width_, size_; - Dtype* data_; - Dtype* labels_; - int n_; - int pos_; - Blob added_data_; - Blob added_label_; - bool has_new_data_; -}; - -/** - * @brief Provides data to the Net from windows of images files, specified - * by a window data file. - * - * TODO(dox): thorough documentation for Forward and proto params. - */ -template -class WindowDataLayer : public BasePrefetchingDataLayer { - public: - explicit WindowDataLayer(const LayerParameter& param) - : BasePrefetchingDataLayer(param) {} - virtual ~WindowDataLayer(); - virtual void DataLayerSetUp(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_WINDOW_DATA; - } - virtual inline int ExactNumBottomBlobs() const { return 0; } - virtual inline int ExactNumTopBlobs() const { return 2; } - - protected: - virtual unsigned int PrefetchRand(); - virtual void InternalThreadEntry(); - - shared_ptr prefetch_rng_; - vector > > image_database_; - enum WindowField { IMAGE_INDEX, LABEL, OVERLAP, X1, Y1, X2, Y2, NUM }; - vector > fg_windows_; - vector > bg_windows_; - Blob data_mean_; - vector mean_values_; - bool has_mean_file_; - bool has_mean_values_; - bool cache_images_; - vector > image_database_cache_; -}; - -} // namespace caffe - -#endif // CAFFE_DATA_LAYERS_HPP_ diff --git a/caffe-crfrnn/include/caffe/data_transformer.hpp b/caffe-crfrnn/include/caffe/data_transformer.hpp deleted file mode 100644 index 84ebba28..00000000 --- a/caffe-crfrnn/include/caffe/data_transformer.hpp +++ /dev/null @@ -1,109 +0,0 @@ -#ifndef CAFFE_DATA_TRANSFORMER_HPP -#define CAFFE_DATA_TRANSFORMER_HPP - -#ifndef OSX -#include -#endif - -#include - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/proto/caffe.pb.h" - -namespace caffe { - -/** - * @brief Applies common transformations to the input data, such as - * scaling, mirroring, substracting the image mean... - */ -template -class DataTransformer { - public: - explicit DataTransformer(const TransformationParameter& param); - virtual ~DataTransformer() {} - - /** - * @brief Initialize the Random number generations if needed by the - * transformation. - */ - void InitRand(); - - /** - * @brief Applies the transformation defined in the data layer's - * transform_param block to the data. - * - * @param datum - * Datum containing the data to be transformed. - * @param transformed_blob - * This is destination blob. It can be part of top blob's data if - * set_cpu_data() is used. See data_layer.cpp for an example. - */ - void Transform(const Datum& datum, Blob* transformed_blob); - - /** - * @brief Applies the transformation defined in the data layer's - * transform_param block to a vector of Datum. - * - * @param datum_vector - * A vector of Datum containing the data to be transformed. - * @param transformed_blob - * This is destination blob. It can be part of top blob's data if - * set_cpu_data() is used. See memory_layer.cpp for an example. - */ - void Transform(const vector & datum_vector, - Blob* transformed_blob); - - /** - * @brief Applies the transformation defined in the data layer's - * transform_param block to a cv::Mat - * - * @param cv_img - * cv::Mat containing the data to be transformed. - * @param transformed_blob - * This is destination blob. It can be part of top blob's data if - * set_cpu_data() is used. See image_data_layer.cpp for an example. - */ -#ifndef OSX - void Transform(const cv::Mat& cv_img, Blob* transformed_blob); -#endif - - /** - * @brief Applies the same transformation defined in the data layer's - * transform_param block to all the num images in a input_blob. - * - * @param input_blob - * A Blob containing the data to be transformed. It applies the same - * transformation to all the num images in the blob. - * @param transformed_blob - * This is destination blob, it will contain as many images as the - * input blob. It can be part of top blob's data. - */ - void Transform(Blob* input_blob, Blob* transformed_blob); - - protected: - /** - * @brief Generates a random integer from Uniform({0, 1, ..., n-1}). - * - * @param n - * The upperbound (exclusive) value of the random number. - * @return - * A uniformly random integer value from ({0, 1, ..., n-1}). - */ - virtual int Rand(int n); - - void Transform(const Datum& datum, Dtype* transformed_data); - // Tranformation parameters - TransformationParameter param_; - - - shared_ptr rng_; - Caffe::Phase phase_; - Blob data_mean_; - vector mean_values_; -}; - -} // namespace caffe - -#endif // CAFFE_DATA_TRANSFORMER_HPP_ - diff --git a/caffe-crfrnn/include/caffe/dataset.hpp b/caffe-crfrnn/include/caffe/dataset.hpp deleted file mode 100644 index 1dd8458c..00000000 --- a/caffe-crfrnn/include/caffe/dataset.hpp +++ /dev/null @@ -1,241 +0,0 @@ -#ifndef CAFFE_DATASET_H_ -#define CAFFE_DATASET_H_ - -#include - -#include -#include -#include -#include -#include - -#include "caffe/common.hpp" -#include "caffe/proto/caffe.pb.h" - -namespace caffe { - -namespace dataset_internal { - -using google::protobuf::Message; - -template -struct static_assertion {}; -template<> -struct static_assertion { - enum { - DEFAULT_CODER_NOT_AVAILABLE - }; -}; - -template -struct DefaultCoder { - using static_assertion::DEFAULT_CODER_NOT_AVAILABLE; - static bool serialize(const T& obj, string* serialized); - static bool serialize(const T& obj, vector* serialized); - static bool deserialize(const string& serialized, T* obj); - static bool deserialize(const char* data, size_t size, T* obj); -}; - -template <> -struct DefaultCoder { - static bool serialize(const Message& obj, string* serialized) { - return obj.SerializeToString(serialized); - } - - static bool serialize(const Message& obj, vector* serialized) { - serialized->resize(obj.ByteSize()); - return obj.SerializeWithCachedSizesToArray( - reinterpret_cast(serialized->data())); - } - - static bool deserialize(const string& serialized, Message* obj) { - return obj->ParseFromString(serialized); - } - - static bool deserialize(const char* data, size_t size, Message* obj) { - return obj->ParseFromArray(data, size); - } -}; - -template <> -struct DefaultCoder : public DefaultCoder { }; - -template <> -struct DefaultCoder { - static bool serialize(string obj, string* serialized) { - *serialized = obj; - return true; - } - - static bool serialize(const string& obj, vector* serialized) { - vector temp(obj.data(), obj.data() + obj.size()); - serialized->swap(temp); - return true; - } - - static bool deserialize(const string& serialized, string* obj) { - *obj = serialized; - return true; - } - - static bool deserialize(const char* data, size_t size, string* obj) { - string temp_string(data, size); - obj->swap(temp_string); - return true; - } -}; - -template <> -struct DefaultCoder > { - static bool serialize(vector obj, string* serialized) { - string tmp(obj.data(), obj.size()); - serialized->swap(tmp); - return true; - } - - static bool serialize(const vector& obj, vector* serialized) { - *serialized = obj; - return true; - } - - static bool deserialize(const string& serialized, vector* obj) { - vector tmp(serialized.data(), serialized.data() + serialized.size()); - obj->swap(tmp); - return true; - } - - static bool deserialize(const char* data, size_t size, vector* obj) { - vector tmp(data, data + size); - obj->swap(tmp); - return true; - } -}; - -} // namespace dataset_internal - -template , - typename VCoder = dataset_internal::DefaultCoder > -class Dataset { - public: - enum Mode { - New, - ReadWrite, - ReadOnly - }; - - typedef K key_type; - typedef V value_type; - - struct KV { - K key; - V value; - }; - - virtual bool open(const string& filename, Mode mode) = 0; - virtual bool put(const K& key, const V& value) = 0; - virtual bool get(const K& key, V* value) = 0; - virtual bool first_key(K* key) = 0; - virtual bool last_key(K* key) = 0; - virtual bool commit() = 0; - virtual void close() = 0; - - virtual void keys(vector* keys) = 0; - - Dataset() { } - virtual ~Dataset() { } - - class iterator; - typedef iterator const_iterator; - - virtual const_iterator begin() const = 0; - virtual const_iterator cbegin() const = 0; - virtual const_iterator end() const = 0; - virtual const_iterator cend() const = 0; - - protected: - class DatasetState; - - public: - class iterator : public std::iterator { - public: - typedef KV T; - typedef T value_type; - typedef T& reference_type; - typedef T* pointer_type; - - iterator() - : parent_(NULL) { } - - iterator(const Dataset* parent, shared_ptr state) - : parent_(parent), - state_(state) { } - - iterator(const iterator& other) - : parent_(other.parent_), - state_(other.state_ ? other.state_->clone() - : shared_ptr()) { } - - iterator& operator=(iterator copy) { - copy.swap(*this); - return *this; - } - - void swap(iterator& other) throw() { - std::swap(this->parent_, other.parent_); - std::swap(this->state_, other.state_); - } - - bool operator==(const iterator& other) const { - return parent_->equal(state_, other.state_); - } - - bool operator!=(const iterator& other) const { - return !(*this == other); - } - - iterator& operator++() { - parent_->increment(&state_); - return *this; - } - iterator operator++(int) { - iterator copy(*this); - parent_->increment(&state_); - return copy; - } - - reference_type operator*() const { - return parent_->dereference(state_); - } - - pointer_type operator->() const { - return &parent_->dereference(state_); - } - - protected: - const Dataset* parent_; - shared_ptr state_; - }; - - protected: - class DatasetState { - public: - virtual ~DatasetState() { } - virtual shared_ptr clone() = 0; - }; - - virtual bool equal(shared_ptr state1, - shared_ptr state2) const = 0; - virtual void increment(shared_ptr* state) const = 0; - virtual KV& dereference( - shared_ptr state) const = 0; -}; - -} // namespace caffe - -#define INSTANTIATE_DATASET(type) \ - template class type; \ - template class type >; \ - template class type; - -#endif // CAFFE_DATASET_H_ diff --git a/caffe-crfrnn/include/caffe/dataset_factory.hpp b/caffe-crfrnn/include/caffe/dataset_factory.hpp deleted file mode 100644 index 57db49bf..00000000 --- a/caffe-crfrnn/include/caffe/dataset_factory.hpp +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef CAFFE_DATASET_FACTORY_H_ -#define CAFFE_DATASET_FACTORY_H_ - -#include - -#include "caffe/common.hpp" -#include "caffe/dataset.hpp" -#include "caffe/proto/caffe.pb.h" - -namespace caffe { - -template -shared_ptr > DatasetFactory(const DataParameter_DB& type); - -template -shared_ptr > DatasetFactory(const string& type); - -} // namespace caffe - -#endif // CAFFE_DATASET_FACTORY_H_ diff --git a/caffe-crfrnn/include/caffe/filler.hpp b/caffe-crfrnn/include/caffe/filler.hpp deleted file mode 100644 index 136ce958..00000000 --- a/caffe-crfrnn/include/caffe/filler.hpp +++ /dev/null @@ -1,188 +0,0 @@ -// Fillers are random number generators that fills a blob using the specified -// algorithm. The expectation is that they are only going to be used during -// initialization time and will not involve any GPUs. - -#ifndef CAFFE_FILLER_HPP -#define CAFFE_FILLER_HPP - -#include - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/syncedmem.hpp" -#include "caffe/util/math_functions.hpp" - -namespace caffe { - -/// @brief Fills a Blob with constant or randomly-generated data. -template -class Filler { - public: - explicit Filler(const FillerParameter& param) : filler_param_(param) {} - virtual ~Filler() {} - virtual void Fill(Blob* blob) = 0; - protected: - FillerParameter filler_param_; -}; // class Filler - - -/// @brief Fills a Blob with constant values @f$ x = 0 @f$. -template -class ConstantFiller : public Filler { - public: - explicit ConstantFiller(const FillerParameter& param) - : Filler(param) {} - virtual void Fill(Blob* blob) { - Dtype* data = blob->mutable_cpu_data(); - const int count = blob->count(); - const Dtype value = this->filler_param_.value(); - CHECK(count); - for (int i = 0; i < count; ++i) { - data[i] = value; - } - CHECK_EQ(this->filler_param_.sparse(), -1) - << "Sparsity not supported by this Filler."; - } -}; - -/// @brief Fills a Blob with uniformly distributed values @f$ x\sim U(a, b) @f$. -template -class UniformFiller : public Filler { - public: - explicit UniformFiller(const FillerParameter& param) - : Filler(param) {} - virtual void Fill(Blob* blob) { - CHECK(blob->count()); - caffe_rng_uniform(blob->count(), Dtype(this->filler_param_.min()), - Dtype(this->filler_param_.max()), blob->mutable_cpu_data()); - CHECK_EQ(this->filler_param_.sparse(), -1) - << "Sparsity not supported by this Filler."; - } -}; - -/// @brief Fills a Blob with Gaussian-distributed values @f$ x = a @f$. -template -class GaussianFiller : public Filler { - public: - explicit GaussianFiller(const FillerParameter& param) - : Filler(param) {} - virtual void Fill(Blob* blob) { - Dtype* data = blob->mutable_cpu_data(); - CHECK(blob->count()); - caffe_rng_gaussian(blob->count(), Dtype(this->filler_param_.mean()), - Dtype(this->filler_param_.std()), blob->mutable_cpu_data()); - int sparse = this->filler_param_.sparse(); - CHECK_GE(sparse, -1); - if (sparse >= 0) { - // Sparse initialization is implemented for "weight" blobs; i.e. matrices. - // These have num == channels == 1; height is number of inputs; width is - // number of outputs. The 'sparse' variable specifies the mean number - // of non-zero input weights for a given output. - CHECK_EQ(blob->num(), 1); - CHECK_EQ(blob->channels(), 1); - int num_inputs = blob->height(); - Dtype non_zero_probability = Dtype(sparse) / Dtype(num_inputs); - rand_vec_.reset(new SyncedMemory(blob->count() * sizeof(int))); - int* mask = reinterpret_cast(rand_vec_->mutable_cpu_data()); - caffe_rng_bernoulli(blob->count(), non_zero_probability, mask); - for (int i = 0; i < blob->count(); ++i) { - data[i] *= mask[i]; - } - } - } - - protected: - shared_ptr rand_vec_; -}; - -/** @brief Fills a Blob with values @f$ x \in [0, 1] @f$ - * such that @f$ \forall i \sum_j x_{ij} = 1 @f$. - */ -template -class PositiveUnitballFiller : public Filler { - public: - explicit PositiveUnitballFiller(const FillerParameter& param) - : Filler(param) {} - virtual void Fill(Blob* blob) { - Dtype* data = blob->mutable_cpu_data(); - DCHECK(blob->count()); - caffe_rng_uniform(blob->count(), 0, 1, blob->mutable_cpu_data()); - // We expect the filler to not be called very frequently, so we will - // just use a simple implementation - int dim = blob->count() / blob->num(); - CHECK(dim); - for (int i = 0; i < blob->num(); ++i) { - Dtype sum = 0; - for (int j = 0; j < dim; ++j) { - sum += data[i * dim + j]; - } - for (int j = 0; j < dim; ++j) { - data[i * dim + j] /= sum; - } - } - CHECK_EQ(this->filler_param_.sparse(), -1) - << "Sparsity not supported by this Filler."; - } -}; - -/** - * @brief Fills a Blob with values @f$ x \sim U(-a, +a) @f$ where @f$ a @f$ - * is set inversely proportional to the number of incoming nodes. - * - * A Filler based on the paper [Bengio and Glorot 2010]: Understanding - * the difficulty of training deep feedforward neuralnetworks, but does not - * use the fan_out value. - * - * It fills the incoming matrix by randomly sampling uniform data from - * [-scale, scale] where scale = sqrt(3 / fan_in) where fan_in is the number - * of input nodes. You should make sure the input blob has shape (num, a, b, c) - * where a * b * c = fan_in. - * - * TODO(dox): make notation in above comment consistent with rest & use LaTeX. - */ -template -class XavierFiller : public Filler { - public: - explicit XavierFiller(const FillerParameter& param) - : Filler(param) {} - virtual void Fill(Blob* blob) { - CHECK(blob->count()); - int fan_in = blob->count() / blob->num(); - Dtype scale = sqrt(Dtype(3) / fan_in); - caffe_rng_uniform(blob->count(), -scale, scale, - blob->mutable_cpu_data()); - CHECK_EQ(this->filler_param_.sparse(), -1) - << "Sparsity not supported by this Filler."; - } -}; - - -/** - * @brief Get a specific filler from the specification given in FillerParameter. - * - * Ideally this would be replaced by a factory pattern, but we will leave it - * this way for now. - */ -template -Filler* GetFiller(const FillerParameter& param) { - const std::string& type = param.type(); - if (type == "constant") { - return new ConstantFiller(param); - } else if (type == "gaussian") { - return new GaussianFiller(param); - } else if (type == "positive_unitball") { - return new PositiveUnitballFiller(param); - } else if (type == "uniform") { - return new UniformFiller(param); - } else if (type == "xavier") { - return new XavierFiller(param); - } else { - CHECK(false) << "Unknown filler name: " << param.type(); - } - return (Filler*)(NULL); -} - -} // namespace caffe - -#endif // CAFFE_FILLER_HPP_ diff --git a/caffe-crfrnn/include/caffe/internal_thread.hpp b/caffe-crfrnn/include/caffe/internal_thread.hpp deleted file mode 100644 index 6a106e6e..00000000 --- a/caffe-crfrnn/include/caffe/internal_thread.hpp +++ /dev/null @@ -1,50 +0,0 @@ -#ifndef CAFFE_INTERNAL_THREAD_HPP_ -#define CAFFE_INTERNAL_THREAD_HPP_ - -#include "caffe/common.hpp" - -namespace caffe { - -/** - * A minimal wrapper for boost::thread to force host compilation for boost - * Defined in caffe/util/thread.hpp - */ -class Thread { - public: - template - Thread(Callable func, A1 a1); - void join(); - bool joinable(); - private: - void* thread_; -}; - -/** - * Virtual class encapsulate boost::thread for use in base class - * The child class will acquire the ability to run a single thread, - * by reimplementing the virutal function InternalThreadEntry. - */ -class InternalThread { - public: - InternalThread() : thread_(NULL) {} - virtual ~InternalThread(); - - /** Returns true if the thread was successfully started. **/ - bool StartInternalThread(); - - /** Will not return until the internal thread has exited. */ - bool WaitForInternalThreadToExit(); - - bool is_started() const { return thread_ != NULL && thread_->joinable(); } - - protected: - /* Implement this method in your subclass - with the code you want your thread to run. */ - virtual void InternalThreadEntry() {} - - caffe::Thread* thread_; -}; - -} // namespace caffe - -#endif diff --git a/caffe-crfrnn/include/caffe/layer.hpp b/caffe-crfrnn/include/caffe/layer.hpp deleted file mode 100644 index 6c768b9b..00000000 --- a/caffe-crfrnn/include/caffe/layer.hpp +++ /dev/null @@ -1,492 +0,0 @@ -#ifndef CAFFE_LAYER_H_ -#define CAFFE_LAYER_H_ - -#include -#include -#include -#include - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/layer_factory.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/util/coords.hpp" -#include "caffe/util/device_alternate.hpp" - -namespace caffe { - -template class Net; - -/** - * @brief An interface for the units of computation which can be composed into a - * Net. - * - * Layer&s must implement a Forward function, in which they take their input - * (bottom) Blob&s (if any) and compute their output Blob&s (if any). - * They may also implement a Backward function, in which they compute the error - * gradients with respect to their input Blob&s, given the error gradients with - * their output Blob&s. - */ -template -class Layer { - public: - /** - * You should not implement your own constructor. Any set up code should go - * to SetUp(), where the dimensions of the bottom blobs are provided to the - * layer. - */ - explicit Layer(const LayerParameter& param) - : layer_param_(param) { - // The only thing we do is to copy blobs if there are any. - if (layer_param_.blobs_size() > 0) { - blobs_.resize(layer_param_.blobs_size()); - for (int i = 0; i < layer_param_.blobs_size(); ++i) { - blobs_[i].reset(new Blob()); - blobs_[i]->FromProto(layer_param_.blobs(i)); - } - } - } - virtual ~Layer() {} - - /** - * @brief Implements common layer setup functionality. - * - * @param bottom the preshaped input blobs - * @param top - * the allocated but unshaped output blobs, to be shaped by Reshape - * - * Checks that the number of bottom and top blobs is correct. - * Calls LayerSetUp to do special layer setup for individual layer types, - * followed by Reshape to set up sizes of top blobs and internal buffers. - * Sets up the loss weight multiplier blobs for any non-zero loss weights. - * This method may not be overridden. - */ - void SetUp(const vector*>& bottom, - const vector*>& top) { - CheckBlobCounts(bottom, top); - LayerSetUp(bottom, top); - Reshape(bottom, top); - SetLossWeights(top); - } - - /** - * @brief Does layer-specific setup: your layer should implement this function - * as well as Reshape. - * - * @param bottom - * the preshaped input blobs, whose data fields store the input data for - * this layer - * @param top - * the allocated but unshaped output blobs - * - * This method should do one-time layer specific setup. This includes reading - * and processing relevent parameters from the layer_param_. - * Setting up the shapes of top blobs and internal buffers should be done in - * Reshape, which will be called before the forward pass to - * adjust the top blob sizes. - */ - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top) {} - - /** - * @brief Adjust the shapes of top blobs and internal buffers to accomodate - * the shapes of the bottom blobs. - * - * @param bottom the input blobs, with the requested input shapes - * @param top the top blobs, which should be reshaped as needed - * - * This method should reshape top blobs as needed according to the shapes - * of the bottom (input) blobs, as well as reshaping any internal buffers - * and making any other necessary adjustments so that the layer can - * accomodate the bottom blobs. - */ - virtual void Reshape(const vector*>& bottom, - const vector*>& top) = 0; - - /** - * @brief Given the bottom blobs, compute the top blobs and the loss. - * - * @param bottom - * the input blobs, whose data fields store the input data for this layer - * @param top - * the preshaped output blobs, whose data fields will store this layers' - * outputs - * \return The total loss from the layer. - * - * The Forward wrapper calls the relevant device wrapper function - * (Forward_cpu or Forward_gpu) to compute the top blob values given the - * bottom blobs. If the layer has any non-zero loss_weights, the wrapper - * then computes and returns the loss. - * - * Your layer should implement Forward_cpu and (optionally) Forward_gpu. - */ - inline Dtype Forward(const vector*>& bottom, - const vector*>& top); - - /** - * @brief Given the top blob error gradients, compute the bottom blob error - * gradients. - * - * @param top - * the output blobs, whose diff fields store the gradient of the error - * with respect to themselves - * @param propagate_down - * a vector with equal length to bottom, with each index indicating - * whether to propagate the error gradients down to the bottom blob at - * the corresponding index - * @param bottom - * the input blobs, whose diff fields will store the gradient of the error - * with respect to themselves after Backward is run - * - * The Backward wrapper calls the relevant device wrapper function - * (Backward_cpu or Backward_gpu) to compute the bottom blob diffs given the - * top blob diffs. - * - * Your layer should implement Forward_cpu and (optionally) Forward_gpu. - */ - inline void Backward(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom); - - /** - * @brief Returns the vector of learnable parameter blobs. - */ - vector > >& blobs() { - return blobs_; - } - - /** - * @brief Returns the layer parameter. - */ - const LayerParameter& layer_param() const { return layer_param_; } - - /** - * @brief Writes the layer parameter to a protocol buffer - */ - virtual void ToProto(LayerParameter* param, bool write_diff = false); - - /** - * @brief Returns the scalar loss associated with a top blob at a given index. - */ - inline Dtype loss(const int top_index) const { - return (loss_.size() > top_index) ? loss_[top_index] : Dtype(0); - } - - /** - * @brief Sets the loss associated with a top blob at a given index. - */ - inline void set_loss(const int top_index, const Dtype value) { - if (loss_.size() <= top_index) { - loss_.resize(top_index + 1, Dtype(0)); - } - loss_[top_index] = value; - } - - /** - * @brief Returns the layer type as an enum value. - */ - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_NONE; - } - - /** - * @brief Returns the layer type name. - */ - virtual inline const string& type_name() const { - return LayerParameter_LayerType_Name(type()); - } - - /** - * @brief Returns the exact number of bottom blobs required by the layer, - * or -1 if no exact number is required. - * - * This method should be overridden to return a non-negative value if your - * layer expects some exact number of bottom blobs. - */ - virtual inline int ExactNumBottomBlobs() const { return -1; } - /** - * @brief Returns the minimum number of bottom blobs required by the layer, - * or -1 if no minimum number is required. - * - * This method should be overridden to return a non-negative value if your - * layer expects some minimum number of bottom blobs. - */ - virtual inline int MinBottomBlobs() const { return -1; } - /** - * @brief Returns the maximum number of bottom blobs required by the layer, - * or -1 if no maximum number is required. - * - * This method should be overridden to return a non-negative value if your - * layer expects some maximum number of bottom blobs. - */ - virtual inline int MaxBottomBlobs() const { return -1; } - /** - * @brief Returns the exact number of top blobs required by the layer, - * or -1 if no exact number is required. - * - * This method should be overridden to return a non-negative value if your - * layer expects some exact number of top blobs. - */ - virtual inline int ExactNumTopBlobs() const { return -1; } - /** - * @brief Returns the minimum number of top blobs required by the layer, - * or -1 if no minimum number is required. - * - * This method should be overridden to return a non-negative value if your - * layer expects some minimum number of top blobs. - */ - virtual inline int MinTopBlobs() const { return -1; } - /** - * @brief Returns the maximum number of top blobs required by the layer, - * or -1 if no maximum number is required. - * - * This method should be overridden to return a non-negative value if your - * layer expects some maximum number of top blobs. - */ - virtual inline int MaxTopBlobs() const { return -1; } - /** - * @brief Returns true if the layer requires an equal number of bottom and - * top blobs. - * - * This method should be overridden to return true if your layer expects an - * equal number of bottom and top blobs. - */ - virtual inline bool EqualNumBottomTopBlobs() const { return false; } - - /** - * @brief Return whether "anonymous" top blobs are created automatically - * by the layer. - * - * If this method returns true, Net::Init will create enough "anonymous" top - * blobs to fulfill the requirement specified by ExactNumTopBlobs() or - * MinTopBlobs(). - */ - virtual inline bool AutoTopBlobs() const { return false; } - - /** - * @brief Return whether to allow force_backward for a given bottom blob - * index. - * - * If AllowForceBackward(i) == false, we will ignore the force_backward - * setting and backpropagate to blob i only if it needs gradient information - * (as is done when force_backward == false). - */ - virtual inline bool AllowForceBackward(const int bottom_index) const { - return true; - } - - /** - * @brief Specifies whether the layer should compute gradients w.r.t. a - * parameter at a particular index given by param_id. - * - * You can safely ignore false values and always compute gradients - * for all parameters, but possibly with wasteful computation. - */ - inline bool param_propagate_down(const int param_id) { - return (param_propagate_down_.size() > param_id) ? - param_propagate_down_[param_id] : false; - } - /** - * @brief Sets whether the layer should compute gradients w.r.t. a - * parameter at a particular index given by param_id. - */ - inline void set_param_propagate_down(const int param_id, const bool value) { - if (param_propagate_down_.size() <= param_id) { - param_propagate_down_.resize(param_id + 1, true); - } - param_propagate_down_[param_id] = value; - } - - virtual DiagonalAffineMap coord_map() { - NOT_IMPLEMENTED; - // suppress warnings - return DiagonalAffineMap(vector >()); - } - - /** - * @brief Used by Net to give layers a pointer to their owning net. - */ - void set_net(Net* net) { net_ = net; } - - protected: - /** The protobuf that stores the layer parameters */ - LayerParameter layer_param_; - /** The vector that stores the learnable parameters as a set of blobs. */ - vector > > blobs_; - /** Vector indicating whether to compute the diff of each param blob. */ - vector param_propagate_down_; - - /** The vector that indicates whether each top blob has a non-zero weight in - * the objective function. */ - vector loss_; - - /** The net to which this layer belongs. */ - Net* net_; - - /** @brief Using the CPU device, compute the layer output. */ - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top) = 0; - /** - * @brief Using the GPU device, compute the layer output. - * Fall back to Forward_cpu() if unavailable. - */ - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top) { - // LOG(WARNING) << "Using CPU code as backup."; - return Forward_cpu(bottom, top); - } - - /** - * @brief Using the CPU device, compute the gradients for any parameters and - * for the bottom blobs if propagate_down is true. - */ - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) = 0; - /** - * @brief Using the GPU device, compute the gradients for any parameters and - * for the bottom blobs if propagate_down is true. - * Fall back to Backward_cpu() if unavailable. - */ - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - // LOG(WARNING) << "Using CPU code as backup."; - Backward_cpu(top, propagate_down, bottom); - } - - /** - * Called by the parent Layer's SetUp to check that the number of bottom - * and top Blobs provided as input match the expected numbers specified by - * the {ExactNum,Min,Max}{Bottom,Top}Blobs() functions. - */ - virtual void CheckBlobCounts(const vector*>& bottom, - const vector*>& top) { - if (ExactNumBottomBlobs() >= 0) { - CHECK_EQ(ExactNumBottomBlobs(), bottom.size()) - << type_name() << " Layer takes " << ExactNumBottomBlobs() - << " bottom blob(s) as input."; - } - if (MinBottomBlobs() >= 0) { - CHECK_LE(MinBottomBlobs(), bottom.size()) - << type_name() << " Layer takes at least " << MinBottomBlobs() - << " bottom blob(s) as input."; - } - if (MaxBottomBlobs() >= 0) { - CHECK_GE(MaxBottomBlobs(), bottom.size()) - << type_name() << " Layer takes at most " << MaxBottomBlobs() - << " bottom blob(s) as input."; - } - if (ExactNumTopBlobs() >= 0) { - CHECK_EQ(ExactNumTopBlobs(), top.size()) - << type_name() << " Layer produces " << ExactNumTopBlobs() - << " top blob(s) as output."; - } - if (MinTopBlobs() >= 0) { - CHECK_LE(MinTopBlobs(), top.size()) - << type_name() << " Layer produces at least " << MinTopBlobs() - << " top blob(s) as output."; - } - if (MaxTopBlobs() >= 0) { - CHECK_GE(MaxTopBlobs(), top.size()) - << type_name() << " Layer produces at most " << MaxTopBlobs() - << " top blob(s) as output."; - } - if (EqualNumBottomTopBlobs()) { - CHECK_EQ(bottom.size(), top.size()) - << type_name() << " Layer produces one top blob as output for each " - << "bottom blob input."; - } - } - - /** - * Called by SetUp to initialize the weights associated with any top blobs in - * the loss function. Store non-zero loss weights in the diff blob. - */ - inline void SetLossWeights(const vector*>& top) { - const int num_loss_weights = layer_param_.loss_weight_size(); - if (num_loss_weights) { - CHECK_EQ(top.size(), num_loss_weights) << "loss_weight must be " - "unspecified or specified once per top blob."; - for (int top_id = 0; top_id < top.size(); ++top_id) { - const Dtype loss_weight = layer_param_.loss_weight(top_id); - if (loss_weight == Dtype(0)) { continue; } - this->set_loss(top_id, loss_weight); - const int count = top[top_id]->count(); - Dtype* loss_multiplier = top[top_id]->mutable_cpu_diff(); - caffe_set(count, loss_weight, loss_multiplier); - } - } - } - - DISABLE_COPY_AND_ASSIGN(Layer); -}; // class Layer - -// Forward and backward wrappers. You should implement the cpu and -// gpu specific implementations instead, and should not change these -// functions. -template -inline Dtype Layer::Forward(const vector*>& bottom, - const vector*>& top) { - Dtype loss = 0; - switch (Caffe::mode()) { - case Caffe::CPU: - Forward_cpu(bottom, top); - for (int top_id = 0; top_id < top.size(); ++top_id) { - if (!this->loss(top_id)) { continue; } - const int count = top[top_id]->count(); - const Dtype* data = top[top_id]->cpu_data(); - const Dtype* loss_weights = top[top_id]->cpu_diff(); - loss += caffe_cpu_dot(count, data, loss_weights); - } - break; - case Caffe::GPU: - Forward_gpu(bottom, top); -#ifndef CPU_ONLY - for (int top_id = 0; top_id < top.size(); ++top_id) { - if (!this->loss(top_id)) { continue; } - const int count = top[top_id]->count(); - const Dtype* data = top[top_id]->gpu_data(); - const Dtype* loss_weights = top[top_id]->gpu_diff(); - Dtype blob_loss = 0; - caffe_gpu_dot(count, data, loss_weights, &blob_loss); - loss += blob_loss; - } -#endif - break; - default: - LOG(FATAL) << "Unknown caffe mode."; - } - return loss; -} - -template -inline void Layer::Backward(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - switch (Caffe::mode()) { - case Caffe::CPU: - Backward_cpu(top, propagate_down, bottom); - break; - case Caffe::GPU: - Backward_gpu(top, propagate_down, bottom); - break; - default: - LOG(FATAL) << "Unknown caffe mode."; - } -} - -// Serialize LayerParameter to protocol buffer -template -void Layer::ToProto(LayerParameter* param, bool write_diff) { - param->Clear(); - param->CopyFrom(layer_param_); - param->clear_blobs(); - for (int i = 0; i < blobs_.size(); ++i) { - blobs_[i]->ToProto(param->add_blobs(), write_diff); - } -} - -} // namespace caffe - -#endif // CAFFE_LAYER_H_ diff --git a/caffe-crfrnn/include/caffe/layer_factory.hpp b/caffe-crfrnn/include/caffe/layer_factory.hpp deleted file mode 100644 index c1fd6aa0..00000000 --- a/caffe-crfrnn/include/caffe/layer_factory.hpp +++ /dev/null @@ -1,118 +0,0 @@ -/** - * @brief A layer factory that allows one to register layers. - * During runtime, registered layers could be called by passing a LayerParameter - * protobuffer to the CreateLayer function: - * - * LayerRegistry::CreateLayer(param); - * - * There are two ways to register a layer. Assuming that we have a layer like: - * - * template - * class MyAwesomeLayer : public Layer { - * // your implementations - * }; - * - * and its type is defined in the protobuffer as - * - * enum LayerType { - * // other definitions - * AWESOME = 46, - * } - * - * If the layer is going to be created simply by its constructor, in your c++ - * file, add the following line: - * - * REGISTER_LAYER_CLASS(AWESOME, MyAwesomeLayer); - * - * Or, if the layer is going to be created by another creator function, in the - * format of: - * - * template - * Layer GetMyAwesomeLayer(const LayerParameter& param) { - * // your implementation - * } - * - * (for example, when your layer has multiple backends, see GetConvolutionLayer - * for a use case), then you can register the creator function instead, like - * - * REGISTER_LAYER_CREATOR(AWESOME, GetMyAwesomeLayer) - * - * Note that each layer type should only be registered once. - */ - -#ifndef CAFFE_LAYER_FACTORY_H_ -#define CAFFE_LAYER_FACTORY_H_ - -#include - -#include "caffe/common.hpp" -#include "caffe/proto/caffe.pb.h" - -namespace caffe { - -template -class Layer; - -template -class LayerRegistry { - public: - typedef Layer* (*Creator)(const LayerParameter&); - typedef std::map CreatorRegistry; - - static CreatorRegistry& Registry() { - static CreatorRegistry* g_registry_ = new CreatorRegistry(); - return *g_registry_; - } - - // Adds a creator. - static void AddCreator(const LayerParameter_LayerType& type, - Creator creator) { - CreatorRegistry& registry = Registry(); - CHECK_EQ(registry.count(type), 0) - << "Layer type " << type << " already registered."; - registry[type] = creator; - } - - // Get a layer using a LayerParameter. - static Layer* CreateLayer(const LayerParameter& param) { - LOG(INFO) << "Creating layer " << param.name(); - const LayerParameter_LayerType& type = param.type(); - CreatorRegistry& registry = Registry(); - CHECK_EQ(registry.count(type), 1); - return registry[type](param); - } - - private: - // Layer registry should never be instantiated - everything is done with its - // static variables. - LayerRegistry() {} -}; - - -template -class LayerRegisterer { - public: - LayerRegisterer(const LayerParameter_LayerType& type, - Layer* (*creator)(const LayerParameter&)) { - // LOG(INFO) << "Registering layer type: " << type; - LayerRegistry::AddCreator(type, creator); - } -}; - - -#define REGISTER_LAYER_CREATOR(type, creator) \ - static LayerRegisterer g_creator_f_##type( \ - LayerParameter_LayerType_##type, creator); \ - static LayerRegisterer g_creator_d_##type( \ - LayerParameter_LayerType_##type, creator) - -#define REGISTER_LAYER_CLASS(type, clsname) \ - template \ - Layer* Creator_##clsname(const LayerParameter& param) { \ - return new clsname(param); \ - } \ - REGISTER_LAYER_CREATOR(type, Creator_##clsname) - -} // namespace caffe - -#endif // CAFFE_LAYER_FACTORY_H_ diff --git a/caffe-crfrnn/include/caffe/leveldb_dataset.hpp b/caffe-crfrnn/include/caffe/leveldb_dataset.hpp deleted file mode 100644 index d58c181b..00000000 --- a/caffe-crfrnn/include/caffe/leveldb_dataset.hpp +++ /dev/null @@ -1,90 +0,0 @@ -#ifndef CAFFE_LEVELDB_DATASET_H_ -#define CAFFE_LEVELDB_DATASET_H_ - -#include -#include - -#include -#include -#include - -#include "caffe/common.hpp" -#include "caffe/dataset.hpp" - -namespace caffe { - -template , - typename VCoder = dataset_internal::DefaultCoder > -class LeveldbDataset : public Dataset { - public: - typedef Dataset Base; - typedef typename Base::key_type key_type; - typedef typename Base::value_type value_type; - typedef typename Base::DatasetState DatasetState; - typedef typename Base::Mode Mode; - typedef typename Base::const_iterator const_iterator; - typedef typename Base::KV KV; - - bool open(const string& filename, Mode mode); - bool put(const K& key, const V& value); - bool get(const K& key, V* value); - bool first_key(K* key); - bool last_key(K* key); - bool commit(); - void close(); - - void keys(vector* keys); - - const_iterator begin() const; - const_iterator cbegin() const; - const_iterator end() const; - const_iterator cend() const; - - protected: - class LeveldbState : public DatasetState { - public: - explicit LeveldbState(shared_ptr db, - shared_ptr iter) - : DatasetState(), - db_(db), - iter_(iter) { } - - ~LeveldbState() { - // This order is very important. - // Iterators must be destroyed before their associated DB - // is destroyed. - iter_.reset(); - db_.reset(); - } - - shared_ptr clone() { - shared_ptr new_iter; - - CHECK(iter_.get()); - new_iter.reset(db_->NewIterator(leveldb::ReadOptions())); - CHECK(iter_->Valid()); - new_iter->Seek(iter_->key()); - CHECK(new_iter->Valid()); - - return shared_ptr(new LeveldbState(db_, new_iter)); - } - - shared_ptr db_; - shared_ptr iter_; - KV kv_pair_; - }; - - bool equal(shared_ptr state1, - shared_ptr state2) const; - void increment(shared_ptr* state) const; - KV& dereference(shared_ptr state) const; - - shared_ptr db_; - shared_ptr batch_; - bool read_only_; -}; - -} // namespace caffe - -#endif // CAFFE_LEVELDB_DATASET_H_ diff --git a/caffe-crfrnn/include/caffe/lmdb_dataset.hpp b/caffe-crfrnn/include/caffe/lmdb_dataset.hpp deleted file mode 100644 index ac1e5ee2..00000000 --- a/caffe-crfrnn/include/caffe/lmdb_dataset.hpp +++ /dev/null @@ -1,95 +0,0 @@ -#ifndef CAFFE_LMDB_DATASET_H_ -#define CAFFE_LMDB_DATASET_H_ - -#include -#include -#include - -#include "lmdb.h" - -#include "caffe/common.hpp" -#include "caffe/dataset.hpp" - -namespace caffe { - -template , - typename VCoder = dataset_internal::DefaultCoder > -class LmdbDataset : public Dataset { - public: - typedef Dataset Base; - typedef typename Base::key_type key_type; - typedef typename Base::value_type value_type; - typedef typename Base::DatasetState DatasetState; - typedef typename Base::Mode Mode; - typedef typename Base::const_iterator const_iterator; - typedef typename Base::KV KV; - - LmdbDataset() - : env_(NULL), - dbi_(0), - write_txn_(NULL), - read_txn_(NULL) { } - - bool open(const string& filename, Mode mode); - bool put(const K& key, const V& value); - bool get(const K& key, V* value); - bool first_key(K* key); - bool last_key(K* key); - bool commit(); - void close(); - - void keys(vector* keys); - - const_iterator begin() const; - const_iterator cbegin() const; - const_iterator end() const; - const_iterator cend() const; - - protected: - class LmdbState : public DatasetState { - public: - explicit LmdbState(MDB_cursor* cursor, MDB_txn* txn, const MDB_dbi* dbi) - : DatasetState(), - cursor_(cursor), - txn_(txn), - dbi_(dbi) { } - - shared_ptr clone() { - CHECK(cursor_); - - MDB_cursor* new_cursor; - int retval; - - retval = mdb_cursor_open(txn_, *dbi_, &new_cursor); - CHECK_EQ(retval, MDB_SUCCESS) << mdb_strerror(retval); - MDB_val key; - MDB_val val; - retval = mdb_cursor_get(cursor_, &key, &val, MDB_GET_CURRENT); - CHECK_EQ(retval, MDB_SUCCESS) << mdb_strerror(retval); - retval = mdb_cursor_get(new_cursor, &key, &val, MDB_SET); - CHECK_EQ(MDB_SUCCESS, retval) << mdb_strerror(retval); - - return shared_ptr(new LmdbState(new_cursor, txn_, dbi_)); - } - - MDB_cursor* cursor_; - MDB_txn* txn_; - const MDB_dbi* dbi_; - KV kv_pair_; - }; - - bool equal(shared_ptr state1, - shared_ptr state2) const; - void increment(shared_ptr* state) const; - KV& dereference(shared_ptr state) const; - - MDB_env* env_; - MDB_dbi dbi_; - MDB_txn* write_txn_; - MDB_txn* read_txn_; -}; - -} // namespace caffe - -#endif // CAFFE_LMDB_DATASET_H_ diff --git a/caffe-crfrnn/include/caffe/loss_layers.hpp b/caffe-crfrnn/include/caffe/loss_layers.hpp deleted file mode 100644 index 6729cc4f..00000000 --- a/caffe-crfrnn/include/caffe/loss_layers.hpp +++ /dev/null @@ -1,775 +0,0 @@ -#ifndef CAFFE_LOSS_LAYERS_HPP_ -#define CAFFE_LOSS_LAYERS_HPP_ - -#include -#include -#include - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/layer.hpp" -#include "caffe/neuron_layers.hpp" -#include "caffe/proto/caffe.pb.h" - -namespace caffe { - -const float kLOG_THRESHOLD = 1e-20; - -/** - * @brief Computes the classification accuracy for a one-of-many - * classification task. - */ -template -class AccuracyLayer : public Layer { - public: - /** - * @param param provides AccuracyParameter accuracy_param, - * with AccuracyLayer options: - * - top_k (\b optional, default 1). - * Sets the maximum rank @f$ k @f$ at which a prediction is considered - * correct. For example, if @f$ k = 5 @f$, a prediction is counted - * correct if the correct label is among the top 5 predicted labels. - */ - explicit AccuracyLayer(const LayerParameter& param) - : Layer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_ACCURACY; - } - - virtual inline int ExactNumBottomBlobs() const { return 2; } - virtual inline int ExactNumTopBlobs() const { return 1; } - - protected: - /** - * @param bottom input Blob vector (length 2) - * -# @f$ (N \times C \times H \times W) @f$ - * the predictions @f$ x @f$, a Blob with values in - * @f$ [-\infty, +\infty] @f$ indicating the predicted score for each of - * the @f$ K = CHW @f$ classes. Each @f$ x_n @f$ is mapped to a predicted - * label @f$ \hat{l}_n @f$ given by its maximal index: - * @f$ \hat{l}_n = \arg\max\limits_k x_{nk} @f$ - * -# @f$ (N \times 1 \times 1 \times 1) @f$ - * the labels @f$ l @f$, an integer-valued Blob with values - * @f$ l_n \in [0, 1, 2, ..., K - 1] @f$ - * indicating the correct class label among the @f$ K @f$ classes - * @param top output Blob vector (length 1) - * -# @f$ (1 \times 1 \times 1 \times 1) @f$ - * the computed accuracy: @f$ - * \frac{1}{N} \sum\limits_{n=1}^N \delta\{ \hat{l}_n = l_n \} - * @f$, where @f$ - * \delta\{\mathrm{condition}\} = \left\{ - * \begin{array}{lr} - * 1 & \mbox{if condition} \\ - * 0 & \mbox{otherwise} - * \end{array} \right. - * @f$ - */ - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - - - /// @brief Not implemented -- AccuracyLayer cannot be used as a loss. - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - for (int i = 0; i < propagate_down.size(); ++i) { - if (propagate_down[i]) { NOT_IMPLEMENTED; } - } - } - - int top_k_; -}; - -/** - * @brief An interface for Layer%s that take two Blob%s as input -- usually - * (1) predictions and (2) ground-truth labels -- and output a - * singleton Blob representing the loss. - * - * LossLayers are typically only capable of backpropagating to their first input - * -- the predictions. - */ -template -class LossLayer : public Layer { - public: - explicit LossLayer(const LayerParameter& param) - : Layer(param) {} - virtual void LayerSetUp( - const vector*>& bottom, const vector*>& top); - virtual void Reshape( - const vector*>& bottom, const vector*>& top); - - virtual inline int ExactNumBottomBlobs() const { return 2; } - - /** - * @brief For convenience and backwards compatibility, instruct the Net to - * automatically allocate a single top Blob for LossLayers, into which - * they output their singleton loss, (even if the user didn't specify - * one in the prototxt, etc.). - */ - virtual inline bool AutoTopBlobs() const { return true; } - virtual inline int ExactNumTopBlobs() const { return 1; } - /** - * We usually cannot backpropagate to the labels; ignore force_backward for - * these inputs. - */ - virtual inline bool AllowForceBackward(const int bottom_index) const { - return bottom_index != 1; - } -}; - -/** - * @brief Computes the contrastive loss @f$ - * E = \frac{1}{2N} \sum\limits_{n=1}^N \left(y\right) d + - * \left(1-y\right) \max \left(margin-d, 0\right) - * @f$ where @f$ - * d = \left| \left| a_n - b_n \right| \right|_2^2 @f$. This can be - * used to train siamese networks. - * - * @param bottom input Blob vector (length 3) - * -# @f$ (N \times C \times 1 \times 1) @f$ - * the features @f$ a \in [-\infty, +\infty]@f$ - * -# @f$ (N \times C \times 1 \times 1) @f$ - * the features @f$ b \in [-\infty, +\infty]@f$ - * -# @f$ (N \times 1 \times 1 \times 1) @f$ - * the binary similarity @f$ s \in [0, 1]@f$ - * @param top output Blob vector (length 1) - * -# @f$ (1 \times 1 \times 1 \times 1) @f$ - * the computed contrastive loss: @f$ E = - * \frac{1}{2N} \sum\limits_{n=1}^N \left(y\right) d + - * \left(1-y\right) \max \left(margin-d, 0\right) - * @f$ where @f$ - * d = \left| \left| a_n - b_n \right| \right|_2^2 @f$. - * This can be used to train siamese networks. - */ -template -class ContrastiveLossLayer : public LossLayer { - public: - explicit ContrastiveLossLayer(const LayerParameter& param) - : LossLayer(param), diff_() {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - - virtual inline int ExactNumBottomBlobs() const { return 3; } - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_CONTRASTIVE_LOSS; - } - /** - * Unlike most loss layers, in the ContrastiveLossLayer we can backpropagate - * to the first two inputs. - */ - virtual inline bool AllowForceBackward(const int bottom_index) const { - return bottom_index != 2; - } - - protected: - /// @copydoc ContrastiveLossLayer - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - - /** - * @brief Computes the Contrastive error gradient w.r.t. the inputs. - * - * Computes the gradients with respect to the two input vectors (bottom[0] and - * bottom[1]), but not the similarity label (bottom[2]). - * - * @param top output Blob vector (length 1), providing the error gradient with - * respect to the outputs - * -# @f$ (1 \times 1 \times 1 \times 1) @f$ - * This Blob's diff will simply contain the loss_weight* @f$ \lambda @f$, - * as @f$ \lambda @f$ is the coefficient of this layer's output - * @f$\ell_i@f$ in the overall Net loss - * @f$ E = \lambda_i \ell_i + \mbox{other loss terms}@f$; hence - * @f$ \frac{\partial E}{\partial \ell_i} = \lambda_i @f$. - * (*Assuming that this top Blob is not used as a bottom (input) by any - * other layer of the Net.) - * @param propagate_down see Layer::Backward. - * @param bottom input Blob vector (length 2) - * -# @f$ (N \times C \times 1 \times 1) @f$ - * the features @f$a@f$; Backward fills their diff with - * gradients if propagate_down[0] - * -# @f$ (N \times C \times 1 \times 1) @f$ - * the features @f$b@f$; Backward fills their diff with gradients if - * propagate_down[1] - */ - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - Blob diff_; // cached for backward pass - Blob dist_sq_; // cached for backward pass - Blob diff_sq_; // tmp storage for gpu forward pass - Blob summer_vec_; // tmp storage for gpu forward pass -}; - -/** - * @brief Computes the Euclidean (L2) loss @f$ - * E = \frac{1}{2N} \sum\limits_{n=1}^N \left| \left| \hat{y}_n - y_n - * \right| \right|_2^2 @f$ for real-valued regression tasks. - * - * @param bottom input Blob vector (length 2) - * -# @f$ (N \times C \times H \times W) @f$ - * the predictions @f$ \hat{y} \in [-\infty, +\infty]@f$ - * -# @f$ (N \times C \times H \times W) @f$ - * the targets @f$ y \in [-\infty, +\infty]@f$ - * @param top output Blob vector (length 1) - * -# @f$ (1 \times 1 \times 1 \times 1) @f$ - * the computed Euclidean loss: @f$ E = - * \frac{1}{2n} \sum\limits_{n=1}^N \left| \left| \hat{y}_n - y_n - * \right| \right|_2^2 @f$ - * - * This can be used for least-squares regression tasks. An InnerProductLayer - * input to a EuclideanLossLayer exactly formulates a linear least squares - * regression problem. With non-zero weight decay the problem becomes one of - * ridge regression -- see src/caffe/test/test_sgd_solver.cpp for a concrete - * example wherein we check that the gradients computed for a Net with exactly - * this structure match hand-computed gradient formulas for ridge regression. - * - * (Note: Caffe, and SGD in general, is certainly \b not the best way to solve - * linear least squares problems! We use it only as an instructive example.) - */ -template -class EuclideanLossLayer : public LossLayer { - public: - explicit EuclideanLossLayer(const LayerParameter& param) - : LossLayer(param), diff_() {} - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_EUCLIDEAN_LOSS; - } - - /** - * Unlike most loss layers, in the EuclideanLossLayer we can backpropagate - * to both inputs -- override to return true and always allow force_backward. - */ - virtual inline bool AllowForceBackward(const int bottom_index) const { - return true; - } - - protected: - /// @copydoc EuclideanLossLayer - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - - /** - * @brief Computes the Euclidean error gradient w.r.t. the inputs. - * - * Unlike other children of LossLayer, EuclideanLossLayer \b can compute - * gradients with respect to the label inputs bottom[1] (but still only will - * if propagate_down[1] is set, due to being produced by learnable parameters - * or if force_backward is set). In fact, this layer is "commutative" -- the - * result is the same regardless of the order of the two bottoms. - * - * @param top output Blob vector (length 1), providing the error gradient with - * respect to the outputs - * -# @f$ (1 \times 1 \times 1 \times 1) @f$ - * This Blob's diff will simply contain the loss_weight* @f$ \lambda @f$, - * as @f$ \lambda @f$ is the coefficient of this layer's output - * @f$\ell_i@f$ in the overall Net loss - * @f$ E = \lambda_i \ell_i + \mbox{other loss terms}@f$; hence - * @f$ \frac{\partial E}{\partial \ell_i} = \lambda_i @f$. - * (*Assuming that this top Blob is not used as a bottom (input) by any - * other layer of the Net.) - * @param propagate_down see Layer::Backward. - * @param bottom input Blob vector (length 2) - * -# @f$ (N \times C \times H \times W) @f$ - * the predictions @f$\hat{y}@f$; Backward fills their diff with - * gradients @f$ - * \frac{\partial E}{\partial \hat{y}} = - * \frac{1}{n} \sum\limits_{n=1}^N (\hat{y}_n - y_n) - * @f$ if propagate_down[0] - * -# @f$ (N \times C \times H \times W) @f$ - * the targets @f$y@f$; Backward fills their diff with gradients - * @f$ \frac{\partial E}{\partial y} = - * \frac{1}{n} \sum\limits_{n=1}^N (y_n - \hat{y}_n) - * @f$ if propagate_down[1] - */ - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - Blob diff_; -}; - -/** - * @brief Computes the hinge loss for a one-of-many classification task. - * - * @param bottom input Blob vector (length 2) - * -# @f$ (N \times C \times H \times W) @f$ - * the predictions @f$ t @f$, a Blob with values in - * @f$ [-\infty, +\infty] @f$ indicating the predicted score for each of - * the @f$ K = CHW @f$ classes. In an SVM, @f$ t @f$ is the result of - * taking the inner product @f$ X^T W @f$ of the D-dimensional features - * @f$ X \in \mathcal{R}^{D \times N} @f$ and the learned hyperplane - * parameters @f$ W \in \mathcal{R}^{D \times K} @f$, so a Net with just - * an InnerProductLayer (with num_output = D) providing predictions to a - * HingeLossLayer and no other learnable parameters or losses is - * equivalent to an SVM. - * -# @f$ (N \times 1 \times 1 \times 1) @f$ - * the labels @f$ l @f$, an integer-valued Blob with values - * @f$ l_n \in [0, 1, 2, ..., K - 1] @f$ - * indicating the correct class label among the @f$ K @f$ classes - * @param top output Blob vector (length 1) - * -# @f$ (1 \times 1 \times 1 \times 1) @f$ - * the computed hinge loss: @f$ E = - * \frac{1}{N} \sum\limits_{n=1}^N \sum\limits_{k=1}^K - * [\max(0, 1 - \delta\{l_n = k\} t_{nk})] ^ p - * @f$, for the @f$ L^p @f$ norm - * (defaults to @f$ p = 1 @f$, the L1 norm; L2 norm, as in L2-SVM, - * is also available), and @f$ - * \delta\{\mathrm{condition}\} = \left\{ - * \begin{array}{lr} - * 1 & \mbox{if condition} \\ - * -1 & \mbox{otherwise} - * \end{array} \right. - * @f$ - * - * In an SVM, @f$ t \in \mathcal{R}^{N \times K} @f$ is the result of taking - * the inner product @f$ X^T W @f$ of the features - * @f$ X \in \mathcal{R}^{D \times N} @f$ - * and the learned hyperplane parameters - * @f$ W \in \mathcal{R}^{D \times K} @f$. So, a Net with just an - * InnerProductLayer (with num_output = @f$k@f$) providing predictions to a - * HingeLossLayer is equivalent to an SVM (assuming it has no other learned - * outside the InnerProductLayer and no other losses outside the - * HingeLossLayer). - */ -template -class HingeLossLayer : public LossLayer { - public: - explicit HingeLossLayer(const LayerParameter& param) - : LossLayer(param) {} - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_HINGE_LOSS; - } - - protected: - /// @copydoc HingeLossLayer - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - - /** - * @brief Computes the hinge loss error gradient w.r.t. the predictions. - * - * Gradients cannot be computed with respect to the label inputs (bottom[1]), - * so this method ignores bottom[1] and requires !propagate_down[1], crashing - * if propagate_down[1] is set. - * - * @param top output Blob vector (length 1), providing the error gradient with - * respect to the outputs - * -# @f$ (1 \times 1 \times 1 \times 1) @f$ - * This Blob's diff will simply contain the loss_weight* @f$ \lambda @f$, - * as @f$ \lambda @f$ is the coefficient of this layer's output - * @f$\ell_i@f$ in the overall Net loss - * @f$ E = \lambda_i \ell_i + \mbox{other loss terms}@f$; hence - * @f$ \frac{\partial E}{\partial \ell_i} = \lambda_i @f$. - * (*Assuming that this top Blob is not used as a bottom (input) by any - * other layer of the Net.) - * @param propagate_down see Layer::Backward. - * propagate_down[1] must be false as we can't compute gradients with - * respect to the labels. - * @param bottom input Blob vector (length 2) - * -# @f$ (N \times C \times H \times W) @f$ - * the predictions @f$t@f$; Backward computes diff - * @f$ \frac{\partial E}{\partial t} @f$ - * -# @f$ (N \times 1 \times 1 \times 1) @f$ - * the labels -- ignored as we can't compute their error gradients - */ - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); -}; - -/** - * @brief A generalization of MultinomialLogisticLossLayer that takes an - * "information gain" (infogain) matrix specifying the "value" of all label - * pairs. - * - * Equivalent to the MultinomialLogisticLossLayer if the infogain matrix is the - * identity. - * - * @param bottom input Blob vector (length 2-3) - * -# @f$ (N \times C \times H \times W) @f$ - * the predictions @f$ \hat{p} @f$, a Blob with values in - * @f$ [0, 1] @f$ indicating the predicted probability of each of the - * @f$ K = CHW @f$ classes. Each prediction vector @f$ \hat{p}_n @f$ - * should sum to 1 as in a probability distribution: @f$ - * \forall n \sum\limits_{k=1}^K \hat{p}_{nk} = 1 @f$. - * -# @f$ (N \times 1 \times 1 \times 1) @f$ - * the labels @f$ l @f$, an integer-valued Blob with values - * @f$ l_n \in [0, 1, 2, ..., K - 1] @f$ - * indicating the correct class label among the @f$ K @f$ classes - * -# @f$ (1 \times 1 \times K \times K) @f$ - * (\b optional) the infogain matrix @f$ H @f$. This must be provided as - * the third bottom blob input if not provided as the infogain_mat in the - * InfogainLossParameter. If @f$ H = I @f$, this layer is equivalent to the - * MultinomialLogisticLossLayer. - * @param top output Blob vector (length 1) - * -# @f$ (1 \times 1 \times 1 \times 1) @f$ - * the computed infogain multinomial logistic loss: @f$ E = - * \frac{-1}{N} \sum\limits_{n=1}^N H_{l_n} \log(\hat{p}_n) = - * \frac{-1}{N} \sum\limits_{n=1}^N \sum\limits_{k=1}^{K} H_{l_n,k} - * \log(\hat{p}_{n,k}) - * @f$, where @f$ H_{l_n} @f$ denotes row @f$l_n@f$ of @f$H@f$. - */ -template -class InfogainLossLayer : public LossLayer { - public: - explicit InfogainLossLayer(const LayerParameter& param) - : LossLayer(param), infogain_() {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - // InfogainLossLayer takes 2-3 bottom Blobs; if there are 3 the third should - // be the infogain matrix. (Otherwise the infogain matrix is loaded from a - // file specified by LayerParameter.) - virtual inline int ExactNumBottomBlobs() const { return -1; } - virtual inline int MinBottomBlobs() const { return 2; } - virtual inline int MaxBottomBlobs() const { return 3; } - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_INFOGAIN_LOSS; - } - - protected: - /// @copydoc InfogainLossLayer - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - - /** - * @brief Computes the infogain loss error gradient w.r.t. the predictions. - * - * Gradients cannot be computed with respect to the label inputs (bottom[1]), - * so this method ignores bottom[1] and requires !propagate_down[1], crashing - * if propagate_down[1] is set. (The same applies to the infogain matrix, if - * provided as bottom[2] rather than in the layer_param.) - * - * @param top output Blob vector (length 1), providing the error gradient - * with respect to the outputs - * -# @f$ (1 \times 1 \times 1 \times 1) @f$ - * This Blob's diff will simply contain the loss_weight* @f$ \lambda @f$, - * as @f$ \lambda @f$ is the coefficient of this layer's output - * @f$\ell_i@f$ in the overall Net loss - * @f$ E = \lambda_i \ell_i + \mbox{other loss terms}@f$; hence - * @f$ \frac{\partial E}{\partial \ell_i} = \lambda_i @f$. - * (*Assuming that this top Blob is not used as a bottom (input) by any - * other layer of the Net.) - * @param propagate_down see Layer::Backward. - * propagate_down[1] must be false as we can't compute gradients with - * respect to the labels (similarly for propagate_down[2] and the - * infogain matrix, if provided as bottom[2]) - * @param bottom input Blob vector (length 2-3) - * -# @f$ (N \times C \times H \times W) @f$ - * the predictions @f$ \hat{p} @f$; Backward computes diff - * @f$ \frac{\partial E}{\partial \hat{p}} @f$ - * -# @f$ (N \times 1 \times 1 \times 1) @f$ - * the labels -- ignored as we can't compute their error gradients - * -# @f$ (1 \times 1 \times K \times K) @f$ - * (\b optional) the information gain matrix -- ignored as its error - * gradient computation is not implemented. - */ - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - Blob infogain_; -}; - - - - -/** - * @brief Computes the multinomial logistic loss for a one-of-many - * classification task, directly taking a predicted probability - * distribution as input. - * - * When predictions are not already a probability distribution, you should - * instead use the SoftmaxWithLossLayer, which maps predictions to a - * distribution using the SoftmaxLayer, before computing the multinomial - * logistic loss. The SoftmaxWithLossLayer should be preferred over separate - * SoftmaxLayer + MultinomialLogisticLossLayer - * as its gradient computation is more numerically stable. - * - * @param bottom input Blob vector (length 2) - * -# @f$ (N \times C \times H \times W) @f$ - * the predictions @f$ \hat{p} @f$, a Blob with values in - * @f$ [0, 1] @f$ indicating the predicted probability of each of the - * @f$ K = CHW @f$ classes. Each prediction vector @f$ \hat{p}_n @f$ - * should sum to 1 as in a probability distribution: @f$ - * \forall n \sum\limits_{k=1}^K \hat{p}_{nk} = 1 @f$. - * -# @f$ (N \times 1 \times 1 \times 1) @f$ - * the labels @f$ l @f$, an integer-valued Blob with values - * @f$ l_n \in [0, 1, 2, ..., K - 1] @f$ - * indicating the correct class label among the @f$ K @f$ classes - * @param top output Blob vector (length 1) - * -# @f$ (1 \times 1 \times 1 \times 1) @f$ - * the computed multinomial logistic loss: @f$ E = - * \frac{-1}{N} \sum\limits_{n=1}^N \log(\hat{p}_{n,l_n}) - * @f$ - */ -template -class MultinomialLogisticLossLayer : public LossLayer { - public: - explicit MultinomialLogisticLossLayer(const LayerParameter& param) - : LossLayer(param) {} - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_MULTINOMIAL_LOGISTIC_LOSS; - } - - protected: - /// @copydoc MultinomialLogisticLossLayer - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - - /** - * @brief Computes the multinomial logistic loss error gradient w.r.t. the - * predictions. - * - * Gradients cannot be computed with respect to the label inputs (bottom[1]), - * so this method ignores bottom[1] and requires !propagate_down[1], crashing - * if propagate_down[1] is set. - * - * @param top output Blob vector (length 1), providing the error gradient with - * respect to the outputs - * -# @f$ (1 \times 1 \times 1 \times 1) @f$ - * This Blob's diff will simply contain the loss_weight* @f$ \lambda @f$, - * as @f$ \lambda @f$ is the coefficient of this layer's output - * @f$\ell_i@f$ in the overall Net loss - * @f$ E = \lambda_i \ell_i + \mbox{other loss terms}@f$; hence - * @f$ \frac{\partial E}{\partial \ell_i} = \lambda_i @f$. - * (*Assuming that this top Blob is not used as a bottom (input) by any - * other layer of the Net.) - * @param propagate_down see Layer::Backward. - * propagate_down[1] must be false as we can't compute gradients with - * respect to the labels. - * @param bottom input Blob vector (length 2) - * -# @f$ (N \times C \times H \times W) @f$ - * the predictions @f$ \hat{p} @f$; Backward computes diff - * @f$ \frac{\partial E}{\partial \hat{p}} @f$ - * -# @f$ (N \times 1 \times 1 \times 1) @f$ - * the labels -- ignored as we can't compute their error gradients - */ - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); -}; - -/** - * @brief Computes the cross-entropy (logistic) loss @f$ - * E = \frac{-1}{n} \sum\limits_{n=1}^N \left[ - * p_n \log \hat{p}_n + - * (1 - p_n) \log(1 - \hat{p}_n) - * \right] - * @f$, often used for predicting targets interpreted as probabilities. - * - * This layer is implemented rather than separate - * SigmoidLayer + CrossEntropyLayer - * as its gradient computation is more numerically stable. - * At test time, this layer can be replaced simply by a SigmoidLayer. - * - * @param bottom input Blob vector (length 2) - * -# @f$ (N \times C \times H \times W) @f$ - * the scores @f$ x \in [-\infty, +\infty]@f$, - * which this layer maps to probability predictions - * @f$ \hat{p}_n = \sigma(x_n) \in [0, 1] @f$ - * using the sigmoid function @f$ \sigma(.) @f$ (see SigmoidLayer). - * -# @f$ (N \times C \times H \times W) @f$ - * the targets @f$ y \in [0, 1] @f$ - * @param top output Blob vector (length 1) - * -# @f$ (1 \times 1 \times 1 \times 1) @f$ - * the computed cross-entropy loss: @f$ - * E = \frac{-1}{n} \sum\limits_{n=1}^N \left[ - * p_n \log \hat{p}_n + (1 - p_n) \log(1 - \hat{p}_n) - * \right] - * @f$ - */ -template -class SigmoidCrossEntropyLossLayer : public LossLayer { - public: - explicit SigmoidCrossEntropyLossLayer(const LayerParameter& param) - : LossLayer(param), - sigmoid_layer_(new SigmoidLayer(param)), - sigmoid_output_(new Blob()) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_SIGMOID_CROSS_ENTROPY_LOSS; - } - - protected: - /// @copydoc SigmoidCrossEntropyLossLayer - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - - /** - * @brief Computes the sigmoid cross-entropy loss error gradient w.r.t. the - * predictions. - * - * Gradients cannot be computed with respect to the target inputs (bottom[1]), - * so this method ignores bottom[1] and requires !propagate_down[1], crashing - * if propagate_down[1] is set. - * - * @param top output Blob vector (length 1), providing the error gradient with - * respect to the outputs - * -# @f$ (1 \times 1 \times 1 \times 1) @f$ - * This Blob's diff will simply contain the loss_weight* @f$ \lambda @f$, - * as @f$ \lambda @f$ is the coefficient of this layer's output - * @f$\ell_i@f$ in the overall Net loss - * @f$ E = \lambda_i \ell_i + \mbox{other loss terms}@f$; hence - * @f$ \frac{\partial E}{\partial \ell_i} = \lambda_i @f$. - * (*Assuming that this top Blob is not used as a bottom (input) by any - * other layer of the Net.) - * @param propagate_down see Layer::Backward. - * propagate_down[1] must be false as gradient computation with respect - * to the targets is not implemented. - * @param bottom input Blob vector (length 2) - * -# @f$ (N \times C \times H \times W) @f$ - * the predictions @f$x@f$; Backward computes diff - * @f$ \frac{\partial E}{\partial x} = - * \frac{1}{n} \sum\limits_{n=1}^N (\hat{p}_n - p_n) - * @f$ - * -# @f$ (N \times 1 \times 1 \times 1) @f$ - * the labels -- ignored as we can't compute their error gradients - */ - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - /// The internal SigmoidLayer used to map predictions to probabilities. - shared_ptr > sigmoid_layer_; - /// sigmoid_output stores the output of the SigmoidLayer. - shared_ptr > sigmoid_output_; - /// bottom vector holder to call the underlying SigmoidLayer::Forward - vector*> sigmoid_bottom_vec_; - /// top vector holder to call the underlying SigmoidLayer::Forward - vector*> sigmoid_top_vec_; -}; - -// Forward declare SoftmaxLayer for use in SoftmaxWithLossLayer. -template class SoftmaxLayer; - -/** - * @brief Computes the multinomial logistic loss for a one-of-many - * classification task, passing real-valued predictions through a - * softmax to get a probability distribution over classes. - * - * This layer should be preferred over separate - * SoftmaxLayer + MultinomialLogisticLossLayer - * as its gradient computation is more numerically stable. - * At test time, this layer can be replaced simply by a SoftmaxLayer. - * - * @param bottom input Blob vector (length 2) - * -# @f$ (N \times C \times H \times W) @f$ - * the predictions @f$ x @f$, a Blob with values in - * @f$ [-\infty, +\infty] @f$ indicating the predicted score for each of - * the @f$ K = CHW @f$ classes. This layer maps these scores to a - * probability distribution over classes using the softmax function - * @f$ \hat{p}_{nk} = \exp(x_{nk}) / - * \left[\sum_{k'} \exp(x_{nk'})\right] @f$ (see SoftmaxLayer). - * -# @f$ (N \times 1 \times 1 \times 1) @f$ - * the labels @f$ l @f$, an integer-valued Blob with values - * @f$ l_n \in [0, 1, 2, ..., K - 1] @f$ - * indicating the correct class label among the @f$ K @f$ classes - * @param top output Blob vector (length 1) - * -# @f$ (1 \times 1 \times 1 \times 1) @f$ - * the computed cross-entropy classification loss: @f$ E = - * \frac{-1}{N} \sum\limits_{n=1}^N \log(\hat{p}_{n,l_n}) - * @f$, for softmax output class probabilites @f$ \hat{p} @f$ - */ -template -class SoftmaxWithLossLayer : public LossLayer { - public: - explicit SoftmaxWithLossLayer(const LayerParameter& param) - : LossLayer(param), - softmax_layer_(new SoftmaxLayer(param)) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_SOFTMAX_LOSS; - } - virtual inline int ExactNumBottomBlobs() const { return -1; } - virtual inline int MinBottomBlobs() const { return 2; } - virtual inline int MaxBottomBlobs() const { return 3; } - virtual inline int ExactNumTopBlobs() const { return -1; } - virtual inline int MinTopBlobs() const { return 1; } - virtual inline int MaxTopBlobs() const { return 2; } - - protected: - /// @copydoc SoftmaxWithLossLayer - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - // TODO(Yangqing): implement the GPU version of softmax. - - /** - * @brief Computes the softmax loss error gradient w.r.t. the predictions. - * - * Gradients cannot be computed with respect to the label inputs (bottom[1]), - * so this method ignores bottom[1] and requires !propagate_down[1], crashing - * if propagate_down[1] is set. - * - * @param top output Blob vector (length 1), providing the error gradient with - * respect to the outputs - * -# @f$ (1 \times 1 \times 1 \times 1) @f$ - * This Blob's diff will simply contain the loss_weight* @f$ \lambda @f$, - * as @f$ \lambda @f$ is the coefficient of this layer's output - * @f$\ell_i@f$ in the overall Net loss - * @f$ E = \lambda_i \ell_i + \mbox{other loss terms}@f$; hence - * @f$ \frac{\partial E}{\partial \ell_i} = \lambda_i @f$. - * (*Assuming that this top Blob is not used as a bottom (input) by any - * other layer of the Net.) - * @param propagate_down see Layer::Backward. - * propagate_down[1] must be false as we can't compute gradients with - * respect to the labels. - * @param bottom input Blob vector (length 2) - * -# @f$ (N \times C \times H \times W) @f$ - * the predictions @f$ x @f$; Backward computes diff - * @f$ \frac{\partial E}{\partial x} @f$ - * -# @f$ (N \times 1 \times 1 \times 1) @f$ - * the labels -- ignored as we can't compute their error gradients - */ - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - /// The internal SoftmaxLayer used to map predictions to a distribution. - shared_ptr > softmax_layer_; - /// prob stores the output probability predictions from the SoftmaxLayer. - Blob prob_; - /// bottom vector holder used in call to the underlying SoftmaxLayer::Forward - vector*> softmax_bottom_vec_; - /// top vector holder used in call to the underlying SoftmaxLayer::Forward - vector*> softmax_top_vec_; - /// Whether to ignore instances with a certain label. - bool has_ignore_label_; - /// The label indicating that an instance should be ignored. - int ignore_label_; - /// Whether to normalize the loss by the total number of values present - /// (otherwise just by the batch size). - bool normalize_; -}; - -} // namespace caffe - -#endif // CAFFE_LOSS_LAYERS_HPP_ diff --git a/caffe-crfrnn/include/caffe/net.hpp b/caffe-crfrnn/include/caffe/net.hpp deleted file mode 100644 index 1d06dc45..00000000 --- a/caffe-crfrnn/include/caffe/net.hpp +++ /dev/null @@ -1,234 +0,0 @@ -#ifndef CAFFE_NET_HPP_ -#define CAFFE_NET_HPP_ - -#include -#include -#include -#include -#include - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/layer.hpp" -#include "caffe/proto/caffe.pb.h" - -namespace caffe { - -/** - * @brief Connects Layer%s together into a directed acyclic graph (DAG) - * specified by a NetParameter. - * - * TODO(dox): more thorough description. - */ -template -class Net { - public: - explicit Net(const NetParameter& param); - explicit Net(const string& param_file); - virtual ~Net() {} - - /// @brief Initialize a network with a NetParameter. - void Init(const NetParameter& param); - - /** - * @brief Run Forward with the input Blob%s already fed separately. - * - * You can get the input blobs using input_blobs(). - */ - const vector*>& ForwardPrefilled(Dtype* loss = NULL); - - /** - * The From and To variants of Forward and Backward operate on the - * (topological) ordering by which the net is specified. For general DAG - * networks, note that (1) computing from one layer to another might entail - * extra computation on unrelated branches, and (2) computation starting in - * the middle may be incorrect if all of the layers of a fan-in are not - * included. - */ - Dtype ForwardFromTo(int start, int end); - Dtype ForwardFrom(int start); - Dtype ForwardTo(int end); - /// @brief Run forward using a set of bottom blobs, and return the result. - const vector*>& Forward(const vector* > & bottom, - Dtype* loss = NULL); - /** - * @brief Run forward using a serialized BlobProtoVector and return the - * result as a serialized BlobProtoVector - */ - string Forward(const string& input_blob_protos, Dtype* loss = NULL); - - /** - * The network backward should take no input and output, since it solely - * computes the gradient w.r.t the parameters, and the data has already been - * provided during the forward pass. - */ - void Backward(); - void BackwardFromTo(int start, int end); - void BackwardFrom(int start); - void BackwardTo(int end); - - /** - * @brief Reshape all layers from bottom to top. - * - * This is useful to propagate changes to layer sizes without running - * a forward pass, e.g. to compute output feature size. - */ - void Reshape(); - - Dtype ForwardBackward(const vector* > & bottom) { - Dtype loss; - Forward(bottom, &loss); - Backward(); - return loss; - } - - /// @brief Updates the network weights based on the diff values computed. - void Update(); - - /** - * @brief For an already initialized net, implicitly copies (i.e., using no - * additional memory) the pre-trained layers from another Net. - */ - void ShareTrainedLayersWith(Net* other); - // For an already initialized net, CopyTrainedLayersFrom() copies the already - // trained layers from another net parameter instance. - /** - * @brief For an already initialized net, copies the pre-trained layers from - * another Net. - */ - void CopyTrainedLayersFrom(const NetParameter& param); - void CopyTrainedLayersFrom(const string trained_filename); - /// @brief Writes the net to a proto. - void ToProto(NetParameter* param, bool write_diff = false); - - /// @brief returns the network name. - inline const string& name() { return name_; } - /// @brief returns the layer names - inline const vector& layer_names() { return layer_names_; } - /// @brief returns the blob names - inline const vector& blob_names() { return blob_names_; } - /// @brief returns the blobs - inline const vector > >& blobs() { return blobs_; } - /// @brief returns the layers - inline const vector > >& layers() { return layers_; } - /** - * @brief returns the bottom vecs for each layer -- usually you won't - * need this unless you do per-layer checks such as gradients. - */ - inline vector*> >& bottom_vecs() { return bottom_vecs_; } - /** - * @brief returns the top vecs for each layer -- usually you won't - * need this unless you do per-layer checks such as gradients. - */ - inline vector*> >& top_vecs() { return top_vecs_; } - inline vector >& bottom_need_backward() { - return bottom_need_backward_; - } - inline vector& blob_loss_weights() { - return blob_loss_weights_; - } - /// @brief returns the parameters - inline vector > >& params() { return params_; } - /// @brief returns the parameter learning rate multipliers - inline vector& params_lr() { return params_lr_; } - inline vector& params_weight_decay() { return params_weight_decay_; } - const map& param_names_index() { return param_names_index_; } - /// @brief Input and output blob numbers - inline int num_inputs() { return net_input_blobs_.size(); } - inline int num_outputs() { return net_output_blobs_.size(); } - inline vector*>& input_blobs() { return net_input_blobs_; } - inline vector*>& output_blobs() { return net_output_blobs_; } - inline vector& input_blob_indices() { return net_input_blob_indices_; } - inline vector& output_blob_indices() { return net_output_blob_indices_; } - bool has_blob(const string& blob_name); - const shared_ptr > blob_by_name(const string& blob_name); - bool has_layer(const string& layer_name); - const shared_ptr > layer_by_name(const string& layer_name); - - void set_debug_info(const bool value) { debug_info_ = value; } - - // Helpers for Init. - /** - * @brief Remove layers that the user specified should be excluded given the current - * phase, level, and stage. - */ - static void FilterNet(const NetParameter& param, - NetParameter* param_filtered); - /// @brief return whether NetState state meets NetStateRule rule - static bool StateMeetsRule(const NetState& state, const NetStateRule& rule, - const string& layer_name); - - protected: - // Helpers for Init. - /// @brief Append a new input or top blob to the net. - void AppendTop(const NetParameter& param, const int layer_id, - const int top_id, set* available_blobs, - map* blob_name_to_idx); - /// @brief Append a new bottom blob to the net. - int AppendBottom(const NetParameter& param, const int layer_id, - const int bottom_id, set* available_blobs, - map* blob_name_to_idx); - /// @brief Append a new parameter blob to the net. - void AppendParam(const NetParameter& param, const int layer_id, - const int param_id); - - /// @brief Helper for displaying debug info in Forward. - void ForwardDebugInfo(const int layer_id); - /// @brief Helper for displaying debug info in Backward. - void BackwardDebugInfo(const int layer_id); - /// @brief Helper for displaying debug info in Update. - void UpdateDebugInfo(const int param_id); - - /// @brief Get misc parameters, e.g. the LR multiplier and weight decay. - void GetLearningRateAndWeightDecay(); - - /// @brief Individual layers in the net - vector > > layers_; - vector layer_names_; - map layer_names_index_; - vector layer_need_backward_; - /// @brief the blobs storing intermediate results between the layer. - vector > > blobs_; - vector blob_names_; - map blob_names_index_; - vector blob_need_backward_; - /// bottom_vecs stores the vectors containing the input for each layer. - /// They don't actually host the blobs (blobs_ does), so we simply store - /// pointers. - vector*> > bottom_vecs_; - vector > bottom_id_vecs_; - vector > bottom_need_backward_; - /// top_vecs stores the vectors containing the output for each layer - vector*> > top_vecs_; - vector > top_id_vecs_; - /// Vector of weight in the loss (or objective) function of each net blob, - /// indexed by blob_id. - vector blob_loss_weights_; - vector param_owners_; - vector param_display_names_; - vector > param_layer_indices_; - map param_names_index_; - /// blob indices for the input and the output of the net - vector net_input_blob_indices_; - vector net_output_blob_indices_; - vector*> net_input_blobs_; - vector*> net_output_blobs_; - string name_; - /// The parameters in the network. - vector > > params_; - /// the learning rate multipliers - vector params_lr_; - /// the weight decay multipliers - vector params_weight_decay_; - /// The bytes of memory used by this net - size_t memory_used_; - /// Whether to compute and display debug info for the net. - bool debug_info_; - - DISABLE_COPY_AND_ASSIGN(Net); -}; - - -} // namespace caffe - -#endif // CAFFE_NET_HPP_ diff --git a/caffe-crfrnn/include/caffe/neuron_layers.hpp b/caffe-crfrnn/include/caffe/neuron_layers.hpp deleted file mode 100644 index 7b761bce..00000000 --- a/caffe-crfrnn/include/caffe/neuron_layers.hpp +++ /dev/null @@ -1,679 +0,0 @@ -#ifndef CAFFE_NEURON_LAYERS_HPP_ -#define CAFFE_NEURON_LAYERS_HPP_ - -#include -#include -#include - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/layer.hpp" -#include "caffe/proto/caffe.pb.h" - -#define HDF5_DATA_DATASET_NAME "data" -#define HDF5_DATA_LABEL_NAME "label" - -namespace caffe { - -/** - * @brief An interface for layers that take one blob as input (@f$ x @f$) - * and produce one equally-sized blob as output (@f$ y @f$), where - * each element of the output depends only on the corresponding input - * element. - */ -template -class NeuronLayer : public Layer { - public: - explicit NeuronLayer(const LayerParameter& param) - : Layer(param) {} - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_NONE; - } - virtual inline int ExactNumBottomBlobs() const { return 1; } - virtual inline int ExactNumTopBlobs() const { return 1; } - virtual inline DiagonalAffineMap coord_map() { - return DiagonalAffineMap::identity(2); - } -}; - -/** - * @brief Computes @f$ y = |x| @f$ - * - * @param bottom input Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the inputs @f$ x @f$ - * @param top output Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the computed outputs @f$ y = |x| @f$ - */ -template -class AbsValLayer : public NeuronLayer { - public: - explicit AbsValLayer(const LayerParameter& param) - : NeuronLayer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_ABSVAL; - } - virtual inline int ExactNumBottomBlobs() const { return 1; } - virtual inline int ExactNumTopBlobs() const { return 1; } - - protected: - /// @copydoc AbsValLayer - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - - /** - * @brief Computes the error gradient w.r.t. the absolute value inputs. - * - * @param top output Blob vector (length 1), providing the error gradient with - * respect to the outputs - * -# @f$ (N \times C \times H \times W) @f$ - * containing error gradients @f$ \frac{\partial E}{\partial y} @f$ - * with respect to computed outputs @f$ y @f$ - * @param propagate_down see Layer::Backward. - * @param bottom input Blob vector (length 2) - * -# @f$ (N \times C \times H \times W) @f$ - * the inputs @f$ x @f$; Backward fills their diff with - * gradients @f$ - * \frac{\partial E}{\partial x} = - * \mathrm{sign}(x) \frac{\partial E}{\partial y} - * @f$ if propagate_down[0] - */ - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); -}; - -/** - * @brief Computes @f$ y = x + \log(1 + \exp(-x)) @f$ if @f$ x > 0 @f$; - * @f$ y = \log(1 + \exp(x)) @f$ otherwise. - * - * @param bottom input Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the inputs @f$ x @f$ - * @param top output Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the computed outputs @f$ - * y = \left\{ - * \begin{array}{ll} - * x + \log(1 + \exp(-x)) & \mbox{if } x > 0 \\ - * \log(1 + \exp(x)) & \mbox{otherwise} - * \end{array} \right. - * @f$ - */ -template -class BNLLLayer : public NeuronLayer { - public: - explicit BNLLLayer(const LayerParameter& param) - : NeuronLayer(param) {} - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_BNLL; - } - - protected: - /// @copydoc BNLLLayer - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - - /** - * @brief Computes the error gradient w.r.t. the BNLL inputs. - * - * @param top output Blob vector (length 1), providing the error gradient with - * respect to the outputs - * -# @f$ (N \times C \times H \times W) @f$ - * containing error gradients @f$ \frac{\partial E}{\partial y} @f$ - * with respect to computed outputs @f$ y @f$ - * @param propagate_down see Layer::Backward. - * @param bottom input Blob vector (length 2) - * -# @f$ (N \times C \times H \times W) @f$ - * the inputs @f$ x @f$; Backward fills their diff with - * gradients @f$ - * \frac{\partial E}{\partial x} - * @f$ if propagate_down[0] - */ - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); -}; - -/** - * @brief During training only, sets a random portion of @f$x@f$ to 0, adjusting - * the rest of the vector magnitude accordingly. - * - * @param bottom input Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the inputs @f$ x @f$ - * @param top output Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the computed outputs @f$ y = |x| @f$ - */ -template -class DropoutLayer : public NeuronLayer { - public: - /** - * @param param provides DropoutParameter dropout_param, - * with DropoutLayer options: - * - dropout_ratio (\b optional, default 0.5). - * Sets the probability @f$ p @f$ that any given unit is dropped. - */ - explicit DropoutLayer(const LayerParameter& param) - : NeuronLayer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_DROPOUT; - } - - protected: - /** - * @param bottom input Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the inputs @f$ x @f$ - * @param top output Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the computed outputs. At training time, we have @f$ - * y_{\mbox{train}} = \left\{ - * \begin{array}{ll} - * \frac{x}{1 - p} & \mbox{if } u > p \\ - * 0 & \mbox{otherwise} - * \end{array} \right. - * @f$, where @f$ u \sim U(0, 1)@f$ is generated independently for each - * input at each iteration. At test time, we simply have - * @f$ y_{\mbox{test}} = \mathbb{E}[y_{\mbox{train}}] = x @f$. - */ - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - /// when divided by UINT_MAX, the randomly generated values @f$u\sim U(0,1)@f$ - Blob rand_vec_; - /// the probability @f$ p @f$ of dropping any input - Dtype threshold_; - /// the scale for undropped inputs at train time @f$ 1 / (1 - p) @f$ - Dtype scale_; - unsigned int uint_thres_; -}; - -/** - * @brief Computes @f$ y = \gamma ^ {\alpha x + \beta} @f$, - * as specified by the scale @f$ \alpha @f$, shift @f$ \beta @f$, - * and base @f$ \gamma @f$. - */ -template -class ExpLayer : public NeuronLayer { - public: - /** - * @param param provides ExpParameter exp_param, - * with ExpLayer options: - * - scale (\b optional, default 1) the scale @f$ \alpha @f$ - * - shift (\b optional, default 0) the shift @f$ \beta @f$ - * - base (\b optional, default -1 for a value of @f$ e \approx 2.718 @f$) - * the base @f$ \gamma @f$ - */ - explicit ExpLayer(const LayerParameter& param) - : NeuronLayer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_EXP; - } - - protected: - /** - * @param bottom input Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the inputs @f$ x @f$ - * @param top output Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the computed outputs @f$ - * y = \gamma ^ {\alpha x + \beta} - * @f$ - */ - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - - /** - * @brief Computes the error gradient w.r.t. the exp inputs. - * - * @param top output Blob vector (length 1), providing the error gradient with - * respect to the outputs - * -# @f$ (N \times C \times H \times W) @f$ - * containing error gradients @f$ \frac{\partial E}{\partial y} @f$ - * with respect to computed outputs @f$ y @f$ - * @param propagate_down see Layer::Backward. - * @param bottom input Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the inputs @f$ x @f$; Backward fills their diff with - * gradients @f$ - * \frac{\partial E}{\partial x} = - * \frac{\partial E}{\partial y} y \alpha \log_e(gamma) - * @f$ if propagate_down[0] - */ - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - Dtype inner_scale_, outer_scale_; -}; - -/** - * @brief Computes @f$ y = (\alpha x + \beta) ^ \gamma @f$, - * as specified by the scale @f$ \alpha @f$, shift @f$ \beta @f$, - * and power @f$ \gamma @f$. - */ -template -class PowerLayer : public NeuronLayer { - public: - /** - * @param param provides PowerParameter power_param, - * with PowerLayer options: - * - scale (\b optional, default 1) the scale @f$ \alpha @f$ - * - shift (\b optional, default 0) the shift @f$ \beta @f$ - * - power (\b optional, default 1) the power @f$ \gamma @f$ - */ - explicit PowerLayer(const LayerParameter& param) - : NeuronLayer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_POWER; - } - - protected: - /** - * @param bottom input Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the inputs @f$ x @f$ - * @param top output Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the computed outputs @f$ - * y = (\alpha x + \beta) ^ \gamma - * @f$ - */ - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - - /** - * @brief Computes the error gradient w.r.t. the power inputs. - * - * @param top output Blob vector (length 1), providing the error gradient with - * respect to the outputs - * -# @f$ (N \times C \times H \times W) @f$ - * containing error gradients @f$ \frac{\partial E}{\partial y} @f$ - * with respect to computed outputs @f$ y @f$ - * @param propagate_down see Layer::Backward. - * @param bottom input Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the inputs @f$ x @f$; Backward fills their diff with - * gradients @f$ - * \frac{\partial E}{\partial x} = - * \frac{\partial E}{\partial y} - * \alpha \gamma (\alpha x + \beta) ^ {\gamma - 1} = - * \frac{\partial E}{\partial y} - * \frac{\alpha \gamma y}{\alpha x + \beta} - * @f$ if propagate_down[0] - */ - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - /// @brief @f$ \gamma @f$ from layer_param_.power_param() - Dtype power_; - /// @brief @f$ \alpha @f$ from layer_param_.power_param() - Dtype scale_; - /// @brief @f$ \beta @f$ from layer_param_.power_param() - Dtype shift_; - /// @brief Result of @f$ \alpha \gamma @f$ - Dtype diff_scale_; -}; - -/** - * @brief Rectified Linear Unit non-linearity @f$ y = \max(0, x) @f$. - * The simple max is fast to compute, and the function does not saturate. - */ -template -class ReLULayer : public NeuronLayer { - public: - /** - * @param param provides ReLUParameter relu_param, - * with ReLULayer options: - * - negative_slope (\b optional, default 0). - * the value @f$ \nu @f$ by which negative values are multiplied. - */ - explicit ReLULayer(const LayerParameter& param) - : NeuronLayer(param) {} - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_RELU; - } - - protected: - /** - * @param bottom input Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the inputs @f$ x @f$ - * @param top output Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the computed outputs @f$ - * y = \max(0, x) - * @f$ by default. If a non-zero negative_slope @f$ \nu @f$ is provided, - * the computed outputs are @f$ y = \max(0, x) + \nu \min(0, x) @f$. - */ - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - - /** - * @brief Computes the error gradient w.r.t. the ReLU inputs. - * - * @param top output Blob vector (length 1), providing the error gradient with - * respect to the outputs - * -# @f$ (N \times C \times H \times W) @f$ - * containing error gradients @f$ \frac{\partial E}{\partial y} @f$ - * with respect to computed outputs @f$ y @f$ - * @param propagate_down see Layer::Backward. - * @param bottom input Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the inputs @f$ x @f$; Backward fills their diff with - * gradients @f$ - * \frac{\partial E}{\partial x} = \left\{ - * \begin{array}{lr} - * 0 & \mathrm{if} \; x \le 0 \\ - * \frac{\partial E}{\partial y} & \mathrm{if} \; x > 0 - * \end{array} \right. - * @f$ if propagate_down[0], by default. - * If a non-zero negative_slope @f$ \nu @f$ is provided, - * the computed gradients are @f$ - * \frac{\partial E}{\partial x} = \left\{ - * \begin{array}{lr} - * \nu \frac{\partial E}{\partial y} & \mathrm{if} \; x \le 0 \\ - * \frac{\partial E}{\partial y} & \mathrm{if} \; x > 0 - * \end{array} \right. - * @f$. - */ - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); -}; - -#ifdef USE_CUDNN -/** - * @brief CuDNN acceleration of ReLULayer. - */ -template -class CuDNNReLULayer : public ReLULayer { - public: - explicit CuDNNReLULayer(const LayerParameter& param) - : ReLULayer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - virtual ~CuDNNReLULayer(); - - protected: - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - cudnnHandle_t handle_; - cudnnTensorDescriptor_t bottom_desc_; - cudnnTensorDescriptor_t top_desc_; -}; -#endif - -/** - * @brief Sigmoid function non-linearity @f$ - * y = (1 + \exp(-x))^{-1} - * @f$, a classic choice in neural networks. - * - * Note that the gradient vanishes as the values move away from 0. - * The ReLULayer is often a better choice for this reason. - */ -template -class SigmoidLayer : public NeuronLayer { - public: - explicit SigmoidLayer(const LayerParameter& param) - : NeuronLayer(param) {} - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_SIGMOID; - } - - protected: - /** - * @param bottom input Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the inputs @f$ x @f$ - * @param top output Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the computed outputs @f$ - * y = (1 + \exp(-x))^{-1} - * @f$ - */ - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - - /** - * @brief Computes the error gradient w.r.t. the sigmoid inputs. - * - * @param top output Blob vector (length 1), providing the error gradient with - * respect to the outputs - * -# @f$ (N \times C \times H \times W) @f$ - * containing error gradients @f$ \frac{\partial E}{\partial y} @f$ - * with respect to computed outputs @f$ y @f$ - * @param propagate_down see Layer::Backward. - * @param bottom input Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the inputs @f$ x @f$; Backward fills their diff with - * gradients @f$ - * \frac{\partial E}{\partial x} - * = \frac{\partial E}{\partial y} y (1 - y) - * @f$ if propagate_down[0] - */ - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); -}; - -#ifdef USE_CUDNN -/** - * @brief CuDNN acceleration of SigmoidLayer. - */ -template -class CuDNNSigmoidLayer : public SigmoidLayer { - public: - explicit CuDNNSigmoidLayer(const LayerParameter& param) - : SigmoidLayer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - virtual ~CuDNNSigmoidLayer(); - - protected: - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - cudnnHandle_t handle_; - cudnnTensorDescriptor_t bottom_desc_; - cudnnTensorDescriptor_t top_desc_; -}; -#endif - -/** - * @brief TanH hyperbolic tangent non-linearity @f$ - * y = \frac{\exp(2x) - 1}{\exp(2x) + 1} - * @f$, popular in auto-encoders. - * - * Note that the gradient vanishes as the values move away from 0. - * The ReLULayer is often a better choice for this reason. - */ -template -class TanHLayer : public NeuronLayer { - public: - explicit TanHLayer(const LayerParameter& param) - : NeuronLayer(param) {} - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_TANH; - } - - protected: - /** - * @param bottom input Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the inputs @f$ x @f$ - * @param top output Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the computed outputs @f$ - * y = \frac{\exp(2x) - 1}{\exp(2x) + 1} - * @f$ - */ - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - - /** - * @brief Computes the error gradient w.r.t. the sigmoid inputs. - * - * @param top output Blob vector (length 1), providing the error gradient with - * respect to the outputs - * -# @f$ (N \times C \times H \times W) @f$ - * containing error gradients @f$ \frac{\partial E}{\partial y} @f$ - * with respect to computed outputs @f$ y @f$ - * @param propagate_down see Layer::Backward. - * @param bottom input Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the inputs @f$ x @f$; Backward fills their diff with - * gradients @f$ - * \frac{\partial E}{\partial x} - * = \frac{\partial E}{\partial y} - * \left(1 - \left[\frac{\exp(2x) - 1}{exp(2x) + 1} \right]^2 \right) - * = \frac{\partial E}{\partial y} (1 - y^2) - * @f$ if propagate_down[0] - */ - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); -}; - -#ifdef USE_CUDNN -/** - * @brief CuDNN acceleration of TanHLayer. - */ -template -class CuDNNTanHLayer : public TanHLayer { - public: - explicit CuDNNTanHLayer(const LayerParameter& param) - : TanHLayer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - virtual ~CuDNNTanHLayer(); - - protected: - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - cudnnHandle_t handle_; - cudnnTensorDescriptor_t bottom_desc_; - cudnnTensorDescriptor_t top_desc_; -}; -#endif - -/** - * @brief Tests whether the input exceeds a threshold: outputs 1 for inputs - * above threshold; 0 otherwise. - */ -template -class ThresholdLayer : public NeuronLayer { - public: - /** - * @param param provides ThresholdParameter threshold_param, - * with ThresholdLayer options: - * - threshold (\b optional, default 0). - * the threshold value @f$ t @f$ to which the input values are compared. - */ - explicit ThresholdLayer(const LayerParameter& param) - : NeuronLayer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_THRESHOLD; - } - - protected: - /** - * @param bottom input Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the inputs @f$ x @f$ - * @param top output Blob vector (length 1) - * -# @f$ (N \times C \times H \times W) @f$ - * the computed outputs @f$ - * y = \left\{ - * \begin{array}{lr} - * 0 & \mathrm{if} \; x \le t \\ - * 1 & \mathrm{if} \; x > t - * \end{array} \right. - * @f$ - */ - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - /// @brief Not implemented (non-differentiable function) - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - NOT_IMPLEMENTED; - } - - Dtype threshold_; -}; - -} // namespace caffe - -#endif // CAFFE_NEURON_LAYERS_HPP_ diff --git a/caffe-crfrnn/include/caffe/solver.hpp b/caffe-crfrnn/include/caffe/solver.hpp deleted file mode 100644 index fde66208..00000000 --- a/caffe-crfrnn/include/caffe/solver.hpp +++ /dev/null @@ -1,146 +0,0 @@ -#ifndef CAFFE_OPTIMIZATION_SOLVER_HPP_ -#define CAFFE_OPTIMIZATION_SOLVER_HPP_ - -#include -#include - -#include "caffe/net.hpp" - -namespace caffe { - -/** - * @brief An interface for classes that perform optimization on Net%s. - * - * Requires implementation of ComputeUpdateValue to compute a parameter update - * given the current state of the Net parameters. - */ -template -class Solver { - public: - explicit Solver(const SolverParameter& param); - explicit Solver(const string& param_file); - void Init(const SolverParameter& param); - void InitTrainNet(); - void InitTestNets(); - // The main entry of the solver function. In default, iter will be zero. Pass - // in a non-zero iter number to resume training for a pre-trained net. - virtual void Solve(const char* resume_file = NULL); - inline void Solve(const string resume_file) { Solve(resume_file.c_str()); } - void Step(int iters); - virtual ~Solver() {} - inline shared_ptr > net() { return net_; } - inline const vector > >& test_nets() { - return test_nets_; - } - int iter() { return iter_; } - - protected: - // Get the update value for the current iteration. - virtual void ComputeUpdateValue() = 0; - // The Solver::Snapshot function implements the basic snapshotting utility - // that stores the learned net. You should implement the SnapshotSolverState() - // function that produces a SolverState protocol buffer that needs to be - // written to disk together with the learned net. - void Snapshot(); - // The test routine - void TestAll(); - void Test(const int test_net_id = 0); - virtual void SnapshotSolverState(SolverState* state) = 0; - // The Restore function implements how one should restore the solver to a - // previously snapshotted state. You should implement the RestoreSolverState() - // function that restores the state from a SolverState protocol buffer. - void Restore(const char* resume_file); - virtual void RestoreSolverState(const SolverState& state) = 0; - void DisplayOutputBlobs(const int net_id); - - SolverParameter param_; - int iter_; - int current_step_; - shared_ptr > net_; - vector > > test_nets_; - - DISABLE_COPY_AND_ASSIGN(Solver); -}; - - -/** - * @brief Optimizes the parameters of a Net using - * stochastic gradient descent (SGD) with momentum. - */ -template -class SGDSolver : public Solver { - public: - explicit SGDSolver(const SolverParameter& param) - : Solver(param) { PreSolve(); } - explicit SGDSolver(const string& param_file) - : Solver(param_file) { PreSolve(); } - - const vector > >& history() { return history_; } - - protected: - void PreSolve(); - Dtype GetLearningRate(); - virtual void ComputeUpdateValue(); - virtual void SnapshotSolverState(SolverState * state); - virtual void RestoreSolverState(const SolverState& state); - // history maintains the historical momentum data. - // update maintains update related data and is not needed in snapshots. - // temp maintains other information that might be needed in computation - // of gradients/updates and is not needed in snapshots - vector > > history_, update_, temp_; - - DISABLE_COPY_AND_ASSIGN(SGDSolver); -}; - -template -class NesterovSolver : public SGDSolver { - public: - explicit NesterovSolver(const SolverParameter& param) - : SGDSolver(param) {} - explicit NesterovSolver(const string& param_file) - : SGDSolver(param_file) {} - - protected: - virtual void ComputeUpdateValue(); - - DISABLE_COPY_AND_ASSIGN(NesterovSolver); -}; - -template -class AdaGradSolver : public SGDSolver { - public: - explicit AdaGradSolver(const SolverParameter& param) - : SGDSolver(param) { constructor_sanity_check(); } - explicit AdaGradSolver(const string& param_file) - : SGDSolver(param_file) { constructor_sanity_check(); } - - protected: - virtual void ComputeUpdateValue(); - void constructor_sanity_check() { - CHECK_EQ(0, this->param_.momentum()) - << "Momentum cannot be used with AdaGrad."; - } - - DISABLE_COPY_AND_ASSIGN(AdaGradSolver); -}; - -template -Solver* GetSolver(const SolverParameter& param) { - SolverParameter_SolverType type = param.solver_type(); - - switch (type) { - case SolverParameter_SolverType_SGD: - return new SGDSolver(param); - case SolverParameter_SolverType_NESTEROV: - return new NesterovSolver(param); - case SolverParameter_SolverType_ADAGRAD: - return new AdaGradSolver(param); - default: - LOG(FATAL) << "Unknown SolverType: " << type; - } - return (Solver*) NULL; -} - -} // namespace caffe - -#endif // CAFFE_OPTIMIZATION_SOLVER_HPP_ diff --git a/caffe-crfrnn/include/caffe/syncedmem.hpp b/caffe-crfrnn/include/caffe/syncedmem.hpp deleted file mode 100644 index 2564e071..00000000 --- a/caffe-crfrnn/include/caffe/syncedmem.hpp +++ /dev/null @@ -1,73 +0,0 @@ -#ifndef CAFFE_SYNCEDMEM_HPP_ -#define CAFFE_SYNCEDMEM_HPP_ - -#include - -#include "caffe/common.hpp" -#include "caffe/util/math_functions.hpp" - -namespace caffe { - -// Theoretically, CaffeMallocHost and CaffeFreeHost should simply call the -// cudaMallocHost and cudaFree functions in order to create pinned memory. -// However, those codes rely on the existence of a cuda GPU (I don't know -// why that is a must since allocating memory should not be accessing the -// GPU resorce, but it just creates an error as of Cuda 5.0) and will cause -// problem when running on a machine without GPU. Thus, we simply define -// these two functions for safety and possible future change if the problem -// of calling cuda functions disappears in a future version. -// -// In practice, although we are creating unpinned memory here, as long as we -// are constantly accessing them the memory pages almost always stays in -// the physical memory (assuming we have large enough memory installed), and -// does not seem to create a memory bottleneck here. - -inline void CaffeMallocHost(void** ptr, size_t size) { - *ptr = malloc(size); - CHECK(*ptr) << "host allocation of size " << size << " failed"; -} - -inline void CaffeFreeHost(void* ptr) { - free(ptr); -} - - -/** - * @brief Manages memory allocation and synchronization between the host (CPU) - * and device (GPU). - * - * TODO(dox): more thorough description. - */ -class SyncedMemory { - public: - SyncedMemory() - : cpu_ptr_(NULL), gpu_ptr_(NULL), size_(0), head_(UNINITIALIZED), - own_cpu_data_(false) {} - explicit SyncedMemory(size_t size) - : cpu_ptr_(NULL), gpu_ptr_(NULL), size_(size), head_(UNINITIALIZED), - own_cpu_data_(false) {} - ~SyncedMemory(); - const void* cpu_data(); - void set_cpu_data(void* data); - const void* gpu_data(); - void* mutable_cpu_data(); - void* mutable_gpu_data(); - enum SyncedHead { UNINITIALIZED, HEAD_AT_CPU, HEAD_AT_GPU, SYNCED }; - SyncedHead head() { return head_; } - size_t size() { return size_; } - - private: - void to_cpu(); - void to_gpu(); - void* cpu_ptr_; - void* gpu_ptr_; - size_t size_; - SyncedHead head_; - bool own_cpu_data_; - - DISABLE_COPY_AND_ASSIGN(SyncedMemory); -}; // class SyncedMemory - -} // namespace caffe - -#endif // CAFFE_SYNCEDMEM_HPP_ diff --git a/caffe-crfrnn/include/caffe/test/test_caffe_main.hpp b/caffe-crfrnn/include/caffe/test/test_caffe_main.hpp deleted file mode 100644 index 438acf2b..00000000 --- a/caffe-crfrnn/include/caffe/test/test_caffe_main.hpp +++ /dev/null @@ -1,76 +0,0 @@ -// The main caffe test code. Your test cpp code should include this hpp -// to allow a main function to be compiled into the binary. -#ifndef CAFFE_TEST_TEST_CAFFE_MAIN_HPP_ -#define CAFFE_TEST_TEST_CAFFE_MAIN_HPP_ - -#include -#include - -#include -#include - -#include "caffe/common.hpp" - -using std::cout; -using std::endl; - -#ifdef CMAKE_BUILD - #include -#else - #define CUDA_TEST_DEVICE -1 - #define CMAKE_SOURCE_DIR "src/" - #define EXAMPLES_SOURCE_DIR "examples/" - #define CMAKE_EXT "" -#endif - -int main(int argc, char** argv); - -namespace caffe { - -template -class MultiDeviceTest : public ::testing::Test { - public: - typedef typename TypeParam::Dtype Dtype; - protected: - MultiDeviceTest() { - Caffe::set_mode(TypeParam::device); - } - virtual ~MultiDeviceTest() {} -}; - -typedef ::testing::Types TestDtypes; - -struct FloatCPU { - typedef float Dtype; - static const Caffe::Brew device = Caffe::CPU; -}; - -struct DoubleCPU { - typedef double Dtype; - static const Caffe::Brew device = Caffe::CPU; -}; - -#ifdef CPU_ONLY - -typedef ::testing::Types TestDtypesAndDevices; - -#else - -struct FloatGPU { - typedef float Dtype; - static const Caffe::Brew device = Caffe::GPU; -}; - -struct DoubleGPU { - typedef double Dtype; - static const Caffe::Brew device = Caffe::GPU; -}; - -typedef ::testing::Types - TestDtypesAndDevices; - -#endif - -} // namespace caffe - -#endif // CAFFE_TEST_TEST_CAFFE_MAIN_HPP_ diff --git a/caffe-crfrnn/include/caffe/test/test_gradient_check_util.hpp b/caffe-crfrnn/include/caffe/test/test_gradient_check_util.hpp deleted file mode 100644 index cc5dcbad..00000000 --- a/caffe-crfrnn/include/caffe/test/test_gradient_check_util.hpp +++ /dev/null @@ -1,260 +0,0 @@ -#ifndef CAFFE_TEST_GRADIENT_CHECK_UTIL_H_ -#define CAFFE_TEST_GRADIENT_CHECK_UTIL_H_ - -#include -#include - -#include -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/net.hpp" - -namespace caffe { - -// The gradient checker adds a L2 normalization loss function on top of the -// top blobs, and checks the gradient. -template -class GradientChecker { - public: - // kink and kink_range specify an ignored nonsmooth region of the form - // kink - kink_range <= |feature value| <= kink + kink_range, - // which accounts for all nonsmoothness in use by caffe - GradientChecker(const Dtype stepsize, const Dtype threshold, - const unsigned int seed = 1701, const Dtype kink = 0., - const Dtype kink_range = -1) - : stepsize_(stepsize), threshold_(threshold), seed_(seed), - kink_(kink), kink_range_(kink_range) {} - // Checks the gradient of a layer, with provided bottom layers and top - // layers. - // Note that after the gradient check, we do not guarantee that the data - // stored in the layer parameters and the blobs are unchanged. - void CheckGradient(Layer* layer, const vector*>& bottom, - const vector*>& top, int check_bottom = -1) { - layer->SetUp(bottom, top); - CheckGradientSingle(layer, bottom, top, check_bottom, -1, -1); - } - void CheckGradientExhaustive(Layer* layer, - const vector*>& bottom, const vector*>& top, - int check_bottom = -1); - - // CheckGradientEltwise can be used to test layers that perform element-wise - // computation only (e.g., neuron layers) -- where (d y_i) / (d x_j) = 0 when - // i != j. - void CheckGradientEltwise(Layer* layer, - const vector*>& bottom, const vector*>& top); - - void CheckGradientSingle(Layer* layer, - const vector*>& bottom, const vector*>& top, - int check_bottom, int top_id, int top_data_id, bool element_wise = false); - - // Checks the gradient of a network. This network should not have any data - // layers or loss layers, since the function does not explicitly deal with - // such cases yet. All input blobs and parameter blobs are going to be - // checked, layer-by-layer to avoid numerical problems to accumulate. - void CheckGradientNet(const Net& net, - const vector*>& input); - - protected: - Dtype GetObjAndGradient(const Layer& layer, - const vector*>& top, int top_id = -1, int top_data_id = -1); - Dtype stepsize_; - Dtype threshold_; - unsigned int seed_; - Dtype kink_; - Dtype kink_range_; -}; - - -template -void GradientChecker::CheckGradientSingle(Layer* layer, - const vector*>& bottom, const vector*>& top, - int check_bottom, int top_id, int top_data_id, bool element_wise) { - if (element_wise) { - CHECK_EQ(0, layer->blobs().size()); - CHECK_LE(0, top_id); - CHECK_LE(0, top_data_id); - const int top_count = top[top_id]->count(); - for (int blob_id = 0; blob_id < bottom.size(); ++blob_id) { - CHECK_EQ(top_count, bottom[blob_id]->count()); - } - } - // First, figure out what blobs we need to check against, and zero init - // parameter blobs. - vector*> blobs_to_check; - vector propagate_down(bottom.size(), check_bottom < 0); - for (int i = 0; i < layer->blobs().size(); ++i) { - Blob* blob = layer->blobs()[i].get(); - caffe_set(blob->count(), static_cast(0), blob->mutable_cpu_diff()); - blobs_to_check.push_back(blob); - } - if (check_bottom < 0) { - for (int i = 0; i < bottom.size(); ++i) { - blobs_to_check.push_back(bottom[i]); - } - } else { - CHECK_LT(check_bottom, bottom.size()); - blobs_to_check.push_back(bottom[check_bottom]); - propagate_down[check_bottom] = true; - } - // Compute the gradient analytically using Backward - Caffe::set_random_seed(seed_); - // Ignore the loss from the layer (it's just the weighted sum of the losses - // from the top blobs, whose gradients we may want to test individually). - layer->Forward(bottom, top); - // Get additional loss from the objective - GetObjAndGradient(*layer, top, top_id, top_data_id); - layer->Backward(top, propagate_down, bottom); - // Store computed gradients for all checked blobs - vector > > - computed_gradient_blobs(blobs_to_check.size()); - for (int blob_id = 0; blob_id < blobs_to_check.size(); ++blob_id) { - Blob* current_blob = blobs_to_check[blob_id]; - computed_gradient_blobs[blob_id].reset(new Blob()); - computed_gradient_blobs[blob_id]->ReshapeLike(*current_blob); - const int count = blobs_to_check[blob_id]->count(); - const Dtype* diff = blobs_to_check[blob_id]->cpu_diff(); - Dtype* computed_gradients = - computed_gradient_blobs[blob_id]->mutable_cpu_data(); - caffe_copy(count, diff, computed_gradients); - } - // Compute derivative of top w.r.t. each bottom and parameter input using - // finite differencing. - // LOG(ERROR) << "Checking " << blobs_to_check.size() << " blobs."; - for (int blob_id = 0; blob_id < blobs_to_check.size(); ++blob_id) { - Blob* current_blob = blobs_to_check[blob_id]; - const Dtype* computed_gradients = - computed_gradient_blobs[blob_id]->cpu_data(); - // LOG(ERROR) << "Blob " << blob_id << ": checking " - // << current_blob->count() << " parameters."; - for (int feat_id = 0; feat_id < current_blob->count(); ++feat_id) { - // For an element-wise layer, we only need to do finite differencing to - // compute the derivative of top[top_id][top_data_id] w.r.t. - // bottom[blob_id][i] only for i == top_data_id. For any other - // i != top_data_id, we know the derivative is 0 by definition, and simply - // check that that's true. - Dtype estimated_gradient = 0; - Dtype positive_objective = 0; - Dtype negative_objective = 0; - if (!element_wise || (feat_id == top_data_id)) { - // Do finite differencing. - // Compute loss with stepsize_ added to input. - current_blob->mutable_cpu_data()[feat_id] += stepsize_; - Caffe::set_random_seed(seed_); - layer->Forward(bottom, top); - positive_objective = - GetObjAndGradient(*layer, top, top_id, top_data_id); - // Compute loss with stepsize_ subtracted from input. - current_blob->mutable_cpu_data()[feat_id] -= stepsize_ * 2; - Caffe::set_random_seed(seed_); - layer->Forward(bottom, top); - negative_objective = - GetObjAndGradient(*layer, top, top_id, top_data_id); - // Recover original input value. - current_blob->mutable_cpu_data()[feat_id] += stepsize_; - estimated_gradient = (positive_objective - negative_objective) / - stepsize_ / 2.; - } - Dtype computed_gradient = computed_gradients[feat_id]; - Dtype feature = current_blob->cpu_data()[feat_id]; - // LOG(ERROR) << "debug: " << current_blob->cpu_data()[feat_id] << " " - // << current_blob->cpu_diff()[feat_id]; - if (kink_ - kink_range_ > fabs(feature) - || fabs(feature) > kink_ + kink_range_) { - // We check relative accuracy, but for too small values, we threshold - // the scale factor by 1. - Dtype scale = std::max( - std::max(fabs(computed_gradient), fabs(estimated_gradient)), 1.); - EXPECT_NEAR(computed_gradient, estimated_gradient, threshold_ * scale) - << "debug: (top_id, top_data_id, blob_id, feat_id)=" - << top_id << "," << top_data_id << "," << blob_id << "," << feat_id - << "; feat = " << feature - << "; objective+ = " << positive_objective - << "; objective- = " << negative_objective; - } - // LOG(ERROR) << "Feature: " << current_blob->cpu_data()[feat_id]; - // LOG(ERROR) << "computed gradient: " << computed_gradient - // << " estimated_gradient: " << estimated_gradient; - } - } -} - -template -void GradientChecker::CheckGradientExhaustive(Layer* layer, - const vector*>& bottom, const vector*>& top, - int check_bottom) { - layer->SetUp(bottom, top); - CHECK_GT(top.size(), 0) << "Exhaustive mode requires at least one top blob."; - // LOG(ERROR) << "Exhaustive Mode."; - for (int i = 0; i < top.size(); ++i) { - // LOG(ERROR) << "Exhaustive: blob " << i << " size " << top[i]->count(); - for (int j = 0; j < top[i]->count(); ++j) { - // LOG(ERROR) << "Exhaustive: blob " << i << " data " << j; - CheckGradientSingle(layer, bottom, top, check_bottom, i, j); - } - } -} - -template -void GradientChecker::CheckGradientEltwise(Layer* layer, - const vector*>& bottom, const vector*>& top) { - layer->SetUp(bottom, top); - CHECK_GT(top.size(), 0) << "Eltwise mode requires at least one top blob."; - const int check_bottom = -1; - const bool element_wise = true; - for (int i = 0; i < top.size(); ++i) { - for (int j = 0; j < top[i]->count(); ++j) { - CheckGradientSingle(layer, bottom, top, check_bottom, i, j, element_wise); - } - } -} - -template -void GradientChecker::CheckGradientNet( - const Net& net, const vector*>& input) { - const vector > >& layers = net.layers(); - vector*> >& bottom_vecs = net.bottom_vecs(); - vector*> >& top_vecs = net.top_vecs(); - for (int i = 0; i < layers.size(); ++i) { - net.Forward(input); - LOG(ERROR) << "Checking gradient for " << layers[i]->layer_param().name(); - CheckGradientExhaustive(*(layers[i].get()), bottom_vecs[i], top_vecs[i]); - } -} - -template -Dtype GradientChecker::GetObjAndGradient(const Layer& layer, - const vector*>& top, int top_id, int top_data_id) { - Dtype loss = 0; - if (top_id < 0) { - // the loss will be half of the sum of squares of all outputs - for (int i = 0; i < top.size(); ++i) { - Blob* top_blob = top[i]; - const Dtype* top_blob_data = top_blob->cpu_data(); - Dtype* top_blob_diff = top_blob->mutable_cpu_diff(); - int count = top_blob->count(); - for (int j = 0; j < count; ++j) { - loss += top_blob_data[j] * top_blob_data[j]; - } - // set the diff: simply the data. - caffe_copy(top_blob->count(), top_blob_data, top_blob_diff); - } - loss /= 2.; - } else { - // the loss will be the top_data_id-th element in the top_id-th blob. - for (int i = 0; i < top.size(); ++i) { - Blob* top_blob = top[i]; - Dtype* top_blob_diff = top_blob->mutable_cpu_diff(); - caffe_set(top_blob->count(), Dtype(0), top_blob_diff); - } - const Dtype loss_weight = 2; - loss = top[top_id]->cpu_data()[top_data_id] * loss_weight; - top[top_id]->mutable_cpu_diff()[top_data_id] = loss_weight; - } - return loss; -} - -} // namespace caffe - -#endif // CAFFE_TEST_GRADIENT_CHECK_UTIL_H_ diff --git a/caffe-crfrnn/include/caffe/util/benchmark.hpp b/caffe-crfrnn/include/caffe/util/benchmark.hpp deleted file mode 100644 index d6358277..00000000 --- a/caffe-crfrnn/include/caffe/util/benchmark.hpp +++ /dev/null @@ -1,52 +0,0 @@ -#ifndef CAFFE_UTIL_BENCHMARK_H_ -#define CAFFE_UTIL_BENCHMARK_H_ - -#include - -#include "caffe/util/device_alternate.hpp" - -namespace caffe { - -class Timer { - public: - Timer(); - virtual ~Timer(); - virtual void Start(); - virtual void Stop(); - virtual float MilliSeconds(); - virtual float MicroSeconds(); - virtual float Seconds(); - - inline bool initted() { return initted_; } - inline bool running() { return running_; } - inline bool has_run_at_least_once() { return has_run_at_least_once_; } - - protected: - void Init(); - - bool initted_; - bool running_; - bool has_run_at_least_once_; -#ifndef CPU_ONLY - cudaEvent_t start_gpu_; - cudaEvent_t stop_gpu_; -#endif - boost::posix_time::ptime start_cpu_; - boost::posix_time::ptime stop_cpu_; - float elapsed_milliseconds_; - float elapsed_microseconds_; -}; - -class CPUTimer : public Timer { - public: - explicit CPUTimer(); - virtual ~CPUTimer() {} - virtual void Start(); - virtual void Stop(); - virtual float MilliSeconds(); - virtual float MicroSeconds(); -}; - -} // namespace caffe - -#endif // CAFFE_UTIL_BENCHMARK_H_ diff --git a/caffe-crfrnn/include/caffe/util/coords.hpp b/caffe-crfrnn/include/caffe/util/coords.hpp deleted file mode 100644 index 5032fc60..00000000 --- a/caffe-crfrnn/include/caffe/util/coords.hpp +++ /dev/null @@ -1,61 +0,0 @@ -#ifndef CAFFE_UTIL_COORDS_H_ -#define CAFFE_UTIL_COORDS_H_ - -#include -#include -#include - -namespace caffe { - -template -class DiagonalAffineMap { - public: - explicit DiagonalAffineMap(const vector > coefs) - : coefs_(coefs) { } - static DiagonalAffineMap identity(const int nd) { - return DiagonalAffineMap(vector >(nd, make_pair(1, 0))); - } - - inline DiagonalAffineMap compose(const DiagonalAffineMap& other) const { - CHECK_EQ(coefs_.size(), other.coefs_.size()) - << "Attempt to compose DiagonalAffineMaps of different dimensions"; - DiagonalAffineMap out; - transform(coefs_.begin(), coefs_.end(), other.coefs_.begin(), - std::back_inserter(out.coefs_), &compose_coefs); - return out; - } - inline DiagonalAffineMap inv() const { - DiagonalAffineMap out; - transform(coefs_.begin(), coefs_.end(), std::back_inserter(out.coefs_), - &inv_coefs); - return out; - } - inline vector > coefs() { return coefs_; } - - private: - DiagonalAffineMap() { } - static inline pair compose_coefs(pair left, - pair right) { - return make_pair(left.first * right.first, - left.first * right.second + left.second); - } - static inline pair inv_coefs(pair coefs) { - return make_pair(1 / coefs.first, - coefs.second / coefs.first); - } - vector > coefs_; -}; - -template -DiagonalAffineMap FilterMap(const int kernel_h, const int kernel_w, - const int stride_h, const int stride_w, const int pad_h, const int pad_w) { - vector > coefs; - coefs.push_back(make_pair(stride_h, - static_cast(kernel_h - 1) / 2 - pad_h)); - coefs.push_back(make_pair(stride_w, - static_cast(kernel_w - 1) / 2 - pad_w)); - return DiagonalAffineMap(coefs); -} - -} // namespace caffe - -#endif // CAFFE_UTIL_COORDS_H_ diff --git a/caffe-crfrnn/include/caffe/util/cudnn.hpp b/caffe-crfrnn/include/caffe/util/cudnn.hpp deleted file mode 100644 index 05b78851..00000000 --- a/caffe-crfrnn/include/caffe/util/cudnn.hpp +++ /dev/null @@ -1,134 +0,0 @@ -#ifndef CAFFE_UTIL_CUDNN_H_ -#define CAFFE_UTIL_CUDNN_H_ -#ifdef USE_CUDNN - -#include - -#include "caffe/common.hpp" -#include "caffe/proto/caffe.pb.h" - -#define CUDNN_CHECK(condition) \ - do { \ - cudnnStatus_t status = condition; \ - CHECK_EQ(status, CUDNN_STATUS_SUCCESS) << " "\ - << cudnnGetErrorString(status); \ - } while (0) - -inline const char* cudnnGetErrorString(cudnnStatus_t status) { - switch (status) { - case CUDNN_STATUS_SUCCESS: - return "CUDNN_STATUS_SUCCESS"; - case CUDNN_STATUS_NOT_INITIALIZED: - return "CUDNN_STATUS_NOT_INITIALIZED"; - case CUDNN_STATUS_ALLOC_FAILED: - return "CUDNN_STATUS_ALLOC_FAILED"; - case CUDNN_STATUS_BAD_PARAM: - return "CUDNN_STATUS_BAD_PARAM"; - case CUDNN_STATUS_INTERNAL_ERROR: - return "CUDNN_STATUS_INTERNAL_ERROR"; - case CUDNN_STATUS_INVALID_VALUE: - return "CUDNN_STATUS_INVALID_VALUE"; - case CUDNN_STATUS_ARCH_MISMATCH: - return "CUDNN_STATUS_ARCH_MISMATCH"; - case CUDNN_STATUS_MAPPING_ERROR: - return "CUDNN_STATUS_MAPPING_ERROR"; - case CUDNN_STATUS_EXECUTION_FAILED: - return "CUDNN_STATUS_EXECUTION_FAILED"; - case CUDNN_STATUS_NOT_SUPPORTED: - return "CUDNN_STATUS_NOT_SUPPORTED"; - case CUDNN_STATUS_LICENSE_ERROR: - return "CUDNN_STATUS_LICENSE_ERROR"; - } - return "Unknown cudnn status"; -} - -namespace caffe { - -namespace cudnn { - -template class dataType; -template<> class dataType { - public: - static const cudnnDataType_t type = CUDNN_DATA_FLOAT; - static float oneval, zeroval; - static const void *one, *zero; -}; -template<> class dataType { - public: - static const cudnnDataType_t type = CUDNN_DATA_DOUBLE; - static double oneval, zeroval; - static const void *one, *zero; -}; - -template -inline void createTensor4dDesc(cudnnTensorDescriptor_t* desc) { - CUDNN_CHECK(cudnnCreateTensorDescriptor(desc)); -} - -template -inline void setTensor4dDesc(cudnnTensorDescriptor_t* desc, - int n, int c, int h, int w, - int stride_n, int stride_c, int stride_h, int stride_w) { - CUDNN_CHECK(cudnnSetTensor4dDescriptorEx(*desc, dataType::type, - n, c, h, w, stride_n, stride_c, stride_h, stride_w)); -} - -template -inline void setTensor4dDesc(cudnnTensorDescriptor_t* desc, - int n, int c, int h, int w) { - const int stride_w = 1; - const int stride_h = w * stride_w; - const int stride_c = h * stride_h; - const int stride_n = c * stride_c; - setTensor4dDesc(desc, n, c, h, w, - stride_n, stride_c, stride_h, stride_w); -} - -template -inline void createFilterDesc(cudnnFilterDescriptor_t* desc, - int n, int c, int h, int w) { - CUDNN_CHECK(cudnnCreateFilterDescriptor(desc)); - CUDNN_CHECK(cudnnSetFilter4dDescriptor(*desc, dataType::type, - n, c, h, w)); -} - -template -inline void createConvolutionDesc(cudnnConvolutionDescriptor_t* conv) { - CUDNN_CHECK(cudnnCreateConvolutionDescriptor(conv)); -} - -template -inline void setConvolutionDesc(cudnnConvolutionDescriptor_t* conv, - cudnnTensorDescriptor_t bottom, cudnnFilterDescriptor_t filter, - int pad_h, int pad_w, int stride_h, int stride_w) { - CUDNN_CHECK(cudnnSetConvolution2dDescriptor(*conv, - pad_h, pad_w, stride_h, stride_w, 1, 1, CUDNN_CROSS_CORRELATION)); -} - -template -inline void createPoolingDesc(cudnnPoolingDescriptor_t* pool_desc, - PoolingParameter_PoolMethod poolmethod, cudnnPoolingMode_t* mode, - int h, int w, int pad_h, int pad_w, int stride_h, int stride_w) { - switch (poolmethod) { - case PoolingParameter_PoolMethod_MAX: - *mode = CUDNN_POOLING_MAX; - break; - case PoolingParameter_PoolMethod_AVE: - *mode = CUDNN_POOLING_AVERAGE_COUNT_INCLUDE_PADDING; - break; - default: - LOG(FATAL) << "Unknown pooling method."; - } - CUDNN_CHECK(cudnnCreatePoolingDescriptor(pool_desc)); - CUDNN_CHECK(cudnnSetPooling2dDescriptor(*pool_desc, *mode, h, w, - pad_h, pad_w, stride_h, stride_w)); -} - -} // namespace cudnn - -} // namespace caffe - -#endif // USE_CUDNN -#endif // CAFFE_UTIL_CUDNN_H_ - - diff --git a/caffe-crfrnn/include/caffe/util/device_alternate.hpp b/caffe-crfrnn/include/caffe/util/device_alternate.hpp deleted file mode 100644 index 5a45691b..00000000 --- a/caffe-crfrnn/include/caffe/util/device_alternate.hpp +++ /dev/null @@ -1,102 +0,0 @@ -#ifndef CAFFE_UTIL_DEVICE_ALTERNATE_H_ -#define CAFFE_UTIL_DEVICE_ALTERNATE_H_ - -#ifdef CPU_ONLY // CPU-only Caffe. - -#include - -// Stub out GPU calls as unavailable. - -#define NO_GPU LOG(FATAL) << "CPU-only Mode: cannot make GPU call." - -#define STUB_GPU(classname) \ -template \ -void classname::Forward_gpu(const vector*>& bottom, \ - const vector*>& top) { NO_GPU; } \ -template \ -void classname::Backward_gpu(const vector*>& top, \ - const vector& propagate_down, \ - const vector*>& bottom) { NO_GPU; } \ - -#define STUB_GPU_FORWARD(classname, funcname) \ -template \ -void classname::funcname##_##gpu(const vector*>& bottom, \ - const vector*>& top) { NO_GPU; } \ - -#define STUB_GPU_BACKWARD(classname, funcname) \ -template \ -void classname::funcname##_##gpu(const vector*>& top, \ - const vector& propagate_down, \ - const vector*>& bottom) { NO_GPU; } \ - -#else // Normal GPU + CPU Caffe. - -#include -#include -#include -#include -#include // cuda driver types -#ifdef USE_CUDNN // cuDNN acceleration library. -#include "caffe/util/cudnn.hpp" -#endif - -// -// CUDA macros -// - -// CUDA: various checks for different function calls. -#define CUDA_CHECK(condition) \ - /* Code block avoids redefinition of cudaError_t error */ \ - do { \ - cudaError_t error = condition; \ - CHECK_EQ(error, cudaSuccess) << " " << cudaGetErrorString(error); \ - } while (0) - -#define CUBLAS_CHECK(condition) \ - do { \ - cublasStatus_t status = condition; \ - CHECK_EQ(status, CUBLAS_STATUS_SUCCESS) << " " \ - << caffe::cublasGetErrorString(status); \ - } while (0) - -#define CURAND_CHECK(condition) \ - do { \ - curandStatus_t status = condition; \ - CHECK_EQ(status, CURAND_STATUS_SUCCESS) << " " \ - << caffe::curandGetErrorString(status); \ - } while (0) - -// CUDA: grid stride looping -#define CUDA_KERNEL_LOOP(i, n) \ - for (int i = blockIdx.x * blockDim.x + threadIdx.x; \ - i < (n); \ - i += blockDim.x * gridDim.x) - -// CUDA: check for error after kernel execution and exit loudly if there is one. -#define CUDA_POST_KERNEL_CHECK CUDA_CHECK(cudaPeekAtLastError()) - -namespace caffe { - -// CUDA: library error reporting. -const char* cublasGetErrorString(cublasStatus_t error); -const char* curandGetErrorString(curandStatus_t error); - -// CUDA: thread number configuration. -// Use 1024 threads per block, which requires cuda sm_2x or above, -// or fall back to attempt compatibility (best of luck to you). -#if __CUDA_ARCH__ >= 200 - const int CAFFE_CUDA_NUM_THREADS = 1024; -#else - const int CAFFE_CUDA_NUM_THREADS = 512; -#endif - -// CUDA: number of blocks for threads. -inline int CAFFE_GET_BLOCKS(const int N) { - return (N + CAFFE_CUDA_NUM_THREADS - 1) / CAFFE_CUDA_NUM_THREADS; -} - -} // namespace caffe - -#endif // CPU_ONLY - -#endif // CAFFE_UTIL_DEVICE_ALTERNATE_H_ diff --git a/caffe-crfrnn/include/caffe/util/im2col.hpp b/caffe-crfrnn/include/caffe/util/im2col.hpp deleted file mode 100644 index 0051e2fa..00000000 --- a/caffe-crfrnn/include/caffe/util/im2col.hpp +++ /dev/null @@ -1,32 +0,0 @@ -#ifndef _CAFFE_UTIL_IM2COL_HPP_ -#define _CAFFE_UTIL_IM2COL_HPP_ - -namespace caffe { - -template -void im2col_cpu(const Dtype* data_im, const int channels, - const int height, const int width, const int kernel_h, const int kernel_w, - const int pad_h, const int pad_w, const int stride_h, - const int stride_w, Dtype* data_col); - -template -void col2im_cpu(const Dtype* data_col, const int channels, - const int height, const int width, const int patch_h, const int patch_w, - const int pad_h, const int pad_w, const int stride_h, - const int stride_w, Dtype* data_im); - -template -void im2col_gpu(const Dtype* data_im, const int channels, - const int height, const int width, const int kernel_h, const int kernel_w, - const int pad_h, const int pad_w, const int stride_h, - const int stride_w, Dtype* data_col); - -template -void col2im_gpu(const Dtype* data_col, const int channels, - const int height, const int width, const int patch_h, const int patch_w, - const int pad_h, const int pad_w, const int stride_h, - const int stride_w, Dtype* data_im); - -} // namespace caffe - -#endif // CAFFE_UTIL_IM2COL_HPP_ diff --git a/caffe-crfrnn/include/caffe/util/insert_splits.hpp b/caffe-crfrnn/include/caffe/util/insert_splits.hpp deleted file mode 100644 index 446abb81..00000000 --- a/caffe-crfrnn/include/caffe/util/insert_splits.hpp +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef _CAFFE_UTIL_INSERT_SPLITS_HPP_ -#define _CAFFE_UTIL_INSERT_SPLITS_HPP_ - -#include - -#include "caffe/proto/caffe.pb.h" - -namespace caffe { - -// Copy NetParameters with SplitLayers added to replace any shared bottom -// blobs with unique bottom blobs provided by the SplitLayer. -void InsertSplits(const NetParameter& param, NetParameter* param_split); - -void ConfigureSplitLayer(const string& layer_name, const string& blob_name, - const int blob_idx, const int split_count, const float loss_weight, - LayerParameter* split_layer_param); - -string SplitLayerName(const string& layer_name, const string& blob_name, - const int blob_idx); - -string SplitBlobName(const string& layer_name, const string& blob_name, - const int blob_idx, const int split_idx); - -} // namespace caffe - -#endif // CAFFE_UTIL_INSERT_SPLITS_HPP_ diff --git a/caffe-crfrnn/include/caffe/util/io.hpp b/caffe-crfrnn/include/caffe/util/io.hpp deleted file mode 100644 index 64df0155..00000000 --- a/caffe-crfrnn/include/caffe/util/io.hpp +++ /dev/null @@ -1,184 +0,0 @@ -#ifndef CAFFE_UTIL_IO_H_ -#define CAFFE_UTIL_IO_H_ - -#ifndef OSX -#include -#endif - -#include -#include - -#include "google/protobuf/message.h" -#include "hdf5.h" -#include "hdf5_hl.h" - -#include "caffe/blob.hpp" -#include "caffe/proto/caffe.pb.h" - -#define HDF5_NUM_DIMS 4 - -namespace caffe { - -using ::google::protobuf::Message; - -inline void MakeTempFilename(string* temp_filename) { - temp_filename->clear(); - *temp_filename = "/tmp/caffe_test.XXXXXX"; - char* temp_filename_cstr = new char[temp_filename->size() + 1]; - // NOLINT_NEXT_LINE(runtime/printf) - strcpy(temp_filename_cstr, temp_filename->c_str()); - int fd = mkstemp(temp_filename_cstr); - CHECK_GE(fd, 0) << "Failed to open a temporary file at: " << *temp_filename; - close(fd); - *temp_filename = temp_filename_cstr; - delete[] temp_filename_cstr; -} - -inline void MakeTempDir(string* temp_dirname) { - temp_dirname->clear(); - *temp_dirname = "/tmp/caffe_test.XXXXXX"; - char* temp_dirname_cstr = new char[temp_dirname->size() + 1]; - // NOLINT_NEXT_LINE(runtime/printf) - strcpy(temp_dirname_cstr, temp_dirname->c_str()); - char* mkdtemp_result = mkdtemp(temp_dirname_cstr); - CHECK(mkdtemp_result != NULL) - << "Failed to create a temporary directory at: " << *temp_dirname; - *temp_dirname = temp_dirname_cstr; - delete[] temp_dirname_cstr; -} - -bool ReadProtoFromTextFile(const char* filename, Message* proto); - -inline bool ReadProtoFromTextFile(const string& filename, Message* proto) { - return ReadProtoFromTextFile(filename.c_str(), proto); -} - -inline void ReadProtoFromTextFileOrDie(const char* filename, Message* proto) { - CHECK(ReadProtoFromTextFile(filename, proto)); -} - -inline void ReadProtoFromTextFileOrDie(const string& filename, Message* proto) { - ReadProtoFromTextFileOrDie(filename.c_str(), proto); -} - -void WriteProtoToTextFile(const Message& proto, const char* filename); -inline void WriteProtoToTextFile(const Message& proto, const string& filename) { - WriteProtoToTextFile(proto, filename.c_str()); -} - -bool ReadProtoFromBinaryFile(const char* filename, Message* proto); - -inline bool ReadProtoFromBinaryFile(const string& filename, Message* proto) { - return ReadProtoFromBinaryFile(filename.c_str(), proto); -} - -inline void ReadProtoFromBinaryFileOrDie(const char* filename, Message* proto) { - CHECK(ReadProtoFromBinaryFile(filename, proto)); -} - -inline void ReadProtoFromBinaryFileOrDie(const string& filename, - Message* proto) { - ReadProtoFromBinaryFileOrDie(filename.c_str(), proto); -} - - -void WriteProtoToBinaryFile(const Message& proto, const char* filename); -inline void WriteProtoToBinaryFile( - const Message& proto, const string& filename) { - WriteProtoToBinaryFile(proto, filename.c_str()); -} - -bool ReadFileToDatum(const string& filename, const int label, Datum* datum); - -inline bool ReadFileToDatum(const string& filename, Datum* datum) { - return ReadFileToDatum(filename, -1, datum); -} - -bool ReadImageToDatum(const string& filename, const int label, - const int height, const int width, const bool is_color, Datum* datum); - -inline bool ReadImageToDatum(const string& filename, const int label, - const int height, const int width, Datum* datum) { - return ReadImageToDatum(filename, label, height, width, true, datum); -} - -inline bool ReadImageToDatum(const string& filename, const int label, - const bool is_color, Datum* datum) { - return ReadImageToDatum(filename, label, 0, 0, is_color, datum); -} - -inline bool ReadImageToDatum(const string& filename, const int label, - Datum* datum) { - return ReadImageToDatum(filename, label, 0, 0, true, datum); -} - -bool DecodeDatum(const int height, const int width, const bool is_color, - Datum* datum); - -inline bool DecodeDatum(const int height, const int width, Datum* datum) { - return DecodeDatum(height, width, true, datum); -} - -inline bool DecodeDatum(const bool is_color, Datum* datum) { - return DecodeDatum(0, 0, is_color, datum); -} - -inline bool DecodeDatum(Datum* datum) { - return DecodeDatum(0, 0, true, datum); -} - -#ifndef OSX -cv::Mat ReadImageToCVMat(const string& filename, - const int height, const int width, const bool is_color); - -inline cv::Mat ReadImageToCVMat(const string& filename, - const int height, const int width) { - return ReadImageToCVMat(filename, height, width, true); -} - -inline cv::Mat ReadImageToCVMat(const string& filename, - const bool is_color) { - return ReadImageToCVMat(filename, 0, 0, is_color); -} - -inline cv::Mat ReadImageToCVMat(const string& filename) { - return ReadImageToCVMat(filename, 0, 0, true); -} - -cv::Mat DecodeDatumToCVMat(const Datum& datum, - const int height, const int width, const bool is_color); - -inline cv::Mat DecodeDatumToCVMat(const Datum& datum, - const int height, const int width) { - return DecodeDatumToCVMat(datum, height, width, true); -} - -inline cv::Mat DecodeDatumToCVMat(const Datum& datum, - const bool is_color) { - return DecodeDatumToCVMat(datum, 0, 0, is_color); -} - -inline cv::Mat DecodeDatumToCVMat(const Datum& datum) { - return DecodeDatumToCVMat(datum, 0, 0, true); -} - -void CVMatToDatum(const cv::Mat& cv_img, Datum* datum); -#endif - -template -void hdf5_load_nd_dataset_helper( - hid_t file_id, const char* dataset_name_, int min_dim, int max_dim, - Blob* blob); - -template -void hdf5_load_nd_dataset( - hid_t file_id, const char* dataset_name_, int min_dim, int max_dim, - Blob* blob); - -template -void hdf5_save_nd_dataset( - const hid_t file_id, const string dataset_name, const Blob& blob); - -} // namespace caffe - -#endif // CAFFE_UTIL_IO_H_ diff --git a/caffe-crfrnn/include/caffe/util/math_functions.hpp b/caffe-crfrnn/include/caffe/util/math_functions.hpp deleted file mode 100644 index d3ecf587..00000000 --- a/caffe-crfrnn/include/caffe/util/math_functions.hpp +++ /dev/null @@ -1,274 +0,0 @@ -#ifndef CAFFE_UTIL_MATH_FUNCTIONS_H_ -#define CAFFE_UTIL_MATH_FUNCTIONS_H_ - -#include -#include // for std::fabs and std::signbit - -#include "glog/logging.h" - -#include "caffe/common.hpp" -#include "caffe/util/device_alternate.hpp" -#include "caffe/util/mkl_alternate.hpp" - -namespace caffe { - -// Decaf gemm provides a simpler interface to the gemm functions, with the -// limitation that the data has to be contiguous in memory. -template -void caffe_cpu_gemm(const CBLAS_TRANSPOSE TransA, - const CBLAS_TRANSPOSE TransB, const int M, const int N, const int K, - const Dtype alpha, const Dtype* A, const Dtype* B, const Dtype beta, - Dtype* C); - -template -void caffe_cpu_gemv(const CBLAS_TRANSPOSE TransA, const int M, const int N, - const Dtype alpha, const Dtype* A, const Dtype* x, const Dtype beta, - Dtype* y); - -template -void caffe_axpy(const int N, const Dtype alpha, const Dtype* X, - Dtype* Y); - -template -void caffe_cpu_axpby(const int N, const Dtype alpha, const Dtype* X, - const Dtype beta, Dtype* Y); - -template -void caffe_copy(const int N, const Dtype *X, Dtype *Y); - -template -void caffe_set(const int N, const Dtype alpha, Dtype *X); - -inline void caffe_memset(const size_t N, const int alpha, void* X) { - memset(X, alpha, N); // NOLINT(caffe/alt_fn) -} - -template -void caffe_add_scalar(const int N, const Dtype alpha, Dtype *X); - -template -void caffe_scal(const int N, const Dtype alpha, Dtype *X); - -template -void caffe_sqr(const int N, const Dtype* a, Dtype* y); - -template -void caffe_add(const int N, const Dtype* a, const Dtype* b, Dtype* y); - -template -void caffe_sub(const int N, const Dtype* a, const Dtype* b, Dtype* y); - -template -void caffe_mul(const int N, const Dtype* a, const Dtype* b, Dtype* y); - -template -void caffe_div(const int N, const Dtype* a, const Dtype* b, Dtype* y); - -template -void caffe_powx(const int n, const Dtype* a, const Dtype b, Dtype* y); - -unsigned int caffe_rng_rand(); - -template -Dtype caffe_nextafter(const Dtype b); - -template -void caffe_rng_uniform(const int n, const Dtype a, const Dtype b, Dtype* r); - -template -void caffe_rng_gaussian(const int n, const Dtype mu, const Dtype sigma, - Dtype* r); - -template -void caffe_rng_bernoulli(const int n, const Dtype p, int* r); - -template -void caffe_rng_bernoulli(const int n, const Dtype p, unsigned int* r); - -template -void caffe_exp(const int n, const Dtype* a, Dtype* y); - -template -void caffe_abs(const int n, const Dtype* a, Dtype* y); - -template -Dtype caffe_cpu_dot(const int n, const Dtype* x, const Dtype* y); - -template -Dtype caffe_cpu_strided_dot(const int n, const Dtype* x, const int incx, - const Dtype* y, const int incy); - -template -int caffe_cpu_hamming_distance(const int n, const Dtype* x, const Dtype* y); - -// Returns the sum of the absolute values of the elements of vector x -template -Dtype caffe_cpu_asum(const int n, const Dtype* x); - -// the branchless, type-safe version from -// http://stackoverflow.com/questions/1903954/is-there-a-standard-sign-function-signum-sgn-in-c-c -template -inline int8_t caffe_sign(Dtype val) { - return (Dtype(0) < val) - (val < Dtype(0)); -} - -// The following two macros are modifications of DEFINE_VSL_UNARY_FUNC -// in include/caffe/util/mkl_alternate.hpp authored by @Rowland Depp. -// Please refer to commit 7e8ef25c7 of the boost-eigen branch. -// Git cherry picking that commit caused a conflict hard to resolve and -// copying that file in convenient for code reviewing. -// So they have to be pasted here temporarily. -#define DEFINE_CAFFE_CPU_UNARY_FUNC(name, operation) \ - template \ - void caffe_cpu_##name(const int n, const Dtype* x, Dtype* y) { \ - CHECK_GT(n, 0); CHECK(x); CHECK(y); \ - for (int i = 0; i < n; ++i) { \ - operation; \ - } \ - } - -// output is 1 for the positives, 0 for zero, and -1 for the negatives -DEFINE_CAFFE_CPU_UNARY_FUNC(sign, y[i] = caffe_sign(x[i])); - -// This returns a nonzero value if the input has its sign bit set. -// The name sngbit is meant to avoid conflicts with std::signbit in the macro. -// The extra parens are needed because CUDA < 6.5 defines signbit as a macro, -// and we don't want that to expand here when CUDA headers are also included. -DEFINE_CAFFE_CPU_UNARY_FUNC(sgnbit, \ - y[i] = static_cast((std::signbit)(x[i]))); - -DEFINE_CAFFE_CPU_UNARY_FUNC(fabs, y[i] = std::fabs(x[i])); - -template -void caffe_cpu_scale(const int n, const Dtype alpha, const Dtype *x, Dtype* y); - -#ifndef CPU_ONLY // GPU - -// Decaf gpu gemm provides an interface that is almost the same as the cpu -// gemm function - following the c convention and calling the fortran-order -// gpu code under the hood. -template -void caffe_gpu_gemm(const CBLAS_TRANSPOSE TransA, - const CBLAS_TRANSPOSE TransB, const int M, const int N, const int K, - const Dtype alpha, const Dtype* A, const Dtype* B, const Dtype beta, - Dtype* C); - -template -void caffe_gpu_gemv(const CBLAS_TRANSPOSE TransA, const int M, const int N, - const Dtype alpha, const Dtype* A, const Dtype* x, const Dtype beta, - Dtype* y); - -template -void caffe_gpu_axpy(const int N, const Dtype alpha, const Dtype* X, - Dtype* Y); - -template -void caffe_gpu_axpby(const int N, const Dtype alpha, const Dtype* X, - const Dtype beta, Dtype* Y); - -void caffe_gpu_memcpy(const size_t N, const void *X, void *Y); - -template -void caffe_gpu_set(const int N, const Dtype alpha, Dtype *X); - -inline void caffe_gpu_memset(const size_t N, const int alpha, void* X) { -#ifndef CPU_ONLY - CUDA_CHECK(cudaMemset(X, alpha, N)); // NOLINT(caffe/alt_fn) -#else - NO_GPU; -#endif -} - -template -void caffe_gpu_add_scalar(const int N, const Dtype alpha, Dtype *X); - -template -void caffe_gpu_scal(const int N, const Dtype alpha, Dtype *X); - -template -void caffe_gpu_add(const int N, const Dtype* a, const Dtype* b, Dtype* y); - -template -void caffe_gpu_sub(const int N, const Dtype* a, const Dtype* b, Dtype* y); - -template -void caffe_gpu_mul(const int N, const Dtype* a, const Dtype* b, Dtype* y); - -template -void caffe_gpu_div(const int N, const Dtype* a, const Dtype* b, Dtype* y); - -template -void caffe_gpu_abs(const int n, const Dtype* a, Dtype* y); - -template -void caffe_gpu_exp(const int n, const Dtype* a, Dtype* y); - -template -void caffe_gpu_powx(const int n, const Dtype* a, const Dtype b, Dtype* y); - -// caffe_gpu_rng_uniform with two arguments generates integers in the range -// [0, UINT_MAX]. -void caffe_gpu_rng_uniform(const int n, unsigned int* r); - -// caffe_gpu_rng_uniform with four arguments generates floats in the range -// (a, b] (strictly greater than a, less than or equal to b) due to the -// specification of curandGenerateUniform. With a = 0, b = 1, just calls -// curandGenerateUniform; with other limits will shift and scale the outputs -// appropriately after calling curandGenerateUniform. -template -void caffe_gpu_rng_uniform(const int n, const Dtype a, const Dtype b, Dtype* r); - -template -void caffe_gpu_rng_gaussian(const int n, const Dtype mu, const Dtype sigma, - Dtype* r); - -template -void caffe_gpu_rng_bernoulli(const int n, const Dtype p, int* r); - -template -void caffe_gpu_dot(const int n, const Dtype* x, const Dtype* y, Dtype* out); - -template -uint32_t caffe_gpu_hamming_distance(const int n, const Dtype* x, - const Dtype* y); - -template -void caffe_gpu_asum(const int n, const Dtype* x, Dtype* y); - -template -void caffe_gpu_sign(const int n, const Dtype* x, Dtype* y); - -template -void caffe_gpu_sgnbit(const int n, const Dtype* x, Dtype* y); - -template -void caffe_gpu_fabs(const int n, const Dtype* x, Dtype* y); - -template -void caffe_gpu_scale(const int n, const Dtype alpha, const Dtype *x, Dtype* y); - -#define DEFINE_AND_INSTANTIATE_GPU_UNARY_FUNC(name, operation) \ -template \ -__global__ void name##_kernel(const int n, const Dtype* x, Dtype* y) { \ - CUDA_KERNEL_LOOP(index, n) { \ - operation; \ - } \ -} \ -template <> \ -void caffe_gpu_##name(const int n, const float* x, float* y) { \ - /* NOLINT_NEXT_LINE(whitespace/operators) */ \ - name##_kernel<<>>( \ - n, x, y); \ -} \ -template <> \ -void caffe_gpu_##name(const int n, const double* x, double* y) { \ - /* NOLINT_NEXT_LINE(whitespace/operators) */ \ - name##_kernel<<>>( \ - n, x, y); \ -} - -#endif // !CPU_ONLY - -} // namespace caffe - -#endif // CAFFE_UTIL_MATH_FUNCTIONS_H_ diff --git a/caffe-crfrnn/include/caffe/util/mkl_alternate.hpp b/caffe-crfrnn/include/caffe/util/mkl_alternate.hpp deleted file mode 100644 index 32fdbf79..00000000 --- a/caffe-crfrnn/include/caffe/util/mkl_alternate.hpp +++ /dev/null @@ -1,96 +0,0 @@ -#ifndef CAFFE_UTIL_MKL_ALTERNATE_H_ -#define CAFFE_UTIL_MKL_ALTERNATE_H_ - -#ifdef USE_MKL - -#include - -#else // If use MKL, simply include the MKL header - -extern "C" { -#include -} -#include - -// Functions that caffe uses but are not present if MKL is not linked. - -// A simple way to define the vsl unary functions. The operation should -// be in the form e.g. y[i] = sqrt(a[i]) -#define DEFINE_VSL_UNARY_FUNC(name, operation) \ - template \ - void v##name(const int n, const Dtype* a, Dtype* y) { \ - CHECK_GT(n, 0); CHECK(a); CHECK(y); \ - for (int i = 0; i < n; ++i) { operation; } \ - } \ - inline void vs##name( \ - const int n, const float* a, float* y) { \ - v##name(n, a, y); \ - } \ - inline void vd##name( \ - const int n, const double* a, double* y) { \ - v##name(n, a, y); \ - } - -DEFINE_VSL_UNARY_FUNC(Sqr, y[i] = a[i] * a[i]); -DEFINE_VSL_UNARY_FUNC(Exp, y[i] = exp(a[i])); -DEFINE_VSL_UNARY_FUNC(Abs, y[i] = fabs(a[i])); - -// A simple way to define the vsl unary functions with singular parameter b. -// The operation should be in the form e.g. y[i] = pow(a[i], b) -#define DEFINE_VSL_UNARY_FUNC_WITH_PARAM(name, operation) \ - template \ - void v##name(const int n, const Dtype* a, const Dtype b, Dtype* y) { \ - CHECK_GT(n, 0); CHECK(a); CHECK(y); \ - for (int i = 0; i < n; ++i) { operation; } \ - } \ - inline void vs##name( \ - const int n, const float* a, const float b, float* y) { \ - v##name(n, a, b, y); \ - } \ - inline void vd##name( \ - const int n, const double* a, const float b, double* y) { \ - v##name(n, a, b, y); \ - } - -DEFINE_VSL_UNARY_FUNC_WITH_PARAM(Powx, y[i] = pow(a[i], b)); - -// A simple way to define the vsl binary functions. The operation should -// be in the form e.g. y[i] = a[i] + b[i] -#define DEFINE_VSL_BINARY_FUNC(name, operation) \ - template \ - void v##name(const int n, const Dtype* a, const Dtype* b, Dtype* y) { \ - CHECK_GT(n, 0); CHECK(a); CHECK(b); CHECK(y); \ - for (int i = 0; i < n; ++i) { operation; } \ - } \ - inline void vs##name( \ - const int n, const float* a, const float* b, float* y) { \ - v##name(n, a, b, y); \ - } \ - inline void vd##name( \ - const int n, const double* a, const double* b, double* y) { \ - v##name(n, a, b, y); \ - } - -DEFINE_VSL_BINARY_FUNC(Add, y[i] = a[i] + b[i]); -DEFINE_VSL_BINARY_FUNC(Sub, y[i] = a[i] - b[i]); -DEFINE_VSL_BINARY_FUNC(Mul, y[i] = a[i] * b[i]); -DEFINE_VSL_BINARY_FUNC(Div, y[i] = a[i] / b[i]); - -// In addition, MKL comes with an additional function axpby that is not present -// in standard blas. We will simply use a two-step (inefficient, of course) way -// to mimic that. -inline void cblas_saxpby(const int N, const float alpha, const float* X, - const int incX, const float beta, float* Y, - const int incY) { - cblas_sscal(N, beta, Y, incY); - cblas_saxpy(N, alpha, X, incX, Y, incY); -} -inline void cblas_daxpby(const int N, const double alpha, const double* X, - const int incX, const double beta, double* Y, - const int incY) { - cblas_dscal(N, beta, Y, incY); - cblas_daxpy(N, alpha, X, incX, Y, incY); -} - -#endif // USE_MKL -#endif // CAFFE_UTIL_MKL_ALTERNATE_H_ diff --git a/caffe-crfrnn/include/caffe/util/modified_permutohedral.hpp b/caffe-crfrnn/include/caffe/util/modified_permutohedral.hpp deleted file mode 100755 index 1ed48173..00000000 --- a/caffe-crfrnn/include/caffe/util/modified_permutohedral.hpp +++ /dev/null @@ -1,40 +0,0 @@ -#pragma once -#include -#include -#include -#include -#include -#include - -/************************************************/ -/*** ModifiedPermutohedral Lattice ***/ -/************************************************/ -namespace caffe { - -class ModifiedPermutohedral -{ -protected: - struct Neighbors{ - int n1, n2; - Neighbors( int n1=0, int n2=0 ):n1(n1),n2(n2){ - } - }; - std::vector offset_, rank_; - std::vector barycentric_; - std::vector blur_neighbors_; - // Number of elements, size of sparse discretized space, dimension of features - int N_, M_, d_; - - void sseCompute(float* out, const float* in, int value_size, bool reverse = false, bool add = false) const; - void sseCompute(double* out, const double* in, int value_size, bool reverse = false, bool add = false) const; - - void seqCompute(float* out, const float* in, int value_size, bool reverse = false, bool add = false) const; - void seqCompute(double* out, const double* in, int value_size, bool reverse = false, bool add = false) const; - -public: - ModifiedPermutohedral(); - void init (const float* features, int num_dimensions, int num_points); - void compute(float* out, const float* in, int value_size, bool reverse = false, bool add = false) const; - void compute(double* out, const double* in, int value_size, bool reverse = false, bool add = false) const; -}; -} diff --git a/caffe-crfrnn/include/caffe/util/rng.hpp b/caffe-crfrnn/include/caffe/util/rng.hpp deleted file mode 100644 index 8f1cf0d1..00000000 --- a/caffe-crfrnn/include/caffe/util/rng.hpp +++ /dev/null @@ -1,43 +0,0 @@ -#ifndef CAFFE_RNG_CPP_HPP_ -#define CAFFE_RNG_CPP_HPP_ - -#include -#include - -#include "boost/random/mersenne_twister.hpp" -#include "boost/random/uniform_int.hpp" - -#include "caffe/common.hpp" - -namespace caffe { - -typedef boost::mt19937 rng_t; - -inline rng_t* caffe_rng() { - return static_cast(Caffe::rng_stream().generator()); -} - -// Fisher–Yates algorithm -template -inline void shuffle(RandomAccessIterator begin, RandomAccessIterator end, - RandomGenerator* gen) { - typedef typename std::iterator_traits::difference_type - difference_type; - typedef typename boost::uniform_int dist_type; - - difference_type length = std::distance(begin, end); - if (length <= 0) return; - - for (difference_type i = length - 1; i > 0; --i) { - dist_type dist(0, i); - std::iter_swap(begin + i, begin + dist(*gen)); - } -} - -template -inline void shuffle(RandomAccessIterator begin, RandomAccessIterator end) { - shuffle(begin, end, caffe_rng()); -} -} // namespace caffe - -#endif // CAFFE_RNG_HPP_ diff --git a/caffe-crfrnn/include/caffe/util/thread.hpp b/caffe-crfrnn/include/caffe/util/thread.hpp deleted file mode 100644 index 7251402c..00000000 --- a/caffe-crfrnn/include/caffe/util/thread.hpp +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef CAFFE_THREAD_CPP_HPP_ -#define CAFFE_THREAD_CPP_HPP_ - -#include -#include "caffe/common.hpp" -#include "caffe/internal_thread.hpp" - -namespace caffe { - -template -Thread::Thread(Callable func, A1 a1) { - this->thread_ = new boost::thread(func, a1); -} - -void Thread::join() { - static_cast(this->thread_)->join(); -} - -bool Thread::joinable() { - return static_cast(this->thread_)->joinable(); -} - -} // namespace caffe - -#endif diff --git a/caffe-crfrnn/include/caffe/util/tvg_util.hpp b/caffe-crfrnn/include/caffe/util/tvg_util.hpp deleted file mode 100644 index c8bcfcb3..00000000 --- a/caffe-crfrnn/include/caffe/util/tvg_util.hpp +++ /dev/null @@ -1,108 +0,0 @@ -#include -#include -#include -#include -#include "caffe/blob.hpp" -#include "caffe/util/math_functions.hpp" - -namespace caffe { - -template -void PrintBlob(const Blob* blob, bool print_diff = false, const char* info = 0) { - - const Dtype* data = print_diff ? blob->cpu_diff() : blob->cpu_data(); - - if (info != 0) { - printf("%s: \n", info); - } - - for (int n = 0; n < blob->num(); n++) { - for (int c = 0; c < blob->channels(); c++) { - for (int h = 0; h < blob->height(); h++) { - for (int w = 0; w < blob->width(); w++) { - int offset = ((n * blob->channels() + c) * blob->height() + h) * blob->width() + w; - printf("%11.6f ", *(data + offset)); - } - printf("\n"); - } - printf("\n"); - } - // printf("=================\n"); - } - - printf("-- End of Blob --\n\n"); -} - -template void PrintBlob(const Blob* blob, bool print_diff = false, const char* info = 0); - -template void PrintBlob(const Blob* blob, bool print_diff = false, const char* info = 0); - - -template -void FillWithMax(Blob* blob, float max_value = 1) { - - srand(2000); - - for (int i = 0; i < blob->count(); ++i) { - blob->mutable_cpu_data()[i] = ((double) rand() / RAND_MAX) * max_value; - } -} -template void FillWithMax(Blob* const blob, float max_value = 1); -template void FillWithMax(Blob* const blob, float max_value = 1); - - -template -void FillAsRGB(Blob* blob) { - - srand(2000); - - for (int i = 0; i < blob->count(); ++i) { - blob->mutable_cpu_data()[i] = rand() % 256; - } -} -template void FillAsRGB(Blob* const blob); -template void FillAsRGB(Blob* const blob); - -template -void FillAsProb(Blob* blob) { - - srand(1000);//time(NULL)); - - for (int i = 0; i < blob->count(); ++i) { - double num = (double) rand() / (double) RAND_MAX; - blob->mutable_cpu_data()[i] = static_cast((num != 0) ? num : 0.0002); - } - - for (int n = 0; n < blob->num(); ++n) { - for (int h = 0; h < blob->height(); ++h) { - for (int w = 0; w < blob->width(); ++w) { - - Dtype total = 0; - - for (int c = 0; c < blob->channels(); ++c) { - total += blob->data_at(n, c, h, w); - } - - for (int c = 0; c < blob->channels(); ++c) { - blob->mutable_cpu_data()[blob->offset(n, c, h, w)] = blob->data_at(n, c, h, w) / total; - } - } - } - } -} -template void FillAsProb(Blob* const blob); -template void FillAsProb(Blob* const blob); - - -template -void FillAsLogProb(Blob* blob) { - FillAsProb(blob); - - for (int i = 0; i < blob->count(); ++i) { - blob->mutable_cpu_data()[i] = log(blob->cpu_data()[i]); - } -} -template void FillAsLogProb(Blob* const blob); -template void FillAsLogProb(Blob* const blob); - -} diff --git a/caffe-crfrnn/include/caffe/util/upgrade_proto.hpp b/caffe-crfrnn/include/caffe/util/upgrade_proto.hpp deleted file mode 100644 index 45483685..00000000 --- a/caffe-crfrnn/include/caffe/util/upgrade_proto.hpp +++ /dev/null @@ -1,55 +0,0 @@ -#ifndef CAFFE_UTIL_UPGRADE_PROTO_H_ -#define CAFFE_UTIL_UPGRADE_PROTO_H_ - -#include - -#include "caffe/proto/caffe.pb.h" -#include "caffe/proto/caffe_pretty_print.pb.h" - -namespace caffe { - -// Return true iff any layer contains parameters specified using -// deprecated V0LayerParameter. -bool NetNeedsUpgrade(const NetParameter& net_param); - -// Perform all necessary transformations to upgrade a V0NetParameter into a -// NetParameter (including upgrading padding layers and LayerParameters). -bool UpgradeV0Net(const NetParameter& v0_net_param, NetParameter* net_param); - -// Upgrade NetParameter with padding layers to pad-aware conv layers. -// For any padding layer, remove it and put its pad parameter in any layers -// taking its top blob as input. -// Error if any of these above layers are not-conv layers. -void UpgradeV0PaddingLayers(const NetParameter& param, - NetParameter* param_upgraded_pad); - -// Upgrade a single V0LayerConnection to the new LayerParameter format. -bool UpgradeLayerParameter(const LayerParameter& v0_layer_connection, - LayerParameter* layer_param); - -LayerParameter_LayerType UpgradeV0LayerType(const string& type); - -// Return true iff any layer contains deprecated data transformation parameters. -bool NetNeedsDataUpgrade(const NetParameter& net_param); - -// Perform all necessary transformations to upgrade old transformation fields -// into a TransformationParameter. -void UpgradeNetDataTransformation(NetParameter* net_param); - -// Convert a NetParameter to NetParameterPrettyPrint used for dumping to -// proto text files. -void NetParameterToPrettyPrint(const NetParameter& param, - NetParameterPrettyPrint* pretty_param); - -// Check for deprecations and upgrade the NetParameter as needed. -void UpgradeNetAsNeeded(NetParameter* param); - -// Read parameters from a file into a NetParameter proto message. -void ReadNetParamsFromTextFileOrDie(const string& param_file, - NetParameter* param); -void ReadNetParamsFromBinaryFileOrDie(const string& param_file, - NetParameter* param); - -} // namespace caffe - -#endif // CAFFE_UTIL_UPGRADE_PROTO_H_ diff --git a/caffe-crfrnn/include/caffe/vision_layers.hpp b/caffe-crfrnn/include/caffe/vision_layers.hpp deleted file mode 100755 index 4c402a9f..00000000 --- a/caffe-crfrnn/include/caffe/vision_layers.hpp +++ /dev/null @@ -1,658 +0,0 @@ -#ifndef CAFFE_VISION_LAYERS_HPP_ -#define CAFFE_VISION_LAYERS_HPP_ - -#include -#include -#include - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/common_layers.hpp" -#include "caffe/data_layers.hpp" -#include "caffe/layer.hpp" -#include "caffe/loss_layers.hpp" -#include "caffe/neuron_layers.hpp" -#include "caffe/proto/caffe.pb.h" - -#include "caffe/util/modified_permutohedral.hpp" -#include - -namespace caffe { - -template -class BaseConvolutionLayer : public Layer { - public: - explicit BaseConvolutionLayer(const LayerParameter& param) - : Layer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline int MinBottomBlobs() const { return 1; } - virtual inline int MinTopBlobs() const { return 1; } - virtual inline bool EqualNumBottomTopBlobs() const { return true; } - - protected: - // Helper functions that abstract away the column buffer and gemm arguments. - // The last argument in forward_cpu_gemm is so that we can skip the im2col if - // we just called weight_cpu_gemm with the same input. - void forward_cpu_gemm(const Dtype* input, const Dtype* weights, - Dtype* output, bool skip_im2col = false); - void forward_cpu_bias(Dtype* output, const Dtype* bias); - void backward_cpu_gemm(const Dtype* input, const Dtype* weights, - Dtype* output); - void weight_cpu_gemm(const Dtype* input, const Dtype* output, Dtype* - weights); - void backward_cpu_bias(Dtype* bias, const Dtype* input); - -#ifndef CPU_ONLY - void forward_gpu_gemm(const Dtype* col_input, const Dtype* weights, - Dtype* output, bool skip_im2col = false); - void forward_gpu_bias(Dtype* output, const Dtype* bias); - void backward_gpu_gemm(const Dtype* input, const Dtype* weights, - Dtype* col_output); - void weight_gpu_gemm(const Dtype* col_input, const Dtype* output, Dtype* - weights); - void backward_gpu_bias(Dtype* bias, const Dtype* input); -#endif - - // reverse_dimensions should return true iff we are implementing deconv, so - // that conv helpers know which dimensions are which. - virtual bool reverse_dimensions() = 0; - // Compute height_out_ and width_out_ from other parameters. - virtual void compute_output_shape() = 0; - - int kernel_h_, kernel_w_; - int stride_h_, stride_w_; - int num_; - int channels_; - int pad_h_, pad_w_; - int height_, width_; - int group_; - int num_output_; - int height_out_, width_out_; - bool bias_term_; - bool is_1x1_; - - private: - // wrap im2col/col2im so we don't have to remember the (long) argument lists - inline void conv_im2col_cpu(const Dtype* data, Dtype* col_buff) { - im2col_cpu(data, conv_in_channels_, conv_in_height_, conv_in_width_, - kernel_h_, kernel_w_, pad_h_, pad_w_, stride_h_, stride_w_, col_buff); - } - inline void conv_col2im_cpu(const Dtype* col_buff, Dtype* data) { - col2im_cpu(col_buff, conv_in_channels_, conv_in_height_, conv_in_width_, - kernel_h_, kernel_w_, pad_h_, pad_w_, stride_h_, stride_w_, data); - } -#ifndef CPU_ONLY - inline void conv_im2col_gpu(const Dtype* data, Dtype* col_buff) { - im2col_gpu(data, conv_in_channels_, conv_in_height_, conv_in_width_, - kernel_h_, kernel_w_, pad_h_, pad_w_, stride_h_, stride_w_, col_buff); - } - inline void conv_col2im_gpu(const Dtype* col_buff, Dtype* data) { - col2im_gpu(col_buff, conv_in_channels_, conv_in_height_, conv_in_width_, - kernel_h_, kernel_w_, pad_h_, pad_w_, stride_h_, stride_w_, data); - } -#endif - - int conv_out_channels_; - int conv_in_channels_; - int conv_out_spatial_dim_; - int conv_in_height_; - int conv_in_width_; - int kernel_dim_; - int weight_offset_; - int col_offset_; - int output_offset_; - - //memory reduced change before - //Blob col_buffer_; - //memory reduced change before end - static Blob col_buffer_; - Blob bias_multiplier_; -}; - -/** - * @brief Convolves the input image with a bank of learned filters, - * and (optionally) adds biases. - * - * Caffe convolves by reduction to matrix multiplication. This achieves - * high-throughput and generality of input and filter dimensions but comes at - * the cost of memory for matrices. This makes use of efficiency in BLAS. - * - * The input is "im2col" transformed to a channel K' x H x W data matrix - * for multiplication with the N x K' x H x W filter matrix to yield a - * N' x H x W output matrix that is then "col2im" restored. K' is the - * input channel * kernel height * kernel width dimension of the unrolled - * inputs so that the im2col matrix has a column for each input region to - * be filtered. col2im restores the output spatial structure by rolling up - * the output channel N' columns of the output matrix. - */ -template -class ConvolutionLayer : public BaseConvolutionLayer { - public: - /** - * @param param provides ConvolutionParameter convolution_param, - * with ConvolutionLayer options: - * - num_output. The number of filters. - * - kernel_size / kernel_h / kernel_w. The filter dimensions, given by - * kernel_size for square filters or kernel_h and kernel_w for rectangular - * filters. - * - stride / stride_h / stride_w (\b optional, default 1). The filter - * stride, given by stride_size for equal dimensions or stride_h and stride_w - * for different strides. By default the convolution is dense with stride 1. - * - pad / pad_h / pad_w (\b optional, default 0). The zero-padding for - * convolution, given by pad for equal dimensions or pad_h and pad_w for - * different padding. Input padding is computed implicitly instead of - * actually padding. - * - group (\b optional, default 1). The number of filter groups. Group - * convolution is a method for reducing parameterization by selectively - * connecting input and output channels. The input and output channel dimensions must be divisible - * by the number of groups. For group @f$ \geq 1 @f$, the - * convolutional filters' input and output channels are separated s.t. each - * group takes 1 / group of the input channels and makes 1 / group of the - * output channels. Concretely 4 input channels, 8 output channels, and - * 2 groups separate input channels 1-2 and output channels 1-4 into the - * first group and input channels 3-4 and output channels 5-8 into the second - * group. - * - bias_term (\b optional, default true). Whether to have a bias. - * - engine: convolution has CAFFE (matrix multiplication) and CUDNN (library - * kernels + stream parallelism) engines. - */ - explicit ConvolutionLayer(const LayerParameter& param) - : BaseConvolutionLayer(param) {} - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_CONVOLUTION; - } - virtual inline DiagonalAffineMap coord_map() { - return FilterMap(this->kernel_h_, this->kernel_w_, this->stride_h_, - this->stride_w_, this->pad_h_, this->pad_w_).inv(); - } - - protected: - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual inline bool reverse_dimensions() { return false; } - virtual void compute_output_shape(); -}; - -template -class DeconvolutionLayer : public BaseConvolutionLayer { - public: - explicit DeconvolutionLayer(const LayerParameter& param) - : BaseConvolutionLayer(param) {} - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_DECONVOLUTION; - } - virtual inline DiagonalAffineMap coord_map() { - return FilterMap(this->kernel_h_, this->kernel_w_, this->stride_h_, - this->stride_w_, this->pad_h_, this->pad_w_); - } - protected: - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual inline bool reverse_dimensions() { return true; } - virtual void compute_output_shape(); -}; - -#ifdef USE_CUDNN -/* - * @brief cuDNN implementation of ConvolutionLayer. - * Fallback to ConvolutionLayer for CPU mode. - * - * cuDNN accelerates convolution through forward kernels for filtering and bias - * plus backward kernels for the gradient w.r.t. the filters, biases, and - * inputs. Caffe + cuDNN further speeds up the computation through forward - * parallelism across groups and backward parallelism across gradients. - * - * The CUDNN engine does not have memory overhead for matrix buffers. For many - * input and filter regimes the CUDNN engine is faster than the CAFFE engine, - * but for fully-convolutional models and large inputs the CAFFE engine can be - * faster as long as it fits in memory. -*/ -template -class CuDNNConvolutionLayer : public ConvolutionLayer { - public: - explicit CuDNNConvolutionLayer(const LayerParameter& param) - : ConvolutionLayer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - virtual ~CuDNNConvolutionLayer(); - - protected: - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - cudnnHandle_t* handle_; - cudaStream_t* stream_; - vector bottom_descs_, top_descs_; - cudnnTensorDescriptor_t bias_desc_; - cudnnFilterDescriptor_t filter_desc_; - vector conv_descs_; - int bottom_offset_, top_offset_, weight_offset_, bias_offset_; - size_t workspaceSizeInBytes; - void *workspace; -}; -#endif - -/*! - * \brief A helper class for {@link MultiStageMeanfieldLayer} class, which is the Caffe layer that implements the - * CRF-RNN described in the paper: Conditional Random Fields as Recurrent Neural Networks. IEEE ICCV 2015. - * - * This class itself is not a proper Caffe layer although it behaves like one to some degree. - * - * \authors Sadeep Jayasumana, Bernardino Romera-Paredes, Shuai Zheng, Zhizhong Su. - * \version 1.0 - * \date 2015 - * \copyright Torr Vision Group, University of Oxford. - * \details If you use this code, please consider citing the paper: - * Shuai Zheng, Sadeep Jayasumana, Bernardino Romera-Paredes, Vibhav Vineet, Zhizhong Su, Dalong Du, - * Chang Huang, Philip H. S. Torr. Conditional Random Fields as Recurrent Neural Networks. IEEE ICCV 2015. - * - * For more information about CRF-RNN, please visit the project website http://crfasrnn.torr.vision. - */ -template -class MeanfieldIteration { - - public: - /** - * Must be invoked only once after the construction of the layer. - */ - void OneTimeSetUp( - Blob* const unary_terms, - Blob* const softmax_input, - Blob* const output_blob, - const shared_ptr spatial_lattice, - const Blob* const spatial_norm); - - /** - * Must be invoked before invoking {@link Forward_cpu()} - */ - virtual void PrePass( - const vector > >& parameters_to_copy_from, - const vector >* const bilateral_lattices, - const Blob* const bilateral_norms); - - /** - * Forward pass - to be called during inference. - */ - virtual void Forward_cpu(); - - /** - * Backward pass - to be called during training. - */ - virtual void Backward_cpu(); - - // A quick hack. This should be properly encapsulated. - vector > >& blobs() { - return blobs_; - } - - protected: - vector > > blobs_; - - int count_; - int num_; - int channels_; - int height_; - int width_; - int num_pixels_; - - Blob spatial_out_blob_; - Blob bilateral_out_blob_; - Blob pairwise_; - Blob softmax_input_; - Blob prob_; - Blob message_passing_; - - vector*> softmax_top_vec_; - vector*> softmax_bottom_vec_; - vector*> sum_top_vec_; - vector*> sum_bottom_vec_; - - shared_ptr > softmax_layer_; - shared_ptr > sum_layer_; - - shared_ptr spatial_lattice_; - const vector >* bilateral_lattices_; - - const Blob* spatial_norm_; - const Blob* bilateral_norms_; - -}; - -/*! - * \brief The Caffe layer that implements the CRF-RNN described in the paper: - * Conditional Random Fields as Recurrent Neural Networks. IEEE ICCV 2015. - * - * \authors Sadeep Jayasumana, Bernardino Romera-Paredes, Shuai Zheng, Zhizhong Su. - * \version 1.0 - * \date 2015 - * \copyright Torr Vision Group, University of Oxford. - * \details If you use this code, please consider citing the paper: - * Shuai Zheng, Sadeep Jayasumana, Bernardino Romera-Paredes, Vibhav Vineet, Zhizhong Su, Dalong Du, - * Chang Huang, Philip H. S. Torr. Conditional Random Fields as Recurrent Neural Networks. IEEE ICCV 2015. - * - * For more information about CRF-RNN, please visit the project website http://crfasrnn.torr.vision. - */ -template -class MultiStageMeanfieldLayer : public Layer { - - public: - explicit MultiStageMeanfieldLayer(const LayerParameter& param) : Layer(param) {} - - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_MULTI_STAGE_MEANFIELD; - } - virtual inline int ExactNumBottomBlobs() const { return 3; } - virtual inline int ExactNumTopBlobs() const { return 1; } - - protected: - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - virtual void compute_spatial_kernel(float* const output_kernel); - virtual void compute_bilateral_kernel(const Blob* const rgb_blob, const int n, float* const output_kernel); - - int count_; - int num_; - int channels_; - int height_; - int width_; - int num_pixels_; - - Dtype theta_alpha_; - Dtype theta_beta_; - Dtype theta_gamma_; - int num_iterations_; - - boost::shared_array norm_feed_; - Blob spatial_norm_; - Blob bilateral_norms_; - - vector*> split_layer_bottom_vec_; - vector*> split_layer_top_vec_; - vector > > split_layer_out_blobs_; - vector > > iteration_output_blobs_; - vector > > meanfield_iterations_; - - shared_ptr > split_layer_; - - shared_ptr spatial_lattice_; - boost::shared_array bilateral_kernel_buffer_; - vector > bilateral_lattices_; -}; - - -/** - * @brief A helper for image operations that rearranges image regions into - * column vectors. Used by ConvolutionLayer to perform convolution - * by matrix multiplication. - * - * TODO(dox): thorough documentation for Forward, Backward, and proto params. - */ -template -class Im2colLayer : public Layer { - public: - explicit Im2colLayer(const LayerParameter& param) - : Layer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_IM2COL; - } - virtual inline int ExactNumBottomBlobs() const { return 1; } - virtual inline int ExactNumTopBlobs() const { return 1; } - - protected: - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - int kernel_h_, kernel_w_; - int stride_h_, stride_w_; - int channels_; - int height_, width_; - int pad_h_, pad_w_; -}; - -// Forward declare PoolingLayer and SplitLayer for use in LRNLayer. -template class PoolingLayer; -template class SplitLayer; - -/** - * @brief Normalize the input in a local region across or within feature maps. - * - * TODO(dox): thorough documentation for Forward, Backward, and proto params. - */ -template -class LRNLayer : public Layer { - public: - explicit LRNLayer(const LayerParameter& param) - : Layer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_LRN; - } - virtual inline int ExactNumBottomBlobs() const { return 1; } - virtual inline int ExactNumTopBlobs() const { return 1; } - virtual inline DiagonalAffineMap coord_map() { - return DiagonalAffineMap::identity(2); - } - - protected: - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - virtual void CrossChannelForward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void CrossChannelForward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void WithinChannelForward(const vector*>& bottom, - const vector*>& top); - virtual void CrossChannelBackward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void CrossChannelBackward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void WithinChannelBackward(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - int size_; - int pre_pad_; - Dtype alpha_; - Dtype beta_; - Dtype k_; - int num_; - int channels_; - int height_; - int width_; - - // Fields used for normalization ACROSS_CHANNELS - // scale_ stores the intermediate summing results - Blob scale_; - - // Fields used for normalization WITHIN_CHANNEL - shared_ptr > split_layer_; - vector*> split_top_vec_; - shared_ptr > square_layer_; - Blob square_input_; - Blob square_output_; - vector*> square_bottom_vec_; - vector*> square_top_vec_; - shared_ptr > pool_layer_; - Blob pool_output_; - vector*> pool_top_vec_; - shared_ptr > power_layer_; - Blob power_output_; - vector*> power_top_vec_; - shared_ptr > product_layer_; - Blob product_input_; - vector*> product_bottom_vec_; -}; - - -/** - * @brief Pools the input image by taking the max, average, etc. within regions. - * - * TODO(dox): thorough documentation for Forward, Backward, and proto params. - */ -template -class PoolingLayer : public Layer { - public: - explicit PoolingLayer(const LayerParameter& param) - : Layer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_POOLING; - } - virtual inline int ExactNumBottomBlobs() const { return 1; } - virtual inline int MinTopBlobs() const { return 1; } - // MAX POOL layers can output an extra top blob for the mask; - // others can only output the pooled inputs. - virtual inline int MaxTopBlobs() const { - return (this->layer_param_.pooling_param().pool() == - PoolingParameter_PoolMethod_MAX) ? 2 : 1; - } - virtual inline DiagonalAffineMap coord_map() { - return FilterMap(kernel_h_, kernel_w_, stride_h_, stride_w_, - pad_h_, pad_w_).inv(); - } - - protected: - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - int kernel_h_, kernel_w_; - int stride_h_, stride_w_; - int pad_h_, pad_w_; - int channels_; - int height_, width_; - int pooled_height_, pooled_width_; - bool global_pooling_; - Blob rand_idx_; - Blob max_idx_; -}; - -#ifdef USE_CUDNN -/* - * @brief cuDNN implementation of PoolingLayer. - * Fallback to PoolingLayer for CPU mode. -*/ -template -class CuDNNPoolingLayer : public PoolingLayer { - public: - explicit CuDNNPoolingLayer(const LayerParameter& param) - : PoolingLayer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - virtual ~CuDNNPoolingLayer(); - // Currently, cuDNN does not support the extra top blob. - virtual inline int MinTopBlobs() const { return -1; } - virtual inline int ExactNumTopBlobs() const { return 1; } - - protected: - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - cudnnHandle_t handle_; - cudnnTensorDescriptor_t bottom_desc_, top_desc_; - cudnnPoolingDescriptor_t pooling_desc_; - cudnnPoolingMode_t mode_; -}; -#endif - -template -class CropLayer : public Layer { - public: - explicit CropLayer(const LayerParameter& param) - : Layer(param) {} - virtual void LayerSetUp(const vector*>& bottom, - const vector*>& top); - virtual void Reshape(const vector*>& bottom, - const vector*>& top); - - virtual inline LayerParameter_LayerType type() const { - return LayerParameter_LayerType_CROP; - } - virtual inline int ExactNumBottomBlobs() const { return 2; } - virtual inline int ExactNumTopBlobs() const { return 1; } - virtual inline DiagonalAffineMap coord_map() { - vector > coefs; - coefs.push_back(make_pair(1, - crop_h_)); - coefs.push_back(make_pair(1, - crop_w_)); - return DiagonalAffineMap(coefs); - } - - protected: - virtual void Forward_cpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - virtual void Forward_gpu(const vector*>& bottom, - const vector*>& top); - virtual void Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom); - - int crop_h_, crop_w_; -}; - -} // namespace caffe - -#endif // CAFFE_VISION_LAYERS_HPP_ diff --git a/caffe-crfrnn/matlab/CMakeLists.txt b/caffe-crfrnn/matlab/CMakeLists.txt deleted file mode 100644 index f420df8d..00000000 --- a/caffe-crfrnn/matlab/CMakeLists.txt +++ /dev/null @@ -1,72 +0,0 @@ -# Builds Matlab (or Octave) interface. In case of Matlab caffe must be -# compield as shared library. Octave can link static or shared caffe library -# To install octave run: sudo apt-get install liboctave-dev - -if(NOT BUILD_matlab) - return() -endif() - -if(HAVE_MATLAB AND Octave_compiler) - set(build_using ${Matlab_build_mex_using}) -elseif(HAVE_MATLAB AND NOT Octave_compiler) - set(build_using "Matlab") -elseif(NOT HAVE_MATLAB AND Octave_compiler) - set(build_using "Octave") -else() - return() -endif() - -if(NOT BUILD_SHARED_LIBS AND build_using MATCHES Matlab) - message(FATAL_ERROR "Matlab MEX interface (with default mex options file) can only be built if caffe is compiled as shared library. Please enable 'BUILD_SHARED_LIBS' in CMake. Aternativelly you can switch to Octave compiler.") -endif() - -# helper function to set proper mex file extention -function(caffe_fetch_and_set_proper_mexext mexfile_variable) - execute_process(COMMAND ${Matlab_mexext} OUTPUT_STRIP_TRAILING_WHITESPACE RESULT_VARIABLE res OUTPUT_VARIABLE ext) - if(res MATCHES 0) - get_filename_component(folder ${${mexfile_variable}} PATH) - get_filename_component(name_we ${${mexfile_variable}} NAME_WE) - set(${mexfile_variable} ${folder}/${name_we}.${ext} PARENT_SCOPE) - endif() -endfunction() - -# global settings -file(GLOB Matlab_srcs +caffe/private/caffe_.cpp) -set(Matlab_caffe_mex ${PROJECT_SOURCE_DIR}/matlab/+caffe/private/caffe_.mex) - -caffe_get_current_cflags(cflags) -caffe_parse_linker_libs(Caffe_LINKER_LIBS folders libflags macos_frameworks) -set(folders $ ${folders}) - -# prepare linker flag lists -string(REPLACE ";" ";-L" link_folders "-L${folders}") -string(REPLACE ";" ":" rpath_folders "${folders}") - -if(build_using MATCHES "Matlab") - set(libflags -lcaffe${Caffe_POSTFIX} ${libflags}) # Matlab R2014a complans for -Wl,--whole-archive - - caffe_fetch_and_set_proper_mexext(Matlab_caffe_mex) - add_custom_command(OUTPUT ${Matlab_caffe_mex} COMMAND ${Matlab_mex} - ARGS -output ${Matlab_caffe_mex} ${Matlab_srcs} ${cflags} ${link_folders} ${libflags} - DEPENDS caffe COMMENT "Building Matlab interface: ${Matlab_caffe_mex}" VERBATIM) - add_custom_target(matlab ALL DEPENDS ${Matlab_caffe_mex} SOURCES ${Matlab_srcs}) - -elseif(build_using MATCHES "Octave") - - if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") - set(libflags -Wl,-force_load,$ ${libflags}) - elseif("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") - set(libflags -Wl,--whole-archive -lcaffe${Caffe_POSTFIX} -Wl,--no-whole-archive ${libflags}) - endif() - - add_custom_command(OUTPUT ${Matlab_caffe_mex} COMMAND ${Octave_compiler} - ARGS --mex -o ${Matlab_caffe_mex} ${Matlab_srcs} ${cflags} ${link_folders} ${libflags} -Wl,-rpath,${rpath_folders} - DEPENDS caffe COMMENT "Building Octave interface: ${Matlab_caffe_mex}" VERBATIM) - - add_custom_target(octave ALL DEPENDS ${Matlab_caffe_mex} SOURCES ${Matlab_srcs}) -endif() - -# ---[ Install -file(GLOB mfiles caffe/*.m) -install(FILES ${mfiles} ${Matlab_caffe_mex} DESTINATION matlab) - diff --git a/caffe-crfrnn/matlab/caffe/.gitignore b/caffe-crfrnn/matlab/caffe/.gitignore deleted file mode 100644 index 56c01d95..00000000 --- a/caffe-crfrnn/matlab/caffe/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/caffe.mexa64 diff --git a/caffe-crfrnn/matlab/caffe/ilsvrc_2012_mean.mat b/caffe-crfrnn/matlab/caffe/ilsvrc_2012_mean.mat deleted file mode 100644 index f1da25c84a1a4bdd6d32aee386bcdbed48bba99c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 786640 zcmbSzg?AH;7i@8N_d<(Ppg6?`cPPbOibHYtV#VFPxEFVAo9u4feK$$*7I%H~o!@)^ zz~h`fyGh!#K<3`LGjq3lo0x8G5ZbVI-O%oBVj{*)m>e70Yx2lhW8-E_i3*(-H*>)4YE)>4852T##LWqf`}jx7IO^Ur?|bMu%mW#qWn;ZtHqPW|uM|Mz`)L-Gvq z;IqqvhWWjSYU9QAAznmG@nX#?FLGV-;_6*5sy_7Mn8%AFzr7Ii`H;JS4@o?t>-ey| zz7HW~efUz@hk`A9Xw}w-aZx@vc`fwy!93iDJY9Vl-Hzw(KE!tLL2l{8j7C0O<#SQB ze0ZMUhZZ?~P;&6~FJ8>_doj%5ML`YEDg3=ody%-;i&DG2Xq@0h-icmJ9qvWVF+id<`=lGuOWbHV%8eo2+?XEbhAo#HOJBQ?VRzx^Jr^2ma^db27nE2R zRy22^RDKuoq&X2PI#Ket6Q`Fr(P5Yqt2;QcuDla}KRfW(tb=>2dgn4(HN! z2zTnx_lypan{>FoS%>3Gb$H)fhq}#lXcVF2|ECV$d|C{7szv4`EiC)Bc(q82ZPT^b zGfaz5EwzX(szu2!8u&hFFxR0$NRkHocW6*KUV~GUG^ki#gIa|&SpGvoE5C$$HzoYr zCn3jH2}P$#n9*87=4ukYSCydtEy5;=m~vG_{2md#=ZcsdBVukR5&i0jXr4<%8@B+p zAfVYj0T&JmC^}z&y{`c0L;!}xU z$GvEx*sV`?Eca({K9kIjXC7hQO;%!Qo8T{zp= zg=p4=Y44p_Wpg6+h7%LEIZs}9uJ;lK#ih1ebrlq}&u z`*(Icl}a&WjxI5FOs-%@lfO1pvf0q;xDB^f*syw(4ZGUgh)WyHudTRa zwPM%>D{`?WgpajiK^rT!RI;M!cMDEgEjXQG!P>(XOj%_?=r{{9HL{>*VGDFVGiKf} zZwHd3!&3N|Dg#5AzMMV>g=S=9l!GylkOvp391YaW)3KchD z={qBq2YBd>5N{gM?Eve;Vj~j!7%>V)_$nKrDr`ibmj=u<8<2d{fYcKPbXsq~lGz5d z9cci%81SW@0TT)sQ2UJ@39Jjjb9!uNU5H(+$IX#?gmhq?XrzZNRFAEh^(gyRht*~s zdS21Nvsj0GQ*+iP*Q zk``AAXz~5E28*7u9wcf|c&!FICu^{jM>Xy*|jD)kBB{ZEU zp+av7uj)xiFDc=AP6?kfL?ot&IFKl!*G3Uv7K(TpEn-na5r(27<`ooiI1B4Tx`6jj z1XSB5VBI7E8wLp&(O7_?uz)?^)cpLYv5j@1*EThdPF3SuM>Rrsl(TEuzBWZ>cC}N=4Hrsn~ud6^{5+%oQ8;mC^aBjFN(kVUmo3Rv8OLnRP;j z3olOe2>2}-hGlWl8>+ckRiR7k@T9i<11^%8yVpN8L#{@YWZa3yCS3aAsI)G z$uMk`@nb5#ZZyAckc`irWn{FGF|V!+KkLKA>@qt3^P$UIAKtsjCs-rC-0-3P0Us{0 zE*Rr|s5g_fYKRYyJNe+P;lr$wJ`~PGUh>9^JhB(H1TVDY6T4UwG|RpCGQo>q@ItEK zMTZbCuCNvy6+D=F$%AdHSrcMCh#u{MqXDnWdQgY;V1PnykmSb6y>2AWbfa`nH@?;- zXJ9R`y>j8!br(*pbK&n87Y4U=VObRyj^}XUh~J5hx10!Wc4GHLCkFO*qI8%OMZY?5 z+v~u}M-EKf>Ok^12kNzO;5qAnDW?P76>@OdTUiHAHnzf5z=}`rEtqYzpu`gk9v`$| z+jtAEH?-h&Aq$qJn^DPNMj_S!@qihTbIouLU>#^@#(~;q%*jcv@Rhv4VnW0n6SiJ5 zA$^qzNxe7_GXO9{%Yn=hX=?0{+4%}~Pz@JJ6l+A9yLPd`odOb2O>Cs?=9&_gC@qCOP z2YTvJHA0U)#q>DylbC<5!@p}fRNbS)-wnk3RN}v{4qH0waJ8-umclxGf1||~D|vyS zMWu6E)LN^>>Zw{J4< zCP&!&LV`h(aQU)?Li;6LS}MUYOhR-|2|t@lXkSV~rne%x*+raxBBJ0<5hs_5m^NBO z{#X$igGBZba)>e_vVIb9k36CJRRLqS3b-;^K+Dboo>ygE$SvUDb2UakQe*rXHM%cR zV_J+FRon4gRgD3q)riVa!GA{u@reo_PpU9(y9(OHDy$pM=Le|py1fc5ORG>?A~zsE z*xED&`_FqZ!tX<_`7&-3iy6fAP=}1DH1>O9c@D9Ao4EC5QqVNJf=l@n+zV5%sEUHp z;R?o-RB()sdqpaUsi$CdQw2ZTDEP$dN_>4;Z3P#3y`u(SE3cqbQ3dHG6dWk1;KeT) zdt5S#@#mFh9Z}zuG5&}Q({6Hu%`zUb4y_IA+wh1S;9X-rCI`6v*^0NK6^DrZ?F+2{=YkXD0P_l4k^7Ye=@tvroD1r$ zx8V3R3vAsi7+TbV`)|$Ionpqr3uf5Xm@#9#8Q;5`u_nrlt%ZsG5Hs8!6IQ6m0S=q6 zcAg3GaVCUyH9-|>f_W8Yfc<1Y(8mvdJ zj(SM7_4r$YvjhA8vG+RUw&^h9fexLw=&*mf4l9T2u#~vZ7p246FddZaI#id5?_@3e zjuwuiTD)ATMfZtXc>8KmxsetN%4o6u6XyV%1~YFH`@1<0EY)CJtOiv(X^_962Hnc= z_3ske1SBk0OW2YmVekh||kNv>z+N z-(SQ)9)o&_I2$SAA@TqIodBy^K!r2J{~7@uhVtB9fTOm669ojUda1?)qZ<3}sIh0A z8WlJrj2*2;*G_6kHPvWKK2Xf4LhGOkx6CTU-cTX^oC?zps<3iBug9xkB{$IhNyW=4 zsklBP1r69EYj>2fn!WgT5d|meD`?h8!PqVeTJX3+EXQ>wUZaWo7zNjc5cAU&beN&w z<6H&q$qG`ZDtJFzfnfscL!5$Y^H>k~`lRs++D%dLfzS6C$@dtb;7>ONMW7%oN`bGc zf`>U2l=&y46Zyhb@`A7A6fM;<+B}f){j`i0t7W8<6Xazbc+*wJx+XGa)s|7ODCdjs zK6HHHLw<`7tFQX7?KHW;PS%BGoCU`DP_(xXZKy?rhLRiP@uBPwFIojz15&-1a@LC? z)Dvor@M0)6gg#BZc$CXaZsI{n;$L^(gDCd@cf&mBF_1@7502#b;K55bLR4KdBMeueq>(y9+%hy707(3w4U|xnE9Hb~*9pGV#93iN`~oxZcc( zO{JXB1s%{nbwG2%f$|F-$lKq6Q^fx4!VZLfu*3P-j!b*04Uqrm>~F`rDt7$(W5XK3 zhRN*vLx}w@U2G^G$-ZCMhJx(-E73ko;0Aeh~Ps?W@5_1KJyd(C*Vj5EM6GbT1C_G_~L6Z_NNnUKkDLd{JsDvFFc-GC^O8{6EBm@?Ilm-ZA3fIV0Y0Fv2v`h?0YiXw%w=uo_0xs9?m{@5H;! zfCG07XtmvdLko!cQ3ja0vK}-vAZHZ=4wLs6q9#z^qsQ!rdelwS<9vc1nI`Iyx2+xv z!}O?-M~`mbbtvd2=Qrpu;l2*7Pw7y48=o7igT1{D9qaSDqz>bW`!S!j`0UnV-W@G| z?$9E7wH9@za0Vdmt990*ZEYg%$cY`>5dwdCHD`h!CH_{ zgX`ZUl<-Ng>mZ3qYK%)zquE9^B8RJ?ZmULe1vT!5sF5YJ8a=)E4H-_%KAqKk#eV|1%N$m$S(j z{oV(O8pV@)KIkq}w@CEi{CXdP<9+x+?eS$ZADV>ua504EPhRY!u4tFM=tx~NlD+@i zOfOiPuk1msUv3okx)Dze;Pnpn|A}to z@534p;YOEiZj|Hvf9AXkBRKyn{W_gN*KC-u z%!XgxY$#FHhQj}>h*GR*D_9XcWJSwG)B&TdxK!JUgd$cnf5!gKng8Ps3(_W8kUiRh zL$xeuSK5N-&&~LfWX64B{@NHb{*vb}FK>qSiwRGICYTK-RNn|~DI?x|WsiSuKtGECrHJ`@#C+eW z1`LbgW6t@PD;tm{w*gbW>+#8_hwz9x-~~M{AJN0ViF5x{J(_mcV@*TO{)P2;%s$^# zqr*kc`P=vDkYkw+l_%>kgBsxPCOXc&I-D$~Lvp$nr_5TsWv@>-qD96Y_I399D&w@6 z)P)=%QVSn-z`l94=p3TOVh_3gLk)Ep4Kk0>;9ds}`?3bc@*1qq%l`jHLRt3v9#19Q zC)cl*C1;bB~3!G4pPL?s_f{ZoPAAZe~vEV-~v7L-O)n$xh4Y;3E zM&>_0Twwo?r%rhIx(`_olk=1RXQP%W(_1K0pM0Q@58vr2^iAXZFM9FjiWkE-dNF6A z7cu1i+v<4nlitVY&mMHMdGPas2io->V3G$XJ9)6BoCj?~Jb3JOqY?c9<1YFGlig4e z`+2GVt@`VNj@S>s;6mIg7iJ80;c87644GZX^~MRy9VdEjaiR$Qfb!Kj@8@x%c)EkW z2D$z|2cl;>khO~gGpabyj(k7EZAa}(c4Vaw5IV??Yjx~cR?v<=uWXoo&xV()ZTLRc zhEIzS7K@!;Bo&%=p0hKH%qk&$)iyUK1))`_E17-`t)3zB={)%qF}` zH=;_45jolC7n0w%97w*;9zP(0vpseHeSZviC$rCs2DCnJK=fV%%$)0|Og12M8v`zs zF-U)HlX>d}#NeaD&X_c3~O@2p3W7JBH5=u!Tg4%yOlI3(&&E0Opn z=1)z~A!i>QCN`z+UrC2NA>{TiwODV`;{81>tcQ5stVPH|Ek+GxZ||eU$EI4uhiQ>o zM2nG}@9z@xn^QE@3^gb~+-o`CC-%``O=As8mDIqVS%a$|IM=h+C)}2h_mqU}2PJG; zDbYugpc*Q{(nUi3NC|gKNSK>R!tG}wo{;NTQE|4vOPmw?=jMyJJVwODb|N;{5)nq+ zd%g+K<`6L>kBA&!1?+SQXnIXRnPUQWtrGAymbHN1Kxk8epLYS*LIjki7MR3q#cy%EM4zjifwkk2m{W<&jR|WB36ga*q`1X?cHYu=c6uc1?)F$4SN(xq573B3O z7{}M|I@#AP3ckt;uJbk1Jq4Q$3ik1P>hk)-HS+vReD6dBr+2dduO;?pDOf&M!A8yl z`yvz+r5@1huZ(`rsXN#>|7*!dZpg5Z|5x55BV>k*EJJ0SX-$0~RL1a< zbo3wZ`>^+z4?S1<>m2Zo$?K+m3^ zZ?FT2RmlU0`%sS^x3AgJjJW?h+K#U5_j$h)Hc^j^5wc%Q<4LhUQ_jB4{@K|yC zt`$SKTCr-b73qDgSR8JJ`;P@@Wee`!wV?Y^3;M)aaJ#Jqrpgu+%4R`U+y6BF1N+U$ zw29asY{tz9GaR}2__YZ=>G}QGLyS){;XpeRa#b|pcvjB*uZ>v$nEL$*BlaX1v6+}( z(%y*c;YK{lZp3lLfbq!&gx@gW)8;aFD#dQHl(G4^ANSJXQB@s2 zlhe=oriJ)iiy74O*PYNpTCatBo)&}Y^Mz5*KiEWzT&1^JM+FV;|C8|kIeWWS!klXo)}E%$zfOWJPJ(rygg)%^*IP;W z9V)?Fm@`0#gj?@Ly!8?1cc|f=6_K)E#4Yywh=n3P4r4uNCE`sL5tZ5JFaH&=>@DYc zqktI>0k`N4=6x)%zf$*GM;~yefP7;FH0mVaLp1??$_aSK-XH&#^F6u$DuLYpmKw9S zs&R7#>%l5DZckF9Ej}kqoK>x2;8xL9*@gVHC8%y+@^-sA`Dc+5Ov)!oE-Hmxg z+$ciqd)fC39CM-KY!}vY)*n&Eg{(iF@TNL3X1^2ZE1W15!?{1yi3=Ij@%0Wgyy3vt z#SWb5fq3 zgp6YE?_EhE1l!QRhVek*7B8>O_k{ZE7V?;4aR=Eu^@`+SeuJuz=wr9ma~ z`^)_`=-x|%P;&hBoau{&XfW`d1izlT9<{usTO~~6@naVGeSgmQttBK=({oYNE1gHe zx}PE}^#0R7iqM!uB;OFR{iKMU2Swx~?psjflc?|C?n&>jtcWx0^Y^of*#BO@7&DLC zbRC^akk*eu!1$+yFIpcV!*ur^fqnYD{HqcraOwvopv8W~pJCsD{6+8rq90 zbo8ZSCA~X+x`Mys{g|8J$Efwh@Nz#UFY)8;6hHlFKek2raiF0e-kN@7tLjHZ9y^Hr z+I9R8ST}~2_Tx|mKXT^rWB4EH{+|?VCpTE;W3ML{Na7q3f08o==ZAtDc|BP{`KbzS z4QB7Jp}?Dunj*b`*BSro{|oNP*m#Cs#1{Gh^d*)JmhqyMjHQj~7t#Z`#hgG%^8Rin zYJXRJc(vDu9rJw%3}qc?z+4h>f0CJoC@(qx9cBPdc_D1_GB-fqpSU-NdU23i|Hl^| z6ky+1==)!dC*L1L4p7^JCIvlMO}_v9sv9}!^)DLYM)$^UEHCSZ{ksc6f!h9V7beYN zzwbuA&sl%<4=37D-%n-FKReIKzURcd8cvM;?SR?pz@f7ae3(aFFWQ0cH5};j*^U|1 z_5aiMX3VzZQ+GQxcsnA~=;J@JAD;`-;V$3 z_+#kf-=1s21Tgc%USI1UJ$oy4`=dr&+G<2&YWMlu(yuROq~=Y3-eo`zdUe~0_kF9V z*Tou`=Q1Eq5d)h2<(%%;Lxo=+%9kr^6HK_5bMCSFEAKv3xqH|7g+Yg%;s1Eo^tS7iv~HgsP|3-y;B3hpuw4|8uZ^wj1%j&I1T;`)u3)qa{4+Nv@5Cs*yB5=OX%+6 z+-@S4AJES~Dsw}#ke|H1l8tk^M#Q(Fw{IAYxp1YI)@NS6Y(m*Cr1j?z8+8ke@w%hKG9oBLPuI1dQJ+;1YZN^#lQ~ zUBvrp0pY`WO|5@!HvuEb`FoS|AI>EpgS_9sxqt0nVn3ipF+KJEWa|D$)F?m?;2ARk z^{4?fBCcBwQloSaHPToE)>0F=I$aGNYs2_uY82kA#&hb0apViTphkpMg@_RPge|GX z_w-|;$`9XrKa3y!c*V2nl^=sNempwi$Cb@~6pZ)d$WlLMF7Tt$Tt9M5BjzXjF{!T~ zQ)B!X(94gomVSt=4Yn{p?vNvt$mvHB&JzM>gBErLxj8?KyR9G>wSYdWI2%l(cR+t3 zs~ zM~M5rwe1MYX-5Hv4f~E!+mE+lLsuIXS7YukvkjwkR!HZps4&lpcm1p|M$+H=YQZRG zc@AB)Aaa8RgGN)wZ_2qop9OJm%_w$-bNo>=vd%YS8+(06>iF@0O`OS1IG;#8Z;c5z z7MM_JG(G$pCiMD2Ki*_yR)tt+pTF0i+Ig= z-`s%d6%81{IsV@RJ(4)b_us6?cY598)d4yI>XB(c9=R+1Ey_`=kDkSh&S-M`)>_0=(BfBi zEtb94;G|xI7MC^1xm|->D>bmr*I*dEx{vJbMOtbQQCovRY3BJdY0xr*T;4+5-{Ra( z-9D1@{HEO!uC0);Z;FJ8eI)d4Dq&GY30H~v6~9Crr+0sd-hI)>oY}94SaVoJku}ux z7E#BG6A?)*f9L=adCBqX)nH91Bf^@W`5w;q^*#w09TebG2}pe?AmI`*Pi^o1asmFu zocC7<%peI^J4?Wt-t7O>`j)fjFQ~`VOZJ z3p~eOe?yHNb0%1$rf;jp(+$iG67Sauao~{}tyOAtOCc}d?9eb& zjULPpYN_*w?eXJh?f|ma4`6D`0MtCn)eT@${s6vY_>rLa(cVaGYyC*R?Z?y0e(XNx z$BeChlw?gfz@s2*f_kVQ4f^=er5$St=LVs?A7}FV5qL*WfqX#gR?vns!20vl2=-EA zSVZi1SKw)&AiB7M%hdn&F%K~HiHxJ?sP}U=x&EK_$NqnS*soDphBpuMgCB`+dVXJ- zQ4HI`Eb?3*8Zu|RysHn3D*MnVH)nu%^!ljv3x_!WFJ`Z&&o?QG+J6ZzQr~+pMe?BT z2@f_Uco56JKO&Oae_;GyD=C3}8kK_}k2sqG~>@OudldV2r)`O!b^I8Ux0chQc$)5-B$ z*zqGjvH#45dN*x|S#Cobd;ZYYHsoWz_pO^+KC``TmRM1RJRc3L_?VeF9=8Q$Pg+o& zx!#<8Ea(?$K~wtoP1x_#spV(lZ2xYY8FXtfwul+$GE7(`nDF=rbv%0Zmj^Px*TRJE zRZW<}oX)O?Mikga{eHX=%ZT}J6^!`JUY|_;?#*e=?aK|=Gsb`w^yMdqF}FuwKI*L= zPJCi%=UZ1K%`4i0LF4dvtNFAyW@4czh zwOKY_Ss7H0-$_%7u0%Q9<`otfR^GX3|*8st97 zd=BULQ{&m=V>D<`PlF_CcBaA_yvs=s?~{ZD%;$N?=j{(AlwyBxN37qCmr!jkA5V|~ z>URS;%hw^NpH@ynTxJPt(nVA-Q@iIZFC{Xsw_n61V&1w#WG;?59p-hC`qIN=zIQ+b z>p}$)q2*Q{xtjgZfXO&=m+kh7jQz2qI|8EhR+$)IF_zPXXb};1j!BVFh4ku-r-F8g9jiRz<9<|N9ci`7k47^&JFpfs>OxJR0X2h?ez@}a>BIW*o0>r7R0VVC6@1vwS}huHz@eGj}iOP^0O$BSYEy>M0Y;^rR@`nx=cxa)y$vj?Hm zc-_|ndmYaG%=X1F=lk&-dH(`8Vma$~O_|m zX897C;bEqyZ3`y?g`L>)g8JTV2lj7t;3<24i?ILk{d`aD*m%s2<16fl?`?;T8UN#- zY^Z(LhHT9792rJ0pFaLl`uG;viV@847F|Gnzqb{i>svAVmj!b~3wrOPt~Z5#UIz;* zQOh6q#f*PuGk%{oROWMkjOfm+ z&d*Ei^RtYY$lSg?%!n14j95u6Z^1R{^qZ;UPcq|-8o*gzbyttJ^yfye z)x$oXkJ~VZTUL+V%;Efbp+gD!bAQiLqi3HtFr#l=#M~V-copf#_opBK@IC!En-)Vg z%;DVBV&N_=PR^l5H-;WPF`uWE7WU#=sEGH+%;04sr$2g&9^7#abQ?4%L7hH8%pYu` zK{R{&fZr01J(F;N$1t;m!uROIUzAXVnf-AaB!tc9^CKlp?=C@X!TG(hgq(G#-&4ao zLd>`MLLL4cvv~#)>je=#nB~tyUZ1*DM9Ik_woRpuNBw?RHxZ>;Q0r?VqFOc9fPC!x z)brvv*C+oL;P%p|XRj|p%)h!L;O=z+8!u4P+bv-0Mr!->1e6*tz(m|v>?5EX&qF6N z_e;HR`v78}Ge3y^+w}VqLIvzA!8`zW1Kx4|zfq3dfLvfqCIM;m0q$A2BS0;1nvGun zV>K#@^aFX`d`peK?C~lq&tKHIoS7V=sDRe2E%j;$n8l+lpMSWXd_kk4uHr|tRsrO= z7Qjt=0E5#480rgPyfFaV)c}62;q`<7QU(U_uWJCi8wb$1TmZ#$2GEjqW3Athhj!vz z>qqs+z&G}N&H`N?(o^6Zu$@{!=^hI5 zHD#WN9H1?AfC@q8{T?#!OaH%GJoCRJWNc_H<7pKcMY8hn`IuesVJ)-2uQvLSFqQK@ zvA?*c54-92EqqIjUroM$hC4*FyvRnae+sc*G^-cwsrBXOPSEEK9+Vj4;s2!vBf~s6 z^WBZdIyVj-b))PoH_k>;`^!(A&*(zAb1sZu$~^BV7mW2?=up6gcqeteYfff>oG_1c zLWp!i``3Zob_aZ?95_0|fn}W>Fl2Kei5b2ux9m8&+>TcR>FYPJ!<&^ezm!884a7U1Fw|f8T`lTTJLiEkCL?bGgM#u)i|majFp&sOdG_$V|={ zBXTi|>;23bp8eiLziu8m{!PyHl{nXr`b2NB6P=nXasoho8V9bC0{fmTc4hbLV z%e|r(e}AKdY}D!Baz7`AI(?N+5^gYyUzr%6T|`2;yb?Olm*4kVM0UT3PEL{f1NFO` zB3_&lVLCtz6Z7`P%;60b;cYLXCUG7?ocF6NqC98$nR!JBAtJ`Vqc@i>AclVZdiMD* z27#G)0rQ#LX}FHM-Xa0V$no{-1^ie_oR4FVXTKlcg?+y*zpgd4yhg-2`TnJ70l#|+ z_}r22Rht?>7_7`gdi1|Eu1bQ(19?k$Os0B>;MC=mZb{@0nE-8 zz=O}!51oE2xkvxtydUWYsTHpEGY{=Y%MP3us2`Rr22YJSZ29%Qz+J7@lXjXW4!+Jl9h z`N!RLW9CXX0^IF+L9OrDTNf%{rOvmRdw%5nkC^2T7IvXDIe)}`Cw3fk;^Y`7Tv1L~ znd3bwInd*n1Ai7c;O*?dz|yP%FYFknrM9=*jyufnMRV4#MeHY0+aEz~KRdB+X=B6V za2sa)v|F6a8(226cPjh=p8j*HCR#p}^}kRFS{JRUjzvp>w$dv#b$ z+!tV#2n6>zYru-Uxx3wtxd2nDJ{tU66;4y*Vq7 zU9|*QDsk>72QW|r*jAFfqCDTTB7Y`1LAksFmaq===R7bg2X_g{3GQ(|7|Z98U%)qh zZ>CQC{-FZOa<-^5o$tx{V{npy^JmFR77D0IUU8cm;RbT}u>s=0cM#Vm1aWRk5Ie>P z@o+>C8(IX>uviebw*l@i1R$Re;Q6Ki%qs$@H#&gD!vjcY5kR3T0gNsmK-U}rl*#a; zwZo5VPyJYQ$PalV{lw|42jl^7YEwTb&bffP;C^}pznLSrzeT}oW&>|A3s9v6vp^M? z3&=)IfEgeaJwVM)8T)6-=o-U305t$>aTy-&0A(QuxW~+I0(Y0rGVj-lo?o6K^#5OR zAD9{c1Gl{B$DB`6v=^P~b3d59|EkY}%D1TXGv706vJvAzGSAzf zqZ_SDx-r!6!tFaQbX!iJk9j^%Ef>CKa*=mA@%1!wJj=|8Nf$vxhZ zr>s~>z8~3%yL-&-IlY|e&(ObTR`=fo3$Ag_Ur#TuhV;MPoHA3*c+k?!tcn>{_WX|Q z_bs+@wqL{?KDmBELlZLcnNa7M5uffdpR?MCzC(>jZf?X3a{a;d?-fFAtX!#t|7RwVNM`jlmTA;0KG?AK-e znZVz*_Yu~x#{#yf1awvl=z5U9H@Qdn5^@G=egzu`G3|U12lVXyrXX}T$OTRW@pgR> z9YzK5FEWTlrGuE7Cy0r1fLt$t50^O~P%Bu)`5=L{pc(nVRqBTQD+TbmPyn;Y1$Mfr z6F&0e80$dd5fFxq@n}3G@e!kprB#rC`nm1!q|Ulu^_Is9JTQ7jTF}nCU5=NR5BB13~(G=Zi4cL+sb! z&fd|Lc0_csqg`b?`cdQm;I`rQ78^bg`|DeAPmlV3j;B_v-EZZ;k(D`8?(}mkDuXTq%p#D9Kr zfS*P@=lUnzmsR5 zsLk(X{~ksB{>;Xio_PMlbH9Jw=_l@G_H}{vpb$C!u&m?<#P=E=6?s%)4Oqfipf5E-r}EuY%NX(qQ=)MCZ>zXo5i;xfR6YwL#1t9Yo3Q zK_DUsbM_#X{tlptJAjGz0{D4|{eO7?L#Ppq?-0O+8mtBR`F!R8G6H^dBo8>VpB}(s zKc;?iD3a_u~vuxHtKKCH8)1ft^9_|FHju9bnI2Amb1D ze@1ie|1taj>bnmo^u#*3e=}ob5}e<}8V=6bWFQt#j5W-i{%{W&-OhS2+SxG;*?zq6V;-+wwkGksA( zCk8xmLfq&?9C!EDm36}Y)`6J2)b=+yppIpZr=Ph&U2f82hC~oJj>;)}OtkGiWNG&{3)bMJu7L?H<$XPz!N`0Ps z{Rz(UAC_{DeuM^DILDW$q``_p?EB2z{0eYaHif(N7wE-rqfR%6Ih?`F)%BL}q9O0O zQB=a7@6_beMAT=tcFKJbF~>Q-Cx~b{O~fYl^H(wS-rEw_RYl}x&TeK_VxOP+1sR;V zeFDPB+picnZ)=FX8^rA)0fDUo%I_o(-pE;fynr|T_!@h7@&NW&Vp&&{ygH1S7IB{6!I}Lawf!_|bJNKI!m^M*#Hzzn#0j%=?ElJB?> z!=1@Cl%~J;_OBIIixq#lrw4j_N84CYoA>Sc%30rffW3aQ1%@V^`Kj$Md&qqp?&WFX z&5)waXhy#8;e9wpJT~D`0`s~t+`VsV!qHqNz7;b&=Z%=eU7TP2j5yqYd-&A!%X*l{ zzs#P$&42<6sq^(Vpds(E@wOoE#X}#j8nM4{7SDai_1W()(XU_2T^lp^X=69&aCj1P zc%5_*!s*==(BYcG%nft)N6u<7Awi2W#D2>b%-a^yVi5U#?F)+2<>h*B=auSf=7< zmz;hyGj_X)`)-`sr!!-hyO)Ru4Mj8!=Z*(cYM15=|D;{-_K$@9nZ=*S#SGXbxgaQE&%+*jd@UY>X(=PpPr_9O?-#h&cS z%-NjSTM|Od5%+bnbKd`tixcDDcw8g?rxV8)sLAbO4XDnVP>I-XM$aydn7_o=jy+?J zmtOud^7oT`@6G(WD&zxG_+BA=?@|0&>p9Qw;?KXuBf6r12=@LvEvYrs6L6A8k^g!> zf8TK89YdHW7)MS(elm!)%yUIRmo$2d)GhAk7O{^1HitV>`{eAic@iIY7O~?q=MmP8 zdhF%b3#XyjhBW9C({SiW8Y=Bb!>r|L&<#vOgYs#3@hwQ+8^pV_LHu1AL`~`h*E5Vsnx{)X$6)Q3P$!-P=Q{6s;Gi)+y!dPUBL7cGPW$@y+-=Us9sg(&KC2) zY0UOB`m4{j0rTN`^Y zJrDW6!h87~a6?$;roX|APkA@O6&I={xqt;OEbq?U-Qvvpy>;@l?nDZA_czDV->c_D z4Dabx_A&c@f&-@q@}3=K9QY*LVWiGKG~UkrJ3FqFu%q5<_WTDnT-{0R)87l$v>_sk z4fl-f`Rx5I;;hKo#EMth$^BIpyd>X$G0eh@y9Kqmqa$!1f5vt*j!)t)F8O{z@_oZI z`uQhKSj_wH+~~`D^3cy~$X&cLPl-)1tPC->_2UZJkPj9z_j?%ag)ep|eUMsJG_XOeVSxRp73-alg$cwenjIy}hG zVwR{y5$?|aw@deCpcdomY0c%Qpf5im zo!&cn{TmfEx+Lar4sxH4z5Y3~wI##I`Ljxx|C0C5a`N6ddJ)ga>!Z#R)70j}=)I@$ z^IM3Y<7>4=)ULwksnebQ#Lu}*zun1M`!4-5;=AV>=4W``vYot{*T;y9kz?5J`Via1 zOuxqT;EA6y)YdBJVn&Bpp2%MOpGQ9I9X&PnXAQGg) z=-FxQYOG*gP_stNeM64$fpY0C`82s;oieAZFI6j_mvMSQDBL zCzt2n?E>|PaVuFH4hx7S&(Z$iJW)(U)tbyHcjA4?;;3;_2YItWgl-Q19a$?Y4Q72I zuOB`v4P9Mn@V!k#qqH>S4v+_=q@gYA!1obp*xV`&>d-Vi_#Q-rIf&0UgIK;Uh(ptY zh#SOuP?!9H`atZ*05+=v^tu9QNS(0ym;lln1(;t5;5PGwA6NsnUhs40)sMalnHyj} zz{pI1?Irh$=miYsj?kh73es2u@-r8_G&{Y*H@rs}y}1J;_xWzTrPqI^m>b2I^RYA2Z)CpjbbA;4AubG4oH%vSiHg+x`ZCwsfcNwp z$$NI3J4tfcN%T|2bWW~jvR%Bsze+%dRSIqQepJBnO))s6EvEV%OJfTzdm3f=b^68duxSGG4M0P z{TpifF~6C^C-#$0>CtjIvpYTX>@%G2|LU00qIZ8>2PZxI?Ze3Ro9R$A3+H|A)~Qrl z-k*r~$YK_6a1SkcwcjwnjP_8bQgO)dwfyy`?lovdFqMy$JsTR z{r&Mb>TvJLzkQt1uL+oRj(qqieerl+Pa+;h(UWICY{&EDXlirB$rfU#P8s%f_S-x^ z)hI=*-*7P(OCM}7@%V$-{YlK`yspOAv)rk>z+TRL-M^h`-h+bsv^%JkZzM-&cCHAo z&u!!NL0|yTifEvH}c)&j5d$$@(dG2|hJ3Ie}rE`vtJMq4L?RIN3wQZl;wr$%s zw&s>w+xE<7CbpdnQ``8x_xV15%q#6AY0$Yk_ndPt@jkdY$Kc}CJK?GNyiI$I=Z|~J zb{#$s-^0;FPi-RSEP>mflU`!>Z~pys%p@6^<+IY)7i525mK?_(?=n5WG3NZGE%+I` zGv6;^9wGKac7P2Y^wOgzU>D!v6nYTf#QpC<>@kSQTy}R%IQ^SJEM6aA<6hU3d4|RcxkRRR`Ktwx(UaS?x;m)~3(TZ2J2& zJAxJ9gUkdI>)6yUr%h*{Co6AYvZ|a-R%>v9dwqG7Ojb#_0yBb``LD4PJWJef02dgT zq&@5dPlE$a@J>|C43ZGNnVf&0CyO7H(E zM*ja{{wvt~^@-8WiZMF$jhX*xw6g6W_J>4+*?|F~->(I~Z}*-kRT~+l^?3F?eIKcO zH^BNgqUYr=LquCWp;PQOh0`A&)Z(b zPmR*U&Br4r=?cC$?CVa?!XJ+v{boEe-ZIx`hLcm5T3-fk{o9lD`OAFp_wiBXK45p? z_FHq41Kz-y3-wmL<6!md;VLhnw;$uJ6{<$o}B#2DAAk@blx$ z?c1nxTiKgY+qV(t_I~(fH1bk^VtjI5dUj$aa}M&v7iu)|6&QxEroX3FQ-3{(?=t&6 z6%7aG8l3o!Ydn>1CeKe|UZ23n3}7A~LjOLFnC|0=?~JFi4rIs9pOdqbas4f(nz@Y(}?f+#Pl*ac8kd!tLYc`8c~14!QaZqti-2h2{~dB`DZ=-KRKfg zx#!D0FatO{FWBc_A`kR?PCo%Iu>QNJijV_}F@uDah95-VvZx`mO)GW-@=~7xJN5*_bJ^7VPqOX@Cu=P^AO|^MLC<7mg(vVXbFz*_!x?;ruIM=NPY>X( znWS}@leF>${r=NL4d0unv+M#!wk7`I0~Y>_<|hChz;Qf)X5cj{^gsC$^!`J|J)4QujxONs}4tUOtkA}x{BQa0x*RGC7 z-=|O=eH^No-J$9P-j}6vsE$2{yMH1?XBLL2b^j2Z%ZpC;Ww7=e!TPg@{r*Ju`Q?J8 zuR&Vn8>FxM==DbiDSgEt&1ILrH8@byPch%G4OGs7?DpyR3ueSq$3e}%0Y85W^?wjN zp3eAdR0>ce-kDKP(AS~0ZMVQ*4_o>xGc*2ucK1>2?k}*rKR?<}XXK|laPNoE>mP!X zSA)23yO6nl3L2Z1zG_$z-3>ard+=_zJ%eKlFUPb34ec=eaoXaGQ3nqVu)Jq)c}@CK z+aJNhVGlohBCpRLaBW({ts~}*jCkbHzwU^E^TKPi)fskWV0C}5@KX25yzc3FpZDgq z-iKHq9;Q_RBd15c`-}Qb{q&-zUQXXWHHa8|fZp{e@y(+jb$j4C;%zR^O@}K-?E3VC z6WhvDwVM&&b$G54zFOsp#}er4%b~L=?Fo(rU)Fo%Q=HlOFMN0|99gTdbd2fPL^ z-|DHe@$hz;1-20XbI4t0_67S3pa-r1|DXxp!ELDX)cvY`iFC%ox$KH9L!9q-$m^Oz zY0oBPxMv1wZQm2dIu@I zT#!bh(;53TQ2X}=>dVYPZSKxKk9~f>cL6GA4#4Arx9IUKeFF5EnxDk1A06$l3TORQ zggyS3j%e~qveWzI$M4)ve$@P#vRFbhhGBmQ~&wfB%J4LTcU8})s{5crc_KwWF)#%}=>%(*ZZ$EbLGxK>O*cvtS3VnPo zVm%{0cU$UtePZv&V&Zice;S!$l2y;_ zR!xhuYIvws7x2oM>aglXid8c|T9poey$oNh%Esqx`(~9b9esXkd^dA4%NO@VSIW%K z+sW10%U1>0m#1EJ_mry*JbZG@&(_2}&w0~F>>5K(ng{MjPKrC}i9VL^>9(f|!08=8 z4v2ou_wA&&_|4~nJC3KP`3)vHy*atA3%CHe@9h+NedeC=cfdZp;Slh<`}H1fLUHoy zC_G43qDMMQE{I_cC;)e=EIcXpDXok6XtKAr(r3VTaE@KuiS-OG9XgcSshe4y+Vk9@ zmO&16z3tGNg$`}3?vN>sL)~3=jeKBN>eY5-XGie5E}xsjt{qnPhxcttcZ?Zeu?>$G zn`-BQJM;rh5xk*YyOPy?N;0!pves2i*1$hW8sLv+@GAV_N$dhjCu!|>a6hyGgYX|} zvl*Qr`@n6z@EQRJ+z1yi?fnGp2LqTmF+urjvkyoI9|#U$h8u8xmcjdPf$v8JJOJOt zDIFd^zli@D!si3tPcQiX_7lwg==|pNWap2*cLyGxp?G-yo(spfL5!+oj8Tt-Xk9%L zts$eLwX705KeYTNQ>0 z?r(>Ncg?kM_1hAT$4a=2toU=rg=xzzy!bYu)9)Il{p|R!y$@9yd^&!?=`Db6w^x4t zY!6YDlOehchd*Ck>OS-S(kH<>bQs^Qx$O2E;IW%ESi3`lH020>9CPvDXda|t+3?(F zr@!SsbN;$OmFh+=XuwDLcU=z9$Mpd^JTd@26kNVP{&G|Ie}V6Boae9YZT(fc zD*OF!=x(0+sW3bIXUpmHhtTt*v8|0K_SG1;x$t#nul3dN4!(FIqqoh#K972zpL*Z# z7XAJvAKiwZGn;yUr5-*SInmt3;&FW+Oz$!^ek(q>6MpK<5v+gMGg~t%;U3ody5&p z=m=^uwYd3UVr&pIetS>&A)fkBk$PT~x|)Vr{~S;PYzhph39&cv)X|ZEC>6e{&zY=PXb0zh<>G8D04s*dCbiY z5v*c1ea)U+)OPTTEFGAEn03UX#A5h-hxs!z(J$h@2RNuHv$xWehv(244bvL95#TA^ zY}Ehs=$tzG=*uX)OBSMc8jdCkeq@^N>`XU;^HcL57ICU@4X5T;cPf+|(CC9hO#>YY z|C{_-^37cvzvnh%`U}0&nfVW_P zPtXbMPu9-)$%^gAuCY2?;e5#|OAl}k9B}?{JOwJDA4m&d(3U8l8}I=(vJ)JRw@~dw z)qx98F#=uibuhqn;Q#CZ-h=-Yg#)n96P*wGzirdv;Zw$|{ZIUS0{(X=Wc8ppoh->5 zkPs^;8viu({;_RhwHu9JdVKtfpz&!8?$@(*jEDja~LifAV`xlGQO-DGM*x}6b?D<=V zbB_SMo)27peEE9LqUN_@-s12fVenL@4b<@n(nD1GpUWE!QP3d!j0+8YZF^_{^x)7FfHEr)a&nf-?hgR z`}%XMvPWCBjQbhw@yUOCk>^fQ?~hv5VYgM0c;oI}ZeD~E7TCK06M~&p-C#fjv1g+k~+WzNXVX~PBDqv4kswhQn0{*>;X!_3;vX# z6%X=7N;QI87g-;c$ly@;&aEHA=cYdCCj?o#k{on1;YLC9R1AN~}9imk`TeJc~(DrTy z??cyH7k+;rJiq71@ah^DscvN>^%9@Xtnhnnvm!LBJ^o#}@a0YlM~4@#V-v!ax;7ji z^gN#)67L7-{n_*XX6Emg4$PlDf6(zz6&r&mXVp*@`52-LcS4jEysv(n5VcPSrx#zI zhL^aj0jF}# zIsXbg-Q~x8Wd+|$N9<<=-&+s1*C&Xb-BmEX?LG<`>!Vcl(ajeH(__x`NPv@bg`LxW zuzYZ)uf+Y!dfxQh=M+yN-?#h5d`%s!Xr?X_ z3yltXDqsU~!Q9-vH#k~-Vu*PENRM6C0}sp`@N1~&^N95m)aq0C-~V`ow*8h><#{wZ zZ`CpU@I8px2|KKMfbO*wkK)97=E+tq9%2Q%yaB;?6u1DuT{maS+$F=HQ&T@53EXKShXnFsug@sRp>G9 zy|wE68@&0+0S7ZOA7t~?vxdy~zQE2J-uw1ovn?9K)OJIYPic*^4BRSMzp+_sFjFuQTBNN%U9DUM0~y=3Bu3 z(LT7-cYU-AU1VFH`?ZN3>t7CaspZt0LryI^>Xd7*Qw`TT6)@SUS52MzlEw+=ogUz< zLkE{RG^`g`fd_j6aKZN{?24QLcc6n^qs!XW{GCnN!2{Z!VNVEGXeIiAZ+Xc9Z@~S~ z5ZN~;D<6ErVr}3Y7f4nG_`zRyunXKf4_(T=Bjc@4cL>+|>ScLdr|DHPm zR}yq>88P22K@BT`1LFO4+k^&STfFKs|F^3b42G8!xQFzJW(_bM< zUy>v7j05MNic<{5(jOo-OQ=YN_54_^OZeK-)T*lEGK zRG-~GzMJ(u@#WYFrP_xt=nRVMa(ehX0g@BmH6Pjk)E0C|G* z{h{vL!S_!;^w-jL+|e52uQcrS1{OoB_tQ@Yp5Tj1zaQ2colaRlRs4eP7T#X&`@Y(a zug0b^zH-*a_c{%lyhyw4$qF}Cb=PeTz2<0e|T#(7;~*t-ukeY*dOh!8esUX zsYjmadHxOFR^h}vvue(3=-B98XA$@9iTf(`;HzYU-yZ9!L<`v5b@c5!@vNZ6$4_Q& zK8ikoemQ4l@bo-jcB#<3zp$znef#V4(`_prQ}heW z6&>ggw(Yaw;4b;WSNt!hmgKGoJHI&Q{tssA{~LDw#nCu-29M$Y>*6_h zR>Az=-Sp8Ka(0n(-U^|&pF7W~0*O2vPC1gCnjJ*#zv0yTHT=1SQwwsD4;&8pJ#}c{ zR)+?Ua%e?qKJOJ+0JvaUxIz(K>>5_tuJv$*y1*x#bIGRLlWn@z$R;y6ASxwUW6fXz z@B%cB8Gs(3B^==a577f`##@Xzpc1=)w&;RRh2sx;3@y+^X8*d0>hLo`t1Ss~?%^)L zH2lHY0q#x19RR#P-@yUS1O6Z16dgd0ctuCT0Y1X~KY_bGc>Sz^_kY2Rw;!6Ht6jM7 zh1M^hBSx*x#b`aVznj_r;?HPJHbtw)cD#KC;N6Xn-=TL=%5;G{erS8AF!yf+^RI9w zQeVbKYHDS?dg1xCfamvqafEJlMc>Oko?UU_>W`jx$B=McstEq~B22T`^_5~M|ZF>Iop<3Gm-~CLXsuRO4K6ZV1;P$R9kB0YsutwAOH>B?`+7qm=P_X8( z=WF?xz5d@|eM9K|@zd|eyg!uv{#^9B8+r%oSbj9SN%-qA>$}1E3ZT)AuT1|>?7xAx zUxt4F_%QBcG(nG>2Oa(wKfOb%Q{^9e{;_cQ>icOaJpI?~^C!aF>x=ewYcG5n*T9h-%qO36%WlXSWwB4dApDhaKw%+eI7G3&kQPdxc ze8~k>idyxm2>n4hJoIWwk3 z;|@n6dFQ27YjX4RvO`$U4AY!EH(??D{t9*w%m8ia{|`N7CZPX6@zzr-n1_7$UA=F@ z4ir2zFWkl2{4UqiLy6ovCO3P2v`jsQ<56-HOobloHF*CGaG1^Wee@oVWl#j%tM6bl zV6}UW`N$p3&UKqZWsWr$<2gtVu>1=?VE&2Pf0%v1ghV_`6LpOE@8X@H;_Lvj zjpjaCMZ7_%|6}0)e!}m&8NOdrD}n)hi&H%_-rl>pO{q;^nUhzBYAk>@Ap1h<=FdOpBSw@wYcB+leo7=Y5O|-d|E{5=O1qLJ&x3i zosnt?*Y8_?{5|a4;y4kZ)nm~1q32Hx$G;3d9vA1s^+C`3pJ(3%_`Q$t=iNOJUT>{1 zS<&$y!n4bJPpIzaB-TY=zFMRI*^SW(XDMa7R=^o!@O-sPU=1B(((7QM4t zbSlsyk06Uucw05mqQM_5N=k24{``FXYV-}{ocf)uI!z9GG6J9dImG`q`iedD4PXv) zz!gKu1s%QUE1b+3*}?jlV_K5~k_W>Hnt;a_zYCvJ%mp{#4zUvqV!u&<-`56S-_?~?8QK_Q7 z$_YQC+5;ag`sJ+-(GFQ%PF3pVQstp8-RJSVgG*kOT&kYV#Vr&kT5NJbTc=X;I#ruJ zf$640l_ojl+t8uRnH-Atwd*7~py_hEhIF$_>;{iLM@M*veZUT|K=ebQ4QzN`*mM%j z&?n}AJot&6uZVZRJ3NG+;z58oU`p41ykL8YWoj5J}7Kqj4TW@c;% zu0MQ?k9ODLz6~}1KmUxy=e;!=Zpp_f=*pUTYfK3=wqQ^xydLj8hNJQ?T$K4le*t4wa*2$_&)bsq*;5pRslhoyPABp1>;+i=BJKCZz+`RnlZ;|u1MR$0#u z_bG9|+MeT1*uS4$JHVq!p0p=TKptEbG$16A-tnBt=b_!2kM#Sx$|w?NoL^a1;A8b8;j7R}KNWriE% zovf}0nE~hl%GH4<jxPT-c6NqQ>wfqC&1CH^}S|6A9f32M(BvBKOQOrho<<1PR? z;FEO{@LR&~1OLBP8{q*B!T*ol--! zKI7YeJw~;_{z}37d6gwby~Cn)n44Yi`bERphwlsSHxRD>@gem7d870&JW{pylLID1 zs&WNlpWc7w(+FyBgg(~9$CKJW{$9BJ7lmtDQ?z~T`zHE^sr)W<{P=b5FOF~Ln^3&J z+4HXn)g5+yiTHL6ND9&S9U;nrmiHaCzgz_RJ$U^-%kkcC$0JWL9(LT>J{zQrv*7sD z43Z~Wo^3w(>9gZsH4Z*sr9iaJ@b*0evOUiL=OgAXg4tJdv4^8SetHMY?Jzz4R;y+&VJ;uZK92snX-%uT z7G&Q4W|0rIw;eTjIyHGNHN3?ci&h+=Zq?x!2CBvBQ}; zzzR0=Gc_icS?C37#B;-!onkloo#u7fO)~SeTLO1zFM5D|?EbI9Lj(gT_JiFZdq6Yz zU-SreePI8a_M!Xrr2fBx2LSf>v=usu72c|DW$*u+dt)`xNKXatWA2~v20dj-db!rV z+SmdeHho=NFkA12PJL+L!t>9iViuP=JaH-buuB(KyA(Otr5t~`bj!!70Y{wrKEtUq z^_(ioZt&(khqCQ+s4+W%`?(#e${u0VL%TX`fg^x!Xa#dXRj_~ta04!Ewkg$6aKOqo z6@Gyx=vK1IFHe@Gd$Q_fNLHCUXo5B}1E34^sDXbdeBe?R{6O&sGxg=35S~D_qS*hR z$Nv)!;9EQZ&fo#q5&X{t{#UjacYlk=D-o~%*>Hc2*>Nh{lKM~lR||+$*dBO)@cxh0 zg8$>hC!|j`S?DTq~)oX+&PewoGz3!{y=<{k01KUTR_lVcVyg2S%fb-2<;G-eL z{!K8xTB+gf68ot)Q}>60?X{%VFypV}^%r7>r*{Kg&EM$gd3`Rbf_G(Q_Ib>$19|;! zxQO@kC0@(hxJyN!JGljYZy9jDte$F+4E_d&SDkp+v5UPKnB9m0^!-D*UDbx(ximGN zo<1rqSp92@Hc)dvQpdL(r{-_AC}5sN*NN{(qbmbfoTpPz}hsmTYw4TXF&RN#Z5_!L9eKN>ob)*@SGi%O>9{d{iq z$`%!_O+P`-@N8z$1@g)BA@maD1)uR2H6RxhzG_i_`i)-}3tA$JYVth?WP~?Vk-eel zWB7UYfl*W(3-90vSYQzNM5I-n-h*9MVDHfxk6wDAS@Xa;_+2fg2dE#)e8jADir?v> zws?tyowS@nFK`)+KoTAW@8Ja2VBb0&P8GBNKwsvsjNBvYiAU0Id`+MDDE=2WOWLBr zVuw3uu&>VK_2sSxvq4{{jNvYN2A3)&x)jFarzicu5toikb}5sGOS^4OExzy6m{m@- zYXvr##i?8HgT}!b96ZFKo+TVw^~SE0`*sc93NHX1@u@0yE&piKBX2aryKO3upU{gE zHre3=oj9JX<74On&f3-bIrMcZPxM!3em5EYq{QRbIrz;Jy zzqbVX-V}QM3lYjOB|>kx(Q}B{KYctL4tlt5mk!s*H(~O=7pB6K@aSje&&GcbC!Y{7~Gp3Cg_wrKHlVE(y;G+y+hu0Ag8v6XA@4&37_g?g| zx%P0gc9^Fkn|W$*CA2PZX7&^F+rrtG-)C31->N$Eth&`7T&spHh%&l4=_M63@Y*6Wp^E)(NbiRCQZw7YFL6q#t~-#9~G{R};N zXz1fzL(lK<_JX0LTZVkih9*BYwEc#mg1oQaSwltk@OGb}Yex+==kEpY8_L1wyzn-3 z($~OS!cel!P*=Xj*q?@uXP~#pMt?xR(4`48M+b|BkF@9$`N(UdMZJ$$wD^`q8T{x| z=m`q*GtK^syjBTJpanaLN%(K>BsVY*+_1tk`efCmLU5SjGaRHhIzJKJ5j(*#_s}b( zz)Q|Z-_P&1eG4yzkN48S-FSTYkaNLUk5xl21@_mF+`Jqt)=0}Pwk3DUR?y>HedLi1 z4+i2tXau+}`<&kN0)J+5zwkWR{#}=BrQCSqyX9ZotqED(+U<6!#Z7vF3Do~8E^?tu z3;dmWz0N6bumF2Dr$)y+;Gj9wX{bYvat;-O7cj-ot{iBHs|>bl20g&R&o&(Z2dKRg z?~vBy0ki?ReUf#GJ;3Y1a01Z;jJI-E0FR)7@PTJkPeQN9EkN`@3HuZAGf7nW(r5t_ zxc5u_zcCLi5DxGN@V{Z`f3GiK_lNKI`V8^%4#DU5Uv~df=e<;cR58h8+IDdV{aJL)I@9Gcq`zO%+fctN#g1;9!zx?R@ zVn#%2P=QE2ii?oXkq9)p^#Abu6#>U@6S#k`a9#BXR|O}xI8XkM-~Xc&H+s0Yz4#pW zw-%u1;||w`jG-EdSMO+i`*IJ(rVfy&EFP#xX8uTg`SQ&P&OO^14Mo z4p_8iD|LFIMQy0_eyxb37Tm9=#(yRDH>c-giAVP*L*ru%G*X5-6Z0>x5dXw`!DEIV z^QgL?xZcgj>@~D`gP~K~401nlyn~otZs_kth6XG%)MF#LV!ffmCk!1tZK&5dL*1_P z9QmSif}uqEgAj+I+2nx-UknY;PX9qKQJB6Uq&ss0-(!&(#Q!#nMlct2CU>o5R*9f@ zsY4$##KWrot+~MqmQk60=khW5MHc#;kMIbH|AaGsLY`gWRex(5+E*$pu;5Y8L0x=`}8O>+DkD5-yF8 zrvKmNRQf(nWh~{?%a0B{dkj~28JvK|aE0Lr?|~mU@}yl)M%tCNj$J{&ZMt+1zkn?^ z&FBk1kX_)z#AI!x2Us%#EHFD9;W+LFoyQ}5CS1TqNgDB!yTEt?jDrXGz8gA#a`=Vg z2X^-~d;h8Q{%C*)zd-wYDqi%7nPxOA%?nf&ay-&JU(Q22T+5dKw(yd49*NL0GsiV~NR-{&Q zt8XZ`dE32@Py=fJSNJ~fnverhMQGr8Zt_hG*Glej{*8~{&dXsMHWk1AI@JF^#5x{c zFV=-BbvN|<*}?n*L$v)+h`xaLeJK&5wkg4y49CZx*e_HCzs`?A`W6|ayxY+6567dg zOpxBi;l+;+|L3oEflCfaREwuhTFIk1Jt)l06PnRbgce5!MuNRBpNKE%3z8 z0GAKHovy_G1nT~@rs(Zc(PKv9f%OpYssngPfa_0cj0O*G+NQ7c`1Go!;k2Gz#aurc z-D`DvS6vX3HH&9bQJ8jFt5 z3v_-8o*2Q;n98b8%rsp(aEp5kT*2k=7mizHHsBRG$qVF3FM0r5A9kLz{-;5H!XBXA zYkt4E*_)7O+l^wsvI9TQaC)#b_?p$GH|vQnIraZ17)?k$ywj%PpK^=+EV%zO=DKIo zd^PEquP&S=56}aoxd=Ca{{DCax6=IUR-4Oi?K$L@7P(cpty}x(16+??`nAd>b4Qm- z=X9~>g(JAtsgRyd9WD+(;FUvXPdT)DszU*_97_CQm&wbn4B!CudfD}}h+SqU+~5l~ zMNGnD49}33@PYoqBcR2+WTh&RtaB+zs(w33T^HaD)HX@Sb8;&HKY-GB0{s}t-O&cz z4&yGs%?Al8xi&#_+u;!o{(lhe|Ml7N>c#GV@<;A>KaNvJ{Qf)Q`FXlvoJ>i0eD8|Y zk-q4C^2O?(X#74-p!J^~qv81cdAy9)4E%lXt&Y~|?(6`V{m9o+d?(xcZh!63z36+yZc*(aQlPaKRj41w+5>#eSZe{eeMMKy;p+NW@eC< zv<=eyEZpOG0?vnqzg~a%{OEbA!tuF_2fx+?@LJ~PMt*kvHg)qYSB`#oY?kxYtVDMCH@JPptZ%31Z`YchF*lqM zc1Q)z;JLK~4M}(QN_oNj!1!)oz~gQ;njA2`+`=P=-PBoLo27~U^3?nx%i-$K@0X|M zXJEeH_}r@TKJe`yvaj31{(L(9{$S!>R(RFa!!+PzZi}v&EII_fzF`;r{v3-A5I@V? zS~R69do~_5iLF}H+q>b0x>ya}xM}FmVM80&7z!sg9V3WS;`$WvJEXm#EUkEsn9g3; z(2r_{F4r=&jJJu!nemGlT3>-)KffW*qQrDrLnS@P5hV?^sW^9^0#Yrfyf`%fD3@ivt2CHdmDq5A18Ita$_cLipFP8PKV8(758@z(~6 zG9BYN@XAlj0`oKQyQl~6klnzTWyCx)&}U|$@-f`yWhc& z?C^%cQ=T^C9^g>CL%~}9{Kx%g=Q5l5KXRD2Y;Z0&yaxkhPg`Xib-J7TNU`LFt}YE6>sI%NZk@2Y^~~bdlQV9Ond4UKnr_ugW*2bUr2*4j zT2jxY1D~CWzv@)$$?OB_Iu-cSp*&9Z^$HKAJ2fJuWg!q z6ATa>@J=h624}EoEPH^L>)-`fg$MKs-X9oX&82vRHs@woswA~S3)~z0FAM#@X9fJg z-~cu^;Q_dc+knJ>s^8rF!vCZ3^mw&l{y*%->lfd@<rD{kY0^S7h!_XzOQZ}_|m z@!_n}(oZMw*6)?X%y-mRyO*NVrS6}uLeKxzN12cEIvLH4>sI*b7xGaScwmP+LM?-Xa@JmiJ?=L=rCJ+8jSYK{ZSHnjuEgn?N`P+&69J|@;jbmPA&R<;^?3#Xd zrx(1OD{y4N@{?y+Rk{^i`7&0yvciM;%x*1|-u)qaxD(9t+u5_tB=(7$5%l&&%D~C_ z3%ngH?vsN$?{8=@HP`=d1K(&vUx@k3BMk+%WF9BR*AlxKvKy+K%h0y0yg!Yh@;}Ww z{@Dz^W>(@0vo5|is}~O?m{rNoIB6u`}MRWiGRd{4i_4Z?mp^ zHEZu*hWyAC2{p+ntquJoAJpY*U#8C}aDe&Ys-ap>4OI^_w1DrmJb7v&`RZ0VI0Wn# z&JSZwS!L0#lk6Gzc~3-=7qY_-0uS6W$f|sc*>_%qPvi%;>5Y|}A7~qEz<(x>ej}g$ z_xp{H^i;$2%v-hTwR*7kTLp(Qj6CoYZ&A3_Q6unCfQvEnBMWhs}bP5$9;8)-EP`#^!LZ8{a@VhQ`}(AZat51>+S`&7SDDoq^Mg7u`Z=L z;Zm2;aDytjbeK6H`yQtTk8tW|38xOkI=DyW(9yZ<1sXaO{F@noec;fQa0A=g6_d)Y zjX^dQJC3(Fdw?Rv@DfZ)R{yifs@yGE9zXF4HYMr(rX-#3oumoq06tLvub$>M@Z3Zh zV1Pe=q5Co5{;W&Trp^gy7ZX(2D_$em{|!R>mkI7q2Xy~$XU1tGx_|%dak>!{tD;L| zwXFrZpH#8(Mei@-e{QcBurjc}BsjkZxZODrzu%(K8k88NBkcVOx2Nw%@AD)+5`Ppt zecO=-(D`k<9HBDY>a5rp%@5u_*B*t-GK>4%@cfs2hmZDu0NeNT)f46jjU+d*?)bcrh9^mG281Oi(YM_$7j#JVW>s@8p6LRVA1%mhSIyJ@p1Im zfreZU=&=t{hu6`kkLS?+OhM$Fs< zH7oR{S*v;5@w{2Dj+*7c+ZiX#+;}i6^)s`EJ~HdnWwX}uaqG-xyh4e6i&+o-%`(Uj zy~rbn(o*XS@%@xB6jk5QXL^j$d@rxp8yZ7SO1{keKtIqr0?gqXf6mDqLobknK4#8X z_65s``{V!XbsBuKaMO<84>_^fWUGP>T9xM({KO=%ku-3jYI|zOaCQL9QjgEFJBj0- zcNTIkdzFD*xDCplbrk)-H4~g)fdR}w^NUB~Y4{n}ssH|PHS;I>Xli+1xn|+3e9c$) zoxY0w;Hy`U@MkN=?L=yOrTcCzD3YRLrBalkcnWue-1`00t=50L@#}Rf?@yN&K5{9~ zQgT3JmvVlD2Xxb^LkpddUTB^&W)2 zzg(!|;rWf{E??QPA-Z1^|9)=r^}@^NI{g0oHG{SKD>t?2`+XO}@$VX>q4fP5VgeP) zuCEmLHmjB;_Tl#}L(g}1UVy3-`%lsEkB8qg3%{;M;C-$Ncy$r`shIhX?L@~r3Eh50 zKUMgRM-QB^X)0TJ~%y3CVF!>1aD1v ze9ys{i{8W!b1gF``2Ov}Xm#oL+xme`vCF@;7@it?t8K;Lv43V?9}kv&?SERiccb9B z(C2O{h#rr)A0KAXMCSW%TPzyKYAvOSqqm_%a@sT zlE<@&W(^;0)~>01+yt}w@aG+)%nF=kmTQGs-t){lKaL(@ky$x6^5+d^#qTz2CI3!e za)Oz!@z96QC%+`UHFG18ypoAop**-ldqYNlLqnMhJ{~f3=LEe0IqMhLK$j2Tkjw<1 z>%vLs1`aq6oN$jt$;>-5ezF@VX;r^YRt3&wKe*ef+@4nLp$EuH4|S)Lr&dm2M|uEG z5WB$WWVitA0RC>n`~?SKAvrldEnKV?==s_IwT08~`->ew2Ophfhf^*Y4hOrP5ca!Q zAA|e6N6U#n>rX4Mi6T7r-lcnA-3siJqEAy(RA*F*w%1NkIK4p0K)1#%cB_9Kx8hT~ z^-riveO9~VsOHj!1g8ewbE-5spiCjBibOlOi2|2s0eryL4o!X!C+MkNy%yplSkVs8 z+NNf3f*WlD3uFf9o86{N?qsEGfD2eFS(ot#tBgG1@K;r0jjfCf!Zz+*Z=wVm<0v^QQ0I>G_u=HIwr?)&V*^N;!;p9vqpWHkTq{vT5R zlfM%C{xRC|H@e?uG3@oZ^I?mI0~gIs7Tph=-xT6M`)cZcvnVAI{|&8?dc80bEFcmu zVs3Zdi_pGl5emy0p@r=ImR<^1vEkur3GV;XMc;okOfyD>X?Bq?g~Icla6VM4@$s#| zzQ0pkh%%oK(OY(Y+u-;weiy8fv2c92!JD}VZ*Ay#;P{%Ca*wZNkSb@ww-?XejHlrD z)BATS8VF7jppfhMbB_v8w;J&JiT`Eb{U50P#|Lt6hxlIwx332~{xNg>^v_5?Z7S(U z4Mnqm6OPYvZeVxz)j#C@|M*}XAL9o>?f=EioX+%&84;;P1bn=O0&=n|Pnm zoL=Le#R~i~!TP?zLG$~Ke}xZoJ$1j;E^bK^`?ZPvUOC|KGV6c5Y*q6O%=^r>#oAN* z+2^hQYLRy=@z4C*?J!&&Vjzlo7}}iOd=ZO!rnM;Zdqe#VLsS1D-q%uJR~V{8ZQanv zK>uUtcSA#si2c95{jYz&LXDr|O^rTgR_;w^W#4Mn;O%C3sAe7EQFk?QzJRzUro9H5 z@v=0l)BxhRxmmw^nU&n1kK^rj9-{`CHLb5%Cf@(EJF@}rTf^sWUu#yERXlgxtlRVm z$Cwvh&<|wgYrmoAxJy5OXJwt5-iMiWrOAJ39> z)O-F9D)vS@!T!(6{O?8l-|32{%64>r0p9vi*hhod?G1ed@4p~DUQhb|J-({{+E?D_ zyOtF9Q*sJE%cpB-_ z&K)l8>)=wBA5KNzcB<)Y{6Z=@75>Jdtk)bGwU}LCABPsDW+t%E11y3E(9EueneDpv z)TS@9rYZ&C1#v@Qz=~wq>!S%I{y*Ph4>&DJg{vkh-zT)crbOLb!i`Ywf^GWE z%>NAE?@bBHhX=@T4|V|P|2waYr$>!f-w)jTcoL`Q`2L^6_vZ?`|K4};`Iw95uL0V> zH~4yALhB3mw*{}iRG*_|zrll>ew`~u>mPdm`*{2n>lLMbCD8mjBDIdaU)kRHecrb5rTF`T`w#dPu7Rfid3wGq6R!Q}d~R^3w-ERG5=)0E-D~PSJHKskeHPW?ZqMrw z`12u}Hzh=asr^H~1alKQSPypN=fz#VF>izP;z5wkE(y{Qe0!b$`S;QHp9J&UHa1W( zM{U)-#QMa(Lb z%dC$X>EW}ORV6cVpPP@*Y1XZuCY{b^R?&QBEl6$Fne=A$%fWoW$L}p|R!}*!vb5#n z$qR4j8P<~vy3iBk{Ku@Gr_G9HKDY>e;0M<5Bd?+T%mu&cQI^pQB+fT9j66`|96gJL zIU&}NnH_-*OkfCkpx{!A3^N?%x9kqVM6&eZ_csTh0&>7t3mPIg&@Ib@0}jE*h~Iak zM|hIHgfm?VJw-P-|I6W1o49Yl|J81||L@k2!@clO1jBhj{0Cq2(TQBl`9qlb!2KtJ z|CHk1T1WWaKHO&5(2M;~eK#J`DXM=jMSUNnsO7a3JzJBaS=~~&Kc1oz&)hmY%dJ9n z-TL?)UeFD8g40~`t>xl%?bPLyV1WaiI-1X^ut0}89>O*g7B0b{`d z=>a;h2iSI${oin#25@VzczXOpkJ0;g<$gf!WF7TOQrXq;fjf`~{z~F@ZKBfeO4P5; zi8=xYXi#8+mZ1SEJ1Id&%O|K-G`b)7e;!@A1(F#)fQ9*gMI1My@%{Y6eLrigKH>Sf zyLPPHX#Ve?1^*uvqvfSzR5k^F@59l$1@4H?Tg-&(+aN-7iT?%c{Ys+o--n;CKRo|$JBj_SXnpYV9R}{#e+##|@bp?z zB2<^*`rSIfjZXIcm$=Uv$IdV2N-$UgJO9%7coYBO#Q%0~^gONC<45xRBzpgX$XF}7n=RP{#4SsrvXO9ncKhF!| z{T{V{G57R3`l@w)UtNdS=K&@hk8VF3`rWH#*%3S8i_te0Wyd#_x*xzi=}BElMbBSr zGp{e^{Ztk3(WmwpfnZSw@v)x*r;plX^5DMo2diqEta`>?uh=y5KpQmoMXb8dzI%bi zq9A7cwv#P7-i5et42EBt{ryksdLp|ztD$sf!1IC01s+7F+4IIH93u0Z88wczf79(nfOjI zsdutTcWovuu=7YTX(@ki_1vU|JomtD;(IkI{*_5dyssdCAO69lA!*GzP97Lj4(y-~ z{RDl2a~82amwDsASz!&c1--|MYi3m-H@$hy$EPCZOE8;sB!}_y?3hRF|IHk8&5%a` zGr}wSh3s$&!8aREhl9*4R4tKxW??vwJ;4FjF)uMY*$t}>zzO_PkGmr5Q9ly@2OrZ9 ze4y8=Mc>~G9rbp&*3AEH|G>d&%Z+k&fB*P{*Hk30liN=Oqw|I9|7)zTe%yic|Jhf~ ztNZB+{tiRg1$Bn+-MJ^d|J)QcO-xaXq!gX@Nzu>qDf&7wMceA}oXf3uJKfsL#|_Kr z)?^>{0PF)VHFN3PZ>NTPJN0{|Q~%a<>emOjz&9O=UE*M7cQ8ZaEpo-KXVdL^S;MZ( zDK_Q0ia)?in+l-^stpE^b6>JH_d*YdH(;+|?u5VtF5WFkNqM*p5Qp~%@!ty$a5?UQ z{2hu0=wJe#H3^C@0R9L6_a)w6*E=u=fd8Ff|9_VG|4r36<$uYo4|G4XC&cPODKG#u zf9^vu`qe*1+lt5NW+;5WwQ&EMvjhC|KabyLi|GN%N8v?A-~TXD_m<)J!`|;Rd;ihw z{hBlTuP=hPX9(K<_3(bc{ky#m(_1wD)8YEwMc;q$6T04;VEq%}`_&HBYkWO6vh#aB zEkwz6@b~zRk0*CKYQXi2tXJ{3BNaiyF3Rzpyj{juPw~{MXUR(!53oQ7&v^?{l_`MrkG~S)a4O4=7})Wko|byTCJ8 zY3R*vu#AWN%wG)^&W%oiJx2sPkNk#3Y3P%Rc%T~u2k5qx9)KM1$c8?MxvDSo)wreX zRnY=WwBb`;kpCNWz>DVL34s2$+ZP_4xreX<-ro~%bqB}oxDZS?oZHBFw3+Afxa+HL zpU`+!V+Y*b4@?lv7u>H?d)#nXQk1XobM?vh99-Aczi{I~;NPMXxRcRi2zq0KA z(E7F75uv;t;QM8P@BcJhSr>#WtU7l+lERelJiERLVX9s>jC{b{e;IurxZf=1{)ljN zJ$U)f9!3se?(h1VdjB9;&ZWVsfR|rwCp@1^L0ZhtZ)P<#{@uGr>F4y;xm)m>H9OD@scg&xx{;dwepYsTuj1hGU%^ujtZ&p1c6(sW z*}sABN1@$0f=4cR^cG^jRUvl#uc=x0i2a>#SHSrS6Z^MQG552}AATEc4ZN3wlX%?iEZ*B>k+5z;-Z4Ctx`?r5EZzob?!PvUfTc@ShUO~^jXau-? z2Qa#l^xr)GB@VaJyZ@xlk8qlFhnP>gZqn`JCUqy)+w3sOf29c@P?H)gGilj)lS=UD zHJyAg(Z9=nNBEx`fl1qQLN ze18lK6HH*qH$x+uTC|h=_~j~?C_Lw=+<1o6WiL9G`ROcrff%cTb8%Co4Zel!06yGC z3rzgS|3x3hJl2o@qm~i$XgRoXIKo?{wxP!g1OouiS+axvAC2GRw)ir`^E!IlSBdyI zzJ&i>23)8JZ__{YWk==KfUp$ZZ}eRIn?0Ai-g7O?|6ENSDcX08KA>d^p2}{ez2?@G ziEhOeb8BUkOJxqY6wn`yKrWYl_&IfA3qC=u&;_J(>b93d>zD!VRB>o{qFoOU+I7D# zJwP72HU-+aDS$4hlTA&)04LpM|35cb8Mzg-;A4_1!UKFe5iEfCpN}Va6XJjRq(lvd z1N=0R+ux@Wba8xweiuXo>>IEB)c>)>{}+5eBjNtuoy5(r(s9}h_vhS^Sat0fD{B_8 z0IluX}Od505`L zd;co4!T!+shT`#Kp!59~+|L_d-wj^qdbft@W{)rh<-pt5LcfonZzD1Pf5p$|K?odd z?swD<(KTv+6})^89R%|m#oaD6KK&k{=i3mZ`z_G-{$kFD?H<4esA zDRBPkCy4pk7)`pWyAX*Is>*Sf9bH-`k>T&A_;d zg7Lk9heQ8sW)^<6kv@15b+8k&e;q?|KfMJmg z#N5p9)a@50y$CnyGIhDTr%5%a@AGz>)SkHZ9%*8}GiktJlNPl#DQgE4eS%37TJn5* zazZte;_908qye#CgMOijNpqW-lvC9AE++Z%vBh~?wl%$fUvk4llk#mesptWdoaBLc z`h+wwd@SF?j+gwM8DR#P!jY=%6?>TBD}gUEA3WM^*1Lb%89oIswDa?j+gAS{N#_71 zXV!J$aAMoGZS6RjBoo`2*tTtJqKR#*s@`hbwyUZ;Hvi}QXU(cr-JPDKQRm)s_SvAn z`3oHL#17tmgtmwsM?rRj&BuZN?*<0|3rzZk&ZruGCUB#CI8zIG;8~QDeQI@hf0OY% zyv9B-1U&^B>Vo`k4sicF)2p4!4QAWRL(Sl4Ux%;xqA@zHU7qR>pF49~FRe$smp(76#a~cDYR#s@wG3 zo~G-k;Rg;%(~=x%s&7iwMdpB?om26wPSK0gDT*5VUk`AQ9>8yRvNF0Q>-~=;9lC`s zctMhCHcrxIN23148>r*#L~XAH9_W>zcUu#51q>iDcY@mD2ef2fyqY#4Cmakgm>poh z1#kgd-~;w0RtxUJ14aX|1P`zS;Qv+0|2T^NuL$~|#q9qEQvb^vMe8{AU+rv^diRae zHMoBv-jQT5MCxK!G{4y*6>EU`FOATPYUKOb@b|~-Yug;We!>2%L1C)5Ax!7V^URek zOq=le84d2ghAh9c;UVgM0FD2^5DhBG>`#u@yFI~LJ|I}n;QUnc43azg{u6k5&i)3+ z&qQ|Tsz4<*4Ak)V0Sa;o(5Nlk``rQ*0^e`k4LJTw;ri6`SM3zCIv)F}$69>6TKlO8 zp8XRe$mzh#t2_Rkt*es9i>~)6JilX8$lPu0qfc+)_&xE~`nBY7argVY_tLxjXnD5c zBNaNmr0bT^=_naO7c`)P)0qm7-z$sb5j&BIQ zJeA>@#kuL~J?{K1ZhAEoPns(DQ)lKL@$~jt8h=KE@8hBxm(aa|@hzpd zy-Ux(1Z@Av8)sF4yK|X)f8qf+Iy0Gx`#NiPGqC((?9V>JyD^+J=^yUXwN7{+z`N<; zq?>iP-wQiw{a0ppYOO*H&o0#VL#y83vg+w!tCG00@Bd8=53+*O(f7BrsuuNqxQ10V zD|4UMv}#x-&V-8e^=0Vgi%`!6xZm?yH8h`9{YqK&x(d%#t+MgwE<9G$wkos@wa-~F zaEg__%BtEst-5{DiWbL;zKZ`h$f^TrR`sR_DNP^Hr6pKmcPDLU9&l$K_`*Ko0qY05bJ_F?_d)iL5uMWZ3Y*B`fo}74_%(9Sq&4_-ISocs}eM%GkSnu@!D`dUU9S00Mw3G z`{XzkIf?fNc>tO50os)m3nm|{L*xK0s6rMH`5(W)|9`;$aU%Qo;}vwjW1{u7T(lmO z`LTLWlpeGr_lMnI2!4OH(fsD9M$S)Cgce_pP=|>TI*=m*JLPcM_rd!G`%lcn{?9E; zuNQ`?auYni67cpqNB=*X-aijno~97I>q8XKK15~7@H|eQ$HhhDc{LB#hqrip-Qn(^ z8l+_vgY=f2|9Z0fR?z#eFNek-egDvt0opz)K!0)f8*qJh?eN#;9{zIA=dZt9{NzGT z-`9b7`Q^jMm#m)i=z90eMbFzBtfD z=3wvi*;#E?Ff*%~QttuO-Nlnu`ERzW{yM8}F0!iGUsk0yx9U|r?*9_Z^;zlfvsg9u ztD)@<1CKyMhu<11lxFBNZ~w9x`X|Cr$tXj8k_>$bHxv+O$ScE;JD*c2#nAQFhP=NU z>YdxF9h?pG>RPp#KBDtrtESH2JXveiw(VAxIz#>Qb)|b)b-~W(76Okf&HdlPNvpvq z?u=yru);|T?t@vr0w?7A^=$~pcnBJzjm~Ov2@Wwh$UgK8UC|Kx(F4?VMdR=etQ0-O zSGWMBudxrbyUMEq{njY@fc5Zy4YG`w$9mU;do>%qCEN_pKbZXoQQ?uh0apT}bl$ZrHInoFNpaF9)1M%s1M#jXxPb}jO-Ys*f% zVg}L=l(XZ{XVb!&Hu==HX;Ma-f-k`p{xeMnGNqA~m8xGeQnesos&lMV!9O0spIqCqPClI)Yf$#RDv(EScazG2l8ea45}T z$o?+I4$vFSAMXF(U7~dP16;p5k;;tU-_yG2e?lX)=VXL59}KW0yFZt34d0H|552!V zHyPh|*!SV}@h6&}?acnO4u#4O&hJlV|4GgvDh}>{4V}M7_7G+_GW=%Y=UXvYU)}_1 z3p;-&v_64ZgVZD~Q0ri(ksr@F?tUAj*U!*(zH;=hZnelUh0i+vhNnJ0D zHnh**P#Ir?{ival!G?+(hKg7Xm49jIs+XahcMSDWDY14FJ`b^wWd=irtJ>?JBYs}6XF`)p?!N1bI(rWaxtxQaO`dK-O`h5g8D^g{Jq zwGj;9;sg9f*#T_f=l-s{nHii~9eE8LsVRbeZ4qV}bkI z9-Oyuc`xk+|8ctKMJ*?&1Ar@m3Y~#6wGYYwBd1_OG;~YqaZKs$HHTc6M8K zWu9%p|4vqx%J2cBlGOh=vwuJG1Anvsf1aq>%g79<&ki6kL0vZ`sD94`O@arQ z9S%TVbb!6^1E2LKPAM1TbYd7>0CGTF!T&pN=M3nB4`|+4HF`IMz`xANq z&R?Hs^@aO)4eUR4L6quOA?quZJO3Pa{~-E+%gD=T)3W) z?NyfE|KjQ};cTqDddoo6Qn>Sd)s6^*9u50Kx%-T$KmJpf$)iAVg^3$9;p?*7v3 z``d2zQ$`OzO=aJAG|*RlkK^GB*C(d3uQuAb`>Fjec=@aZ^DqC#TRFh|e$4S!`7ZeS zfcdp>@lvlf@cOC!iMcrUnfaUD;B~MV|Gpk@{c@B20>`H~uame{9(u}aCaEAkF-~O1 zz$HnWif2z#`u?owdf}RMKESSjIK0!!ZkqAk6~2Y5%Ch6jn1M%rJ6Ajo@w^Oj(W!I1 zb{8|tcH~ild;gcSzS7^WX4a2ekA7yDvzE7mD_e$rnEk)G_#QL9(;|2~@N5$4ore|! z&j(+-;>Wyhwvt(A)z;ZoWgGV2Tt2F!RpVPxYn8$4smTd{fY-e@$T2k(N4*w#WT@{M zLwgTXySohe?ByQcV8Ays)OoWZ+Y&=J=NT%zmd{&er~uE;=NM|X(op0kLrL=uJ)2@E zKcDw`x1s2poDoijD)ML+X($u_mM61A6u7|>aDxM!L9xsnd1hIavCFD+cR2&x*%5?W z)#0^OZh6=P{BJkOJkXwfWl{Qo--%9|Odrr5+~d+*aKW3-O5mKVUfD%MMxk-u!#=>B zUZ4oNzybJ)g8^({2FUUSZ9sMMK}Mkq+UO=dXa9m1KqNET6tr0X^Z#7R{y*}NhZ?1! z)$Tyv;$!@pcnxI0_w>4o?+>v0c>o40h>#1E2i#t@UqC<5H zIOOYVSDQn2^%!B-%*=K)DK>4MW+V5{rs9cs1nfyu`Ce!QvZSf*CHR27Qnev-Dm$|j zy_=t+>Qz!S+dEnL_9d%%Z#Y4j(FoneA9Qw-M!*9Yl|**vzlri6ktmOM3FN4f5y}qm zc~PD{;x%r2yndns%Jw}@SD(WF2mhM}{(g*gg*9-kURC?2A|)T zWP65|3RjR{m^|tIv$6M&EC}!aF+Kl?Q0*)ns)b=8YH$j^Z=Vo$uEFX>{lD1~tRHQH z^&Vee+x`Fee#Pkhhli8hc|A}c(D|+^AE@VH0ot@bKpIY7cf|m$@FBNvBRqfjKJ|Y1 zY4}UL{8r=TGr*55A9OxWzFM-ySMGy+H6RZjA8>sR9r4k!esKH>`6#Q4w64)7lt)=SMud0@3b+`E?!*zpoyC9^XB5z>Rx?dw)LuJ@1=%sAV>M zV(+rwgX2@KFMU8Icb$!;-)GjmvH-3L`{%KF$*>Bg)^G5d+zQ4IKJ}4Z)%UFU=ri;C zZAGIq0PZgHzTY1%+RdHc@;3VUooHhw!Ha1DC$1d4Ui$s!9&qy6>(yS$^FTOz+>kxH`<`%;zJ^S@kftRU_gJRS%>tsr!0Y4b`Xa zA5rt?sPi;xJN0iv!zR)Tj5D;1w-+olG=9#@1iyI zPu?D20(o6E_D{G#+o}H-WRJb(+yw*Z%igu+33!)qFuoUMFT;N3E5Exmup1lRt0`wa z^pXDm68-;7xSf08{#@n$U(QVU5Z<5XJa2L|yfrw~TglIv8JjRWKD232s9h^-J2a@K zLw}TYsI<+lnosOnyvnXBmT^*;iCkmB$H z-O&XvP0`R=U;!b?+D-k(QU9))lGW-~lI)X`w5%LGKpei{M-vs?Gf~O51XVf>4{#)V zfHDa>;uf!e*T$<&d;!2SP?o!_$F5WjD4^nRPe zHKR*7+_*5g+=ufwi5{SGn1;mS^|32do4bdqR8IK6<`DYW5G`fzpZo!zpGU#^2ItR# z&&SCiJid0I^X(SIUXA(^X9KYT^8jf$bHHy3cAp2Wte`IO+ zT=2RYf%#pV#oZ6ryLL|a-srx{9p^PLliY`v=)Asw^WC6NMAP$gBv?^-yyD-Gr^(&l zojuY&z1bn>M$_-leGk7Uc?PxL2>pI$^e5aw7q7C9T91Z*2wqifTs8Q&3%hpstVjRz z)f-A5yO_Jo$qDYu3HEwZ!MVG$=PK!}8K0Tu!S|=!0~=osKW`4W9<_g?5**vCPU@UM zKg}HN{D6CPFZ2C8tFF;&&#q?Gfb3R$HR0pL8JZAk!0|Hl@)|w;8SZ56?SCgx)70|T z(bT4>-xh|JHsKC0Vdz+1Ln-+U9jU}!UzNMOw4p`3eXXRSTjiPeYZ+Qyf%@mqs_+VOAO)CulYe$HxsXKOCFYx7TceeQ$zD*V4y zp&nWf_kZa_Pp!$s47kus5uRR(Cbu>FBK+Rz{g1?ZtC^X+hX&qw3fNRNk3&s{JM?0p zL%I7o@XdB8JrO>@MY|fwt|*61x6gnR459uD*fi}?ni@<>)0-0D0p9EZ7pE$&Q7XFT z6!{!W(S*NJ^yeRV2Hr~6Qf7c>rIU5qBT0jnCg~0Lf9}_bI>r4zdT65N{!WnbFhM~J z6ZEJVZzr?+LkASnJYIV~#mV;pKEO-jw7ESzfOK|$S7KFQRIHMVf&;Su@3t8KFZ@4# zBt$FyOtjYYk48rlO@<12KU1PKp-z;BBt`1^4)FiZk<6uFerWzZr;_ts9sJ)nT$7K4 zYfU#izdw@giQmVYzv=tw{g1Nu+q0GWXYU{SEkqCC`!|{uqK^&X{U-!#1espb@%Ow} zB3R?d@Xo{DuS?e;{6O*cp!eUkEKnEf1!~Zj0DZq6pd(`fv=*-a#wdRcr1y`<-y^KD zKiY9}yDq`^DU%_IsG~7+4app^D*-p9zN9m?zZT9a(HTEfQN1$B=dCyn%)-p!+$3)*Nu7q z09YTsU5VgHBh%sY-6wNmGk#NjnENZ?!<~*#1zeQ-+(nCqG5a@0qn3}E)E`falg$0o z*!9u(w=9Bxb|CxxbKGsq(av{v)`)`WVct4vM=JQ2JKWoS^uuuW-u8zx)1ET{-mQ0{ zRejv3@#j`$ItA87?N1zM)u`rHZ76Eh+h2y>Qv1XFcxF!DNbNV<557llKWVn1A>F|E z+8G+%+R$%m_(l;!mvi#*pBC;Gi>9VnclLt6CUDx@XUz6!2!WIXFNl1{E9tiMLY)Qfd@S0XOxDv zsS^Gm1IZ!S#tcPI)tVWg{%CZ8N9hAxT(v3(x*xg8zQRox=>JFLr04I6*V-+272$Vz zk@}C=h&Nk;2fnK8dOg5-(0RCTNB5Nq2c!jBkfZR#g5iXd_q0FJTlxOe#msSeHP=uoAf)c#|;3J$SrV@|v3nrvXZHuY;{(@38*&6$&?GL6%8H91v{ zcBaBHN!7#;Z~!i*sN>)G1()P)r)2G#Pi9EXWZex+Qu}R5`qqg1KOOzwd1`-fqV|6$ zBk*McT8{*LU=oxXh8M`5c)jWruN(CL*B-{6D>v4=e zjN|SvjtB7na{so2|DlBJ_bp0C@%-IBAxf``M(Gy2|063S^&Q>cM>4+qT#QifVPJq@ zf2)1)_udt*4=uy>-GR>U4EbKe!n8Vn7`-xC-t7IRHUI-m4pGXH5S1JmqW55bHG_jy z0?zNIR>Ali1Zg?mzP{l8x6t|p#Rj4)3MA_+P>YHL>Q_Vn`$Twuo$&ShZ43O@b<{>qnSZ)w~o-m z4fj?7_PLk%-F7|aCHrK2`0{tdW3?2yla_qqIZgNFu}mzn<*b7mLzd~-h0hnm5m(WTTLidPjqf3Y0oXt3ii ze*|7Hxb=^=)O~(@y5iX5U31oiMetv__e-$P%{4V=6i z^KmS-pXWAx{{e9Il~(PU%8s5o+S-8mIX`$?8vT4A^Zb27>!|w~JL%Wg7%DN$fD2)0 zVtYeBxW_Yb&oBOEQEh7bEH&OImYVjlsD!fxUA{#RZd(*~$)b6eEy{l1B0oNE^RTGD zr$yCVEy~Ap`ACcEM_IHi$f7Bn6`4L-;38V&o!QWs;@}0GF9Qb}n#p`{ma}IEI79Yl z;0h6(OP}Zs*gw2&WK~3OtIkifDsd;X3};#hXMkT$_)NXnW6pEZs>4oN8H|P?FBs?; zXRQYZyypc@n$JZO;7Y8YLO#JAb|_!aM7AY2Y#IIu^Z@Il(FuV8GTM;&xzMB?mXbf)PId( z-m1`p`F?;y5w{#lyXsK*8Hei6aj0@FhdPJbwS*bqTVuN}r`qIp(x#KWZRlOl1071! z7xn5`t>yyaz zs}LgBfMD$b`#XitS2*=Q;{trYfk8T5AV|C2$nIVb=HCmxU$#JWQs92`;QZAOz>CRW z$DjDi0@uG^3;aFc`#pT%r@|}9?5<0WPn@s(>HP=&iO%;Aus`zp_H7}rr>_q=us+Jp z-5(CmZx*|pm2iE!1baz)@$(qtrIz5mp(*&ifc;ij>8ZGO)c$9D;LZ3#tfTKo+cU71 z2Yh03bRWAbeizvsqrm&hau$H~cVgymM&CcF9bWwO{lkN}=i#B9`y0>g)_C-==kra2 zxB8G?A3lHH?(F;v;d#XjJKc)TZNIZp#kx?)(d*n5$*gJ@B=4#jJYw&d_cjLyeyrs`?M}J9u8D`G(4lqy9Sb zsA9;!6d%iCC|3q|d>l1T9XEEe$o|x#-ghnd#andgphbf=Su|^-1zofS?pgHafkkt!S(M82YIlp~ds&pu8IsJIu*PA*ThY)V=7XJovPWPpD7DVe zsMCgOvNu@9*Ex~B;oE}DF*X0=5Y1g|)z{NjU3a$Xpbf0DHkzRk=nmlqBwG2IWMUW6 z-&r0T@g?MEH$DfuKlUa$$Fm2#f=_t{+Tcdq`wQ>|KEpmRmc9!d)@KBLz)d&&4#^DQ z{$EP}zbFO&@3!#%H^2e3duTWu4~IKFAoszoBk26T!t)yo-p{V+_HS=(MlW)aGobns zZ!H;a*SN(FT@G<*sE0$=M-H{!;gF>}c;E-SzMr*g>z{TR?`*1g13l1So4$Qd)5fzr z2A~bdou;+-Qx!9xM}t%~PQV-VAbWsTDe9e?to)bQ1@=o;!{14A{x?a7yC z6BRoxQ5UKI)=v}I6*Bu*PtY8Dydv+!tI6N-@SNh6K_2jwWpO%G2OeNdtll1vRsIp| z{_~InYQ$&_`2VU>F-m+M4F`tIpEl7N`6Wu9ssE06e$V=j?%z35FPB9s0Nq~=JU?2X z`^n!YLXia`biouZmlfe)8)SaK`*Yre=SQnBwTAQWeJWJz`-G|=K7V(ggy;;je@C)? z_Wco}o~B@Bo*zs$TrgNikSZL8^ULhN|8pR?ccA{A7^pI}1CXOH{I8IAvqEO`2xeRXJqubQFny`A6#{}lhu@jkNE_t9pw zy|3uuj*swG-tyjR2Y+MG2`}}W>7@zn*!!nb^X&SPR+Ghzhu3L#ebc!6ThaGV8Hh(j z4G+0~B5#+O|IJA_B-42`BUj=T`z8AR{4??4Z|$Z*CCQ(OfX~nVIoBpv{cKNuZbAHd zlhCj}K)VA@b*2j**rnmEQv3T|omKcCnw?Sf|JC8TFz*-hVxM;q9_%c7eP;a~jq&7Q z)*lhd-RKI3?g}{G607zOwd&u_)Jk3MfA0M0Z|Sk4!1V61!{d(4xzEtw;Bk+Kg6X#e z6OXC^Wq zWaDe_VdJUNe2k4`BwV(3=@x zKe>U4ZVKmj_js?nHUyIsPQGf1H6EH3@1fp<$@--SJYLj`ya~KMKakxxo!8DSZ>`Ac zqgQS4i7HF}J2T`~>O226ht_6F*Na~cZTjHA>%pN>GaOn2Cg|k_A9#sf^QtljgxOSM zi%m;w*!0knrcSHy2x*EOvrm_=HRgW_%D%>?ixAUiHt~nVGnq*Zh1Q*y7 zPk^c91Q$!v#K1(jG3)`WB`Uu=+CT39?A;Tz86B|gUcBbc!v~;2yt3c{aBOLuyepFh zXp7Yp>VNc~vGTvLqNGO~nf z8oZybhe8wr@2|>xG`@F(^?gmS8kG#zDmUtXTab?S4pO_{ftq$H5Ue>+A?SVjImqsX z@7ri(fU*<~kQ1DrX}kS3y}Q4D74z3^4?mUK58sE`|2ACzBjElI7WnEN*;e+ICQ%;$l582|2DJh$Y)@F%={6P;j}cs@5093o1OP=>VL~* zC%JIe=x&jzw?%I4EE?0^qBFc5+Mj!$=N@#0lb@V&E zO(XaLW8gV$qZcqc$-+(~=WO_ZYvDtI102bQ$1(cI`76j4u)3g!Vh=cyEYqdvf#Cv7 zEr1U&9L$OEvHpw#2k6Ys20yluA!Mwy1m9t=^YInVlL?7A2hnxa5qhNds+#NENPiN*$R~OEJG#`gTHaN7nkwa(L1^O+wt3m_2 zszuqfXroQhO>AUiqY0+|>(@`yqCm0(ccG@{}t%{9|ofH+s^KoY33IE&m|ATkT7&x{xzC4Bq^BQlp||Aywif+an?AlM^;^iI!MQDJ z^xI6h(IKbKCc$s>l7yO3TcrO<)P8U@QbkU_UWF3xx zZw2pS6d1r;xPUEYkqhRA4zr@WR&Q{Z&6!M~if}q+!|Mw4&~f-bL)|=8h55hgNi^TD zz4V2iF_oQhC43@MxK9pJ|NovtD;958#A^q8`gDEmm@coX>ALvQp>=m1$}`cSd%x{E zbJ?y-Bj5w)fhYXHMh2!$X>Zc-`A<`pK54p`N^a0a{DDVv24qQ9%LgfXJRA;Cu@qH$ znXDsok~M)Hz{&tLfXk9JrAd<99b|(XOH_{fiOLe3pc^|Am}kHMb0w&}d_?ElNe zD{DX;{U-Gf|9@v{tcsHXymS!$zu(#W-9rC2Ek>5IF^YVO-!I-Du1%tqKP^f>;r?DA z@6+)38Af$vu=gdI+>7OxFfO1EH*rv6Kv!RLcauaddQ^0ngYxiL^d zZ31;YbD*}o2vBx%d}pBbjYaF{3*Ubld%qO2d^)`I(=>Yj0)657!uOp*{eQ&EzYsc~ zF>rlnJ@rwwg+97o%tvp){hD0xR?n&4iURj59R;V8*{%z7|HM*wym0p?AMsSwcu#gL z@P3k+`yb%hy}(1?I(jIfG`!IF;6%**jdqY7-OZgIkk?Kse)E^z^l2Xcz3iBc1TuHd z!Rwt$&)zwcsC$9>c0FSiyBb(4;xstpfWvsNzR5`7CET- z0zA@wnDv*&56+Ul;D~d$`;UMx@-=h|2UAQ1Q%GlKC}-$QLqlzc89D*?;4qj#;&Vf@BKdyu zqCEuDs864Bm zqknn8{j0$4FH0oeQ1!r)rjh$Tz(@BDa$%V91M;S8`uKG19h9!2ZPI1Qldf%^4!z&# z(1r32{W970Vy0c|OWM`^89RVUHvN^=rta_nmJX!;^QLLCh5mmE-hjDMRmL@iT{k^I zLF%9WKYBGhpnA!QWe4zSQv5g4TSD*NMyV>d>G4 zUygWmi*ag#2VfKWe|Mi)IphCvYGka8-!X8Jnf*t`=o$Fmj2F?`NA5>lZ88AR{*>Mw zrF(Gyd!$kG)V~*=zw;|Z>K{+^{#zr|s%3=oB!t7E2?xgtSBtmgd+ulc?||a4j zhRQmPe4jk*{{2E!5WW8zct8GG*aP74UlE_rGI;$=_ao1DX^@804$?>XzVpuG^Ea0n z0H2?BX#wi_Z-9o);<553PH_<9?Dnm3<3FMK`k;qAAQ{Js}Md{rH; zZvk+>B53@Ub@oxIU*7usfc%by-uUEsYwUL~c|JwY54WQ=T)*XD{t@(hw-=!KYC>LL zPG-M{9xBB=ShWY5u)-eNlH{%-H}Q&JKvr~LcO{p>&kxMc3YK&UUPg+I3H!#>Uc?!p&+;mNc^t4D1lq`}9dXC8SI?hW`}kGY20aql;# z-#4f$(^qOfn*RG4J^m$&M$?CnUTM+yVbtnCc6gmE8e83>wcO(^zM9oC+N|zjW;s&K zIvirwXLmEZITlFr`gi-da}4q1i3dHDE_Ny;-_$O-$F^ zy6Jd9I&|(I2br-BwTBCEZ?jzp zs&aq<#_l33v3Ng zMRF zd(1hNAeYmZ9uwW!yT9R{RQ+$}-^^>!b(stK5qMZ3igFX1S~7^++dE@M}#jz%6}!RZkA+yzYhlh9$=-4Ns4hJ6Rc07 z!ZX1GUTNANccZj@c&PI7^9c7 zVziC=&+!ud589s&6{0mDHA+v={=B3Ak4=wM67&DVnUU&@=l>T=1iA@wews$eDK#7q zlyFTX4XX z=e_zm{{GW~@NNiFa#*199t_mUo?w69(D=CpXv;Cq0HO8$h`t|xUl)8n%y@h?jzH^o z%1_V0{Vx3Br~STo`EK%MKJ?X_FFrbQ*GGTh?X?uHe^Yk0{%7gmhOql92zS$s%&x6o z%H5OQPG))l53+jJ;^E7_@7!-PU@YiBche7!@qjmpz9$NvI6RSnRb+F48E3%nclJTk z|A@@pHRwtkxG5=_9p70zyV*D4n1D|#K3(Sj{3))(OPO63f9^P5pEu$4oP@JJ4Gn8Y z?yX92SK^(>B!$Pf3V*(CaD1!5>-}NXWM1o4sr_Ng(a+3a=hp`wAN3IQ9uA+sp*LsY z+S2QH9?LF`onFtXhJ5oIiv7&~E{J>gp+)YeEsEU0Og_V+8DMjf{pivE*P9pNT*wYq z_sXnS)V{}kv)WVdji~K4hs?5XF{|z(vlcHj>;5FpgDGZpo@Umgd1eh>L!I;I(^i_b zaD!PTc{|Havm&;cRdK6XL7Wj^&hgB-(2298btrQJ{e?Jd(&|}MfSKbU7-5?=77e|@ zz95iUAPXFX(r6C&KITjW1K5N9$O=d34LBkA=3n3)yH|k)+()07XjNo6Y9BttwFh_! zXE?E&#s>wh#Dcr{A^ddKfbK48atLij40}QF*L`DLl>i2K=^OrPquj_gV-N7nO=~8& ztBb3Vc9s)q(M|2KK*sYNZkRQ8_N|9ikrJ%Q&J_ekxYKKP{iXxv6{CEhnJ zg7dRHo&4x@)$mIv8!=s1m!)fIi*&WIvkzSFP;v!_^848Jd8u9dORy7sY}44$HZ{ow zCm1f^L1uutKkx`=1_+soFHqi8Wjsky=|yOQN~Yk$m8`J8(E^vpBb*ta^ZFz;X+}O! zXrkgq;RTj2QMpWL|0gGCOR)s)@`_hQ@c%W{dG?Hx*OoXfRh*vwh}Fp(v1*A2_|{V7 zfwTXcMEz$1|6l1JtrLgP|FnzN%-3Xnor_Z7Nb-Kc|IJVE{#r^8P$N>;+#}R?M})?< zj=;wuTt|0=qqqCd?{huae_3|_=YO*Ir~h9yH&jvheI2F$|4RLrZxNzenM0Ix4u5Za zzK7-r);6*|7gGP*$oJS76{s1<=>13G@%KldQtI0B*FS{Wzl`ClTFn08b$nGDt~;O}9A=d&1HZyiq+d4-hD`|vTp~K9I?Pu2RzRdld&6+UCEYGoKotSFY z*coQcnYDL`S(#^2|8vdy&ENBKpIOi84+_u|4CM^y%1lt_n_2!~1Y`L+F7$yD zu-u|7V3GTtSn%t$=rLcvrKSPy#9Xri-p~Vhh|z|ez&S>u74V;q_rN(T`O)+N`M^kq z!HK>ECz|uK6f@NJS!9Y_a@I8m87E!IMF4Nj&(7s^A$VA$&;i_JKKnvua6jSBnej`V^XX7N%wJpViF{<{?LQSK?=e^-5EzsUZd z_Y1FasMbH}I{P|Zd2Q(`;FAu<#w^e;T@Aj20qk_hqp?FDQtbM&#V%F1Gke%HXR1w` zirKWnDNSuArfF|6`T!U3KlFeR6;rj*B}ILfr)V?vZw3PhfCqT4QnH5nqXFK64?su! z0IB~SqZ7#*Bp2{Sg1p8h$S-e#X8GX-zBFFvYs9M`_j#3i7-zV|??g;*O`F13Gs7Mtn5UH+D@%vpJ zp)!pk)Hp3%@7euLtwrunSeSln4pXPZI?^6KWg#h(lKp#*eKzY&ojoORH zCwu=l`1_V4)2j;}UnQ&fsVTjG?tgvN1g+2UY`#ji(w{B!Q6PNZO=<9b?|bXYEFPu3 zbt@V#KlpxTdVe4IKKH==TO6YAA4G0v0r)<6dYp#`vZ4=}y%oUzx%=N=c2|M*yiVG? z>vT4E8DVZJaOuChe|866OCMde9*%Ebc6}}T!tpJ_{qKbz)o%Q{`-4Lj#;gA=9Q7B@ zI=Y0N)o48Y+Q41O3I69xo(5R<;qiFrHiOgu2Y$TVZ)-j1^}+kf&%~Rr3w}LtV{&m9 z<_xFr2jf4q$j}{T{rS{=zMSA?uc#qU3mFLPP+J8DvYTrI9!H;FJ1=i%wdnSH z>NAlCbN)B(XTPInmEk_GKrNew(+5!RnRt|;&ezJUKU&fsGzIT#Y}Wi5X6>nBRx6$_ zwKi*Gd$X2xHS0hx&WLViwdn~a$lFut7u-1$rg0`*rY9(T(Jb?0`U^j^#_;b~%L5;v zp+zUz8NQnjCU_M5fivqzBC`m6Kr8wHKk&dZo7n+eG1P?byAVAd*a{+kOi`r zJz(1;?fR0apNkUpt5Blqc%lPbm7qd36VMLEtIM`{9qSpdQ}5%n@i-p9gW`0!XqYm;Po`j*(fj{f7SEp)vVH0QU*YwY4c<@bK=S;S2dV~o-!|xd7r^;<9Uq`ac>|aS z{WT2EZx_5izQXz2jmKZ-Iplbk^}~i@u-wpS8nFMf-ZmRv2G5A9j8lJ;Bq_e8BVff5hECmHY?zpo4i$RF4Jg!^3yb zIQ$~${a<{-Ka$?D);hf8N4u$cIX9j0gVTE$o-g&kycYQ#?E8+LCVOwXi;kj88DfXe z=S0nOH#z3R^98SJo`*fZ0}pN!9#`|>va|)~ugtE`#=QFwtnVcC&dfiYp8s_zJbK=O z<#X>Bd1jKGnfl#N?XIHcr&H@Cnt}ay;LfjU*6o7SI1i7?oEN3& z?eo(2^L|Jjvl1Jc)vmr7uYEAVc4j@`Jc#MRK7hU;2lIo2v*jL-3x_#N46~wA%<}yN zR=_OKiTyy8(L6S@pSa9?;tLMofK&V(OrRE6;9P@@9)nyc&N;BoKDF@{1Ot6SPh{tO zTmnXtX_k`?orNF$?ti`~?EfaR12~Iz>N9=`bHQF-!n00s(by)gTDISnd|mhewcK=m zvzva<|NjY|<9?nDKrr6#^nA^1csUP8|Ihrtk*tSDzGOW#V|PsbA8qZU*89kb>EvBP>SLulr<6jZ+4<;6-|_9V1in$O&|*+LEWkUgst#^I>l>nD%qcV!t*;KL~c7nl&xWi7&KK2 z%}?%u!77_MSTR=oKGp{*4$glIX8#UH1686QJHJd|0FMK-gT4QC_Wm=N{a0S{M=Qwe zU&>!GK7QB7Um7dgE}(Dx;{%Ljf)**X7Ve$79- zDdUct-fTkO!yU4^C}#kD|5#pE7QB1^D*r!kAGAD|@uz0jw-y|_$aiP8GX0mk^@Dr= z7k%pfALQk6?`H?^YX_%2XG_k2>`tl|%Kdhg*Y`TSxJIMv0qYC+1OF`UzYGh!z6;F6 ztLgIxz~^mhO+YEqb5|7p_Y_a<$7W72B7Nh4xSDiv;$ zf22vJV@#UlFp=qOQqX6UUVSyG_Xm>#a+_uFcm3d8=+c6FpZ}gSI}`;s7`Mx;5$p~c zyKrvsb$!ccQJpFl)#Yoxy2YXohu|WiSBNuUAUlEW^->nY>;Ez1%=G^U*!|B~$K7wh zC%xsPY!$(n9S$A-lrEenw53&sylZEuw>@2fXVW!paJnYEamaPILpAHe5%jfd>~uUr z3fQ&#mQ6ML+cYc-`@m~ysyvEwpg@{J;R0tGlB%v5@PLn`sISNhi%TZAEm>VUCv!d} zsnf0`ef~2^r+y@oi<+o{HOK{sBLnCpd4Sy$G&4P3SFgvzb&A)`A93X9#OZ7QICe&H zYJZ#hr~h{@Oa=)2zktc?{^KO3XesRfz8?;yWd9r|IgFyTXrv%@WtC>8~1)oGJC(W@1ytM#J=CHv4qk-DYme`ip&%ldE#9Vc$pJ-@Bx%CPurE8^^s5=9jf9xc@uwz01@+ zx*pdK&fu%g%9{?4{}#R$aD2)PaMJtIaQ*0K|JU^7p6FPwW~;U$EPZ z{sb(*Y}Sq_c8Zy~=c~aL=*Da^gM9>NKoEPup^@wenP;-n19TmPm&klW>u>P=r^0op z4F7owoB%kG{o?R8VNbe#6aFBf_=K_t2<{7)@-P{q^jzIqfd9k0h;V~vU5@#GGUxO& zJeLZ)p(S!tnhP@k^?&mSJpenNUem$<5aVj)4 zPC>cI1G$CvXDT@W^#6};#%S}v7>&svqv_QDDfoZqD@DsMC`#qlN2vk#e_OvuE!&Fs zAKahnb~yisBecJJgu1W^!UfJ{kPr&@=lh@M`?Z{j5Wq2)hqV`A7Tbi=N_X&4V{8{{{=EFN{;3D6z z&Pt%~f42(EzYqKA(s=fz;%oPUtW9(*+lF&z)j-et1zhVnx}EK4-|25l^t0+zY5X?n z`Tdyp4^jKK!TCK$!;7mA9?r~v{I^97y(~&N08f7727+u$?Y=lK=>BrWhOoWr^J2;Or+&QGwDiI1Js@h$jCb^5D0V5}DWQQ5h)pNAIU z5xM{{fRBBc|NnJ`Gk_j*kem8kMFUvXUFG+X1@IOQAbw71a6W6o|90{8)Ppwc|9Q>y zY3D5uv$sB>`EZ66}{diC&;wy585y(7a_CD!np8p`$aDyKIK$dZugg>U8C( zk*;r6hZ->h6#QXV?Zb9iTG;W^w&~VNn<|&HY3d6+fu^U)qiC9%n^N^`2|S?OsrvUy zifrrvi)JDp@P4w!4}t^mElD>YCh7dtB=ycj4{#LhZ$P5vWFr^&PJ%uUOpp^CfX0vF zl{OhKpqyla+>4VjJx=e-#i`;mJiuqgst@{~K8H{e~-}pj1N=SJYl+y z=U4YJp{iaiR4<-_`z^rlt73?H#00DN&R}J*`*X7e=`XOq2CIVfcY`3+NeaX(gx!Dh zKz1+z)KP#sP6^OQynYUO`s?yqaz0x7tNtf;{`dU!ZUUUY;(j^}?tgEpuO8Kc`yWPM zcHD=&aJWCk>HnR)wP3xsBI8j@wUEzegs)-Hl z*;5xi2lJ~o+(m7R!9h!QR&DlCpB9pDC+;KqQ+N9QUN@c89gffT258!U(a-ub>(kG^ z;NH*5y?>$+_dYX!=P!l^IOEZC+)zRG`@=gJ`p9m7YgTx^DHiRxLX9kiUkA=ts}=n} z*!o;%{c(2c+8K=Rl35)$(tA&#?gmnC-1i%5!t*K4U7Q&_fd2ht3imd>{E#3M8MP+m zT;5L(f9OdK3O*(YIBs=H9k*6kg<^SCq zYSQc^lOj_&PnZ*~@;r;PAib;?SHx}FBts3e+#rWXAK52!R5 zEMpJa0w;_91`Bvyiv1@2&QE55wfEpS+t4pJwaUa!q}OfmfC8MMgPEN!k~wBWCqaMp zV?0?1Pn_vN&{;5t`CUT`@PoOm6I#FncmgFev-Kepkos?15bn=vvYEcP>-8WHd=fm= zhWg*`h5oOzm%?1V&{uhD0{4HhHa;42*hlMP$&9532=4;c)FxeZyJe{3u?%H7oS`*y zGW2(q4DAU^CqFb@Pv8di32?|~xkKJ%*cINlYg!*X!V}Q}f&o0Mg*T8ZdBHQ%6v_R6 z>=~Xw%Tno~I0Npd=l<5~2wa!D_KNSXJr=;}sjEZ}9#-xc}Rt z`F&#!REybxaC7nc4h)dno&e2n6QHg1{ypLR`iw#EU(TQGJ@7vEe(CJ}k7uD5xXJww z=dVKGpKCrJn>#bktHp}4c*W1Gj?wOYar}L2we%CoT9`ihz%g}nK zd#Lky4+VkyIoS7~2?yif<*rhr+4og(SIu52N5ZYX)P z1>yO}yXf6*vMJ%6Wufo<%G`h7V9&SBS@DCMwWl_^zSq1)uftc_3y-v5ESKY+Tw1V45aHSnjQqGb&I`4gOv9bX<3eKPmH@fUA{ zrPrp07J%=^M48F$;a)xQU!6UiX4dJpW;F%3PY1V~L@fq#M}PA($(tHq%iZ4irb!*C z;b;3z_`I0Zi~1h6&!l+jeK~I@t}^M;E|a2GQum9g=lLeR=i`6wHE99QQ~BJhoCTFR zEBf(px^I#zk5T;H-e|m1FG;f%<5^@$f@v!wt`38p*Qh_W8~odf)5uBOvXd^Cna?)sKfJVNY1DWto zpx2tp%$3OORkam6*zI_O@%w31gkkDa0;^HbzjBIW-`I_LN}(65Wvwr$(yscqZF*0#5Ho7&yloSAUqOl(Z- zNwKxw@4ml3<}*p!q-iqudG0;;KvOK_0Ub`%oO)yg1}DHLOdvl!L1pd91DYQ%_agCn z;2Wp76>(tFahl>2t5w@$HLn7FfQMC67m)#2(W(Uh7(L!j7HIPrRZEDLc}q0ff@m%A zCjos=ln!)@Qa>BnKivOGBO}%JXN1b#AoH_Ng!=u$?*rfOf}_Lr`EwYV@Nj=;;`z_~ zKfy6nH_7`sS2a{W-iGMx{1COF{trD0R?+#vWb*`*Z42-3bdWsp`@D?bU+>p&{-?nE zDH*75h5+@V{=d}=&`iAkc5h||Xy-2jnxCoH@%SC@r;jE5$o%zH*Gs;tNBv*R?W;*I zEP62AB5P%f9($4Lxzk6V+WDw>nz#Jv{hJNOvmqZ|&Fpd9w|l8ud$JtjJ+h}Z>N3})OS4SM#m66RH_5ctq@Fw)?KY_v@Aq9t z&#;NFxu3IPAAJK~&-Dbj;d#C$kBGl-SK6-=q6)ncXe9m zPCw_a3gCZ({XO)gm#5s|gtUVHQ^@>4oD_PAX&|tC2JWwfbHv(lvFK=*8}{2b^ykziJIk`Apf-qy4r~T|7E-` zO^=sPp?E!Vi_?~caT-+#KM;>t^2cJ;KX0rC8kqZMf&=EW>XPG2(Or*9SLj%PAZ*P1A`7QW;wJ<&Lb{T?}g=fV94 z2I@pMa=tDHXbsrk{t{$;dHJ)i_m@K>G(T|uSF-mnIl@l`@cPMo>nm;dm2Z1rHD>RB z4bE?)K5%}({%fB1(W7bbeyaP>Te9olflqT|Z^c^i^9J_|n?zn?elNwpX5YV*x(D|g zn$uGg-+GYQ3hoaF%=`|X-)lHwOWm~=f0!A++~fsUbpC04{ie8SR|S0JB3#K&!i#)OiJp{Jl~DpzOPA7hcM^!XBWnpWF5x5z}vxtsdxTt zG4KDHU{cr7oGG(S8vd6_UOaj(GimS^<_LO%>0k;+0!@0B8;p@NU^F{{NcMxrcG~L* z+<;)PfV}VE9F%v^+kWtr*Ra>P%X1id!9w^9!ga_C25_G<(UE<~tESZcW@Z3>hQF%7 znOcHJ*iB~zMbcN*by1T|F6!n*o_H1fR2P_a?k#+P@~+y;ymr_feP%;;xb$CuMi+X*x9k8Kda27Z^4{71ZAJUniTXc%g?m3459xGrW5@rOBbT9U z=Q80hWx~VH)JWec#cyv{QmUc_f z#Yi-O3*xo6R=mn(#HsbZI8CjIAD9>1fA0T1jbqiw*Q(exR?X;)1|SLk5BGoR4l!yK zAFcY_|BdQJ>r`}<&L57_Ec`zL*{%7()b^z#qTQUDnWd3jeGh9{i{u?wgT$6sm z`+W@WXB_^2dBPNTKUA?Z$owr4s-tlKR)YWCsTrby_8~YmWO{F7|JTY-3x9I&Kla6& z))(CcUjNj8alC#`wkG2z3(Wr#GudPx^(^9}#c#m;sQ;|yXtcb&)aIm@22VlHozqL_ zFO%O5?&s9XQ?q`u^SO+N?@VTZwjO%*$z6MH)Bm#hfFHWJ)eJ~Ne#K@9k}}k45WAO&MeTI`G`r=^%ALz~lFu?@)4-Mf( zf|uTfBdxOFe`ClE`3L@V2;OM5$qAwUTLr-dEJy!82Q83`SsSSTAB$Zz+QU`7z;NiYpWy)S zB17g%hU(wV)V*vr8GmPzlbfl+$1^pjKlPuKA;;Aj>HtRQ_#A)GLHGoq7hbg`4XW^e#p@B*F_uaxrm0a@Zycv+k#RN?+N(*G~U1F(9m`UO~3bgfl(4XoPWj{nb^ z7@6yX12{yh#?)wa2LH?B8l?*C|6;-aJ;DDo)D$HRj*+E_#C9s{{*SS z%pi3o=gZH;-M=AFXVCpTgZEP(-mf!$U*7Qk58T1$ccQ;4SEm2>;Qn9F-meDxfA)S4 z$oFW_(^tFM`@duFUu>#HhjUx-C_$Go(?@mT{Pc}P<98U$7To`27Wy9U{>(XW{%gbK zWUrgK25&!V|I9BBmGr^S3*F}e_@Bprq6dWwI&ue|UU2;z?6a0n*l$@m%IL& zgDTE+P|03!d23M@xg2ygk-eT1{M|?N(5LL>JdeH_oV^Bj>|pxss(Inh@L2w^Q#Pf4rg1N0ydKPDs&_AIW<1AX$$G!Ug;{NjXpA1<*1{>G9}* zxc@u0PSn^q>i$TA8uU-l^U!$h*c7kpwc}MS3JxImf7=Gk|6#FOurpRCYsTtCn3Y^s ztJbzb2N)EiD(mt8u8S7P5-rbl(b``V4X|63>TQTpGWcK7;7HZl6{&Uf|F>hv``nH9 zXY&X+Vsl z+)MHM{Lk+r&{wxk_-bZ%UwLKW@%4mEAM!n3;`8?ez0WrKu_bUczXp@%N&O$`>aA@V zWO>@L>mTW*3V8gun8Es&d&&aW-!IMsZ+Z`H!q>A?BM;^O?5<~C`1x!@-`~a^zPg)U zv-5jN{g)f(Cg-B~MuYoD-$PGMAK9#dtNJqg=b`s+x|r8kN3&l4>!RZDd=ppj`s?JP zvqkAc-O07yhldw;|0Z_*&BL5j{1P0t)y(`I$lPM)|CGsm8-u?#9G?x~ebpy|d(}n% z0{&GL9L&pzcAx$D{?T}HwZmVtsDt9O>{Ys^A|cL-k1O!#)}_<|d;d#A?A z7J#px4o4^8f0(}eYx;KPa(nJ%E4_aidj63;O?c6oz=Xi)T2bdUOk}(=*Z(#u8OdgbX*S*%H1k_&~~W z&J{3+Bp;L7#Ij4wX|M8}QNu=aMzNcWW>-)qG zoXv$@HJjgCT_-#N%DCwjeoe8F_%_o2k3s`fu7!tkKJ)-r!}sku`QKf=)Cc@8fcbxM zg155IhVKLJ-?xlK+pAhMjeaxKKSSOLnQ#May4%90o%wB=?g$@Xd8T@@2h8~(L#z8| zXjELfs;)>^#cb#WZ>H%@n>0Kq$OW67s;mO3`u9hr%4O4fARf4xh+gzo0I>M2KIl9yr0&gDi;u+7!$AN{~n{ba}9KQEl$Zs>iT$B^+`(O2!r_xZ4!OkZ;S{>$^eaLPwlyZWd-oWB4Q z`@Y5AYEcHi5Bj&KTj2Y)M(c~t_s20j{ps)S;_dg@(?eCZ;p@rHZ(uHT{$}?5?EI_1 z^-Vz=e#t^+#18QOL2l|?*$wWhtNy;_szzJz^y})XB00#GGnuu2wOL0y(f4P^Z{jVP z9nAe(dZO>i3FZ&xX9wnQVnuX#A-2bP&Dlspwv}b=t-Opg3c5XUz^boXoZQ=1Y zu-Bs;aQ&#WlI-HHg7@`%VAA`O^x#KKD!0<4vXkip=-(Z<=TCEQ_oklp$Eex4nE$^T z)jZTF7f++!co=oiOMimP-YIUGdT@#Gz!NbqWBh{#;Sw^+B8MT@Bqu(3VsxbA< znQ)48Af*RfLCzQpn4t$}PU0nYie~l(878fuKgj@}IK7ZvAp3yc=a^MIc>g_fOJO|5 zy21n8=%DQn9MC(X6{t_$k9X7+&d7*Z&VdGagl~rK}Lg4d1&Iv*7mzo|=E1 z*9Sb2O6-l!_C+(wopKt_k4?|umlU&TVrh#uAM(-O9~sIhVpEaXHeDZUQ||^g6-&)j zT`++^T{3k)Bt!R?q6N&Ip_@nX0;!g+g$BF;hoJ}fo~rSC&;gW5RkS@B;d4?{yLgJM zFO$`6Lb782Bx%#7Bz+%>2H@ zr-J-tJnS#W-u}u)&PNe^{?~W*(=i)azE|-0CfB=W0bdou<9p|7_WpG&atQWO_3iZk z;QlAylhOPdyau1I(iO<`cJ|W86`bQ}xj#mN>mEeg(c4ph7lhyC>Y>IfJlJ`7;9umS zq4a=F_T%d_(w#fbT>&rg^n>pc!L0Z>2e?1_{v+`G3;g9O$JY3K<#g4XyI@P~m|NC> zXA292z~CaYUE~oanK6*u>H=W+XW9>(VJa=4*2q+_A2B9zwQQi81PIYgT>wX|VnQne6K$Ov=g3UH`sGJJ{8Y*=bU{E!@fTOv=uzKCTh9SP8yP39xx; z-j~|##a%y~S{^~okD&I`?2W2mFyirT)K5pFn(+4i0HcO-7JT6>@QgO9XOvNUcyr_B*sPIgGKaNuRXjS)C3)}xLSumN8*xFT!O0~o{9cu|-#$op;> z0_L|VREL}3{U05oYHLE&1nl2CC|Fxp1#3pVV04Sj{D*?{paVId?Ecpuf&1GZ?H~95 zqDKKbgx~L%vH|++;V*A?e=C~$>kpd0gS+7TH9_|uM6TavUlnNMtKzYEeVn(b=U9sZ z3Rv_9&hLG+{vq`Kg9G4c9;H_s#QyIG{Ef$6vV!{;p!dIqrt8E?PqksbYx~}VJU|bX z0Qc+P&_i+HezWlQ8nc|&0lj~obT>T$AKC^_EU=K9#=`Tr+PUiBGFSEK<*Kdh{A9Si_YXYI-fuqMKJZZ1f<-sGPHxp=@@raw_kY5}%7uOPAtxnHa#Hg) zWbbAprzezr4Dfzm?*6)PUB1+Whl?eNf9g(ue#2Td>Ipf$1F`)|R`!THB; zXSY8MZtWm6b)A?6>cHFQ-d|+}%X2rW6LpsTI+#3rx|{RC@4@6AOgHIeH#j@Y>A&ga z4}3OiT#6AtS);!57!qXEXrobs?o-$IjOg5qiaKZ1yemd+yhopRtf$U=K6IUG{(cUc=7C;DG0ueS#b`J3slO-N-9~3)zQW=|W-h4dF}L z-yzpD0Wai=XsGAGrDoo`S`KfOso=2ifUXzdd|qi*pJ1~}bjA<(l&j2Xu8N_rOLZZi zsWllc_wjYZ4bG9SZ`;!JZ`m|W zyh88aAytzz@BunNK4_;DWd{SS4hJZA`DCTPPSSHY098vTX_jN6e$Ph>RD^TD1^_GR|&0n<={M4Cz?>f|fO=katTYXiM`fnX? z(V83heNDsb9~>qJ*k8WY>}28m9)qVb>6Et$%3FPZk>7BWTrc!K_QkyPjoH8DVt9Xb znD5d&6!R2+&siQytmL5$X#8tEc1Obw?;oyzJoiG2!)Sa4x}l%rnY(|-1@OK(a7cQv z^UDqH??7(f0bW)2aV>>OMd9@50Bg9ygLPX4JkL zMos+3sJlGRr~dyq8Fh(%U@U#XK+cfb)PMi)M)(YHgTMnlhMIJiGazjTy9RK8OkaAB z6!r_%;V7dsEDR^0-F(h9{$IZxz%YMc8n$Jiyz5115w0ok9oHEmqGySylFeRbkZsr+;Jg_EL;O zd&a1`Em|FRq5W+I252Sw^FWkdw29J8_J0HL|JtHR#i9S(dNe|5bt1GlAY9GJ{aeNT z|C8LGv*dmZ>lCKgB>Mj~q2L9fTFw3clKNj(HAG?D|F_o$>v2=|e}O@|wJk`!S_i2r z^M42C{~^Nz1 zhkI&75&XU3c`Q2Yq1yERUB0->!rh+#n)tKj|e6{Hh!TjdDz(Z;q z8uG#5fAC0L63Fa1&CZ|QQd4lh3+d?1ZnEc_M&H>5?&&9IwYui4DPaB=hdC>toU_jQ zI*|`V*8LoKKJDPJaDPPvl96|tefApsItS4ES0b|qynpU%=3RDuzTAI{yE$lZMfknk ziACMf)}IB_TZayJB6mOY^KEMXbTRJF?DlxFnUu%Pq%ivIHr%y8=ECnCW>Rt|9@W4B z!1JGHH>o>)erxXO7tTiQeFeTpt(&Or6B~?pV$l!mFtP(ODsHz?b9oHr;|=>w*74%`DHxCowbm02K~S;N9^;SyLt z%YASNAF&Gn3%u~1bE%fS#2MCT3_9X1XcV5>>svU_1?l-a(D$rm5BShQyYL6_Vjr?@ zhNHsIJ1R#az9)_F1zV0knk#z1;?8O?-dSIsa^C)eTgmTX#Cc}2&o21H(fj{Hzm^Z) z#zycP?*H&EZtCa+ucHpX_cP3U@V;aAc*voQr$XR|`PV}q?gA= zS<|AgcuZdBb+_+8rmF9;sj$@sW@1wUeZc*JHhfbvb?H&2lKW;tYy6)lm`es)z`g0J zQ6Zh(W16;iPE$5ZDp^&jD*Yox*RQ8&*2omi`2hcCH$DKJlQlOcNvGKXI)VW{wI!;@ z)o2dB~d;oVRC?a2iw%mwUgI@94{3}j(uEnXS;`H%TtoA>|2V`oj?*6pOblR#8 zlfeJ-!vQ!OqkTPMboyJg2A-t%Z%Y0T`~Sx0qGTS72GGjfzn2W4NpOI_M(7Fr-{N@x z-?oLLy$)ByF5x<54bug@f9v7>If?s!3itn$5uvhu2~k7l|7HzBbUl^Xe|xYT>IQ4P zPmnCfgUA95(y?Ute#ZlKo2>8brKo?00KFa`fIo78f?oJ*;Xr?t`vLFw1$>`rep>tu zz0Wo3p8Agh`wKB!bbpOSh4A@3NBuWGffw@-AFa;8d`A5rA3-*A32%J}^wRpjy;O}o zPS1ExJ^qJGk13uSlpFq!13mviw0`LPyCpFHf&XNO?>`YNC_6i$t7v?C&v%m}d_RX^ zSG{0nT)Ugzejz*(>!Y>$uC z*lJYnUDWhSa6bNi#0jJ7@VPtofC+GRd}Agk@QgpZX;fLB?^um$1~xeS6VE02p4bUm zz#eWb=X+!yxHtrSG7p$Pn1x+`d!1#Lsj!JX0K0%+W_kfIfP?Hha*U<-KgApnj5eSo zKQGS7oLle-3WgV5*GZk`)BC?BPq++uh!dFq&vE8{L=!v${l#s#05%tG9fK$M8~oV# z-E~~+stvK=H~rl-?6sS&R3x|kq`T74eGNT9wp%qa;BI+pY&S1mb@!6M|3j>B05`+` zh4=HeI$CplrtG}o0Bp`w+F_d>#@h74$EKi5HqDx9Q&K*g4*kO}uv4bw1oj6Hcw|Dl zJU66kPMLJAxss-*jneeU0Wa`r^r!`S zU_s;ouS&!hJyGWZ5>$0nf&+8U+3wdn)=BK31EGeGS~y>ySz z80P=J-2YF!!nJ_=e_7*j6(jdE1^h2(4RSx2{}(I|Wfv5xCiZxK%;xT|fd8LouyW)1 z{ZH9oy(I5v{Nf;b-XI+%?FA5?r)9HZv;5)7I6Ot_HW zPXFtwHV<8OX%+chV8?6n@Em7W^_ylrokZ3g*zyl_KEB-jy=S_pKHQU@AIR$A?w>jf ze~)I)x{hyk*kk-^@behn8&97~WOc&tKlz3`e?7h)Lmib^8=fmWuD>JD^TK^!3;!jo zJ)B-}@G2ki;IY7)fh!wv1fI`Qw0r~b>8gRw=PUd6IC#1yIQcK>>%rLaEHP=$6g0aX zsDJ8xSyB3d|7tMJ2v^CdmE6_e?TqBYP`C4p$~hY>Z2HOq>x*FR>G#7l?Xm)F>CD zV(A3}3Yc`R3mjv14|8^zbQ>JteiVBGc7ac7<2{U4c;9epAHR^$+x%bS(ImrhD9afz zWrYJ-7-S8mzzwQOPRKZX&Y79Me2hk5t|70}G=UvJ)0kBJ0#h}pY^uJ#NztJRWCQ+8*57adkMu~E zAuCBcPb4Xal2k1@QGNF&%DZ`@$|WTz1P(yWY6*&b%iTXdUh{L12XZG4U#K|#PjOn{ z$nFmfP@4*|@_J}hsR>r~`xB#`xA6fS7o&vIF{T2|o!nhE}Y1MW|^D1Bi5uLS>h zU~BgOkr6s{FhV<;k^d19j)xiEKP|)6If~4WlVtvO4AZOBP)*$y3g-m>AJ6~ce=EWN zM+H#(WPZgo3RWvikbJiXX+OSyv&j29b%xxJ@qwxj_c!~K01d_S>tqIZ|JncT{@#7Z z;}_kJ3x0p)@cRGd=&Ktu$@ebG4$xpx-BlK~0E4OM;-f>%Wse$w|M_~W+Fo*5yMWhF z|G$|1w@vWU=zLykY>&s!Do+iB?|(QHjyJvkLik=S%aZBI?so~l{}?zwLw>j^yCc33 z)7@mLg|~kS8s8geMi!AF*AefSk7fm0$e6uiR;B4+%9Ze!a{V9fS7SEbzRaDg@uJvp zo}BtA&T_=lr${~)QqKQEYHo?CeKEXQk$zW-H6d-db)Y{tEB=VDS(=KWjD`_uo1&qw_q zoye}O1#@>1_5k2;cHr}e==a}w7?qDZd+uiHmwK(Xz^IN>jM`0o=j%fqccO=HW7MV& zM%`#@)CNAbWdLUa=fU~WM%h#MmXY9rd`=pl8_4@#rt)i3 zqkw}}w!zzA-T(Yd%b*MHSONcov3P^PlPr|WNhLT__a1Okn{XbD!2q|T1?G3KrZE`I zHWwYBHyhdmKQ=r1e|~@4CgIQg2K=Tiny!0p>RJ-s7d{U`zsYsn4HvAOr|wbzP0OPd zWq)*VB$?lt_t$G)uCl_OMawr~PAET9UG@2~0Xsu6=!t*;y|KR^Q zB@F%#{vWZeA~n=Mf{e)sz2yE+;r<`6JzS;QhU-pvn96JplYQMVG%4)TY`Wfh_hIyC+ZlLw)hW7W9MVSvQnl}!wZ@m6Co=1;4nE9XC|L#dL zn#Or6qQ1Af@O!(B$M1)ZURsmF&hNITyhnKIGJC%eGrS+p`AN+Ft5fjxyu;ZK-`}si zyNZRA5ex3`kIpaq4}87giXYuehW9X6jVb7=eg0&3+&0S%UHLw=W$8K0ng{Oxl%3!0 zZZ6uu-T(8Ivj(qoRyBNmp5=7@e;?1SV1Ao>;N73YN%`1ajeZEP2OPV8FZ}!pz-8fe zUE~GY_e1Qx);OqqYxds%!rg=4a}zu){|PiabJ>w~r%&ddOfG1zT0gEJ8{?Fpx&=GV3x1M ze!nVxe|74e=Tc?B@ypT6*EgzsU22-YQ??cJL1&{{bY;%xT$t01^MFSwdV}!;jp{ea zsPq*^^Qf*hHrz1$oC(|9v~NI+4fvufb;>? z!8DWp=Kiy&>rp6O5U$w4-7>P*Ei%#>@MObxWdC!jHVfEVeS01xbp#PtkOr9TE09TUaG7vw&uZi#p6P2SE`+x3#?M=|PiU}%#2C&Y&cnzr* zujd|d>c1{dsYT-OS&5a?j9BpGSWS6h)!eyO*XxS!2>(=)u z&A1+=;{Bsk>s=(hccc#Wid1SA*&lb{0QDmO1ODG&^glxffd8k3$qxMAxmlRH+d{SC zNT{|nL;H*O=kNU?nhEzmIx<*gb_c6bw_x!v3#a-$1QS55S8x zKvkLlyK?`#AM|HBCi9Qo{}($yedyt*Ho5#%_P(#iQU6tK7B#W6=rWq$FGVeKyn@~r z>@QzYyjgCN>obx5znnLmT(n#8esVX4{}aL7kIz@TzMKJg{F%`DJAw05f%Dron(Wuh z?s`i9zmhr7>Vc=2)iXEr;ybB(c787^y2=;a@55EI#?BJb;6^oI`@BGcs_|ng@+nd#%$CD_IdNU`{SwqRdbEn#eE(}EjMUt z)ZuzYU9QC*uL2*hK`m4B+4#U*adFg&wkSnZ;+pydGtZ&rhKG&=()c?G`uK2;@0|W;!_c1ttU)_{z z9l!g}XgxQ2sBl?N^}Fb)85PNef9s{C!@OmNSN3o_y7EutNOJeD274ZE!Drfn?l0Y@ zrOMLh)>-P3Crcgg+2lCRMviNyvNmO^Rf$afx<@uZH#~t{({%?OkY92dS$t`D6r^d$ zEqs7Grz(3yib6M~XnS?CfnSjWFe_QB-~bFfmn5e?N!pwvNy%3e)oW0q`n*rjr+o?9 zN&Po*j#r*#=m09m>x~Hy(8Y0zC>Ez`Zn0{zDpuRd;{)&*571dweJN zb1@50|A(jG1^65N-+3|s2EYMMjZ{7G|8(+y-r@h*=VpW&wE_Q+L;rge{eSClO@#lK zyedqVDx3qpp_;If`Un3vc!j7l_y3iqA=;Nl?$=)MzZPVFg$2PW3Q}M8e>WlnHEI+3 zf3$y&8F2p2@#q#HH>vTpWU0j%u5&7c@W&mGLZG`uevk|yXq6hw$9{4F! z|Fz-$1f%=dO9s?v{9kgr>j8Yy?=J$6on7DdJ7o31b$c}kJzoj9J}LO`fr0seh5z2m&Y#+kr}k}y$<%m7)79-*vJrHga77ocYIGymr>%21LyfV#h1#;7Mn!T;zF+S3PIpg%anIdO?I z;yr(Mw=y$-6Qh2&qdyqQzqyoui^sGroF(V!9iFi_aDgXCAEFJXaCpUeOcPU8gtH}kKNX1#fCmLogBp6BW3-~iRy zfd-iSKaBeS@UJ^OE3{zjhl-x})Pl-j|MZckssGyVz?8xN?}Gnz>TS`gA^1$g1rC0P z?{A?j{h5`ez_D2>RXa-yg5UzLwyAajaKJ;EoTGRH7|;L=A|EsaFThoJh8Ij%|LbXL z*gZ`qb^v8(fdhO2|38tUe_FBwbYuU&I9UOClXd$avOvbe11gcky_TpO!xEK}lNsPL z9>5I}^ffGA%Xh`=b7ORXUUBkS9;ahv$pj0CRV6e41?$DCo7t)wo2_b5g&Z(XG5|Nl zz(kPX8FKK?-a>q}H2K(t0^*`pHDTV3%nhcDjNRlC{wKYMJJ z^9J}nL(Q626t6!wIKGR>?`#3zFDGXJ_5XZ}vtHBtZ_UNqfn;@WCBL&j`o79=)!_JN zqyF10K+D>SeLr)5OaLApa9o1f^&R7NzJ#jp630l1=$Nw^Nq{X7vwdPC(jwd`#;MWRk?&w zKdAl5oEc|$e|;V9_tyN`Fr%i-1Q(dc>_GkZzR1_S%bei@mcaMah3{=aO_L1Wm;q+9 zk2nY>_?X=U80MNkXa;NI4>p3_fgL=a;29c%H{maQ4B-ORoyIQU6uzeT0<2_D>d4Nt zoQI=sQvWwb;tBQ?52f6207p7&=LKgtqs(7z&;gtzYo!EUz|+iXZ%-b>e;k0b>~!IE zJ*3wgk;7f%x46p-&&NvCe+d15hpV2-L;v5z5#PA6-ummix7y<^@q(Gt3*MRcod4xa zEQIUVuWS}No-7TUnx!6%vgDX(Q(tz1sYPr`#t)=w>rDAk|8ZTw0WImeydYhF{Y+Em zvuWDUFir2@q^kDFR2}@DqM>I~w4!5*vVxK|c|o$a=1*4C!z2wIlcd%8lGKFz|5fiq z4bH|na3Vnuxc~hE<27YRyeij-SAO?6eclkK<7LPLGvEO@8xH{P|G!^Zb!DDaT?<&{ zXAcIjB1U7YlLO=i|92L9fPC}-x1!`QC<-r>NF6&9shb1v0gH{$Ps^RUK1E~L3f8haGH$=Yi!72p*C#Zd}MuY^B`xK<8 zxmU(e>pk^>S|bk#*z11vNd^sG5+$};;&KM|AWx|^xWsCMJ@d_G}IR_X^tm?Le|E9`*ZRoZ*hlHiXA^gm&(a3&|2Me)x6%3H@x9}-r$Qg#^EKB~ z-^zH(J_>KIBk25@{dc6n^S|h>u7lBk!S}z*F1XnqH~nER^zE0cdN|<|am1DL-c>~_ zlO3CAX8vK0oNd;DW@bJ6#%}qti*gMh#~0i$2fcrli{$n#LxT?PS2>v6T5!K{Q}C!@ zM(vp8s5*9N*H+=<1&`%UesC;!Z9lG)$Gr+|A9uf9VX`@6>{ScAZ{j|CMbY;c8)UD~ z6}TI1CbfQx?)Db@^kdBXt4#_Tz%Gq>dJlEqmpi|cjhYOj-{-zPeVzM!Ew#AHs3P3Q zyOy!X8$*xY-l(G7;TeUg$=pW$lVQ-Sc!M$$4Vsf?PzBz9_tAhyv_U@f0UiGs)c>79 zFKh&I6&)+dUVRDm#^44 zg!AuxW_IBFOs@m>-yI&{A~eHi;R2cXf3OeS3I@=!4LW8pPAht*-CzJ0GVmAp- z<1Nm}jZeri$woHdGKkN8!#M&R(>@f9jwC+RE?g6S(XU zv)pgM*D8Z{V~eX6es@*d73_Et-~rBYSMC6JO&*H})K73>=EaR=ykvL7OYH~4CksMH z4*z#*nvbgVv*_+bi^{`0_vvVZQK)eAW zGss}dP_6Ijs=FI6&|>LoX-HFzQUAODv*xC%daYDlG^db1n1UB$vPK=?{%@45Q-&l> zmeuyy|L=s zG!}n;tH!Ot2fVUXr(9w*cVmp^cZ$)gsAy(ic!2pi1MH*pZZ8_+|CcLJ=gIt<*B#%V>;W2blit4r8o)3={bc_C zSAI$->#NXSU-d!v`!fmd^;UHMUGV&d`*)ZAzc&4U_uSyJ%>O6p)sE%n40z~;w;{RB z==~?57`Gu#(lYnzCU4&NsY&&xvPgKUm3W3?AOMnqup_WgU8(6nR~y@ zW_Y>_jH)+{o_r-cx~cT>Ez$4LvybE6PNd&&LOsVM7?k6KK_#j0uABoGI1esnH)|EFZ3h=?ib?0{=%RHoCc&YI=Fejh=Gb zN3i9C_s+H~3FPuJ_aX=)_00XJ$Qkm;`fH40@+YgP{a+oc zBNdqgo?8_@*{X9Ttomb)q34a!*nDPL%yRxS+$FAUV|r~nn%6`(dv0@R<(kNMpHUS$0yx%nx0 zwVy_m_0v~pU-jLB-(OW<4Rk^8x7ea2G#I8(c7OAHRJM+fZo$vC?WYGA$Qf%oSI z@AsL4j<*+kJ}~hQx$);ufZt=F?yumhv4=i?1blw((KzZUC%yH!5aw$mJvOyg;W+*M zB6jeD*wYQ*{-x&2)9dfA#mA}nlick|G2G$726;Lf6!gfT@^1{v|CCzhdF4y)_{Rn% zzA)(5TZ4x4@N+k)qrXALc+T!@(B(h_zIX~`Nk<+C0wcsN4!INMywSSqt1vAZ7&bNe8=zrS7ahwV#;GDhu z-TtQu_O9iiR_p`N;i$HeKdM={n?{CP#EYzdxqxI69yz4e$bXO3|umDZ2cV3=lgw zfE|+M6PhH)wMlALJxO)mpaY(jsEGv<)#7D>?ha1S*w690b2(mpdf)>R8>jS5ae7fL zP8}m-m9U%rf8$tX3u4Q^!K$rI(E&un==<^*)hHXInl910u{K(E<)V3Q!TrSp+$n#Q zf?wkOGansb-bg&4$^Ik%duZMW`CbWE-uB^&P7aeN`~OxgnFFk$%6}kK%g1sC;QzVs zQV2Z~JfKg(T6Z~E{ksQiA^89A%R%yD|8LAh`*Sc*H3kQ2@uvWFxe}lQJpcTZHsH-`&>3ns(c2&w&VVTn27HkX zD#Y^~C+gp5P<5U^@c8)3pl{TDL05ym*c)_(XG^p}Ei48NjAI6%{;$wKe4_TBR6tA6 zfPafVpy5PziQoZ$Hi8e{F=`n&K&3RJQt4F|G{7HpBJ5c|t29ptp4yb%O`xDOCf(yt7a3CMBg0p7w zd-!992ZRpm7aSn7)kRPEz0J7{cJs%qFP!V2LtWK;1fC8)_&ehDdMXGHz)>E$lZggk zvnLuhFRf&c6xvj_ zLYr0(u<4O=rap|N|3?RSgZ_UF{eQh1WP-I!*CUrS4Ia(>pPmZ0JXH@H;s@xMqQa9? z&;}-}J@s#C!8t(v-`bF*`(=`p`z1c0a}%|;Bpe_#z#%;nl=pqSzMhQN!B+7)XQl4< z#pyNmU!D6u6a2qgtypdLwd%nNvViFSmwA%^GcQJWv&X2+jc7fX9rRZWFF?@P9tB|7%_|OdCT(C9?n8^=Afn z7ou#`f6ktG|0YrQ`2XZ3_jj&;kWS+LTee-0zO(;t_IIG3b_vvI=Kp_=2IyJ40Il-& z*WB57{uJ?7>JvXLo9QQqf`00R-}k&JzG{)jSDPMN^lFSnx%0yTdJ7kG9K7FhK3e3( z?`NjB_7%tTlbua@G{2jf-`+cW>ghHzKG6J}!Ru!s_|BkS9!kybL6#YF{~|p88l&}p zhu-fZxzK3B?)`Ap7ViF?8(lTLt1C0E8Ezqb-y>!%?@z90ezTUCT{LSi{*qm}Te$mk zfcsf?Ijd!F{HVd8TD@@62YBg6o8wjclRL_R44)g0a7f_yw{g_`uhc$wzk$2|Ja_+v z>g@k=^BfMB7tHVVD*6C$uu>)A#AR|fQWp=Yk1N#45BmORqnMYgnN;T^wUrLmmtfRc zYHPv+qgvi%=06NpN9~8ukN;QqbDM$Dm!}_~XHVeXcjw{59e(^7b^F|)+D{B>dBvc% z7n$?#bN}C<7r1Uf-)vB4-hO%2potd@s?6JIw+))bc`(t1&*N*n@S-R1G{BWHXe@I= zS!Rfv%mq34_rmD``qG26X8!oLn!3M?uGoRy0KJNdGb=Y(;Qhg9f!SenKKQ?^fthLS z0?V=Q=w`1|i_kXRWB#|Id&-ADFr3Id+t`;l;eA?}Y=8}L0O_lm6m-(IE@Y%$L|c*F zS*1rf%XSN2u%Bo!Cg8*7?4q1i(P?c(3j~f+d5o({z9Fj>4$#57ZtB?rueY0cKX&ra z;&2aLp603dnV$M{#!Er9ytO$PKS?xZ|IM5==Ua4oqeboU0qQo#rZe>Y_nose?q-%! zH)Ux<-7I}_1p}DLUJwpIrv;h%`%i|p?8uN${tUIf2M4H2x)P$&6tj%^KW`d8>r{Q| zk*eF1+V86t-hZuyFO@u-~e1WgBMuSB#m+>2Y6$mhBUyGX0Fx?^|(l=@KXR*jOz(8>_V~Vs$JI?av9Tsy4CeD)+x1_Beiw}`Jedz^}ZLOoRi@H{RaO#A1>d{;kus~rUfV90OS8- z`WmX-`2W3!|KBe=Z{G~j&n_V<$NYcfOt6~vC-)Qok74ltkMuzYNd2EXi3b4u-)Wib z|8J4^N9MN+`@d65@cS?2uQe`y8ngo6U-EuJEWX+S{^y9_f4UQSKYxM!*TnDJ(MQ&? zKAKem734}5BA^20p0HuFEuQH<{#eQFlPUC@P2!`lkv{pfB6{rzs&yQ-?+1@ z#`^{Rx9tO-zSRGfA>{kO`R#_sPtF5y#Rs{fQ88;qxLK#@9cR+}m&!@L2e|)Vhg}ri zpUf$=CPnPg_Z)_E))&4{HfB%w=na-Jk2ZAD{&$Z0?7|s9{ohzXmQ@3?Y`FXL-FJ}l zP6vG(@1Xy@ujl8$-@^%iY`8Da#=`gE^`BOl{oi}|aUR_LcIbDglMln_|J&l>%`UAR zm|C+?v^QSx?_Pu1+i}O9V&>n#4t^XsJviKddwMJVf3BL~|Jisy!k`Ty2EC{5w>~iF zIlX`Ha|WH=Z&0@L%mSPNp~txAk1!)#qc^ZKXvuMdx}2o%zr`8wk3n-eFM|H-6L;D1Tr9(c*-N2mp(mW2I$IMnTn>2T~nEI_|B}eXwX@Uw!uGtx(KcB zmMrvmSvvnBOKv-|biF~Ao_pIga-mHNQt$&@L;dH?)bqdb0xFfE{CCsUt4F$aMWiX` z@-)q%{@Y$e1KcN7qu~G?rv96kOHu#3$?8J=7syOf@SY@9se=!oYohj|0V>d#9iU4B zdZz^C&w(H4g?Ko9U;w}4^w*_0&FT=R$!T~1p2r8cZLC@(k^OPXs-+FAY8MovWaj@7 z6=LLMh}P;g(b``vTD9LsX~1ZFK*|3e0RCSX{6FWX2(4lNKLz}6Y0e0hy%er(9q|E! z|5NvPm{xZq`}+^~|5H2wCxvSCzad(R|5twSKdSE#{&q@UuU#GWy$#-`oy9w zaQ~`gBk%V#en0H~yuoIU-t|_#QQoSa(_035|7Lx>^o8C(3*KMJF`nSlp7J!I?IPdn zeG@$Y!qIzNBijqyXC}S>0(78haKYwwbkh>FA;Zv!cAe^~r!`!ak%Y(B3$r}YkoU#g zn;*Oa|8dbhIDbjtOaJ9~&N=PO&(T?h+51)aXcH+;LQE_&(X# z`Q7}Ex2?%Rp>X|5&ji=%NPZtX|IW<*(HHT!CnvE z%ryPacdt}D*gbcCSAS-Ddn2B~ynTckTVqt%Vrp*$J$FBJIGyMZ!28NkkJZ8PYca!5 zrKg`n{m-G6hf?bw))^GLf_r>B*xp8i9&I+rjc2U~R`o5ZTV3mPAk3okx7ZMN9 z>vJA7=REMf$+hn>tHr;U2bS=BrS zT!MW-U(SHR>@mi(3n&i`@FxgNAV2*+|Nqky?6u^Gy#~6IN&Xw|Q*$`cOC5Cd8oPiT zj%tJ!aO_FW)L8nercS!P5-*@2C&jdJR-66oVUoxQg_qfkJx$;2W(6&0cJpPH!@p(t z16Q(6@pXEFzMDJ1{+_$`c1H^yi~c9uHXmh`fpg0I8UD9L zvkF_(?}$x#nEj)pvvkroOFz$M$-q32{LUuJ4x2Fd)_XgAL7QZ%=CcfbcNr?h4shit z@W0eF_1TLbaD_B=e~_vkT--{gae8lN|7K zi8|0VQAt4w?3$PXDkRA0f)DWAcug-w9@v{Wb)6BXdimpY`(dnVkBQZccl7>t)PEc_`uz|I(18pPqdkwVaO+81sLx2V?-wjMVyykz_lO`?olP`6EJ0 zo}>LE|0gydTmbz4{r-=nbB>QgZ@PGG+qP|KR`rz$?cWD{|5CyKE;xH@>QXX) z(EfSad+9dw*Ee>ruJ_?z^dsx*n?=R(`>j34qP?Zy|Ka&jdnmeX-tYQg|8Cs=UX*gz z8!s|`@cXj1c4PN-)fV1+EA#(mcz;X5{>$%mQMcAEI%UP%7ro!_$>ex9bk>S=_Qe-w zB~bsX8sj5P|G)RdN!oz!XD~Ta875h;nbdC`J7-sX=<;%VeheNp7d~1|N3Bf;>*MA> z0KEE8KfHZ@q3h>{^_bq@9$uSwJ9~u}gZCc=_x&PsFEek)zIK}0_`i%U-!NMhdWWCR zWjKEH{}sdF%QR=-|3)3rN9)r2*HQml-@)g(XrmJAsVy+Ksbi>jW`L2*0O?i11gZbG zKaCm`4sOT3-;&wii~2u#f?D2XR2ypj%vz%|`53&3w}FpyybELb=)y-w-iZtB0i&4( z9-K9*Fh8F_&F|yaXh;2bG#GUayzrRO$S%!aTaEbr^82Vp{dcj^9d3{l&vJWUMhP~+ zI|$<~_+^8a9)5w$G;3DiNqCEoK(LK$Y=QZ&lYID_kRVK!dD$1`qhk24;glWC9+|(2vR)x^O35{vF5z@l4ai zab$ugr1I~O2b?ceORlD9-{2HIv*H1|Em;ps)Bm3)$!Bnq+I&e=zAK5U+ar+-=LEIf z4+nt$ALbjcakJtTT7x`LmpIKF6Q}ao;#A~TEWIaI0}J2>a5F{~d&Vd*I9eyRM{8E= zXpIk~{^|ckYDDRTL!@FCMyf#hNcDe)|Hl;We>o%ML;Y8o9u7|_T)S<;v|>(}_T&rG zVETXcVWD!x|GOjgKMDWu<|VlWzQY5M{(tr_++XJZZtVZ9=>Hz<|NryIpKFFWNLz2coQv;o zE;2vwg8R|`pB3`biYw%Ob|#Y{4es9+IKKn&{`%`dFZNI^c>i1I|L?*6>cjgl&P~^H zlWZTbzbn<>m1l$d}SA{PX_Zljz`3B{QZhM%RPqL=Wcv) zgjvOlp!<(^(&O`F`7Og=;(xsb>~9?PA34{gjaAq=W8k7)K#MYre7X{NR7RrnIYXAu zcn9Sw?x2up^!;b-wSm3AT2p()a`Ow0LFe-tADrcAdV4eXw}tc14D97WPrL@-XER>9 zQ}FfZN4^HLf3DJCe#v0_M*8YQ>WG>ub;w4E)PC%8c>L_#Z5pHL>5Ly=eK^0rjb!2) z^_=>&x+ir-WKJe|EF>P z`?nh3cN@I)@wk`n7J-Wj&Nu3zl`I$d|6i@z&JK_?-pXB@8^D=NwJMjXS!dx0*UM0d zQ@Y}YrR!^08r-KeWy_PM8)s4#kTX>o%>QMFr)X0aIiS0#efs|@=OooyOdd#avViab zxiKbDYkwuE{D}k&Y@5JL60bq4$pESnuMakHYO*v=g{s7ZxfITXPMgd1S?)%5;GaDY666@domc&%W$-wx8-4nbhFfjWCF zP>-1Zr&9lm$o@%y|Mxw_UzhgyYvTa!0KfdmRP&Q(BR@5Y_tn#5`2N-P)m>X3SvT|1 z0uHbv+@FQs`c}_d1M&V?#O>uWI83M!FV=x*GBPcye3|smgrBX4T{nv>?Q=6edCzc)M(5VYzvnoew_qvn346lME!6mKb^`W*_y_#={Mw)SvABhufqf%5 zCpWP%{ z;|cZ>zmqKZ5Y_BuGl2{QcmUxk_Bt|xo61i1D;EcutD>{S3t%LAi>f6|$^{;KESXz? zoaA=eNeD(7IdfM4(dVg5Ik z&V&<|p}e&+l#Unh2>SmW|1@2klBVzvsk*Q!RX4w+XxOe4ZD^UI*nnh(tWK6=!DQum zk)+9^ljwU%j47}e13EI_=EC7#qJ)aP-ZGYpGb~{c%?Em+E#A^4`Sk)Rq z2HJ9(r(E>aG%ZIC(DNK*2hiQ0;Fzq#j>glXd-fVmT96~g6d_0PDgMSC9 z#)%+pZ55;<{(+jZ9{>LafpYX9^J`9k{L7F5;E4Wrk-v7dKnEDCAGLdj@85WDJuXP@#|to*Vfg<=!NWR8<_EX`d_ES9-GJ_| znMHHLJhT_x-}9!-|M-2HxZ~t)L6&2rn>*a$??~$XxEW45dOz^v%F#~RdNC^GmU1$HK14S)r*>Bin!#wlZp0FWwSp5Kt#9|GrSCZ6I)nfssG=x6|%g7@f=%99_`iY&p& zXoPw1%J|xHqeSOW$xbP}hc@sb_SoTj#^>vM3ws@33>NqXe}p<UM>UJbTfINN3-GaAtFWi-bkY?#0IlF{6*|G!voN`h2bu3`q4m1pqCa3jhSRRP z-M~%#e7OOR0x$lEZuAEJk=*~*dRsJYg{MpDi2CE7c%F^;| zSvq0IJFw8Io~5lCb0t&D8lVMulc7<4&;t9UEB6razqmBLh68M+|Cc+R3g5xfH*qc!Yiw37QrtLdjG)i@oct39JMD=w0J z*+{+V9I4VN_qM$7=`FcJMP{eQ|m zPj%_#solvIS)>f z-S~a>Am<}H@4k(Tj;+G$vo?M|QOo^jtIF8)m)4OXki?CvDr} zq?6;E@zYcni$49Zc4r-BxmnFMv z;!1lx>%sSN5qs4D_Z#>Yo!?zFy{qh08qUvGZvLy@!|yY}i3bx~wF%r0jQpRLaDYp( z6VUs=CQ?rh^!<0-{!ZH{+nWD+f7=e=|6qP&>HiO_*y!m`W_TZFaTl;XdjB-~wFhs2 z6E!F`Xu#r)2)PC-UVEcUJrRI0`GpY=;K*!$f`usQb zm>Z09xexG>k2j?xlfVvaG0&jo=dccb=Zm<0P?KNWu8tDLhfx%Ok zZ^SdvL19TGZ z%>UPHxc&dKYFxBc|2(nc@rMS0`9BB_a8`v()x!rUtV@P&q5+uEF9NHizn2 z{ZO?C3eg8VfR5q;I@&i_l@|o-dy!y12SHlO{y*zC*`GV%0JRR(P7Ap|3-JFe&;0M< zFVhNtb>sd&KFm+8_W3ERsh{@J|7XqhRrVUbYR3Jq#aimWijQL8{~2a_YgjgJ0N41O z|Klao2eOy{=lj)yH#rL2@3=)9+T;Hd?x80~JhTAs#*B1#<+|mLev|v(C$zrjx&Qrx z?^iB2MZCuEf&QPPx~r;k`~P#BJ1|_34f(->?a1|71U3vtyoLT>ihi*l?q~;g|4xBU z+Hu=SPE(zfqZL`xUrcIpolI}^e#>&e`?aU$_c)@XaMa{q4m$V%p6W8R{vF_`f>)0= zqw(kFUtlzPwz}N1Ka|1_5atPI{Coz3sLuZnG=c|wYLnoUkUU9rN9TOfD1Na zS725+%-^@EYt*5^^!g$Eb7qMVGvNtwH@JM%sDT%lD_+Aj;O+VMqfrfu@E-9l^=3{9 zT*vOutzzR7IKvTmjTVRd(;lCa(ab#DIfgl+Z;F8*@RuxsHta$xn3JxP5x}nWqNTk) zufZ4DjyIqzc?olv{kg4fgJbmzokfn_j=Gxas1rR*DgZ9?y%IN?jZP{M;iMD2;r~8@ z&rualC;h)|VHb@$>!LukpH()vs(48};hwoES8sRrafL87dP-FD}+0g$S1OLx8*k3cy|9?CK{|En%_o?K4@AlO&^gor+|K2|3qk`!F z(_OtaVUoAD7Xb&L|F>fQe}?uq^|q(R_xIF*?C>(q;`=L$#{cAAdl%eh9JvkPw+$TK zwQv$%juqXN`qEA7$FTq7^LE&WeGku<{@uWRexd)ccTv5C@PCVt@n>XM|8L#U`{yQS;+9F-C!4ge4EHAVzVA-r@jV=WU$8${ zNAA<`{hM?~=g<6aa^ZG;7!4cP-_U0Eng*}!l$V`O(*K_ywc}=or*~7hf8gIk*n>Y^ z!ZZIMdY?JuXfyvO6|vQY-*|Dw;k!ZqJVGBm!ABwX|102rrQq9Eq|ZK~&bCnhJ-EMp z3^b|}bNI`r%=6os-IvkJnbk}6ppKdAt(Cd!Q`fIbg8LWYZ76RI(lYGe=q+@4|a9 z#Zvf=48RX?0e6Z0XotZq{&%~`&ir4iD)SBX-yMwe?osA|r*NGk@CwM!T*NJ;!AAVf z-~p6;Z>Rko@I|El8+w2RGE+U737_hkgDQR_Be@ScOZxw!uiOCPV#Gfp54Z+-;0K*l zGJ#pGk6GECp#kKsyX6e^Uzhveb-donko|O!?+NPvH@?s%`?%|JGCr|a(f@=0eL!Cp zwbfH=!Th2Q!T)&-2fZ)1D9=pY^0TUb#Vl>glcl%eRu$dNdr;k~iSOY5w9iCio1q-! zfqBNIYxuZyoy<&ADKx;Qy!e2f;09QREPy8|Dn2$vx6_jKcwe%1HAz+_?M%;s4hR)?d3I6`vWTlzc&2 zcPUWjc7Ymz|NnOC|4e)E|44Gb590yA{l5|Q??V6oK>u&x@2iAmzB04_HzD`8$u1vN zL;vT2_t)SFX#d#%ui3!69OI>kPk1lU|GRhbR6}O7ZYM3;-NT}~-0I_E6Mh1 z;VhR7YW^PCQQVEM)<8oZ0)~9aNy)>Vw7x3u02;Hd+sXFe?pOD>qprjI3ES$ZE-fAP zCzF}7L=ZD$fa1)L{v;W1e_GF23`%4AmzDG_MJol-)(D(GP(?@hZBf0tY zpayR3M(YDE_NNzK{osDZ+5MkV`{U{TwrB9_UWQi(^^`INJubE1ppA{{mqTwu-|q?L zXBWiW|A=0FgT4NoQ3bf;b(+l2soBJOaD1roHT3))^nCMggNo+?<0}llU(Bcwex9D) zsN3HSn*7tC=egkm{xaZCWl&@O{;d*le|ZyrFhfK$4>aw`4l#>afL&nJK5mBBzzv+Z zGlUzp`U4n2S$38F%p()QDZwlHFt_Y|#ybEG*gQX;;PvVCL;16=g5U6%KRcg;%H{Dq z?PRAO^#6bOJo&II<%0)2XgHoAPtZ!1ASZFSgO(k1_G5`nVAPeMH2!4Yh3ZVZtB?I(!gJ9Kh z!vh!((4QsA0lyWf`sn`#g8v5{W&iI_{_jtE{|!Dy`>SP6e{ClF_fv23KZAVrdWEmP zSMb$bvyVQm2mh<%qZ{!5;<^7j(EnZE@j0JH=1)<0m~Zg>>_G<0Cu;wJMJvWxls~UU z4sSfP6yMJZxji%n&)>^^-4#v!-{k9RXhFtX4B3A7T{VUJ|I*b}ZJ7VpKjiku{D1Zj zIzJm{eVgm7rQm=2ssGxy%(9(g)`J#i{rKXfDL2sj!zsPd+)2CP{yf@mlCg_PiS(SN zw%~uvpHuMqnrd}WJlOx_^=Q=Eq5on2p9l7Dd&C~^bMSw@kE1`Lb$M>5PnVf(4{`4s zVJE*b-~r)iVxORor~bpi{#OoS7T^t-Sb^JL7W|$dd^#S(tp`j0vV?mY^?$1$J|5J6 zHL&)_CGqRaG^#Q6-`p7<4sXDEaQVHf>GjjW?)!7UZ_53zHb0g&>L>laX#wgvCwl;O zeu`ZnAG3fZmr-@U7_{_{LC1?y!})m=co%|sHil_AH8Li zqn^XXiaT!7D)^beLYQ^bA z2>hS5XaK9k$_oDXd3KDd{3Z8;`G4S;XtMaCw0Ivg0Qg^@;7IKT|0~%N9k6?Zj%|hi z*C9gr;=}cw`=1B+|MTcD+5OAyuYH(q;sNxE46rLb$O1zHv~pjFezXtK_i()b*9L2C z#bEU^1u4&XFu-4dG9E<(jQ>Xr{C~rm01d7mpx4a*Yw-U{AL_3P@BOsl2Hv0e|I7}= z`-j}`1nPe|_<#Id{QpXz|9wl|=K^n~{>F3tftT72_0nSSzm?a?{b_>dKlq>5G4B6- zonC!I_lxguCGLNH+5hY8a93m#clpQT^}o|iFPph(XN0TXUvyRb@veAZxT>?+Mb3v^ z6xqy0=5S}Vyv+B;Am;x(&f4Q^#uweptY=oW9AJQM)c+}Pzk%p|OOWsB$en4aNds${ zR3pSuk=*@X%yiW9Mvm$b?4YY>9HdF)_~G;M__Mvny#>31zaBG)+g}ylflzM!@cjqT z`zK98<6qrQA>X+7vHS13MP?VcUoyDgkN)I%HRta4hrUnk2fN#-D)aN??PPN>_m82c z1~T_|Xv;0I4qkrr|E&o|y>&Gz=?$3Q4X}G=^S$8p<}T>@T5=O$pLeFO52C;Oe>2D- z)gaq+gJSupkYrHL6ob}88Pp?$`cE_P_8Z_r8o1dTc`sV=eiZ-Td%&%r z6mP+C=73_nG2OQrwe2!YDDnZg0jwDNU*1tSA8w-+$pe4~{Ph?)!P&X3pr!7xi#fo_L6wSg z|Azw@%R8KpugS&DWG}azlHGq0{cJ0_o0FQ?^(&Jtg2ahHziAr24vye zmZe*dssDji-A&8XrsDq1Rqh-fARW`x%8nfHj;ZXGDLQo` zMGb1EC#%oe+ zoIc%%)7^1#n*TLcqfW-^s$z91Fh-r1#pqNec)(%NvfmIb#{$u+c_&Jbr!fcQj#AOb zk^0gn65eejyHSLO_K8qyE8hQC!qs(1xL$lD`|}(#02)9O7+}y{Jb)*J>QO0tz+Q$Z zM}IN^l7iLe1{@$fK*r+%+@Jk_2p*vQ-UPxY3Dmal0a|?@?f=XG8M6i8tK~2M<^HNs z%3pSO{4{JR+W#Er04|gN*V$L8F+TcxiR{l#KAP(0tv_qMwWp&u-JvZJW~tE1qISEP4v`_HqRZ0{b_ zelu_-?#sRD|E>*9>d5@>!S~$(ZqObr$oct$M?F5DN2fZF4+uY%?^RnbH2z!Q`;LJ3 z-_l+KaxxD*Vz%9m&TTO{o(-9GsefY#z26Qm?~}HwG0~P>26zAiZPkJ~IiC-Evl&gF zEjs@T`0azIFP?=L|6H^{!?^c1#BU4E&GIbzaTvPX2lU|m^zwapdhiCISkfr!ziLBp zedhOhIluzh0Y=i-zx*($%6o&7seNbuIzM|sx6cMe@J{q*<}blKP?>k)U*3QX>V7HM;%TtKr$(8a&;`fA5n%s+*BUV}1`~PC<|Jq=C?X$60rRsR7 z4`uH^2F8*|j%t0dKk(NUet0c+H0jx0G#T0O|3#<$JP4oW?q;+$W=*W_tQHUPc5LaQ z!N*+mi2Z*le6X@j$%XMC2WTWYQRqh|8sLx)x1iCp$mTE}(@nWOokss}=cUQByws-v zoWJr}x-lV38=7ayCuf!p+=u(q)2cnenP|Pq1qsj4))^V9l86RqX1a2q0W5hiO~dM^ z>D%2@{o5o}W&P3qEyV-4V2VsHl67hTI6z904s1+PhiXY^trBHBCs9B1C93c}xIbeO zl=3rP{ddJ{V#9dt2_OS#OPuPqiqi=+z(Y60>UQl|CECLOof`uW87=S|IKWfz|I8b$ zjXY~K4BK5R&q*B=bw;zj8g^m#_92%~_yTkRc89IPCdjI|~mFgL$*pN_k z{GsZO2gu9!AsTilL?h7v^a@1#vpHBf%fSPF7li+GkZi&KlTHL`|L{QaRs!^3cYq#` z!vFKPKb%Q_#gYG42mMdQLw@Sn*-y8b|4*+&0}THE(2mSs^nbOB`{*^+WfZY>>~^J4~y!N`PCNwf5HBEH#5IkPPuDYCwJY#_ooN< z|2}Qd{xJW$(EsaBb=BPxcs{;z(daoYyyGrv?t$)iJKPZXp{>yUtg@I@Y%{(e&CRkV zk?m=4(zH!@{KNZC&f}y2XR@X?nKZPXNmD!>m7m!^pcfgx-2PiTJLvT~2VLX#KmD)0 z9)kS`;$c~a-d~|4+Q01l=z_)_-2cpczQ22u+xr_FESj4?y}#;ayu8QSsy1`68QkCI zJ2!I|w7tyDh1j1v&f&*V_4F7GT7Y)b=Si~F19iSR>Q2p$1fc|0j-^Sbcifq7N zcIw~8UQ4;7yhrCMC~uQs5i-TGh>3 zdkp=5US}=Z;w)n+7nRxv?;HQ8zTkh4xeZ&n|8<@0u4(Vx_3EOBUUC07aAV51nSHY| z*c13)+8r;&$xFSPTGggmmMSgH;x3t`IVH02<-rSRH2Z&ICT}vCK)*6HY+Ht&=g3f( zP3c-+GF{^?r|C|cG|jV56-pGj#HYv=4p71B;e#50D8C;Oqo-E1ICA=i)V7@#>lqr}Xo2+So5nyVBVEcgJd7bG$%;V)Sh*_qNnW%7XBqttG5ln#`N()ZVqsxk=-fc}5(L4@)TiqPl};W`Ni$fX+`;Gfj} zb+G@@VLFm6jL#$Yzp0@*TrgBiALIW$1rEU1V4b;11|S;XX<!#)f;CQ3`y}|zf5byV)_5}e-AuAOTZ5e z#`j~dSxwrTwE_NEaepTjKS%!`M8;2L`oE`1fvd>&>t<4^Pmaocp80a6v`2C02>-}YWW#jgjRSErSHn{B0_*)#Kr-5&oMxt@43g7)b_x|T-es|&R zz0_8(I{)YIlkX##zZ?Di61)8tdMSN>%S8M%nEUHCBFn4zfBN2DY0TO$*wZh;)jh(@ zzu2hA;qY?@bN_40+|Qg|tvElYpEqEhZx&%tl7~Uxsq0PN28mk#-&@d!cfj7$px4xT zO&jXonZFJ)C|j68$HEO7#!gU$Jt31_U=VY`a`uT{U;>3YackiJ6*HS#!Fuk97vT%O zHR?J$K+nJMiz~weXl0{mgW&{%T?{{gR{*oj&NOh$vbNd?&T$zGa00i_EI&LA3!{PL zb2H==cTz{Z!E)o1+}mF7xTDx5Fh4Z`W7&YN0h^aMPjr?n;I~+Q}CGPjqGN zzoIRN|5t|oU+9XL8hLsth&$AQ#OpUZ= zsL0|B_>1X!iU-K*pZNdpNz<~jX*zTb|DR^5dK{dh^WcAtilt~H{eN+1$u$n^?l+FUtS zo!S4(&L;!BI9WjS|6Yrtb-zNi7Mj@q7e}dBcJhFqMC#bcNPYjp{qIbKiuC3Nm>$mV zO8@T|uI=D|Eyw_I=}QLC2e|*w;QkH{)f)PL7x4ew3wJ;Czn|d$E(ZUPKIf;+`2UIie-ZwF%PPL=hX3ET z)jsOL{vToQtu^Dkm6_cePZxUsd@tQ9;|15sQ@xgZ>TC`2f8OH#HyQqa1@3@8_C{y+?02a8`(^5n)I0ZALgo8Kj41czz24|i(cXT@x#?w)7Cj_ zR|EWhKbgs#fh)e)tR3LS{iERh!2SEO&Pn!Qf2V)qG4~wJ|0L%B$|mLD_E&VDqYi@o zy(k9$_lS9a4F0~%{;mIT^M3{BZ!Nl2zIQ9-z{e(>y%tP+;buE^?}zVoJv6S&{$H5= zZ{L9Xw%AtNM#GD5L;W-Nn*zz*yGI5WxcQH*%mRza)ftKhKexV{%mC*Kas#0DJ4b-; z-{O9^3EmA@{LUe0`RK_#>Y&qMX1_u2|34{GeQa8gSK%7J&EMk`wdo5%c!E@ z0Oh))9b)F_#xBsBcWBaG_`<>52*305GI$g=XBOc1@4XT%04$>gZ$MZQ9>R5a^VoN$ zt%DQ9JGec|7S12oDErYmZh)=gm<6iY%VD*>Qn;rs1zR}}#*+Ugd)8MxmC;?!d_&$! zdHjF3nzSt%900s#>Qg811w24@n-!SDS&7TZbN)r9%OMxtp${yF4|bxKn+BQih=Bk1 zDucY(qaK?M^!!2rvRepoB$PLL-uSr=NT{=r6-dgo@ zl2r%M0Ip{LFO->~&#N=!`yKwz8nQrgkp-|fO$Y0wY0raHS=#dvouV#V(Epc7(H;9_ z?HQV^Mw#S)>`T&a@c(L|%>LUFWvrQ~)|LeL{Rv7fm_QaJwck5le?P`)#PK-o=o+Uj zsj+IaGgfZZW7X3Vqg~r$G_y87Al}jPSRJk4+I-Oe?UqC-ymXZ8?IKlua-@3Yja1C# z|Mve$pTPbfgsXNhJV4<9^}ZaYT-1LA9su_A|J@@(wE_*$H#`7)a{o_B3&tBfScBOA z>qVmdUr+z96@(uP{QqV6fR+!`J!1fR+W;+O|6j%ZF983aX!5_m-||y!`v0)^zACaG z{V)DMnSSJc!T*bF?4t_4-s-r9H-PzH?p|uT4iAtz_}~ECbL|1l&^cFor`j8WCy58 z_LmDe-^_*OyVL){|312t_pyh)zq47*Gr1oVF;NU?eXBF{+Gk` zo%4;}&aOS!7JUx=zs(MI|C#LMV1EC*(XFTNH-_8OKQEj;t3ek64607=ulCNM&-V;! zbH{-8+kiIOprhvv+Qyr3{k}mhpBuFMkpYddLACku!fR##SA*X3e(a3~3uG3kmu^r9 z_koYqxHG~L8q^L>0eIsX-k_=5z#Ojg`|(8|!0+)ZSiq2GHX2I(SJ_1F@HH?%6TC$$ z`5|C{*T;|#0`K7s7)a+2=pLHElUe}w_Xw^u7{L8n=m6H)>l5|wUD-jgGvEPH|3)yE z)=S7%cSeKF{V(bQ8o#B;} zhwZ)H;Lp0N68fJ{FS#RgSIW%osTyaPH~GFxKkKD7wqDvkh*^~Sf88fb6SimR+LSDn z0RKDl%Bo!8f1}6+8AktK8JnT$Q!{inBVA|Kr|ZI>G&SS?XDx*W;6|!mv`*Dr_W#+d zQj}FZMI)*I^TU&6VE^y5ElGbW{@4FM?nsn#y+rLdC#cg5{69-1=<|_yb?+3f+(~h2 zxGPT08<7P>|L?v(R_E)-s*HDx>K%wt@meujX^9r$@S0I3S`8hdWCs5mSTIUo43Qc& zCQ{peM(DxS2%YE^p)J;Mb+{R>LH~ryp85Yi8K4!qhbjNpP&^hwRit~U%4CJ;*O?G4 z=pCYQ7UqBWza3i!>nR?9K}+xesu84{wt@OE1^@4Sftv6nK+fX=$fWVtS@8cNg5KnNsWlMsNL|!LY@(?Kik9aMh}b1CzwHIrN4b$hj3V6QU`$n<81{TswB z>$IItOoP+XlUzS;T|44z)z!w9JazQ2bMX9t6Wg>F-WZ>#Z!f$)?!xQ)_dgCzkKEWFh2G)?=lR020n&HX({?33Cf&=V|ghQB%S*AKOKYxa+ zqnTm$!&L$YY?91g0Ka(>@7~7^_yJx+3k)8zkG-fY_mRN!b{Y|dJ^~Eza;Tf?E{_nn<9$L}HqNWjGOS}Ku|6g(czl;ubdM7VAqxH)_ zGD}sDXX)n3EPb!dhXo(dMR!s*|C0W_P|4)8NQpJNwTGA3P;J8GMH~>i^XS<$L}Ia-~2MJqEV zO7nL`scQ2m9f>CYZ#@~H)yV?j2AFeBgdP`)VDAf8#;kB1FC4De+hIz;1Ef{nFs;J_ zU^E)w=YP2ST?;`g!N-?i^(6!7av!_^(}Unv25D-$Al2{+)I2mmiFE?y86Kds>jJc! z{Xgx6zy2)sSJ4vwihM)G{@w6EH?_El5(f6vMP+|a-W?FF^J)mx)md#idh z+)Mg@d__Fi0zEYfPsSIuxB-OW`?VULc6oBYEgmYoioLBiIG_dYA8&cTV(x1A0$g{I zn|fDt({=X$d#ha)Pyerm{@b#Q%+ES5+Jg3H#0IjVx^M^h%bsY9@6QHy#tvuze&hS` zmKk6NJW}pS#fzc+L;G`NtckmmN%ro{|A*k6cSryC*Fjk(z9-pByLZ9+i`$=>d$ktf z^Vbm!fd0RM`d`WSbNpmD0Nl9k;kqnH1n;B%GmnsuOZ~5A7rsh8xTeCB3x_L1?=QR? z9sO|d{to|n@aLkR?umiN5AIji1+JYvnA?4H{BZELoq(^;8}MNm-d^qD>z6cYM>hUF z>fZ{M_ln&f;OAi@W1kqYP8PAGg32fDiDD{y!kqsH5yE&%gj` zkHIT+KD-6ynZFKj6|=xMxB)yF%-wSvH^6tcS_coP46{-0h2);z!4u_^omMv?2V^@s z>TrAg;eE}!lg~98;7%1C(Lm$75ay`p#wNI!CLPS}q_&I5X#xLxQvv_)UHG_w?f$#l z8Q#B(JWjy-DCepb+=S|NMk9(=tomGc@*d!i+-8pKWzlVJOvTBX^JwFx0BYar3=d$c zmqNN()wW-jCLhYuj9FPaT`fzY9#(yr0S72KQ~jr9YWf%Ozx5ef!~B1m``_g}>8g5^ z{U82M68--~2RMLXDeAR8Mb#>$$c_F#c3iR!CMT)RW_o|aB<^_Vf5HDk>nEzLXM)-- z#{aWq0{u5$jveE5E{^)&8K>&a$AmB;{V-abfk$pCGI2gueAfp8-Ov}{uV z+|dBJJ|+7T4PZtQ>Yx1IFN4tk(*G}z|7E5A%li0$sloxI|GT39zr5O8Eo*zLgSVGn zF7{IQDrA460kkg0|GTQEPTE`acY;MuMalm#ddPFChknuj=e~1S*@b8T3%l#oRW!hO z|K2a*rb@Q18a@HOM?r4BPA*ym_xERMe1F~0{;!As+sawv(Ej{FE8d5G;Z)D86=6>5 za0$)-6ek^M%sm-g+4&Y;pMAiXvYGVL=qRrZj@m^1FZu4EwcP&B&x4m*(?Ppa`96iO zHex>B)wRj^h_=(b*JOBap|1_W%qqE5Es2!6X)tRqFI(+Pd+-4SKniM(){tx^AFzSEX0kcN^ zF>A_da$Rz|=;?CsUpU|=ceyIOlABt%;{gQzA7FLIgB~0iO!+MP|LGl`np=;H z`P55E%>O@TTebL~EPXo-|7Ta0Qs4n?2)3&5Qu4rx;RmoiQ=vcc0N<6NGnF!Q@@%?- z3Z%>Sbec}m|EJLZ%XUf?=9=2JBSjw6|3GuH{!B?${$EM@c9|To7D*Zrf%fNQqK39l z)J*pOO3TRstDT^U^#6kF|3R^Fx&;0|0S$26uUMVD7^|A2V>SM3j3(`g(fL*}8cP4K zdmRtJzR_Bj7NzB9qI9T3lrG2M{kI`fTRKE)a2WYN^CGk|e}p=_hr>AxSN5D}f$x$7 zjt2NfaWp_qp=vxoR5$B{>eurSymdp=_-C+27=m?gO0Y_P57LwC%>Uzpl=d}HvmXTN zMQ=C&*~tTZiU)XeazJ1DtLr}Y06f4eJ@L~>?*FN|{B-8NFB~>}K-m9-j^O>>+DCnY zyj9~6`~M(s<^JQP{Rg~sfDBf{M^9D4lc6m5e})N+1`Y5UX0_|w{|~J8(80DIa97+_ zjQ(G_sJp%y+|+Fe+CRL%oBFwet+?uH8@K>?|1{a^B8Ogh!Tu!UhrTeV9sd7dM3?N$ zDm@S1D86sXd~(u8d}Jmq#QU52-^pFMk%LKJ>Hn8=F=vK5s{SQM{q5duW`J+8qoh&Z-MvE?P{HsJ>SkwJx`GFF~v?x!2ZgWu+s+mf8+DE(n7Lv$D{l0 zh}S1Qv4$OdxrfZi%>Gxn^-rO0%2Z}2C<2Dg?0?al{_k#7KS%ccb8zlAfXA-~gI|cZ zM<1gWP>ThtbC2UzKQoa#U$_BJdS-f~K`sxe*Lw!-9-)95%nE_-I%*G4g5Z(aHHjTJ(%*5Md6*rF)J8U(Q`TwvF?_g;% z5tx&#*YQV*ASaOfNg_PT?pEH_s_gvp9W>3wL2beRhfQ%*h#mKTFqx(JGCWH%sU7w2 z?(U@Fa5zhx#ltlh*bZOk^Ceu!=5^7Lyv%~fT-6Eue-`+^X1J>j`~L^_|4j0vJv=RsA=0zdsG%4m`k*r{e3Ks#Z2Bav7PTB43haxrPTQ_<#2>{C{>PDMytg za{b5woRz4U!iidAlc1dw5@eGjL5)tuYj$`1f9U`H55=i_+c|H^>}5dJ@2@PEtT{}HpnSAp>Vrs4l_ z3IES(=>K~Mdh753Z*6Pmt>>9udb6Gn$Tqh{gSh`E z4DnEo>>gT2j`Kew*a5zS{oUcNJBs%`r<+FL_10hx{$EvH^@jdGdJ#9^O6Y$~&YBA@ zG@AOam1)*SxFV0nnfbh%br$YVfiq5e!tB4bD8BN+c*~qHsUUfC13ozF(gQI6xy+w+ z(VwO{sKIGI;HD%NaL`>}ylc;~15Bj%*TlC5?BAZC8v{U1J||AUhSP2kSol|7&|IN(qEehT$%#*dSG{}}G6N zyH`>7Q`^Dsh2zupn?V;pve(o12hjIBJTfSSI$m;wn*ZOdzulm&>*4inGJt1N+baxu zx)#14KaZVlARiY_5FZ7$8Pu15x8+`gI_)v2D6@h+d&3HT%|EW}2;hl>c?SmPV%MmP z&bS$RgYN7k6Tk$wQ~P(}1zO+?C*l#BgL%Ikd_XbJumhas4e01#BYg$OtjFzRDqcrB z*#lnV2b_}()V6Sd!Ab{s|Ca}nZKl0izrhE*paa=^`?);cIat54g-i zlZv{VG^QJG_E{$di2QiFeU5?!k+=|6h3Hreg4aUqrcc zWAsoAm~uVze^tSn?HYN>`wINi=iH$Cg9FS%=RYG$5m&P`=0KMIa0^@#WtGo%E7=29 z?r@nJ&i&tIXNFc6&QQYPbiFK{jz?#jPPa(Y`q!ySq5m)NNrAVJqDb(+;t!Hlbx5)% zSd;XN{l8oDB$ba&)V{rmYTqCck8iwxcPHp$tpqiE9M61(4{%QI0ERdfoEE2BdC&sh zi6tXFRxR_ys{B1}fXx3B($W4Mh?Yx}X!Q+N&p?xDK7EL5dShw7RsMD57|i7FnVh2~%~OM^9| zKrr4VK}sGOq;}r|ntnCtt?;O3{WC4OpF%ukEp z|7An}x7MHC|FDl@(f_Rc?u~bvw@wd$1Ng&BqfWrP?8g1iivQPoPt~l3E)#xc@ESat z>sZJ=#rK!{pQQr3n+^Vd)7@30xVxT#>(p6H21o@s04{L<@q57KMF(PB6vqu{9bB+% z3HW|oAoF_&+K{|p#NhwmxEF10Mb>XByZ=LQWVF8p>u?8P{x9>8@2}C!0EO}Vws3di z_UzrlOHHWNk=Kn49e~0H_{$N&x=>PY>+bO||ot8HspgSC(d~jNFp>^?w z^LGHw>o8mOhWB$NFMTipj}HTS{=?w>^WgO|FaKcoe^wXmANb$K_jqmufbG-&+uotx z4l!ph=jP8F(6cQ#Txss_?B)i3EJSb4A7PN2H@iIjy8<(PrE}c!=;yWef#vTvXv|jT zgUtr{@HQ;rpUtP{tMNvRIto6>$1XlT^6y7c_w~U52b*|9m;nsbepz;aBY)WizySI+ zMF-FqypP&nwFoZ(`v0^*G)dI{qCeaKm|tdfgagPt6Ly3@7xHp~!*!f4>smUeg05lVC(M~+uYOfN!s~^fa$d5fM@r{FeFn5ib=%`yS@B*%6 z(kJHsf1*rU(aT9~ZsFZh#;geH-va&@u-I9J!T(P3_Itf|QHMR`e^z(XSUWcb{Nt|K zpWIdDu7~1!STqWcsr}&pxxoB9pLl79FWjHiXn{vt@r}t+&g)rfe>h99$W$)Qs`J$U z;_O!K!yo*>2Rwk`|IS1I({e+)^0EJ)KLz&RFiq#-{~d3Wiry`SOh{$``2XP-lGU+W zvZe$k$rk*7cC94k^-I)pG61sZ|C3D#nzbT9&x@h~;{HE``TuJ+vVd;I$$nUzYUacT z>_)7n^p4dD=KrKCG4f^p&+i#6^9u4m>P9QoIZ8VgMyXbrD6RGa_nQa*w`3$d+6cMK zjL@&b5%@`m>&x(P{VWi!d-u@)v;S|+5vBup0EDyuZ^=a#$OF8;CWk09Pl(pN2-d;r z!Mw4-8gLc=kKXA2Lc#wp-~oyTsBe6Lrs4s3r4|}s2Y*dp=dWdT{pDct)A8kgdXvvj zL)ibDwDr~bL?4wt#Qm=x{(rIF`g@A}Px`-2q?dLc_tJc{*L5PvVqfA37uZv`-dR*> z9vtnm7NtCg_d5v=P!SKbobC#r;;tt--PIgk_kt130eQ%GdF!erJ6u(;5uWcB7foNo z>|eu0=k1&ozn0r@OJ}v?d*u8jv$jt&>vd_oBhBbX{&mvY{!X%mQ(~}?G0%LdfhLvv z%+7xU&hH$&r)xOMCX}9k+(AJD-~i?%tJ)5|-+p_28-o5H?5a>2v;GS^G^P0d!27#c z*iO%4ZFTHA`o0BZ`nG`wpUYOgV!_GjiR0M&ZI;j%;rE`RW*$^T?@tYlWA^_R4o~-g zv;R3X_uy>3=fbh+#+{9QKk_I19eVMD?C9{=%Lh`QGeg<)+1dA=HfSHUZQMT0rlg$zMnD*Nx^GRA?2wex*T`XBjkUF&eO6p`Ep_r@y0P5}d0 z?5dVs7jZ0Afi!wF#TZRs7&5&F643*oHu8x)Q0J@F;C;Y#1?Ee?rrQ*q- zqWqgv^r1kCf}bbjLy8YrRFV$vO_Ck`e|AWsF7HfK|Eh2R+!M56b%J8cCFsRf`u?DJ zg%^!iu9tBdJ1S0B{-Xc69;@(w$NvpG%~=8q5*jFU;R({8>&{OP^B#hRlDl&|K7p< znIA&kg{Tf5U^`X^D-{h;=o>r$1_fzV%6}e!g}Vjn2OQv$cmOUZ1N5Y~zvA%#7}CmL z$DRGOhWfuy#ZNn)lm9b}{r@M}ANhafyYmiw#{cV)x4sX>2O!-GPXV+)4S9QmJkfpN z|JTw}=ef_6-)WI^6^jbJMzb-^L$l!jpCtcd7W@A(>c7+_xZRW8(Dk?}o%*-g?y5R< z$^4GO`|DqNe?u4Tfd5kg{J(U2yy2Pu?a+$Pon_XRvgpSB@cubUj^scmJp@zA1p6<1 z5RZv2WX)%g@paEpcV^IgsG(EcI#(|og6ZUees>OZKzy^_JM9(*C&@)enW zd+@eL^LMHW^FSybSnU2c;r!j{ffr^CTQq3+WZ2Lj55VzZMxHwWyss&JlKH;`v;R)G zKL5+)`fdVOr@!8({x^-|4%nVKy9%7&TJV7@bNkDKhbM19@(1ubIJ+O2)el}_r>EyH zqt9=rpTEBjeh2;+dXRU4o!@^Kb3L;_BX)r&d^B9htiO!^mOWuC|J-oZpda9e0n~jC z-jlXA22EuSxZ}aDkZMp9ct#ERJ?!s|@8ERq0lU~ym`}=qQ=SV22jm9Wz8)NA_LG#+l$Ynp6V5#-9D$0l4AVujZy3YgW}6&I?EY#IFjI%t2K-1N1-ySmcNm5K*GQd2@|5=@=L!}c{!XEC=e0;!*BoY8~~RHHJTNn8#yC%|4F#kj11S)KVcem9}Uo$FrCRArfl^8>EM6f z70>}Yhv?6m5FNk+I3FBw1I6%*+ z|L>RZ|8Gqeu)Ck^*8AyLRWg8H_$p{97(kW}yZ|2=2KuPLZ*SS2_tw!4-pr5e{@d_i zj7`R zCK}qjHcI-4zQ&5*c9>DV?EfLx(eZ5M&OXbi9NgX(HuxXL2KHAJpB{Gq*I%jkFzS3_xjcB2lW05%m5|l7}RtsyFInvX@Nl=GtdI; zgabhD?|h#6=N<8V4yN#qp8pn%;SFyKoS-M!z#-W?PS%D4%p35Bcd5-0bO%q-8F?|Y z{KPw?5*lXanfR%Am+@zu%MP$Ria%RbG63K{oM8Wd^ayQmI@m}W-7;8^uO%?CAMdf>6fk#+u#7?PnY`% zG63tK0eYOOGR*%qLQH3u z|7}Xc1HK)vC*1#c`v0Qw_<*qge`Wu-jzb6VhYX+#G3wJE4M1kJ0!~G%ZIfut z^oIMhHA=A!qx8}{QWsW6DzG+QpzQx!)meMV!>N86hzHQ8hJNxj!vCLw2T*?B|0C&~IGRn-YD9P_eYuD3Hh=>R|EE2-+zV## zf9>4#eg*kX?Ehu#@c>xQ>|e)KUfwQpIq9O5E-rc=?kv*@G(hNoUdB7g_Pmoi;u-hp zpGjfV|H?gheu&I(xWAJE`0R4j;U;+g2{*u&4%(G$FTYD* z{uAxVwzXHqj|Sz~8uaEO9$$;N0kkrxC>obE_S~h1$?={<9%g^EZ`}P8Gq{J_z>@(R zTWEn#o;kB|8~i^i;rExD{h#@NOE5e;dTKg#HTV=7y*2pz%tNO)ig%zrwO5K6{JS-t zwAShrOP{ufvqSyQq;`8Aq=u>e+syN$sQnG>`6GD;T()q}=WSTXE@02xUysinFoC_` zfkhX9^HcxX%nbRc{SkcI?v1ssGXs>@hA6gYrF1AHA1mVfZDr#tE)94$jvlM0?RsoxLg0QekU z2~L_k28=hyS>9;B9(;7s8}y)-+=kk+|94^kuY>-lF8QC~-8?lm0ep%5e;RkEp*OrW z)eHQ8rMKSC&DQa?IV$utM>>$hTh2QW2q$=Bw!FWg{h6JG#+};VkqMrVq0Z|v@J`84 z%Uxsul}=alb7?Br2>rh)RWs(L%AWo|_bT`QZYesSkSxz#`2RIbR)#a&zokjKSSg9R zNK|d^eGzm&&U8D5rjS_ z5Fh41mFpR(Y%)OG-3d^`Apz=w2jJ)J{wmSHpA1;MzsLYeD&wa>M_(Cc_~J9;tG>2m z|MvIM&1`RZT=CW)u-Aqk;s0&((j@wS9R4gz;Aws+MOHiazvXkt|HA+0>;q>1<#>P; zc9+#1H+7%y1}}(w$Cs{ZI*079;;w4#=Au%}{}bA~sAdS>f4kBDG;x;E2dsFTlR9*F zQa~o$k^6iN!ToE@F1e5SztlTN)mlx~Z)@HF>c8y~qc+n2ofF~vU4r{(&evomc7R}e zbv=gfCz{p0eBCyW=Jt0LzrW4gvpTT{l;*Y#_U}fY`^(+`(_lQmTI2JP3mpLW@CA?X z^VtDcW&!uUvCRFg(E%04OM@Buo&)^)=Xmm7h6A(_PX9D=x@Y6%F`B*$_TCE2Z*wuc ze?R_j_uo$c|7&Bd@z&l-0-W*-P3bZ}c{B8FC zdi=99^#26D{mZ*B9?Za*cOd^MI04)cYdk;?NdKSb%RlFxImLT3Di3$R((EUl!6_!A zMcl(pfEz%Z7drsFr9EZ2_km@4uforOH}2a@_+l3j|PDKe_SToXLh84 ztJss?8#MhNTCPAGe_y1ow%`tsN)F&2 zc)(2~Wa$^K04wf)9J zXlxD#z#&N87X@j3)gX0tBmaAHpz0L})C~6kz2*j3m<)h?*Znme4$w_FK(?0b|8@LS zKF(M94{`&<19XtlNBNfd$iEg^;5Tsp&;WPE17O#EFKub-rH-MV%G~RzPc1#cwmdX_ zwukE1<__rNu9mCZ)xEyEEVJBH0}Sv_C;T0K@Op;tnGgKGbE1o0-of{OhKo8CKm&B% zSq%r0|C!%eHSRj;-59=JxEqCrn(*QSLvBmv-*n74ClzvLeYzn=Y0c^#%I>di4HyepyA~_4Ul4KVbjo#^P^B{X1mQ@15xP|KZ)t z|E;}~7l zxnTe9gV5Z9zlVbXR4)i0m^mQg2mYS!Xm;t>kKDlgnALqQgWU=)4z#(vg?Rp=f^=l8+l zC_cb8XaK(BgVdcI^sU@X9vgK08+pj{@ldd}R|T}ydAYOpc;%oQ1&#RR)Bn$*1B8=h zu?k(b35>P{`kz}SRjJOOC43H-XmXsEI_u$QI6(8reaLiCZt&nO;Qu?{xvB6NcO7Q` z?|B&xKxZB_}}&o)I9V5g8w*x-2b9O;s4P8rxnTu zQ^>;OI+IKv{Qv)Ds2uZu*J2s)9nk)p{g40G0sj90*HrDJ{ zYN=BMS;J_6>PC`>8oxn~KcC3|y94$L_sZ_8m!2H;BHw_!Oqi$IE%Ve*_Wv~Y z{~kj<@Hz0{&JF(u{ZCYWcTH#hPnrV1J0BiEXgzbG{|PMNs=iJx8oC_c|5{`K!vEc5 z0rv;*@2`P)|Lt(nMQ(q2V(^c=2#0(XKJxgI2$-1@G={oPMr1phnOm-{%FnRQ;i&kVi#3I1Hvl*dVK>#NY$fwP~O zz%0;_EDmtLu(H&C5&G{3>No=Kzbkw{qqWxDXXj@INTKfYQQv9w@$%IC>80oZ7NYN) z$xJ_o-5<=a<8pYy%mS789B1|~1P;)eH=+*jLuc>-i=Fg+c7Vn=xEq2Anp<0IslT*AOYAfGaWEO8i%k&N{P&V&DB{0wd z?EeekKEsDR!+i7>eMHO@^3d(RE{|F)6`?B<}Ujg8D1a4=$w z8aA9vhBuBXQ^TZ&drc|}j?`{ z{#1N`|0Zkr?PNVvvVzl+bpHtXU$v4n%R5o0)+VY)r9_Q?PT!wO29Q~T{J8%g0{@Qz z|NrqUPWR@<>3gX--MStt$APiR{fpiIdW>$t|Ihi0{^xPD?oK2NJXf^-o{7?dp;5A+ z|L;B-Dcio(e`D9$p##DLU=kkSL)iaUya4-~&HcZkkG9hPzi@jwnx6~?`v0ij@c+Nk`wx0* zP6toL#CvG}W)Dqd|34o<2EbZ(v_0|6fOLz34ry2EqeOb5Z(U7Zv6H ze-u7QEB60~gTViDkr8L*#4JemM;iR`hbHyi0SB1=|1yK#;>g^;(osz+I_fF)-+il5 z;`ZP4BYyPs|N2Yu|7#2{o&EpxNp1kl|7{DR`v<=sa0Lti?$56Fcz*oC=NjzK`VJZ2 ztN6O7{tZRZ`^BU0rT4db!2SO=xgN~N8>cWUqxXNy{BM;(Pxs)SejmNhMRtKB%=?Sb z`*UxP@68Rc8TH1;zAE$oFYf-Ix$iNTm+}4|U*|skyVZGmH$D9~{k$-{z$GyM>D03| zHC~L`KDV7WgF64q4)6gCAc}9B@ILr#rq>?;2Ry+nfiCDHb3g%RiYNzW3g(M8iFk+b zb8ct;zh0SnzYAVt>?KXl(f_USB?@CU`Nuv`$5sdWlTpb0e~%gGfDisax#9hB|Lir3 zH*k-g&f4Jx`WOFGaMJMg=p`NT0m%i2Vw}BNK0*idnVZTW@V~PTDv^ZNg8N?=`hSTZ zMva^dMr(9b8eUChu8{vx%89)NO$XfWNAQ2me>-dPLNed8Tok*}RYeNJ54(Z?e;0ax z7~T=w|E|FQEyn!+cOU-$jlH#k{eJ@U|Ad9?0E@FVV0DfLyvR{!?tg{h0{X`ACT!2v z<>J}$*+~8u{eR;I=6~-0mhk`TmBt73M!I^z|EZ4tw;lT534y5^vo2MS(f>!hNzt33 zDSDTYENl2bF6e(=bN^2Q|L<5PNqNBkI#K^;!T*Ec|BdDTw+a4_>&1OhOdxYz5e3$}{gy}dQKnK|W*Pb8;lpJuEv=DfrXaKs0 zXpS!#;2VOq*(?}8U^D=D0DS!vsLiJX)w^>b*^mLMg$8g5_i zDFOeS+kcx2o59}{* zUohG2luy?%`>vQ&f)h#Z=A#ae|H!@ADzI<^79GDuk#gH-#zYo)cz@OzYXK? z>>miO-rYuxn!>?j28aLyctkI55lH{`q_;a!*Du)fnfsT5{|%#-XHn<-R?w^I@v-dq zq4fTPe1?MqOkoBn%4hUce*6%6{s3nF$=0gKEb!mEu$mcS+CF>%4}l5X=7#W$-QN-4 zpfL7^4Bi&*4=w5crF*dNuf&t!4)~u59zY`BmbcaKUSJ%nx&2)r$H*03(-&KHtx5jh zINpFQ^nUt(r)2WaD&dhdhn%#RcmSv3ncm4>FRb8IXWDC1H*(eXaQlxT3#_M6MoXi9 zrZAJS|4)C52Uu;B&hIy=`d^c-SUBk^+zziP6mi|5ou-M>3}7;{Q8?{GT=4pT|0o0XohbKUMgDTXV=&!~f$f+TWo$YVjjm zAC6?Jbp<#8?Eh5?WJ&PPY{8Ff>Mken+dyn`r#NqQN1fwZkS#q2^KQ zZ5AcBXOS|DiPVQYkvexC?oT^102A^5Jsz&=aDXcQ4AV(8!2iaE=_~Vpqf4Pm>JzGR zpF(814*oYbL^acc)q8)izBLHe>*yf7$?*WE|L3+2Bx5d6mVW~@=th91lL36=kH5O% z0obpHziN{KJYl<^T;KqH0RQ)%j8G{p_O$!RGl}x<4!n$b=}p#gzg{w&$|lxKZC21;s5{Xf&YK9 zixwW@{?`rmR;sh+;s0aa4gcQ=e7`K6xNSJ8LAFVQpPH0m&i>!S1eS}}|4T;=AoDW; zoyi*`zF$kopRH-sq6i1gID_v$_}{6TVA3(n|Lp(Ydc*tuYtVdO@T;?USkV7(fd3u% z%AU{szl`1AYcd%aaNjo2|05FM#WVk#U83eU;PY!v&mYMf&<3oWx|yG1qrC6g`)zEr zotgUOUikJ?!Tm?TtsBW*pgq~VHQ)k*zxids<&EXeAH|#=&ApB{!0Rb9{RL}T(ccrP z;aKMU3A_Q`-2S?(2J55$FWE$&U&UL&$C1Ccc@h7OW!w$;>jC`OY;Z$2W{6%FtrY}* zu!S9igaR2E416&O%`;$z7fz17P>{b6aUTUKp(BTB4>qD*fQx}9I~@E!Fa7^&U3i=9Z*wa;>Ek}`x!;`>wHEJ>ALM{i|JS(x2X1iH zh(hE;fd4-o=dRR9ceL{!+Sw6rIr#rA&Uh)Hg}1VvlRX9hr}aE^C>yfr9n`#Cj-u%Q z(+1?I%-3w~I+QK<64|m{pQXjz|9-5^R891M5xXEv$AeM@ z*+YGbrfTL>cK^XCI>7#a=qef@?tih||9fmF1GoVhpstCUz9bRe8#jPQ3FN`{^#AiA`qqma05kw8)PK1~!P*K3a3=Miw|J0VI0owD(m*+s4%7j=0GWaRn{tx_ zh6lje?*2NG;-@8efOMz_{*MPx6Fh*=QU6V@`Y1R2->!eWHHF=4?+|YpetKyunvAIa z=z#xlpE>U-kDh1&a-##}&uvsaFhDrmi>d$Lb=;NP%}pnkQ2RCT0rqs&o`c)~`{4sj z{TH!vQF3<|*{~1RKI)85ptBs4ozTQNX-jV>4NWy^`V%t$=>LPk|8Is-_i+F0;r^C` zXP)nsQFUh;@g+0LDbPVv4v|SW7EXFactBD18qNK$z<7JD!uRi382A2L2DM*Dp4A|O zYBJmYu?72M|G&iiUwb&Y7iHK3e%Z>wje5UltH1DLt8OPpbE>V*cEsbi0$BMU_%zG_ zZC&B`FbDXZ$J-11zch8`N&WYO1K64wpexwlw`}k`>ah_sz;E!m&IUaHsQ=y6?ct;7 zdw0X@p`JU_&!2(y2h#UfF%xXD8~PyMI*^J8-04OW1s03T@;zb;$w$wS;K2J&Y8$zeBO{?8tQ_b>0;i|6>6 zM&Jij0?i+9;I}z;ng##o;RAdSzVLl^rQd780F4H<`~`0k{C_O-|C)brfcd>{$j#+d zGFj{3e?i>;C#K`a!u`K3cbfIgZ1+!@R5w4G4ltea{MmM$ga0S|pG5ZmquDO#_g%^S zb<<6BVqZtQ>k{`rcjo`W%{?_C2XFavUh;2_?53kfu2%kO@W0aJ^C1HpteCTJD=zk&V# zhG)DAFUJG85;%Y-9w0mM|7{$nQf{#tFejGX84Tccj0&2^Xkt0CKpms?YkjnafdQ_G zi_-Mtc!9Sk2hbb;|K*WdRGvHFvk1jaga7v}T$ylyPoe<~Dn}j=9H0;D!sJ~kOt)=A zRbwpo|H7ea`vxDNY2<+C4biMCcmQ_@*3^t3Rk8?DdJ{CjaDZP~1nP5}K<$kV(BO3e znp87D^X&ZfWtP957eNPboBVGw0Q18E9)kzqQSkq+?|oEmrH_(o`sk29z6(q7U@7md zM$f&_iK724N)FIlPko*5sYw+)RsEueCgTAf@Y7xAPPyv^^W2y_o}!u?vhlfZlJ?|2(uq znzJu+Kby!N{VanX3#L|^8^D7@d><_E05^c^%mN+Tu@}&TAH&D-1phz4O#U+*4uCf` z`-WbA6`ddW-4^=zaB6tzUTZxB0|*5dJjRaSjoH2xvwi2oaEOkjMD4}u-;Avc5{ zAAgVUzvOLsYprs2%nkf^S0p#m zHIr<>Q?}ZV#&OF>_zrM?PVxWm$L()FGtoRp@X*`_ne~DHV+l{%o1Anrd-7ZHQFp{o zg&oUhv4gzd;{Wj%z4ZkA7jB@#%!lrG4fqT^ZST(THqVgNRLMzmFOvUN!da!^d71L@ z=e`x*7dUX&Bd+KQ@&Bh!f~Vq3dTHWyFP-TG@8_krKEnSWvyNW0 zB3rMw=jZ|TKaTou0RC5v{y+9Yw(?ZW)_BV-1(wZHouirB_ZR-pt_+>3lcBft|AM{Q z0YcOCX-b;HzQX_G{@1!rsyg_k$TTNKuZoZX_BdH?-IK|1gZD%IN3}`P-5C15MWVLU zNz}k+WPeisk>wIp(kEVDSD^o`%{$;4hkr_(d~2cu_KL;dB3Az8Vm0U$7~nkoze}S5 zwvN_~MQ{M%09T8MQoB89fZzaqHsS%WfDG_rV1Reg08Ne1${%?DJPMcZ{BWHs9ImxC z%m5Z)dRH$@CZ|xj;sKhQ`fvO!M32w_?EV$3iD-c1dIu{44Y1Y8Ak`xW@OxySrtSm# zCkO0pT!0#&0dT4npbuz(4lMB38#F-1`{)4s_~~;p{Gavke{1_H5D$RxIX+reo_8P+ z@6XM=z1;uqIC|;IEOda>|9}_hG^zhfbv%{lA-8|(zhaiV@>;p;Ko4@j{R3A%vkd>wa^y_<7?o!S*+1a_);}H81TETq=Ko{u9CZ7mJu?e=e{0YHb^`}2 zX0PJx0G`YMkGW^xZo@6`w;jF(^truuy1tUkzy9cci`i)bT)5rL#VyW&jc=jvuf*eX zEFM{1&;!)tE>M8{zhB({;%#)s4ju3rcK%)5*{J`n!)@db4sf5(S}=gxf5HATsZVM% zhTZ%`F!gT(f1iFGPyJSS1P74*U7DRBh8iEkOt9z(H$mQoBiseIfb-2@UI;wRJ%D%M z^(khAo4gb6zygeLgTVe)g8e<>ZMpmz4M7q7#m&h6VfLRt2UgB@?vh}YmmJ9xjIvSM z5Bx&7|Bab$t0t%M0C5Kc{0twcBK#-ne+=*7sd)jFdH`3+($N=7N;O8(XFFcB4 zXsIrG+3Qp_2Ym%=4T1mr_a8UFiR3U{!UGgs=G9sh0Svbc-ap5kRJ^FO zA~!JSm2}a^T{~7WBT1@tDaSz44_0YFj_{tT7W5)e2s+YHR713edhlk4mnzRA05!l9QDY;`|~il0O0?tE@WwX2|U0~g8!Gv)X19|n%^Qr zl`G*sSjfL~4tQTIY2>SfFQZ)&hE<_kuT5u{JU zg5>rqPzA^VN}>L(KL)7v8FYY61Jpd&U&VI$%NGt%ccY)SPxI3qbih0AkOPhfkZp*M zo?H5;Un?KA3+C>>9{mqktgo+^n$Psoky2hd_RdrOV1R3=|GapB`ON|Y;LkAZy1Pd7 zVV?W#rn^_%G`K5wfLK?#-6sEco~v&C0sDRAg1-!VAROS}`*6a!|933qtn2pNiQ)e) zF>{iyze%B|P1-ovq|YDmma*slNA`zHaqfTAfBmCI`HwMbac-k3-A0qT9SmR~eAF*| zjXp)Ie%xMlM%gRA06IW7cz;jP0D%KO8U_z2KfHFde@CqBv~Lk#|1H@E;Qzn)fgkou z?tS!qhhz9_ZR_mCXZ&E+*f8hY21#saFxb}w39s0ld3hsW~0^9Zi7i@v= zPI>(QD&zfA5?51R2A z`jp!~*xqe0K8FY31oZo3Zq}OX0scqbzvjPrH_cjW6Tl4rfj3mLAp-*5Umv{x;3Rao zWrK!-w;;N8r)Bg*RWT!LwNs!{pYm8XNB8eM_&hSvqqVy|26Rcf0gBZ-sq^C)PJd7COn4e z|M<9nxZs37(OFk_aqGeJE#iWU2EhY=cEMGi_cNL0PWv?cmN&Zw8J@8 z$IW9^2>wsvwHRII{+IBbo8OCQO_~<1AqDXQdKIO-?EkgF|FW-8|Ggvi^J9csg8yCX z8KL?a=>G5kZ3GAKQbBM)GC&s14%2cx0FJy1RRKJJ7UT<6E$)AX28XED_h1b^5-iVV z!Lo=6LYESx>J@|Z%QjFE%g6x01L&S(fDVogkS`hFZEleN3IFH*KlFd+{P6DZ)7UUy zJzT>Lko%t__dnmUKKhj3N6~M+b!)h{W@US6$Vo3%ZUrwh$y3)4!_n%455Nx(%{<|u ziz7T#CWQ<~OLyh32nPsWcdL2ifE9I9>N{7}gYQ|sxvQSXxG3fvGXVJC?nL_kerKh( zan{q%PUH=P6Zb(c^3|j+=tq+m!2M&F?3v14>6oL62_6vIzmt#1oS0^W2VvB9a(jz7C|AM2MvIWiGPko`{D!qgP9-xUpabz1~-6h zaDVf01LziPs}fJq$XTEPnoI7_WPCsRq6MIKmewNg_ZwMUk$C&Sr>n#rpeD6nd;>VZ zRJg$Z;eXu!{c|z@GxJxXHowQR_fxO`^=yyVcz#gRNtfXUg8`h_YOQoWYry~hYzE8U z#E;(q7jO&MKY#B8xInM%UMPvl26p(Ofrp&N z2bFiR%y)c|>cO2@Y|u?xd_W7^t10vUR)f8YmUdA5TnCAnt9=fBi`|TBc*-a%_NJ|61z*&%boIU+LP}G+l4N|1*ZCX+vtN_U!}v$N#^TO^QCi|4Yi9 zqQ#fV{$~ESj!(j0BS}SCB^y2yneQbSO17O zZXWS<*=>%}oBB~2_BK+r zhDNH(zX-WqjnKT2_yB%K`;P{2+k$X~7Yo;f_hD+diXDLcf44`d46{R3p(aUr+=AcFzL4=8{GYevsU02xCip|Xc#4Ja z_hP^lf3iccceH5;-wzzZV+-#RyMIwP_LVFf{VT~%!yeOf40q1maGPGB0b&Md!pzgR ztsVD8bkH~L6chp;m=CX%ZU$}HW>9hV|4|kBJza;7x+ggRRUGsS|F4BF9PmGO(CT62 zuw6H*cwR^Kp2we00Dn&1*xBx&+hYC?+UultKf!gt|M$W7{IknN(ZyUf?Ie1zHg0<8 zjZS=)yG|DM(0u0q2SfOJ%HyTOFTCW{5C17!ZvWtaAHbk2XJl&$zCS-M^I4Rmh4pjr z=OX)WcD9}+WNE?FEX@nc)c%E;x)PV6)3fmZ`kbzpyUG5nnl3Y&G_B~LrX}!yOK|_6 zlQ)%FB1LsX_E!qH|IuWn_D$A0_WyZ%(f(IWk_Y^sC*Xf;Y9*@tbMAj**!}Y)XvNET zIZcHBQymXb_Wz+4ahlU4PV?~qH(L@b`yyn4vHuJFuU5$zW<|6=qwxSN8BN_rsRj4H zMTMhednZ!P10%H{Awn_RBh;Dx9{~Pmg$IzKU$`vN!nFT(n7pQjsrk216}ca(r4vFG znI}|5&xL5gP&j~JgVpmK83646emOyEVhQ$NE=VIB0#yY3zkjhne8dCPlKWpQ`k%2E z;s4?RR4da@LwES;bu~WDzVch?t4`Fvhr5q5*#Bo2^-+m8-a0Z44|eoFvku|O(!xu5 z!@+1RnA6~D{Lb)D7kpbhoAT!ug8%OhcXZqCdSl~;cZM6emTubNz};`DtIAd*^Em+C z?@kw4RCUpB_sN}Im)h=Sx>Hr7rxCkF@GMO~R(4>R^+ug8N^$GZXRhK*dmjPcrIeixd}h9nqu)D&iQQ&K-U~mLS-I^<`0*9N{=UHRrH@W` z!eiqJzP|@-RCylnz!LNT)V^~|^#8TF4>AKp<%V|`hkierIUtH#o;N+3-rwdr{hpe3 zW4E75?U$s_FXsmE$bx$SpGM39n|Kd0cnhw92i8BxO^`RC1n-6K4K)A!yBYNV71rz# zyaiJY%oO1MZ}>SnvtJbB-RW45eSa8yL<<{oebFaS|MC2~tNbMwkQwG{vSQRyXgHo zR~-WX{|WxLd#bxa!HyEodB~3Y-!l9^ih=)EYvrvxkG$0i4C*ob|7X*)Rc>02oT>kc z>;X#}=cuGNn7~r{|HmxlUYw2J3#+n)kq1_)SW?EiU)A8SD-BL0Paiur*Qw< zJTZX%8{GeazZ{tVFTwwRa}W)1T|a#f2KQtBZ_~tAo_;=BO8w6%i4TZ9x7TUjDw-Gm z1^2&woxSuP{=Xgbf9GbNS{vk{Rfjy3THiybg54FjpZ%Zvp96oc0ZYmM0^|8$a@9EI zJxWYJJHa%# zbGC{G&n$=U8TjYsbzq|GMAeev0u_ZTF_2k_-?uLj+)L>HvsQ6awIc_-s)OFG2WR2; zJRSTmZlRG`)hLI*{!$`Sm(E&G3s>wHQ&kqPFcLqD8UU>-crFU}f`_e(KuK*<~7 zgI0IbhA3`CXhvgmkt6%uLzcrl<(tj?&(~Vn?&!{#{qKPP-CX9aA5*erJuye^uA%{g z2UxiY902zJ!>h6t%lscYH%k*TGS!s*KmALF`mV^(hg|poUq<`WGF=IFX}Ze&zhw-* z|J48KVySBOEJYW`rD)NgWId+-Er%rQQBINuUro}x?n&yNk*G1J@c?a_sQr!!s=hEm z1?tfubg4E_!pmvY}dMjTbc|>G? z4hm3#bbrmp1Moo~I6$d>N|rlg-HqyMWj74A<#U%h_nqte5D)UA|{o<8%|_{rWX z#r^;0WimipdZ_{W-;_EA)!Y>2 z;;M_(|5^0E<}NO>-r}NwHrxQh(f_0W+gYC+0AI4=>Hpt4I_X9Vz7b^qI8p!0sQ+y{J*!WQD=WUsK8|hrA=r5Z-WK^{_poA-2Eov0nz{t5c7X8 z_`jW2viI{f{Tpm+TMqg^?p&ugfOic+`$qkrXAZ6$YpedYc>kTU)w9*M$}=9`Pdi)P zF9ip<0Q!Jrc54@Sz7O#HK1t8F1mjza4sbN})f0XV7~Eknzy06f>u`(jO#QnDqU&>` z_tUFegZ0g#?i*0oN9pCck5l{f_<_6wli2Tna0_f}iJs>$z5u)fDg5&X$H4aav1{)9 zPxo&@{m%=92Vmq*$X@ZE$Iy#Z{yRV516SwQ)RhcU=915+xCOq%qsW7N@lVVo%rKsv z!2H=~22lTFc;gnvqi^Ewkurc;XosB^zJeDS%RW@npt;~Ajlut0GXEFG|EK7Bd-Z1i zzgV1X^%-D*kKq94GU_8djL19O{_{9$3H4tVo_0Li-km@DzV;L<`;ZCokCF0}tIE?$N_OSmqg#R}>f2J(A!2K_lp<(#{wP};C zuy<*i(j!e*l2f(zK&mp$QZ?U@q9gND^t~J&KyQ=PeNM7AS84{x`Ttlx{HpJB=d;v{0lRZovVb6`?PA$pU8oe?Bo>)4>07 z!T%3k8YXA@zb_uZ9(aIx7YtSFS0TDX|MyD_*4Q1v`qLQw5B$FoThRW2|Gg&z=+nYL zxlsRi$N&f)9iW_l{yKNnU$?uk|Hu0&llp%N_CEst|Byw#`cu_czOQ{$X{3*q6!FoG zcX%+sy((trEh9HsZ|47~5Kl!P@Kgi%KTZiA%HHUqDJ}2;2Ez#h{~J`zUEi4hpP~QX z#QtB`+ZBHsS4DPm)y7a}KT8*V=)fEh>8uy~;Qcqj|Bw2gM*XjrlPZ43`|}<8pUrT8 zyO>n@3z#yx(xFQnRiFN!?98o+`nQIAez7R|GcUROuVyao%3Uf8?az5W)8MMsga?=d zj`ajC>oSAJ!T%Xm8!k{b-rsNF0BphMVgh&Xx@3UD0V)9om=(bO4?cbjer)A+Z~)i= zMlk~n?ZDqF4`(hP9$}gI{c!&q!aMMv4_Ikt?OoIH*cl5Z&;<;z4!Z%L8RfVK6e6?t z3m5>qz;#>jJl=uBZ@KI77F4CLpSTFG?=rqW?D!)ta0B2ojK4SX4D&wUx}8HGK<_`t z%)i5nIRcDtIlKN7dj8Vyc!m_W(XkTb4>Yoo`l3lP=N_>W{@-14!Qdza$D>(5zmQXh zodzuP!d!Nli)aB|@cvGN15}6HPwsyaC+Yp%{*u5(KGp>@nT}Ta8k(t8JX3i`{n1nu zOC$r3{Xb|PT1z8YYy93{U2N1R_*madJF4M&@>%@w0OrpullmXR9e2nPCtbta`8obS z9dfzIcaMvXmqh!^{@9*>M@P5-)c^R^+3J-iTN{^VsZCa-SpQWa1*RrkREPQw4$2mj}l4cz}3_yGPy_je8NuYO6gO(OSu zU!t})Vh*rR&?NA`ffW*T%7MD){(rwAS%87e{kzBjXdS1bp|P5@jSRr*v9fv>qXNrf zl($5T_P>tS81z3GWug^F|F6CP4}i~+__{>u9{6A3&k?$86`|Nc5%T>?{_oXrB@f33 zi;=J4K9Xg`;ZXz4Gz`~^I#>A0eI6RNLyzF$?|ug z{I7HW8xW`tWB@h49-#BR0`xw|AD=^iS=94aRTn?yUFD~3^#2*}eD!peuO8$_0|@{B zR!1LgO2L2q9<@IS4}iShI)2nkcWdAS>d&7K`~T$DXaHh7baab{hSLA*;r~5%y}R1c z|L5ZC7Cg;O$Ke0kGyhjw?5f`M|31#-er-kr+{}gS2KIk=AQ`Yv2JK z!tDP5|Gy>d|J?s~vHyQRNB$4`l3uwTRns2*{~B}v?TyOGXH=C3_P2GG1%QrYvrZCC(z&T@!3NE-$~!Ed=k8XzdpZ%`vCJm zB)k9PhwuVy@C0$;$I$PeCF2tgt~eouyCIyP$;Eh!nEkzYd)BavY~ej>c^a)EdrHAL z^ho(_Rk1EwpFZq0yk}nLm;;RDfAar3r81m3jRNFceZ9!W;fWGC7*AZGVI9I+#=io;r|vX zo}tIw{|a$Us-$r9+CsPAd)PyNNu_g|7TJJ+GXzk zkHfWQa=3Ei0q*c9Og(0@`-uO=_`)y_h` zO1$KwMMHhGj{D!c+vG2pbAu@l7JJ`|{4+1jNg)5@A{hW=wYI?j=khwR{|;nrc37{{%ST_` ymKb&g#MbA9mVF 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%0A8&00j(#~4=@j9 z-A7)d2Pk+HatoGH9)na&n z^JD1!*#nH36Qktz|KWf?UD5gq7qI*)>i*DZZjD51z%O*bF;U6_AE+O?!0(Du|L>6+ zG;m?yom8E5joq%Udh(QJXYy2AK!8Uf`Y}JV7rv#g^eEzKwaHg>R77Z4OfKydb6N9;A8I z*$<=+QXg)NmOElqj>%TVHLx-da%=EwphmMNYymbn2d+TLet~*V9ypmhP_4lQ;veH7 zy)HmUCvZy&TwpCa!nSDwG$z(xYw?=PbRBOId}jwv@z;=^_>93J49J5I1-W3tM+>*= z@u<3GVTVF4*vL*AZ2I#MFoGr)g|j~XgZs?CCA6qB9*RA1s3Xk>VlY7MZ5k6)cpCg*rTY0_DH?T_LyEL(0pLxGJ z{eA`BUXlY(r2^!w+~EGD>GO$yC*PZa*bnRi=eIwz&@_{Z%;Dcf{M!%W&wQ4TIm+V! zdjdCqPoLC)9{n`(&3ggt~MYUT=10 z{Yz_HDn8StDlJ{=R@0?%MY!ut?f(ajZ-&cG^pj5c!1Zm{$cg6Msj4n&zL}lh6>fZO zcj(g`hkAB*aOcgTG+){E1+wqIVpk&EpB-K8x`y}9pv-m^A^w|F{|B@Gvy6ZP#QZ-z zWxVzh|Hi9vGOvoG7I6!pe4J{gj8kAxtiJCi2TVj0&^(rVx%dJk;sbJp+aMcbv>83X zNpQfWKce*)yTH8%qIG%(T;LYbno%lRB|k)|&Ru$d<>-O>;u8!GP&tYF08b*>r$=fj zKA}Y`M{3&72wf)!n07>HBsW8wHILASlo2`^Xp--4$*P=0j8}X zN*W)crSJszWeCw;?h1E45v=xLf)(il-scWh?vFvL#(r=rxZtR{LHaTZ?Erki6YK~Z z`&!j}zg0;ixGjdSa8@+LdD#;lbi)mJ94Pk=p63UuH(KJBB?46+9pRa00V;PEoNxiY zvfTr8uTy|L6~PDo7od;K1vSY7nJ=;{TvL0ZjUGnfqye}aGNz^4kV zpurVxk?r9&*#e8oje=L))uR2iExO9Qx{W>Jo401&q<^jS)T}0F%zOh->lI#`PDP;S??>GIh%|T4tsGBBqGf(LW?xIaR$E-kJXuKQ#+%hnO z#b9T|la;*SKLyMYtSvjSmc9;gM+|1E$iBSxo#OfDf_f~e3PLn5k^1f%8 znM3&dkvwV=zxjEz{{^;?7OaxTWqSP+#CiL#^ad%pv78YeKbWQX94oRCyL`^SdEE^j zyXXPJzQBv-{aNyH=Z~-doW5l_IUr*vuzqsD{ZU~5eD5pQfrad)f7uE?>SNO90PvA0 zzRwSEDA)^jsA|^xK0LE?G4;eRs0kcxdW0^2KIa*ihQiZ(Rn4RI?DDR6K)1(ZJ6^qQ zb8)9D$*qG1w@jDZvcu&wj%SzG)UCV~@$bs&R=Ur`c?5TRAEM!f*H`Bs?s%}{D~+yy zYB&6S>T=t!giD<=!u6-`&w0nm9t+HG1=_xGPMxaZ)S2{ffAIMnXTj&|qC;amh2imzRM%Vg) z0ip?9gEwHg$I%+OpW8rVqjiW~fDijXTU?avK2d7CHcFYn0?U3K5znx_&(H?#;eOaK=7Os5g}EW}-5jb>+!3le9nUcOfCJ!y%m0NNfL`dkPly&w z;;tC}LFc(G{@od@-{*qaGs6$SLuhnuW`SQpa8~F6t_SHioZ$lC0g|D{g?lS}-3B1Sjypb7VERVN-I! z$=ep){u{mVVGF*n7Oh}^u(Lau0oY+*@Pg8LEE@WS-(T{<7-rcg;M=#E6Sm=hbsWqf zBl+OyG(3w(>?G68nfe#iih*ohiF&8@wm+~aYvyF;_H;48bkfAQ$IQ1egz z!3W^(&vB~{*j_Jqe4Em_6@rFmtIZ`FF`sX{ON*)Zr51qmO=Q-`&(F7&OJ~ct)G)J4 zJ;C}GI@#|%#@CmgKjm_6dQ5}!-_^+ta{T_;_vL}>Z)WaagxAluvE2D0_Scqi=w?QT zJkPoFZM5s_ezgBn?V8dH4PXOy|7d?tc;hvm{a^Q;@me@OUQg=B>rK{pMW6xdh7U*t zx4_oVkK?XyoW@k(9>7~}0Ql4QpN`d)S+Sa;SnbUntEBiC{kVxHcqe+GQ89YcB!+u! z;DSNufX|}~o)fKl+z7~2E?Svi;|YR4ST1e_S-O6Sxvga8Q^s6b@4l`hdI^ZV7@3zMLDXMqNTxAbY4%u^X5i%x>^dh)!}- zs8>tw3bGpV8+{%q!_{06#8Mfoz05=Eg;W0eNKTzNC6fn%=-e}iAJ*WwHI6ZgB@fW%p1wQZ; zkI_@ynB5$JuUmks(HD$HTX>E6U?F_s{$PcbpP(;7W0-|JU;-!jhuwjj`CvhAW(4>| z>0|LChN~Wa4$R;X{Q-N#+i(nX55t$Vmqo{fPhmsyK{@!x^ahj31s@$|y)l_p6rAhD zH6Dk}TEq_A18$INj2S;vFoV`+b)-M=s|dbO4qj4ecuCpuFi8tePMj1>pr*#-X&OfS z-=`j5hFeD-*u9gT`wn7!4gO|p;ocE*S0=(yoCK~go!8DH&L;3SIbz8m>Um%IIPKZT zQLhJ*0|r#4-zZ70pihXP#*Zk>=OQl@;{9!j|J1x@UvY8;v0j&+pnp*`(|N!q(!q@+ zcPuMGufc0-)n=Bd00*!f-xq)Xi;r(J04)WNjpNBXJXc!C`~M-w+@qJd!;PS4e9y#s zMlX7c@6`KW;G(=8x89_N>_DQb!ozO_H`j+*p8mcXnw=q6-70v-tzE~_?cmj$iy6OO zLvlf3uzlu*&T;tkK10KE3;q61mmKhUY7Zmchr6_n=eNz61&IBwg8Q{#+I z?eW9U^MVsjA9&v+JU*EHOO$8!{|2|;O0B=^P=>!9`Zn94HT3=;@cZsu$f1nf{PFe2 z_xp}rsn&x5qWvku{x5SKyBef}56BJB49BVeV1OC919+kok1uh`?Tu4WbDXx&1B6YE z!_PO4y?>mRyolAiN3nY86ARa#T_AJ7{#>y-_%23g{ow*HV-MJqJkTOWDd7XiPTX@N zVBUJ}1C5MEvjQIgPQVgZls2Cx2fzzDOCL~(K49?cNG&=asdFpw31lx=s7fT7iwLcF z7NKGIg|+@aOJ^D0Wd3wvoWfz4AyD(iktxx*k}mSvX?>ndXn9uGubl;E^zE8J_t5YI}9(Oz4QjN1M#?`KBz=r zkRec0lQ{RE2Iw4G!h_5Td*U-}ZiA;l$pBrC^ViNN;Dh`9wV0g)InfhQUFmT(e-+Q= zj~Bk5a>n2@1WvH)ke{;BBaEXixWoMLa0NebWIts?XIRIF9W{m^b3>rlMjw~>&$L?2j&W4Yl#01-kMBb{D8h;Lp`vuruY{ycZ}q` zEd3R%ojSpnI-zF_yrfX@fdFcJAD+KKUqGE*jX3*RGt@axe?guY#yy#PmrcYzbwlgF z@adWlR!2Ta;;b&seS43$vT}wew!$}&nxP(7SMtP+`qUQRzvg4bMVh9BTydXGL}n1je8e6JDwj8T8^nxA#S-_$9$$Oo6$ z75wb29$U~5CXgHMkr&3lRVMJs{145l4mW2ZXM6gD1ht<|k3SxtzA?l){GC-56I2RJ ze+9VStXJ_$I!5dt2GiTbnLiuPzJBBbG`t^c$19}<^F3nzOqO`HwVGAJ2$zpD{|7k# zyyI~D4w~t;%&Ik-&vi4aY$dZQGw+`tYEl|?f1kbV`C81bKlr|(wM^QW-K5RQ#QNJf zrNR3@zduf0r^dQI@72^ZH#iF0my7Ipv5rgBRYWg zTMU{q4NmZH2CcylXuKy@@h@Xl|75JTEXEJGC%7QKpuc~MQ8(g${b97gvzQ0M3Czo$ z@IfEp05A{u9ePz!Q-gwlq?I zDpC_OMe6sk2)(!xp=0wS)TIq`!NL*pqYgO8?f}cGa3%g8t}(xcD~>&))n0{Z%=$1z zvrE`c9nkwnD7u+YZ9NmJ@6$tdjtvg$ON1(`3lC9pfPsFX*&?ukPV5)1%zW?*JOSnd zm*EQ&%i!;3~>_y4jaldhde z$FQesBsBzQ^X)Fw23_$+>JE<3j=Vs>kW73B5cfXh1S{uxNJV@-^S{;ElIVTt6LxaW z|5BPhfaeQPAB+PNSoa0~A$a0rK7Lf0@5^h>|H_$OiXNgGd4L=e$M=0ik1&m&yNMi> zYZ>SNLFR?zrgqdSH_D?Q9tN(t*sNyM@6R$5<5j5r!Sa1-693f_RHI-5yU^(mIPVL- zptt9&zfH{drN*zyJnu7Hp0Z8J2XJ}r<;BN4KfIo=#B~B*K7MHV!1(`n!i*NvjF%=g zKlkI1iXK)8ntJgQC|iS`|JT}1rPW+=YKnP0R*2iX!m-9 z*8M>((17RI3pUXhi$5|LAf5mpXMh9H2fVEWFYsNA{Jdjy>ny(Db7IsLf3OZ{1BWvc zjP{AvSa?B==CCh}nP6-QZ~+ILpjYUEc10<6IC+4*VWGLBR3a`?QyxVsJAPrEIuZZn zBGvo@KA~uZXK!VHAl!gj{iZ3KG-JA|qcJB41bPoUW={6tTLXz3Dm3*#krl{`=$zTm3+>=oFL zW@vh_cHu{Q~F*`c-FEkUdCd6T8Of3FhG`V3`@Hm&^;l zR|r&Qa={f>fb8@JUI*a}GAn4^7ajqg!=K>~{r%HlAlP3`Z~Lp=VSi8JeF}Ucu*2}D^af|) z9IpjCz_TXzC|}(LKWtpfSNYH(hJqP59X`7G8a?X`W``GjWZez71q^Y(Odl;9vj^xSmU(N@2sm_Oz!}H~ z-@(tyQx}Zmnn@r1y12JaW%1UFoZh-ieQ<@`P{<6<7)1^Kmb&^C=lMVI5zcak(=T{a z2Ygz=eGz=VIpl~*Z$=1EY!Q{^0%t>Fv4i=s+FNh&q8d&Pdz`(>LS+E7(MQ zpDMv@lb)b+cIy00Xo53<4gLU2WCr12#!xvgeF|Swnb%$5>k3gnjBZZ7Ka9LG4yPEbG zsTB_&A)b1fb3S9dnz)(eC9$Uy4R1Ri=K0k51=-)#2R+{yy!_5B0OuRSPLH8xnW*=R ziaB3nUQ^DjJ!t$7G4I=W7Jr}hCY6|FQrUjY|MB{JkKS+Q2lPJ7{R64{cOJ#}cYT~p z@P4BP#;FJVpTp(j;BV0DN22{l126y$u(OX*zV(dSpWCPc@$CPF2YBc_`#?4`3xo^c z)ev4#A-qAr0b}q4%X%X@us4SzwF+*)>)#@k zh)(FSEdu-*&!C?i;SpRFBQ*Hma5W7Lm;a7%T^)yiaF1|#XAM^adV&0S2epDD@O@mE z#@1lB;CEsk%~1X$U;=;PAvPdXdCE{5WD3=pSUkk8h3Lj^Fhcl3Gi#9-z6GmvcrgAP z%mr2l!$%L+ReS|&7lJ>S&bc2Hq_ckqp)KNZw;;_Z9;7??3-+QXcyog}!FuL{lLEDK z2;Sp01NAjipoT^g_qW+SMjoiS1n$7^0ou|mKw+f<^znng-lj1x48wQye|QhVA(+72 zpfq!X+h7GvD*Nj_z9SVA{q!A;!KgicDnw0C1*~8ad&-RLrVDMz451W!L*|LCO}^~9 z@m0t_%nrBvswtR3hgo=6(OCT3SZTD8;RrnlF;rgAp zA407F59!z6ytSJ?A%9(VA&?7tkqgdb1Vi{p-ED!ZAN8Lv-#?GQ`_51Y93a+q(C_c2 ze_x2EVHW2)=kZ4B?@;o<$;relv6+h)H4vA1#n({>+$%=kP8?Sx?mKeM|KtNL%n5G+ zp3r#ahh5PKybDJ6905NGZsQMh5LbPe7x1`JBD`kmgn3!1JGgpKM+9@;U#vsVLZ2~& z?`Js+k16uCN=KXY>%Yw6W`W~@+vj2z-)ZXm;nV~%^W$|GEH72@%1C{m&KaNgJ>DGY z)a`J0FZr7F*U$cec(3?3GrW^#Jvz(oou4zlyTg*A^nhOA{3de2)F@qsA2^{vl%55m4?2Zjcv+;bcZ<}J zs^9~kBDD5xgsz-mchL92Us|C*XU{(k&Q1Syj0rEh* z8(@OW3fD~umOpypIn{%e?|YEi(ic=Z18-mjdcuL|3F@LR%oU`eX@N5OGcSNYbco)d zIK9E1X4C|w&>LrjQ^?GqJs3gl1Ne|H3Q)BH@CfJ+wxTnI&Z7c9R+KG^H8 z`>Wv=&Vy6f^S?Rb%MAX?MNJUv4K{G!Pn&P}>Eua29RV*WO??pk8~sC7c9xI}>QNWG zji47G9~`-cH_=Y80=x>FOeO~mK$nO%c?epBKfw)-lM{Ye(7V7rG=dv6q&`SE0S|E- zUIp|EZD&v)3}^lbmYA2THu=DtTriEg;5l`{%3v@-e|$8a(kGnv#(NB&@*1=WOW@PN zr#S;|aDFl$52QZmOuxX4;bSpx{1)**`Gr~KC-OlM_4`wD!eey$ci}7k%?|Z_aQ3;* zuIKFD#K-G6_sI*zIh*HD6HFP*JfbaUKRthC@<1=n^Rd+RKWB}Hm>)I>gM(~`FGP&5 z2frI0i8eYMe{gcaQTRz?E}=Psd(?$ou#4yCz&n}(zqlbiLzgV{EAS37h2SSVAK%qW z>>=4~QqpO&78Q%vxt8(r=?sn!cJJ3J9uK^DX0K>!=ja1)d*a=4&aA9^ z&05VFzj%#V(aiH|FEy+GGJ1V#{Kz51`v9{h67x|FsSRrIb@2Q5e`lA+N0XM@(DnG6 z)E&HUJsO{u==}B(`$f?DoUIBLkQc2_TAYdp#%Uj#zeGI$>N5LFn#|s>esS8;l6+8- z9iaICNtu+zBQyDoPgiht|pTpH?tCI)NI~&nnZ`#whK z8JIxgLFNG?BXpczz(x+3Vh-2X2jTb(;~z*ZP_<#Wd^6!80#D$bFS`T|fDeETrZouD z%e-M~83#w`CY-_Jp?Fk>>RM~^LjF+QX3yZ9XZVL~L`yh6L{l1sXe*qdS3hTkVZqvQ zi(NzP8YoU*aI_J6q8#)DV1(hXf)sWzNZ%I)=?j{|VPJ%@>>!+AW9N_`b-+3H5U#*; z99_|ip6n#UYh+38Ky5Lycf^aG#HZOu22L=a*}?3g)B`O7^b2)Ce1-sd9Lx{i_-pbF zf6d+Guj^y{^%t071eoFX68@S_E~x8ZPeCmEsb6wG;iuVrRjq zugnUZ@QfmT_1iP@!EH2%^a(|&5B4p`tBhXZH~NH471@1D9;lM;qb8|7niu1v20lJ& z^$-u73+y-9;iF;97#q?rd>BG)&>o)*<_c%ZqhBbF*I6EV2M6=TD0XWFFkiewKDdG= z;cs-dJHZ&i5g#&R=n4N|Ip7DJ@fXIMHD?6g{b=}(bu#N?JF~VlCr>cnzh1?xG9}DfPE$nU0~9Lu_omoM8Dt8q)v6<0hc5{!22`D$LaawIQhZ-dBXXh?GJW-^@(He zd7L)j{}Yx2JkVoQr`PQLxsLzOcKZJbXn^qoOsRw)*gHG`V-4WI20RlDvaL0!FnpkF zb39eJ)-h5w%S37m-XSfo(*taefJ+yF-Y`O@f_R9K2hKiahXC_|TJQu~^kT;#GlC88 z!u0za{DjE^erN}x+lA>2+JWoz1r6CRG8Ip;O4CB&)uJb^9I6k@3!Sf-4;~EBQRW0I z`l2Ul&hBBnMdH8-i^QQNW>)YB-oVqA!E%(QJ^&|lM1mDQ2-5r$>>^(lq(0<=eDDWC z;S)b)|G+ym#<^|=%Iip=zJL?d0xw)$Cr~+y1ZrT`Kw04ym!U3r%^cCNme?PK{t&!i zcN2WcnID|A;XQyKneiqw1Mq@{^Zm7dyuZc{@Rzj}-Xs?XhT;sSk!z8n>^mazW%D=$ql#)B-n{K}|5F9DL<$cprQL_e*BB z7)uX8T~LVr;N?y5{afJo=kY%~K#Y?U#w}u=M=#K<4>bTdVNf%)j@0g3b1-v6A6Orb zq1o`CFH&J*{0KEb_rvHK|D+e-O!qqUMlH6(L0-W*KN*eVJo3VN^vTEICQ=_9L4VY8 z7Fs3z3wpM~lgu2aj2Xe`7MWFv`u!qx{EZ7{c^@afx0%&-EB*Rk^!3c^jt<73gX{Jv zvknY|uiwS2DlLfnrg(R8ovB5yU)ij@@Oh2p>G$)RH6joEz8{?P9%9^NQa!YN<3dcj zNbJu$YLayk`GB)O(=ht~F4O_U{{Jd4_s?(A$j@l}jd6Gcp!cKxpL-xqqZY&|mioUh z@!zLPoPH4ht%&~t%mCBj0ac|An6T8S{)3GYT%d*D;r^KnI!+ys;TrqE=mD}!F|eP) zpmMeF2Fhkoedd7^;RIwn6|1qU;0BM2)sVLM1Qm|e%}+5Jm;fK}89Re_#;6Ql0sYYl z)hmN{7<i;=W8qhNe4~HmS@vuMGJ5ruA zkt&LJP=-N~Y6VB&BmKZS{6ktD<3clVWnhFZl;xftu6%yr0bqmE)`n{-eu5S760>Ed zM~Dtn{o7$0v=+V~bApfP2p7H!WxgJ&-na1+*+l$<5nh8g^agAozavDGUWBM3*g(>M78$LMb%x=;drF&x5;H~-TUxyJ|NaT%;GmDxd*GgyNyL3qCf;YkNJ$jl(5Z;&hv zf^?d>;W~WB7A6PE?hTjVG~S~d0@3ORs($}Kt)nh5=LpoY59}t74bWfU1qTiXXcTq9 zGVp>F^1#zV0m}WwUvJ0--qZy*FZt`*aer-J=dW9H;TsO~m$Mx^3*Z~RW{=@Z7qbKA z2^${bR|?0V5A%eYtNm1K8NI_W<_q2NEP-o~r8GF>2eb##zIsD#P>i|4tG)1$*P&IW zHYnW(Z{xdnU0Dp${6z=JXPk@#CoKtrZ2p4nMus z5j*%@B=f*$)cz023HO;39svv704BJUULS1WF<9V!@Blw>{EXGX{D}WOHu%TkaE;Ly zl)Hsz5NG@Ui0eFycsz;to`HUVJdl3?7(jP;$1TYhUEipBKRn0A;XSk%fAMMLfSPYa zP~pYrr2)iMe|qpa4a~Yf3Ev%R`IE%@$q8Wf^zU8A;Lp>;tnQrWP21D6cc#~;m+#XI z4Nn`e{8ngqiTN({^xtcn<*Z339YcS*6Z=s*3-_I0B>=XY9aDB() z@3(-N-w!bVTcb=mfZnHg58g{n6CNt;`r-PV1rOi^Jpaf6AD+i)>v`~i6`c7q;^Yes zxD*{w4|qT`zyWf8G3r{FQMXSRwQ8ABttT24*TSf;`HWinft{cpyuc$3dV1EN6Uz!mda`%88d`!+=mrdMh%b;2=7*{Qy5hgvhiX!xP<^2{ zsPUG0A$;O>oPF_#;Tg8wcqFvxBplg4DyzPO?XE3&{t$w+HH9_=OYT6qqaHLr^wQ6@Q>D zKyR@0BD%vv>?>SP9vBm#l_E#9570wu1CQHZN0a@PG1_0fm@n422wu2^-37C$7pM_> z)&Fm%up*zoK7D6)5Qm5HtN*SF%o(4q_e10Dr$_zZBDO=b2p_pT-sbzs3Ekl$K6>P< z;wP9p9%9b0k=!uWS2yVw3}6RO>*H^d*H=N`!40i&3&;uE9^rQmo_OUHxnUJp;wbzL zx_}=rYi!xrNB=Tch{(y#^lx~bC3n9dV%Kj1z`I1!1$k{M@UCk zG!Z?~2kxyl;VrTe&Eall0Sm$XhT=mo1fL}0zEN-V$MxRmuWo1%$PESYH0Y5D{qiw( zFa~?!#~-IEVD7o2O!zgMmFZWro)XVPsM!l~9m;3c6zcZYeC{K0JmiB(i|OHqbEY5t zWYXbpaCM1m2l4GqPw(}Px}CFrO)`ERv2b|!zJD>_^L}K~tOCM4KzRx&f{%lcjfI@hGW#oGk`;EW==RS>7J#c{1d-43G1{g5{{(t*8 zEv_7=NBPkK{ma?U9I)dXW`WcI!CQ#=@pyr?Gir7PqpsxOq8BiL2Tnp4JezqyeY8Pd zW8eulH)vcj_JpO!DkLse?uX0;(Fpl3ij}noJHuKFV18-od)WHwj}tX?#g`3ZWaS z>l3Nd@C4SNAHF*_Qpq(UH5TpACip^u_o)f?!xx$s!Jaexh2agpN(fia7w8B7##;;> z;i5k92C9U!mjZ9`kT4ZtR?uN#mr#JSl|ybH*C3+{R8YE^KT!bYUS`D&lsX?X7IrWU;|(TRq-BNJvdnPzzIg=L0fX1(MGXxk#;6tW zBbodTy)kt`g#fNA0UAq>a1s3Q<=_BKBoEAiXB1ZgpOSC*k}yxm_rhOA$pib)A=D-h zq>Y1f2d)dbePVn0_cu2&5&0fq7 znIROeh(})$W{$b(6W+n&jiTp&%bX5;VDVPwfGfZVm=&C-4k!gbU^B5_crwu{~)jcwjI5gqzdj*XH9A_=)7_HHFX>*I?gLMYM`vUTgJJ zb|nmCH`x?+B)QPd=3(A;z@$IX-cBQCmnE8Xk1H#)fr~ts^)2-~_a9G8%I-rQA8b-8 ze7zv}sd8M^UU#gjOs=P_NOHc=J?q@{z)9WMLe|nV1@PEfXh||?`ak{Vy4Gv|IrWN39_CVU_G7ypKIa~SlFnV>BRXPgI3TB z96L@;Kn+lHl0jX%urCyTaBOyiN>c~i_KMYy<9G(b4;(ZUZeVxz2H_d<@LP=91;nV) zRd@l+240Q+k0-dk9DHFo0uR_B(t1C8#Lx`292l+MjiNOS55WgugI@oGCx~XiH8M(T zYeZ>5t|-nUb_v`?CxCu1%gjg(03ZCfG5bZcqa~si*m(~<@#Y8xkBiW`))7iChu83z za5ceGD49IaiJimGx`%6b@o)`uhN(IjVeZq^0Mr8SM&mJpp6E!%FilPl)y+GhTDzM% zfO)~hfuSnY0$ve3qS5pQo6r|Nz;kTxnhh!O+#{ z5a|)Fv_N}=A3;O32OZ%Z*Nh5K1~5cF^1;a?0UEsqzQG@S%pQ}ERRi=Z{X(`+)Btb6 z3BV1qfg>*4>911ojw0A;P^mkQnK2G53jZ)24ziJ1f)}_UIHK1UxXH{E>W_hk+=2YS zOko241*hEf3Gk0>q4*fkC!9R)s}yR2mW$CaPw~}ldWALA1*hR0oXA0+z?{(uj#&AD zkNggSAM9ghFb_Q=_+d~FdWd>HYF*Gr2Y`#gcfne3EuW7jpSi)} zVct4Qe_#bCcvIF}>of6j8oXXV_<-l>1&)IiZbZL0@jon}S`B!{-|-Q0(*MWcEpiP% zWcvOuN6;10>rbTz*fAK7^oC%5b?^-<1rAt}=L^4)PeC+DJpTCZwY>2=orFL7)ROp} zHuqAV!$vh>zCM}wTMQ2OY&-q;R$_HOb@*YETJJPz;ck;wa#pY7dV8FBJ#EtWGvtZC zO>*=2Gr42lDQfu>_;zrvue)Yq-wwK+BPN|A))V>s8sdEeGyeOFsTr1{@#AOJ9Bon^ z@ctRh`|{Qzx0ErdN->j~=HoH5zr!v(zEaTo5dS88zk1(6^LsE(26zDfQ2!?k#{aWj z9DFVKL8Yk)GRC2SH=@5s69g7Gf_dOiEZ`(LKy9fBs-h467ax!qJV9O=G@6;f!IcJ8 zq7Ha69G!3*gZ7oiE1cP2?_~A_pcOX35As@vPuMK*L1qJy#pw~~1wMtxDC7os;3~X> z#>VI$ctW!afDxp!OPKjU+G%vdf1w?~Kcp^v!4`Rh4u)YdJ0GA5E$VS^n*k26>Ay+CLDneL%4P@ zD+t`ojPQ?e9fmuUGk3Teq9rJQ15FWnB0IB!tsTP@T0Tsf(G{MJfj@w@u-Dd5_92Dh zqa3QawL*1*U4-%Ii?)V_=sdndJ*Wu=%nFe=oWkAYfz8wedGH;1eFyFUc%gk+uzbM` zoBU3X(3lHOQA6}b#z*)P-wx7Tc*gJ62BEVJ(k}zpTUr~wQPv=Q;lT-*Be*XzOW1@T z!PG$YW0r8fO`w`n7aRmLIQJ3GA^72!*8v)O6VD=WgI5dT9S#b>lQ}@0E6_XS3DBx{ z=#QfOwc;K=CGe1kGF!Yc-Cq?(F;W_Q2-lz+ zSV7I_KC=AdqbcBqC7CH!8tkKD?a(e%;(2<4S>%A?p>U5M;$wpTHun}dN9*Aw{{?qw zDzyPP!O?c`4=a!-GJ9)~0ZiZtGy4l@0GJOPo(nHvGMv4R_?9rof0&L}5VOBr_wW?} z-|q38OR(fF6I>w;H$keBMS z4?P!rnb=uyX){r8H{@LINo;l{{;9{C^yge2Y?6t4Yo6~*pHOZ%u|5Sa-X+xWT&_P& zx-o;go*w@Ed}jFgcI4YZ&LD>rUTe~|H73m>=6}Ba)HL+{BjNf@M&mz$U7jQ80f_%S zaQ#+QChrjUw{nm}GQj!g?7sx}w_7ax{=fhe>HYID1IT?WPQPx5Q^cY;xhH}HcEbO! z6}-TT zxlo;25UK)w$N_aj6@l;2_a7mOilRSw7Q!r#{iN(Ao81pz^4jzUIYKnViQmBUVC6!0 zya>I~%Q^TGlLwsjgO!c`U<;mPW4{HdcNjInl^|W(7o=75&>!^+(yb2#)glx61bTyLa>4GaKI*jtT!49E5SZa@Gzs3|h1HlH_`G8l5ag|6%nK^q#Czj7 zv%&*-aWF?5JBOVqL*Wd-DcYX}%|0{3f0-3J{{a`I4oF%}4KU&@`(EG-(f=>~00tO^ zN6Bq`#jfI2NblcxB0YY6aKWyVFnfHmPA3@&O+kTNBsBdb!%<0`knSTx~1yI_mt8 z_i?g0!1MSSIr+JUNN~QeIA!vUQw6v`w>kIM9s=*@+|Rs%-QVP^r9*g6-I)J3;60XM z58yX^Kds)q98&E0@*h}l5)w$Z9b{NE)0{|JuKEM^1!R>2iww`i3{ z_=**bQlc$V56}?*)DQJyztEpU!2=sb>hFS)_=3Y5j)>5Y%lHa1E9^9u8lWCK$1+B! zd2G1$KM7ZNb`G_l8jeqNxH^;xmjPXI@z5|eycDJZoADi=h`z9Wn1-`^;Ov)BeM||} z(6{gg;0`?hBUCBO3~#ZEXlaD1|ygwy3rjyF`+r8CfIWzNEetNL{EZa1Xf_Kh$jL3 zqK|fV7=shcz89#<=L5Bkn!r4ReTHxj$8`w=qX$EzKd6!hzc3|0Bi{tbm)>B)(g1Bj zi*N;g!S9u*3E&#_|ALQkq`!7k56nN!9Pt3$qlN4_0V^oi(;po?`wj~Ft0(ni^pc(ORr3a`nj+p@Sz*2C6A7w`8p9If`S-y+j zzcm;@Gy4AGJ$`a|-)QW6yvgI(X@GZm&ok^l+`x>FT_zjYO**tGy?QgscGR0{}DX?|w>AUpR*@&;xed6RG);f=lV=hXcu#O#E`>Dyn;qT(d zbMQ7EoZS20B~~BDDVRF_Gk9GrXLj?Sd4zim_a1n625^>lBc|QKd>{1ux9I1e5ZAl6 z@_n|&Y3d#{z8k6giSa9o;r=cF^P|pp4~tXQUUB%2#_5-;@cv7J0Tf^l2r)m1n4e3% zpY;)YzlixF;QnW+_Y3tmDlg~#1~>o%xW0q`ZBH`jfsaAc@1OxXfIrYGJVNOGzZ3UY zD;m^-Szvy6!G+$S54sL77+&B;`u|R2*caR(mYLXpoPcSr7~KO0JWc(7WOIxHnFZXZ z{$HOz2JHi0A%5@xE>Z*RiB^dz(Ml3Cf#T6>i&mg}Xq0yT)C{hJD};8qB|O0n+1V!m zKOn@9-GZ0dE3!FKV@5}6XZuK1sseBDYlKe5vt!%~4*~c>?H5F7U=L;k)g#oK8DWYK zz5n@eW!(@C){NhHb9Rpx30K6YFtvFdrbfHNlx239_A?upQ47Dp{Adc96=pMr>iok{ z)i@BUjI%=F!G)@RdGNuac#fbgiVDJa@KT5_Zw4P66QX%w0_UrTprsGd8F)k!qJ!l{ z{D0ZPuEP1jIx;9&)zBNJQ3otzUa;V6kTw~Z7rqG6MzDcB8-moI_@C7duX6MT9Sa1h z!3VIy81#nB47Q!67Ff&d@XtWCqz*`GAE+lam>Xmclp_&5&=jD4-~$c!ffLdXbf18S zA@TpEMu3KZ4J?IY)Qq`7RpP%l9)|hB1|}@^SNS3SI?{$6=x_@D&Owdv!B3S!{NRQ9 zso*hk0P})jQ<)p|^V3*x!ZKz3Q~@2rqEx&}zy-$NhkHyf5VanEvp>-vbn?~C>UbW4 z4~}9^Fp~3s@hczwIOn6>JAL%qIv-V>2(OSnAWtFi0rBao-EV|*f^#7yb1h(XH3A95g%=moqCS-=cZWZ1` zqp9r$x2F>Qes;W$qp0n#v+raVd(8giaZmP?aMq8{%f}WkmG}3O?`bcE&hgTZg6ux8 z{YtC&o3A_`f9$meb^n_=7=7{16k>vTS@aJB-X{3#)i$bhBRqDAr||>u*`IEN8*S9_ z4PfrusH?Xc)&3wo_bFa;#;Ef6@qB}i+v+AC-!`fxv3cwc8r^F~y}ZoVUj>t=K96Qj zcMXiL0a*Ph{JS3!yW?iy<-zq2KcfMD-b2T--*+G}E`CNsqbip&qDwO3DQDDWyFpFD z4LTJChWE&zQb&2eD-0@1OyBHhP|$A%RbjSQm^pubb^ug_>r=p=9RQDFwUyYe^A~== z)bv~X67zMK{pXL>&JQvA6F;!BaDLjO0qV6iMw@1%0Um@GNPTp{cmk~d6s?|7(V7eo z_}mUO!R!ig_Ka3sSvbMW{Jc%n_4N5k|3qohnkaP}8>QL}qx1`VLw>hLs_%fru)BGoz(pU~Hw>*qMvH$*6AIyF9VUYv7&UY-b5v4Q)&4OfkS-~_=3 z=r$fYzpz- z4i929g@1m;TO=V!gZ$7CfB`Pq8l*8xgVc9MkluDgYgjc%*^9ETC^1l7ywDR~4%7j( z#r#*{dK_r3q6KAd!|U|((kXm>MIf7`Ih+NeL|0q?r?b}_{De<4Eah-C%_LR#y?)bzZ}f3 z+9GzL_w&&oobO9(v-1Qk!7CSh0AFvddjJ=Jvwgr^yvnHS7t`O5tpxVZyl+0U|Ew|W zL4E_L=N#PL|G@#=1h@a1fw~_tjUVFT>YpNGMC0;6C%1bu)EA@Z-N{bJ^ z(#%P(WNZ3LR}x<0|6$YZc$>!8PE)>FX$rlZrp~4`?J8oIvA125m)e!_tX=U@cK!w( z3TWie`@RlUn(5HYy$*f8?NFqj0}hQtZwos$w~15R+c{NxtW%jcIkoYUQycC(nJqZA z$mrBSk5g|mx)fQ&rDN4yx>Uo3SE)7Q(NMkIveOz;YUuj{@bbFk2vMG(y3-MovJa|sY{*tx3+QWLv5!*i#v7ft3xC0 z4sDBZC?Ucj!&8UeoN%c9VTZEp;`hhzvSmMq0^2&&t-3?KvpH19ZP(jqyGFmXE9-5$ zGXHJYjT3gATw~YzDRzzOVpo-_{2vvzt9L%TO8-ccJ1&h~R%x=HNmH*aY49r3lr%C; zD*JBUR|-N>0X=G%(rRGV4KEvv=RF@?I~wd<6mr= z{;yS@IIDbvt-Alvs&dDyy1By&FOh4$Reuh#GSjvyqPkTZ3R<<`qeZuk7G?FfDDs5` z48)=}+bpU-+oE3ME!x)C!vD2}y&x9#{hq1?87z9@NY$XQRJg~f%6KbP-p5i^eOW5L z2B|tVI91b{rK)_+RJ?{#RLzp2qkbv6eF|*xWnG=5 zPkod0s(zBzFQq!?CSrRzv}IV%x#m9+@<7k4d>^GK1@E(wRbVX~4tp;f3W-o!o5{bu}EA#aZyf z_r(K;T7DMi=Zof?l|_vD&B}b69``Oj*tfv93l{+6;{2PmJXTBazO-dbQ{kp|xgXm# z=#yR3>p3)hs6!#^_&P!c%qX=oP2(1UOaG>C~wlF5Mu88})GE z%k5%z;!^ehx$vHMX^Y9FC+}Svn#ry4W!#$5%+0y%mTQPxuV%VsSnXEwQn%Kvaq~Cm zR@iR0++2AMy0zzsTW|j7R;KH2l{)8E`VF^+UURF%1Gmobc=02*RzG&j@zf2E%B}M+ z+<39N<>TenLtnQV`MKrAQt(&&9lT>sKB>=W8KT>f=owbN_PDtsw{8+PuZB z*~{E&xzeqmxo&mu<<^O=Zn#+doVIT5s>^$=;Ff<8x2|XAJ=k2TX(XrklXsrFH24ZR zWrs`Sm$*2OT$ic-7 z+V^nkd_|`QFX(ca2rK!r>G`vsK*o&5? zqvO&vw^N#0wNKOiU(>X&KpOrhXOTYhIfD%|B$-g?U!hnqbxXzE)lAVpX0BJfF|1(9afm zJQnpKXPgPNsQEn$+G~rB@33gkbc<{~EV|dyqKf2;5t%HC_%~H|LQ?hDqg2J7OI4-= zsMG!;M@&rB$lj@VYNhJ*zvPEx@=d z<0Q?@nWWdr_+!7pEAJ%xZ}G^F9G56lFZSfrWIxsqc3{LLpqok1z;g+*ElE&=p?GaI zOVA{CV-3MyBRE5Xjs@eRgYItjO#JcD)~DBDKh8I^9>=1mL37g&E^h9zaOj($qt66a zk2(Cyqb8jMbN{KE`O=vA{P#HZdlIK@$JmoeuRfced2?Cx^J!?~;m3#UpspTDKU@Hx zJn-(L@LZeBPLsvYu4T&|a(O#+Hy39dXZVXzPEA|tRB2+}C&a1UoY{@}8@@xFS0v7x zZFZ^o8JE`Ga;b)avpcI>m&y^Vt=#e*P8<{8K5N~IKJ8YOTW%dD{?ZfNn)ca^|C&cl zN_ym|=FyG99(H?r*c_Bb_XnN#n_IW=RXQ-Ae#Qm;9c{wuHh=1`tw2iggTMx1r1 z=oW`cEOxL%!J!PD9hyx(C|%g0T%YY4VjzG>z(>rl1ySI#?@B%ZgK1e6eY--KJt; zHhDj>De9(8<&W4@bhb@)azXiaHvJ$MJg9DCmdfXUSe40SRgjle`yN;|iMSX*PE#tM=m(OB2_hqrRsW{R0Y*f)u$Y()NCm-#HXm|Yxde- zNYT{IDH^djMI$Gt=o+~osY(iZvlKZ$uWIg&u zO<+jU%X>-Md?rb?_a>?Rv?LYlnWT}ml9a-(oKMsX<*65DK1|e!C-S`SP#G1xLWp zSF$^&XB_@w_-7t7g5MZ);99Ig9cdcYp1+;%4!s!TRI3wCJ@IkkY3x*eYTx%wsGq6B z|DwLGK)kQ!TwmknUXXLT8s{N@_svGQwUTo)Cue9i&Szs7=Xw&CowzUL(WN>bwP^2A zD6zbDh)3QtJX*TaqnT?x+P>VQQd>OQwa24Hhdr9M%cIptJ?yve$oHg2vyOYz|A_pa>y%cIVdJSxl;NWLi3%%dw@xoUcJH!trYyGIMTpUUFV<3#F& zVB+4#&F)&aZl9ti+2>a4&D0vR+#2>f&y)Y!Q6rqm;l}Td-&?dxv2W>d9=a5K&ZVyO zD66KsG>Kj#whO=0<}Q^g;X*6nQss9}t)VWc{Me}*!3qzw>vaunnMEyICQL?LtQI6^!=+{z3g^}0V|dyDZ{uVRi!4FTQNy@*_D^YmZ&0;^bD8D2b-x0 zrX^~9$3!hJk%(7gf+{BCqZ^r^PH*wox}2c;Tj&=?C+PQ<32KYq)^#&`vTjiW9Ev9o z(KGao*E;mL?|z`wr(dXk-mL6Ps0C)2weL6fW|uK*X{ZTZE<8LqIdzvZi(_8@l)B(1 zJ;N6#b2WN~qch`F1g>m&Yq0a8%)e&X_2{}ohyQSDq_0yK>2+%~OEUQQVa-Ozs>rqe_k2(-n zSC)8mYrRKadp&ycKaV;Rqy6uBROkuueBYxVFF5~$Jc^I;uqV_52i~LWPLK9kr~!B` zM;PaHv_}s^J$S6}y;C^56Ui$^&gxW;!b~1@4fkkzghyR?ZLJVq$7|OFcr@vaM{}R@ zJ)e2>{W&qswSZi)iu|&e_Yy|#>ABgXVBX*8$sRrL?@@XmkKR&iRIbg}Rp9+sC9f3o zs3AFEi_MMisavP%H4a>HYZ>*;pWEGVV95dF+?v?jt%NG{Gllq_WN_<#f=f+9=o9D< zdeavLZ*Y-wTv{-OT7dXJU6(qlv}(3`Y*TDYo5IT5^sz9tLS~!ZSvdb=t?~=A zD%TCGQubRlc#%~n23fVOofSU=dWB--g9284&1zLkheg9fi2r96%{^mL>CG19oMlmu z0bmHtEt*l%qEp}oW55j_N2jv?j@W;m3a>jAU*}X!n4YS_-Ba}sxWTXrsoF;k(B@N$ z1{hLw=WYr*s}x<{mZFL?QdDDLiVlGr6swh@lliF=l9Lrg?C;n`Pp~jqS4Jo6PP1fv ztCp-I#gmogLy|hhff>9`Qp4Lx@~|uK`SK)9pPZyiosu-8LXvjV6CBNuq>C1IVn1Sc z)}cgp86_%_eVOsi616{nqLz>YV%!OOjOT8Cp9F>fFF~c3RS+9PNS8+V{R%DLXrARb4_t4o<58PgeF0YSSYs%xP13&+&!6e;<)4z|s z*{kr<8){MqX7Ahc!P9vOR?r&$47`|k(+&6m+I79MQ{JIY_2aC!a5hb)R!#SDX(WHU zQ>kUEQ_~h}M-4oTbAF*)Bk0dxKXog&kv`r*PoCYQIlp?;rmjbox_Oj;Br!eTqff+C zHO_0tBjS=;^ovu&$ zxfe*shb>*}vZSlvcj7p6x}N4t*JNIMp2rivkTnb`eQn;8Rfx)*P|Nr36YKYchvEy zE_IB4p?;w+_!#F_L*oAwI79_%fTRt?`fPfiQEsKQ;P=A$UzYmlQbsqtTbK6nyKH^e zrPsS%TD!s}KYqtY27xVt4R}>?>2m=WdJ3ofZBA7TcWU}wr{d2!HDsStj)hM3r3c9L z8#P%~r_7n1s`nXOhO@u_Wry;C2Y8k`RDOy>hlV@UriDY9D>#&t1+3O;*M~5>qKW;@ zf7^9yrCqHj*|lnb9WI7l(`wsQEt_2>IrsNIPSd;dX_~(~O{+NfCyz-}so&GIQ)$Z9 zC{0VsP#a`O(|DH+UvV28L2!VxHflH<{sP4Q0GkfBvFRvrpPrxiC+_pSv&t9_PWZ;E zU5~8zOjxyJtyMKAT2-fqRpr}Tm8A-?pWCWGzF4%+Y0-;F&ihvu4Zdknrc)L)u@-#D zEP6J~q7O|is!_(G1K(0LIX;#CELHA%sTy)IRZDiHD(_-y|EZ~3F(_4KIQRGFPgT1N zsmep#ZwyS)KaWyW_*9D0Hl|R6rl@h36t!&wZrCVAzvfHPTI&CLV1~sHB+HlBzcVZu zFNtK$YLu*Ig_E`Kmt@_vB*EoQlKK&= z3N8?LFHyg+N2f0FUvzAu+KN0-CQ;8mB`Ap;V8&~Ef|0uaT7oieO;ElW`095_(ATmF zYML=Y&rIyl!+UQDIbhnVc-aQWs|48LZ{&d0HqQSLFoD0#cwCyb0d1~7J;CanV2EyZ zW=EP-@fLhqaDpiEz@ff)?R>*a=K%4~+`KKb@OQoWyEz0t&)?!_u&X};!O=f~r&o0A zV14@B4sJM4;Bd>S?>X!IU%K(uBnEPLG@r9E8?kYrE&cR3Vx04{?=p|F5KrOM=)PXm z;Kba1J8|^MqX1%fWA1d#E0nIaWzywWE?u1pr{gW1u1pov)vsE*M%PN$nC9ua+aO*0 z>l5d7(v?;zT?v(m_2TJzL~iI$URY5+UF~_!%GY%)m980F>+1sw!c<>&4 zfuDUa$)h(3U;qY>dQm5Ad`X{A&5?tgH0U@r%5IN}(RcKtAL%`lo?wheTL(}Vv?fo~ zAYYUQOUTK;3+$phJ;0U#x3ZG|0xyFJY;xf4Y>N{(t-s7oPiIr4?M-NZr5O4c-#_U*C1@|NH;jtC%Bc9}-nbqXACQUklT7PBiy4!aDAY0B{i40vCfIxSC=c{)9Q?=<~e4_vS^b$`Az zRsU>LA?p3vuWict4>N(oHr-lc(}X{43h!;xoGQdT*x!*%HpO$+4`W_X%a=I;{r;}w zR{l1vdbfhu|HG;hovcc(M(>}UvmWekb^>wlZP7`3{bAJlmycT1d5uNJ`4*k0=a24e z(f$S&9jRbZ@oW}7HKxk^CRGJ*r)uu;RAt``<~KK0$A|E7`&8AcNzGp@Raw7K)7w%M z8A8n8Ptn-3DcZInMK9;2sQ1(qW$(}9+9|pP2KeGzvZk7nb@pYlvY$$(XHV9a;mNxF zTe6PrPrz>Mtcgil6wdu|lJZ<+Hzu*afY{ggB#ofqv!Bk>@J@>7K1l`ATd(P$r8RjPFLcavPuT2gp zkf3sQc4vSGjJ$*|*Zz1#E{s=^4tVdEjMr1038N4tn$0rM#zH`aK2AinHrS4|;p* z*`nZg&vv?Xj5>EGc=~+KdP{DP4p9%+=t93uyietvUqRfoy-bW>qt|}o(U5q0{BNA= z8PheCc()R(9c!j5lDJ;jC0)fj@o|4*nrm^-bXDw1PT;wG9nzWEr|Ws2bQSH#Yx<@u zir08Lr)wpzX~ySoHce;mMY=k)Ab0TC!Tn3)bTz7-t{>!yOyrbxzF>spfj+0{>%j!Rkpq0!cvN)`J;Fo}JE1&EsOM4Xvh*GW z`FCaGHSgW{%)9mZwOdc=c^V&es}g7bGiC*y2D#OQvwvz?w|f3UZ}8crM6*k816-- z!Krq%f_9bT%+FBVuBn{)EkCBQqbE)4ywlVa{NHP3n*N%brtCx0bedYfDCfQPyG@Of zY-;I8Z-0lre!oqU8|}s zv1-eBt4=Z_Tv6Yu8(@5YWU^`wai93sqP7>n_YPT@&lCI0xlaP)V@7zUnMGZzS>(!V z(FxA`CTXc~_)|6DWh&lvsVYF+Cvo1loRO;AJyZ3vQL5^cOx4z3Qk8D`Z$>!vCAB?x zU#@*A+P)=4B`1*&x`F+-NYT6M%mebKsE#dJ7wGp_JW7`Lp=9-3l1wg1Rzp$$*QXvR zovZ?%=;^`za=c2?a^?UnFVp{TPST$XmzA#dcfLR$O$_abB#zwR^PKTTsmXsWny$bq=_=7MT?SFl zcT89HUgt^IWx&>AKK69qm1zBWDcYZsKQnH%ZrLa=-@Szdtoajh{V3Rvv%#Xu{9; zW~HC!-p=SzzBkkWoc$+md-RO>H_-owZ189@_5b}D9&PJIf6@?~fIK&*s7Dhs({rS` z(IUAu0c>+Kb$`!eZhqHpU76ul-=S_5r|+Lsl3pOITkGkW@|awD09IP|yh{O_T-y2v zb$@@CygR$Ju$qfKG}K%4`!D^S?2~kA;eMyGuV(f)$*H#Bd`}uXb+Cw2zkK;Q*K@!{ zc4*uk=6}1n==0n5aOfHHzkF33YQmYHOs#)9(5@rb?K*pqx_^~j;}+PNUH%_Q=NupR z+C=f%w%c2qxAv)RJ2h@?+qUhdwrv}!vQ{=&rhLDB`^WFIN;YY_GjrygGxJ2S?=V8% zG!d%*%ca5ZT!P(z;sLmnk{#u8sPvp72)ca-*y{txWU&5gR_yR6d z>k~xS*@s})o-=khOS{%Ap~jD~YikF)+BLK*HQfHq+;(+_*XwArDVv$thTAU>#*aP( zr-$CRY>7>=y=)4h)}JnAQ?fkdg;eAOAKn1?y`A9vVTZu=tF3U7R!tm^#z(CWt7p{* zdi>+W{Q00ojU5*4cxzGI^A@?*SyThvFT*e%!}pJZ=i8BnJP;pD5MfsG=hSzw{7~oC@&e%p1$Za>M+I>6& z-~i78asp>Rk$)NVMpiWaAh0F4vt>o3aQ0jo?Q40 zoL|+Lx!ZgnzG&wYJh4k7)$C4`eh!4!LJzOcXZ+td^z(f7tyPF~FmS)7;NU@UY{Y!4 zWnkugyhaSIqs|v1rrv?;GvxE=A7Z`(F@L|dN4tslN*z6N_VX}*=fTGdzF+K-cQ$o@ zJaN9zqljhTfyo|)jUkrDffc5Blx31fPe*vPZ8Y&e*rPJU|EwV%Rqx|bssB7`O0G!I zlRlw?M;v6Wb^HvLifLtCasW7BLvCt+Mvr320m%~avwws2!2o?cF*;-8-|&KZPG3?E zoN|-=bz}>#FF-S#3+FfjEuce;(oy@fQ2P^Sjln}3t&8NrEb#t=?~xzRM{DUiyb5FR z4S@MA&7;+>9@q%nbQjFu-5sS@@1k`67BRmU9}#tb;|RO~)cpJ9@I;{bWrXYNXNqJl zI#P3XMrz#hNWC5#sWt7ZC{4rww563^&Ep>A1B=!DoHn(=A zbn7TO->Xj%3c(|kVheoU^a#}$9w95MgqJYc6hrxF8Sg1>Me39$0TAN ztpBVh7{8)Ruamiyz)PJEbLz`=ryj0%>eoE_`{8hV@cF$9J2f$jQ+LtxN*mDZ=;@n) z?;C;dEi)X7+smPeZHe`A7rad03 z2BPsdcx1(AYE=}xUgb4bT^|p(-`T2+)cS_Re4ZR=eaWrLO0CcH)S?ELESj^=qJs4K zjTTwt8)Z?>?iS^)MJ^!rN2IVQj@PWtugofa)2yuf&Ft7PtN(bjW(+m!S~s)SH$wBH z=C>r4hlad9{{~bmd zjYgFq4>Wp1|9{Y^Rm+X|KG6o?0FpH)_Td2w=f*QY4)DVVzB96an;ekzj6v6ykOS}v z^b4W>S0@kTGN>;&pawV~{v+c2QaJG(t|5EFRct+bxMr}!t5dkT{>vFWx8VbeFoVa; z+%QihzE)}%zL;Os_)#tR+!F`=*Mgh3#weWIW_x0^o?5vH++2)0Iy%0GJuM#nC_)_5 zrw^b8KcQylAV$NuJYzk2O`C$@_LEcMKTr(T6`jhdj_H1WeGxqr_bH zI$Sk8`dq-Hy5NArcXp1^R1bpR4`7Iu6%-P4W+iD?Y-@X_Xn(hN8|&rm?aK9zMVL~ z>z3;g(2YblL&*_%~9)`GfOwK8?`6QxRGRuRoM}KfD)@>qRJ4Ir@Mk z=sNg(UKm}<_0Xk+p)Ng~1`czf16lzpm0ImSCQqnkrTDmwHvqeFvII&>on&h7&k z{*fIYxLq?>Q`;BY6*|?fy`Ai8ON}o^FW(bCPmgrOe0;lxe6i^WF+T|HE(N$g(-fO_ z_eIO2r_Wv2rl`u?mbNj|ZqvJO#P>U^3WDuB!sTCFXT_&t<(xpPUcu!bgVQ@!7Qasx zt4bua>Z8Y^3TXP#cj@sDQrpq>Yfb?3qwB5dZ_z8T{-Wx{etrwPZY`RP->1xbvyNOa z>lF3=74^RQJhKw~XI3eEKerm1;YRTM!1J}lA2>3uSu@f6%e^w`8Jd5gP3p7!~z{I{(F>_O}dbbd#SeKjmH1A5-J@*R zJR0$UUi>TZ{nn#9pZPi`{k@AAwtIAo+hW{idkxm->qheRwsRh(JPEHyZnzujQQto~ zVmCi)hewsyd9-4cN3Hl-lV%hDWpn@?*A>@F%SI7yw>GQY8Xbrf(=4dcZUpxZvesQa!UFL@CPadN*w@AZre?l-x0s_2Pu zinv33@3N}YQnb8DR`u>~)hJ@#RM@JXaQO8TJl1a1sm^cg5q`mb0k1CiHRm7y` zX-#la;C$--Hxn@*W7JIi!_%&Fp7vqR;M#1|0&qagXru1p6Kn+zsKAx8A=sb*=k0<6 zW|IfHzGh$l1%r%x4NAJ%H!{&#lv z9SheQyhF9v)${2xp5c@DP^fXemc-~7T>a9V9(AhaQ5Uea1#BIcn5s(8Z3T}{rXEjO z4If8M&qGXBAvRYNudnWVH0?dTy@eQ$BrimJ@RPvZ#qwM-uPVp!DnGZ)b9vd*;Z^)3 z+)wJ&A+CPpfc<>m1cyg8!}%Fu#QFFo)70S*gswk^uVHc08()q8La}~{y*O1erWt{(LiG9_lx55`9|H3LL*6$ z0?!|MNtQ5tJSU=bdn;VuENc8c0QDw00`i_xvtmx=X*%mFNStH5Blt~SQkQ^u`m_&pz3KiA6$jW`~mbc-SsH3VGW zG(uym;NQ#*xBnZ@&Sx+^IR6P+-ka6LJe=O9ZZ1u)1h<#jMUHXlG4;OZEBgB@`1Dpg zwSeA!Yh$Mhl)~3XU%%oTe!NfkbFWbEL(%CLI^^yTuLr(gM9jO>qu(U}_xtR+flj~c zGG5*7#5_K|WE1V0)tQTUuUEycU~%w%4)Q=Ooct%7Hr%&qF8rOHKK}Vao4&%`=R~i| z2(JHJh?vi0Q&X^gPoq`MZ(0=%ci)nJKF$`ae$3-`7Wn(P(=wiRmjQ6}SxM2k)O* zZvqp+_xCfY1=s2>_Cs{{P|s&)qa?<5{Bu z+l`t95147HQFRA#23H99prcXc+Zz?XwvpZVM%_+@W@v@~e{N9ahs+Oz8uWatK`+n; zzYaFApU}X(8k}Ko@By<1H|iSXt6@;l^akyX;{44O=!0kjAKA4rFGsX8wt*Lqp!cm# z%u`cisIxWBdGy~Uj~1P#-hDBXP$dCFrioFQ+ic2u2<;WvVt?2#Whx*UK@%QNIuX6GGjM)x1u$K7V22S911O38r^1#SJTs_D;E%}|v zVPi^B`!jmfEH3#7{GakGdgWc}KDGaLD4O0XJOI{oK?Y-aGk&!LL+_I=UrvK)8lBObjB zBON;14s4G zSHig5ihgf`lc9VL6_3ykjsVdt3@#FA&)cspKP5KYa-?FPoK6?E}%}g5Al6qeo z?@u8Uek|fXiAn952Plc|p9TE?J<`a&8l#4BKjJlY|1!Mak-s>g#(MBRy+FE&%m?5P z4)mb@cYp&Bo`GWIjpXEop9cC5`U8AITR#}o`lLZA_VC;`gX(PLJYLT7G0iY&_9TNw zb3S)}azpR>U;|gU8ng(Pp$j{GsA-$e;>&9cW~Q!sE`pLFFZ;v13Tfbl+b6a=d6lXsd7zh9=erW)1H5W5$g8#^z53nXtAYc) z>fghw%^_ZPFneX{=T)h;X0M3t~pQnGg z3pUvL22K%7F#b5b!a+EGa={<&z&stS01imj$D=?yIDm%m58(g&>B0WQf2m0HeKT6+ zYrF~6|Cd|g{^kVQ7FI|N4Bog846?^Bn~9XFL0krQe~ zYag+1NQno4*`~vAeO0bRsTQ88ti*k4wEa24H<>d^HJBHS58lu4IFjAakt#R?%-=Us zhE|bs6^~T;^k4yc{gaP~`AcpcAoh*3+)C1e`AU2|D>J+0h>cL`&k?GGmfvPKew_&s zDjUK)V0j)hquCt|uhmPJio)q<-bU@8K#$+mrJ-$Hx{7cADm{MuB=G%Kr*hn8j%Tw| zu@jv-2d_7_AGII9{w?&o=@EEw>F;NP^Al`vsM83Cu2Js~689_fJM;o?-u!603c%%A zuG--T?b=9B-yFTJV-q`C8NQt?_uJ)21P4bRl?g8{3o| z-ac1qn^MQYoA1SQORXP%--_qfs?uTp3+_|r!%A88Cbv}`;#!r3m_G}L z*X*1{T{fWEEwiZbOpBflvEZvfr>}`e58ZAyHGW|Vi;VR1#Xg%=^ELY1TeEgtGwT`n zegN?vyVk7cbIp1_)~qJr``S&-nqR_<|JbZq`1hK`pxL`jiulUR-*e^wZ6dR8r1uF6-^4D^OY`*-xtikkG_9!YLk-2B^OZpZxi=f z!i@Ux#fY!gsMYX)r||(lIbqbGlYeu-;Vtw6^Z_Tq0o~yP8qg2y904EL#i*~~fHUNP zA6a=mJ&zO9Bg8lA0Q_LSXXpcu4O&fq@ac&`^Gh*B1uFv#p z;w-P$%5%)4==v zZpj=0nn&N?(b@~&m-QOBe;+ZwJX&8z;OA)z=C99;Pcbw;ynS=f_m|`C`F0~p^Wga> zO(*WVM`=A=->f20`bFJuWQErw_8Xj!lw&2ny-{#`VE#)bnXSOX|J;Rk|I)3z$K5)# znRuT}t*7p{!oMHDzZ>d_&=fSi-uU+>;@`_T4SkQAe;(gnk(3dtW_D@kRhNRtTpGEK zIlaLyjcDRhJ9NAa`O)=Lxzy0_q?cko?~Ic<1*e9C^*^_R->>V`xS~$oA@-fr{IHu2 z&JriyC&Ar!acEj~boyM({Kj{vgpE2++-JE3cemB9!{GcFIDBs%yPlMQ)5~PnSTy?C zc=A%7wc$Uvsq<=^c7X8*g75DW_jPK4`SUWbgD21a8~h%Q_I}T**T=#4cyqcipI2;x zRa1IfWowB?ue4Q3a#>ZDI$u2sZO&rRJ9_!_2Q2KDv*^%Ra6L8tNC%6qG_a@`HU3dX z_Q{NNC?hV(S+H?_V_9kVXL>CMVu zRzy6$#%WTqkIe8rGpQe3e#ukRc(l9<_;@3@_AD?doS3gL*u=T=#QPwV%24++Q1hL{ zenNWvJo%~jIZT|lYEr%wCap{cKR~TtVWpH9={oC;XCp~1; z-s47PBNzBKGE=+~U*KFk!V8URJ;SJw;YQT}2efQtRL1H?4Ivlgsl+T{8KZ6`Ginlk zfqB0&tGMU9Dt;P_e$cC_r>NJriG7}Hb(5OS{r-==`tsDPj@<9f{d+IS3D3N$7UtF6 z&tCO->(w`|nQy#!9Ejul{EQo3o#nlrpCrcjd%=!y0Asz(;Cq#B6yHCPeu12@sFhcq z#^8jCi9Fv)Rxk11a~YVypZ(U0N$$z6$;@_3F%ZzdA!!#w)Z1}^~d zpS(DIKx&Udf8kF?t9;ik`bZOUK#geaF9{EjI9k2Y_s3k1(zRnz`hvzc1FkQBmnglifX62*{GS6)L0ZI=uDC7<8~`29{%O$+?u!8&7Ly6d)?jYU(u}>#C|&Jem3TI zmR}+VEJ43#PQ$?*Z^B{`TJ{59?k8sYuQ8jqnLZzGZ*fnTmQ@Aw=XGgfA~=1QQ$^77 z_MiUC>Hjm7TYCJ274hulb!r`cy&c~j%8M`m8QOhfdVDLo{R;f}r}N_3NzQZl@b9A6 zPe8BVu+grh%;0?Og%_``T~)yN&r`zj`Kje$_;Ajn#pB0YJP!VD02rVrTz&`mJ$Srd z@OT@E`4m>Gem_QkKV{X8^;RvW&Tl2&|LJ6vwT)GW@a0^~hF>RF|r7G_Prc7X-1p9D($5TB>EH;`zzM8z!agH=TF?c+0F&SXv!MyJ4`nuBk5L(Rq7kk$ zDiVJH<|$?BhEHg)QN6ey-i5qS56z&aQJE_;S5yU0QCVh)@DN-kN8|@9WFtR3&tcS# zBu1q|JD8i(pyTDkRdX|aF?`!S;%~`O;_n@?83SjR-lr)ke7gACt6Sf^N|4m2OsRZY zoye!XnS7l8>tkoEPqotcbThF}V|cw6uWe80Q-uV4Z(5(0^ZY@sx!>szyu^D1eSz7l z!7i`%+ranah5m=V3g6^a>^iR=EcGfm`6uN#FMdg{vV%7of(>fcA~#gGTfzx$q7Rtg3N4}vujlt@NUFc_Up0zYhXW{u{#O`X zvnHDV?4f7@tztBf_#cyrnIz(W@FzSz_nB`x&TP|6dVv1XDnrk|qdGl7c4mL@_gur* z*X1xe-%9%Z@#y)~{ua#jF3yeShnGJSvs5#goo>ziPH*OTLz{#D>GyA-@jdzN*2foM z`_pc%Aoh>{M=ogZ)UJtG^*%NfpFaKlf>G4^woa9*;#62FE@tuOcpSQgZ^ulZ z@7V6p)G^HEwgUSXcPK3yURE@`9q@XM;Pt|{am|L~>tR$rfEen_t}=UA{K2m9{7p?k?mfGj|p+Jl>qV zXmu~n5YM~Jvdm;QhuU6;+J3JY^Epl6@~Yv{Er@=f7q1Sz{7&NiH1Tc&*H0$qt$6h! znbTVcf486dzIYWleHxq|9A5PhaC~=W`M92d?>Ba07YJUSJB{%0)HW%!4E4V#^L@m8 znXGVpKaI-DRXu@8_tE;75&H{y+%1Ya|B*ia19kd6x*zv@kPqS$|6O^`f61u4XV@ij z&!|I>i1%CI``grhctOWic)u&)`?KhQV1zeojp{s^n4U@Pr$^X3!l<|4g3x|O73)rK z!0j;}U!-?i0H2VTv;?p4Gkc!C4y0~@?r zzu2pc^cOisz!P@!>QQTY5_$t$N$@}(ueN6LYJ5EU1N4JDFX8y%E!?~4`{4rqV1O`s zfTwU8Q;Na|QvV;t^C%Je-!r_5`EKK5An#R#_nX%{MjDM2<~q?2z?)&Z$)u-B&3Ye4>z^`Iy*er z3p9Efv$|a(^@-SjSO{-l;z-V^X66E(Kletr22OM!$*(55MDn=JZ5&;+I_;JeVZ%_EV0OmMt8NN zMM=@<@>R2_eqr=_>ip&e^!3#G6=7y2dH{EK@-MF63U7C79K3vAYJDrbcwqV8g{k$# z{IA^j^pnH!5$~O%O}a;Y@A80Jeci;FJ|+csnY4SmNe5<_lxQN}JTQHQp7iT@c4jxG zXKz5<6XPq(lM^bF3rfHNqUBdENUu+=x8|bW!|N|f1y_*Fq!JExeYlz7wd39WX4HTm zX#E~yk3RoD;yr{|_fh}5(gUo0Y1D7x|1J1`^kck$#Qpk*><4+m_wzNQcz!d_eIXAx zo}m$t6H=Xm``e9gXthxV=?&VG4~lLA8!R06N_$Q!5X`E-Wdk+eAP4Q`nJgMI@{kou!n+wOW*iCl1q{$t=auTCwaUmy>JkOz|Y z@@g1(pk)oOMwA1u&<|`$1UC>34*)ON?lv6ZetiFE0!6?8UNFEPPvDv-_@ zI22%iS0pt*@gIJ#60`Vldljt2{!P2a6Zh4@`8S8!Wx%87Y=DO^ACKYna(_g#zhP6m zgY4SClQ*ME-&5}e7H}oI(!9;PrZM)*s5^)dJFabb9rJuzg5N4 z!|hS;8@er8aF_lb-~F?37R~LzynQ{3j#tKWPo1xpm*-NW)BS?8`)Jm-XXtap{QOPu z^DE8jG@sf(0G^H>{xP-QT9)UC^={v&%hdSAzu@VJ`+IM=?t{(I>GEtLR#&r^V-fuP z6qBY7F{ux=eRD(jJg|H{uzYMuVw>wzc4qbI-@heih9CZ}T}m$Ed?-BrS?YRuYWyJl z`-7v2buTp=UT>v|Uj7rD9r3$~9Pq(xR2y)9SL%I3Vz>&m{}a7`DqipQClBy^7M|Nh z9(X`**o+RakguOeu4v2SdVKBMS4Qd!)xdRqu~UbqE$L~kPl{hG_NPx zfIO;In3OejX#Ze^z5U-OnZozMs{1^ym(^b9BV&H3>6 z1(?O5-#-ZM?|`oVlzx9tdzVI);(lUwbTN;+=pwWBX!*IB!=Km9sW_FL%7b6m9boq6 zDgOIY4y|5*mOliqUI=r!^&D!K)1kUQ(d^&g**R+0YdHPQGvV~w;M1>c*KguJRSLT< z68E2P6XVD5;>^T{&#tZU@c7r@@jE23!DqwIzhRy>l>UAhIDRI4-hcG=t*QAn$pdJ1 zJMi6ije@%iL$`Zs(e-NSPcY*D*wly;|hEESnzaWiSeN*At379m5`u<0s8}}0a?KZPFr{Uy?`Id93 z(`fT;dZ5d1l{`xA*v+eM=mUoz?^&p#s;|K+v4JT~+EoohTkY1HHs z)NY>JNnDqIOPqrHCqCzU$q6RnbOb+dAg>MPXWM!GB+otJx!K&-;$oCCS6{Y5b~} z+OJ#j{2Kk6Jo1Yi;`OP3!>8)xh1zF*N)igT06WYDCnVm&YpaRckf~0{Fxg7wHe^3+}H#XPD&Gh5=q}Y7SN?>($|Zyea@6;E2F4 zXk_LHK5+F}umC=#8sq5u+tL%1!V8QB@C^Phg*iq$!2mhY|NrbCT7~ZaXLnfcO6(NM zNq-QC*7?uOIN!k6yA`aD&wq8NXcelB=PwVsAoD#tKj8H{3I<>YnggHDBjSHMJ3I_g z>^6NFsVoN~WuJ;YNpOzgvznQ6Z*c5ilraT*MS_;lz)`lJ*oIm*=o2LE1fA`+1{15To z68oVG*vHw2+ZI;ct6^20f5->KeWO^5?tiqXJp6sZi+FM1@^VZ=ucxmcU;po34Ffe^ zPWtu_cfQl3J)W<}ZGpYu`y)m@JVidBS077l zzIBFv{*qCzc%KpHjH(7EpUwCE+5yhzJ=R?KTdU{X|BL%mkx%}_aSM8d5=MSLx3Sdm zE%X$L=pkkVc^~elj9_ONIOACiT;gxyohvjB+64J(H(zs#c+Xgzzd=2`$2HI`!8SH{ zjFT-)+Dgv59nJ4Kg4}}^Sd19DH5yEx$&cU9uZQ!9^^JZx_WPMJ_bcO4zjDs-%fHai z?ijz~&-Al9jmN|MY8~QN$xeQ~AxDTDv9E+*3-kHGq<$43FN{g$*Ee!X1B*|qKG9!1 zqaV2FW3Mqiz^HiHzEAI;9q#`;+Fw$1zlDXs{>j*F z_=&xJm+|)QU{5fd{~kPkAi-X7aHS@YBA~g}*f4bY>o_|a3NM(%|$?S$(<>~o{ ztisn%?6+&fd{0@oPT=iX0pIuPafD3xc_Wz9e@)N-C2NG5_^9vUF7-dfZr=?qeVgXe zp%9lY)kf<}0rzKSZ}TnuJnPxDLF}ig$^M-jPCbu{&*zIn`|<6rI6#k&S3hq*hjz1T z?*$y+n$!+eGTAlegPn8#@af~#jT(lA-`=kN#D4Nb?B2njyY?QlHz#cPu5Bs^*7wyw z&o5|$Yp`j74IUqFUKl)nd3yUd!VY(9nFd=gyVXnOPi;M|5Yhr@IK5I0vRg7fDQ z_Y;WEad7NBziT=*e}Pfc>Ajb&HEQV^zL%UZlU_Z9_kFRN9(*xBXBmC}BKW=y8mjNiR>VfBeRK(2v~7 zV$uWZyqA2oBeO|s3NwquzkdmR&AM(Ty&h_k<}iCWlKms#pNsS~AGh+e@CIa<0|$SV z`rFN~JqP@{@{)T0)z5k8e%Y;lrF-L7u3LWnd(E#>++IBcJ~-~zuw8z67x@)7*RL+) z$s6Q^$ez5`%CEfOhEL#y{?+~JRNAk08U0!cHu#qwVzkT0OalDiU3kFbJ`G<84=@tm zkUX##uJL9Q`iinXrGPI?0zYVTdu4cyM)1(9k4NAHS5o^YdNm1e!ndwo#cPNMfgJXh zUSKX>CI2Un-d?5u-_5+jX!ZmU|HbMv2UrZABY{WJ?igKu&JMCe_>yk}zMu5;{`Z;hn}*kS%};jryd>V?{YNd2(({lgU9Ji5pFK(k zJ$U!;M=E4HS|6O>T;l%~xPJw8-x%XoTD*PNnCIDrzh@+~JVP71RVSNUuh95=y^m1Z zs}U;73{T~*aDP=J*v;(HF}S|RmzdLE?$UB%zZE{-YH0g+nb9raWLEE*Q^%?MgT^~` znO^_UAD$16f3t&Kn~xlLWbp9e<;gtAp&I!0&*gJySt9mz2iT#*JYEuf`lnW~Ux(dV zYnZ=%g{BujK685SZF+nP&3>&-iH6zquqD0zA8s$3O(TIL(Bt>xeq)R3pxZf8TJ)HD{|PQ{(knbT_;D_+ zHEYRKd^!El?Ha+||7%uu;(l&?e78Pg`4fEH9eDQR)UUm8@7vJUsqgEk@8!7~_Mz^# zMXRp^UzZO(j^6zob?{d_lj;!jW@_dDYPMdnj=qAXhY;1}2AlYe=p*N{;Ehg881E@c&>1*L8S0ut3d+Mm2p;%zs7;Al_er z0X%NrkNbIud-G3p!bI#A;Q9@IX_L#OY?Vwp3NQJ&f=NZ-Ebf(M_b7Sq-30K@Ot8-a zun+uZ;)^ErKgetXd2#{yF+RDa@@Mu3purtY=GX2$el>Ual`l^~kBSC3motFg6;P2P z0eZZE&j0Z1_%FXI`TW}Q*{>>3{rY^>uWXn3-fe!J*zMQAEq-lZOK&j6ueqcA3K{HI z@_v5xYUJ0Wvh)r4$s0Mi<>wjc4a&ZS`-58?x4@?xIdk@xO&UFctm3Gk&1j z_()&kI`>(Ut!vpUZ zlAQTyc>jU-IY(e~lzO81y=aN&KR825oL{R_%vJ~S^t@q* z`YE^8GQ*phd7ek`{bFwa0J#5=l^LG95i)FzkZo{;vQYc)KK^8nb z(fIESR<(OzRlluVL#-Ou&Z=|8ta!NL_I@y56Jb&7C-C*>E!u!~w|2HgZF+<8(e1Xt z;g5vNd*^_kf5VPEyg6;JFk1tcH*<=v11QWj!;Nf$oH%}r{`=YLT_IC(Jr9$@ z&?m1qs?b9EUt)Fi5Tg?I!beX$zi9^MuSRaD%|5;|M)gcQ=ffLz!lfUJBc!AW+ zDy3l#DI@h53|}YOFH^aI_Vo(jBMWHalz^5`2G;Lsy?J(+_OT@6#7>K#`wb`RE54!wbgXNy-K%cy|iE zq`_WxqTvZD>Qzs8fYv^C5In^Xw3qoqIKby!m=|uwUZ4Wp{s!aY|M_`|S>~GkWt^=D?z&(Dtj zN9cR-{R!r?tFuFdLecq+37O@)&)n`_cJEEc&(qbV_cdKQkPVLy{eG{f?BzMZJ}zQE zaVw{emB7c(zP<5A@cvbY7VL1y3Fg0mk1wpMLzOeq_oMCAe8CLf3AFolc5NDmcZb;j zQIgnC!rUGnp2H7p8oAS^CxdJ%)reVJcIXYu3fCXWTphlhSI5!mS6Ed9te>VayR-6I zH8#FgMtnLipILMfoIiIiUi^s`jSaD=ZgsT0oEF^%po+jY#@EHP^TB=9?NII0!+xgN1sgIKMMrdF8y z#QCj^_+%219|GuNG3?a9Hy7|4mvQmu{_)o(VO}pabvY|PvmoBQvebW( zKPti%7Ulg)!yj-zH_xrxeXI!)5-qV1+}~$w$3?YPQp_9hCxFFfpLS2LkGK zG$6x;fW$R&dq8_u2K0PYfOFCUsy02KyhF$dO#;eNKA?5rgLIk64=MPX1OZ)f`&G*V z7x*5&;GSP`PSP8I3+gO~N1#_oJH)S4-Tj(T%dZy&{Td&IH{g{|habTKpcy>cjW)R4 zr@>?J7j)z`a=^VAC~t4#5Gx`ojNJ#ZyEN&?Tu?d+-F6 zK8_B6Cop0N`+?dq2V9c-iI{D&u)pjcdq}ra`_cchp#K+a#4b|me;9j?j^l@R(f`-q zfe&z8G&7%gfc{~xIXllYJ&#ge{C@N1M`=U5D0M2uZr{Z0@ca;|O;_06h2CFza-`O^ zWRGW2=K6lPb?lK_{(WwZWj}X{k?iV6>q}SMtvt-}rZ$21uW*LX$_SP36T#UD5z3ez zzmE-W|0HK~u$yNQ^Lt~e;q%Mj($61G&aHFm?JnkZ*~4XGACHCDf1T8+pZIyI;o&{C z2A}>EJUkuPtKEQo+IV;kF1!9^m+rpJcG;%c^}Q#%^Q*FBzbI#G#KGhD5>5Y%O&wQr zI~b0yD*Qg4y^9HKs)DAs><)Xg@#ubG{%#w7yn+$JaV2_-a{N4g{^5$mIB~a^{4;0}xd9Ata|e1o_@pyf;O1q1-$zEh2MetH zh#%MuHwgZJ9}7m{-|i;o6)M79VL5h;!0r9l6|Qd}*EIA?diP+eF?tJ(zrX$fvc`@S_U@>UkxgJmCS2^#yb-aZrzg0X;Ma zIFmP^!*A#TUIditPC&-P0p(j8kY_|dUAqVLq(wlJzy{w-2UN9qK=<wg@_}B}YsP$1ac=1WtOoSIYv}#xfd4QP zFs&Oq2CL%-LIe2XXV32|^#0?_`qTeE8yTaF=zm}7|5M@r+0MQ*$6d|}+Kv7jM5B_V8UBirz1FbYy1-AGJT@XZC4_Iy8F}JN9}J|Lo+5!N+?w znL{Z)q2(Wf??cxg#2(!$HSIc))2<5%ndP&<<6p7q1{~j8{CnHr_@<>}cIOvyZzt9t zS@n1?bGFRdPiV{ReL1UkrnYJYJ-!ESugF2p%UNep1iaoy;(iF6-T-{~b{pK?BlLK@ zc@6R6+LqDpj{)x!^ULA#2T}9Cz~lRW!Bac%-(1IIvzE{0Tr|1i@YZ12TYSdv@>y?_ zogP0KzC7w+3WHJSsgKd8;N3Rifm;S zBItG8-&Ga8us(cVe`0(g{l*q%e)s>~0haF;|3+fJ+dF=D@c%<%e^wkc%M>OJ1p6mI z#|tGF9;Eh{Zo_V2V*kNZ^1yPFhHv8U1m+*`jOTvPE73=-%Ez8^{Ez+dM>Ow%N1`*F zN+$LitY=<cfG!-+8G3~`b;%)>1G<CC~Frz8bC$xh< zbdm>_E%vJq8p6D4e%$~EY={J6X0gZfm2Pb$v9e#p% zKJ|bLIC3Aa@*c0UF2^f098A#0ix&%#%&;?Q1t#D?3@9%{N!1rGP&u`gO(F%UW+jEt@ zet7*u@%!wk8m0F5eagAm){O~id_uU!GO{XM(wiZd0g zkDsS>DQZ8xe!^&*(y)Ky3w1vc9zF*<^^R9(7B?gF_;~kB&(Z6TS~YvVRhRJVE=9-B z%O0(J4m>;8nXzZq_UtS;K4xuC;nh1+!J?a)==r1AmGhYy8|wWC;y%GNv;G}`SC^Q7 zUB#@Q*_pFT$^I-4dvL&~8Sk!pz8{O;O`RV>eZN;54_r>X^^!rxg+>}Qo}HV)shrn0 zpS|1bzy@oGb8^M#0|w5&pl2YL6n}5f%P`LC`A9ARQ{*Hk?D=ibu?&Cl!Kd8t0x97l z3c)SVGuZjve-EPu&w?l1fM$3A-tPoh;Xd497&+n-xP^azgKzK*sn{cul|HB-dIojB z7JdH(IR2vJ(e*blTeJl(w&R48Jfx}UUbhQ!zF$xc>IId*d{EVM z2Q?}|5Y0NE(H{cJaW9d%EXKZYKl{Cz{h5A*-F_?a|MzCsPq}D?CWuyoH_Z9p;;h59@P6#@ zUfmEKkodQ=$M4Y-cJ}XJU;ill{^R`Z%u;2I_vU@o0K2;q{6A7&QGN%;#o4 z%bxtb?9j!}lLLN#=D#*&N6!ysMkm<|YX4@=#K5<=su{h15xl$!tons_C)06i{RViv zQDFOq?9VIBS(Hfl-^A(>SHUG^4&c0ZTFQ-4dGisaFo6lhjwE7eA%qskzK9!iS z$mcXV6l_ng+I|52Xj4AdrI?k=z#c8?-8B07g!I7AuP_&X2wrXtn)m`{W5yHj^v}1d z;ibt(ub&pIACDSJtRMPn&|B(y31Tsf9a-au^P=p=SbKy$*}Dx&L(G0%!VcZ(#Owrv z3J}w&`xum{qd^^7us?%qVFS+TtYlD3Xn_ zoA2K=gL!&#$eNwx4Y0vBazQ(Kg`5wW!v`DWC--az7wn_o*peJ?&mW#42Rpv_-EY-m z2T)Jqd=gq8|Gw|L$aUm^isU)}TXMyF=6UFKdj10QQ2R%~d32`lkKYPCvm1C|Fgz%A zKhs|J3|utn@I7=AIMdPmo&U@_q~ULW6kfF*dTQG(oLjrc!>bZY zm@gj0EO8g+3#+ql053p1{D8~h0IZ?xCtSi6!rlO8f#MVa|0iS~=qr28&anevC3%4P zpQFV8(>&bA``7#t`#v_J`%T94*MZr8djBHy{uOR>MhAQS_AX(*m->IbQj|t~gY$ob zpZ^$pec0)7qc!|Lv%QB?fdAqBE?#tN277!?_F;DqoZm%u_*l^U%<%n5jzp;S)Ce7G z6~Q@boWa65Y$H!|w$?_ME{=DpbPLYlEW#Xb0`_%+`|}X{N0&Rbdze$J8aS05u0Pbw z?9NHf)|$ten?vaLnc<0LAJ=7vommRb(1GKhK;1uqpYI(!-@b47c-|22#QxJM?9v== z)1hWI70m$0ho+w%tiS0H=V7hkER23u%|O%JRe(KuQ5KB>>%V6XZ^KlJMt1=NQ17p% zvFM!NthEL-`fGS_`HZ>eaaJZ8Uh_K4

NACK3BI;GE(;#ZwC>wO~71{Zf276PSx3 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

tAQRGZX>O^6M^MjTFU$_SiVZ*N(Zes48>M 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

Hy95vw4^&?$udEB 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 diff --git a/caffe-crfrnn/matlab/caffe/matcaffe.cpp b/caffe-crfrnn/matlab/caffe/matcaffe.cpp deleted file mode 100644 index 3de0f02e..00000000 --- a/caffe-crfrnn/matlab/caffe/matcaffe.cpp +++ /dev/null @@ -1,420 +0,0 @@ -// -// matcaffe.cpp provides a wrapper of the caffe::Net class as well as some -// caffe::Caffe functions so that one could easily call it from matlab. -// Note that for matlab, we will simply use float as the data type. - -#include -#include -#include - -#include "mex.h" - -#include "caffe/caffe.hpp" - -#define MEX_ARGS int nlhs, mxArray **plhs, int nrhs, const mxArray **prhs - -// Log and throw a Mex error -inline void mex_error(const std::string &msg) { - LOG(ERROR) << msg; - mexErrMsgTxt(msg.c_str()); -} - -using namespace caffe; // NOLINT(build/namespaces) - -// The pointer to the internal caffe::Net instance -static shared_ptr > net_; -static int init_key = -2; - -// Five things to be aware of: -// caffe uses row-major order -// matlab uses column-major order -// caffe uses BGR color channel order -// matlab uses RGB color channel order -// images need to have the data mean subtracted -// -// Data coming in from matlab needs to be in the order -// [width, height, channels, images] -// where width is the fastest dimension. -// Here is the rough matlab for putting image data into the correct -// format: -// % convert from uint8 to single -// im = single(im); -// % reshape to a fixed size (e.g., 227x227) -// im = imresize(im, [IMAGE_DIM IMAGE_DIM], 'bilinear'); -// % permute from RGB to BGR and subtract the data mean (already in BGR) -// im = im(:,:,[3 2 1]) - data_mean; -// % flip width and height to make width the fastest dimension -// im = permute(im, [2 1 3]); -// -// If you have multiple images, cat them with cat(4, ...) -// -// The actual forward function. It takes in a cell array of 4-D arrays as -// input and outputs a cell array. - -static mxArray* do_forward(const mxArray* const bottom) { - vector*>& input_blobs = net_->input_blobs(); - if (static_cast(mxGetDimensions(bottom)[0]) != - input_blobs.size()) { - mex_error("Invalid input size"); - } - for (unsigned int i = 0; i < input_blobs.size(); ++i) { - const mxArray* const elem = mxGetCell(bottom, i); - if (!mxIsSingle(elem)) { - mex_error("MatCaffe require single-precision float point data"); - } - if (mxGetNumberOfElements(elem) != input_blobs[i]->count()) { - std::string error_msg; - error_msg += "MatCaffe input size does not match the input size "; - error_msg += "of the network"; - mex_error(error_msg); - } - - const float* const data_ptr = - reinterpret_cast(mxGetPr(elem)); - switch (Caffe::mode()) { - case Caffe::CPU: - caffe_copy(input_blobs[i]->count(), data_ptr, - input_blobs[i]->mutable_cpu_data()); - break; - case Caffe::GPU: - caffe_copy(input_blobs[i]->count(), data_ptr, - input_blobs[i]->mutable_gpu_data()); - break; - default: - mex_error("Unknown Caffe mode"); - } // switch (Caffe::mode()) - } - const vector*>& output_blobs = net_->ForwardPrefilled(); - mxArray* mx_out = mxCreateCellMatrix(output_blobs.size(), 1); - for (unsigned int i = 0; i < output_blobs.size(); ++i) { - // internally data is stored as (width, height, channels, num) - // where width is the fastest dimension - mwSize dims[4] = {output_blobs[i]->width(), output_blobs[i]->height(), - output_blobs[i]->channels(), output_blobs[i]->num()}; - mxArray* mx_blob = mxCreateNumericArray(4, dims, mxSINGLE_CLASS, mxREAL); - mxSetCell(mx_out, i, mx_blob); - float* data_ptr = reinterpret_cast(mxGetPr(mx_blob)); - switch (Caffe::mode()) { - case Caffe::CPU: - caffe_copy(output_blobs[i]->count(), output_blobs[i]->cpu_data(), - data_ptr); - break; - case Caffe::GPU: - caffe_copy(output_blobs[i]->count(), output_blobs[i]->gpu_data(), - data_ptr); - break; - default: - mex_error("Unknown Caffe mode"); - } // switch (Caffe::mode()) - } - - return mx_out; -} - -static mxArray* do_backward(const mxArray* const top_diff) { - vector*>& output_blobs = net_->output_blobs(); - vector*>& input_blobs = net_->input_blobs(); - if (static_cast(mxGetDimensions(top_diff)[0]) != - output_blobs.size()) { - mex_error("Invalid input size"); - } - // First, copy the output diff - for (unsigned int i = 0; i < output_blobs.size(); ++i) { - const mxArray* const elem = mxGetCell(top_diff, i); - const float* const data_ptr = - reinterpret_cast(mxGetPr(elem)); - switch (Caffe::mode()) { - case Caffe::CPU: - caffe_copy(output_blobs[i]->count(), data_ptr, - output_blobs[i]->mutable_cpu_diff()); - break; - case Caffe::GPU: - caffe_copy(output_blobs[i]->count(), data_ptr, - output_blobs[i]->mutable_gpu_diff()); - break; - default: - mex_error("Unknown Caffe mode"); - } // switch (Caffe::mode()) - } - // LOG(INFO) << "Start"; - net_->Backward(); - // LOG(INFO) << "End"; - mxArray* mx_out = mxCreateCellMatrix(input_blobs.size(), 1); - for (unsigned int i = 0; i < input_blobs.size(); ++i) { - // internally data is stored as (width, height, channels, num) - // where width is the fastest dimension - mwSize dims[4] = {input_blobs[i]->width(), input_blobs[i]->height(), - input_blobs[i]->channels(), input_blobs[i]->num()}; - mxArray* mx_blob = mxCreateNumericArray(4, dims, mxSINGLE_CLASS, mxREAL); - mxSetCell(mx_out, i, mx_blob); - float* data_ptr = reinterpret_cast(mxGetPr(mx_blob)); - switch (Caffe::mode()) { - case Caffe::CPU: - caffe_copy(input_blobs[i]->count(), input_blobs[i]->cpu_diff(), data_ptr); - break; - case Caffe::GPU: - caffe_copy(input_blobs[i]->count(), input_blobs[i]->gpu_diff(), data_ptr); - break; - default: - mex_error("Unknown Caffe mode"); - } // switch (Caffe::mode()) - } - - return mx_out; -} - -static mxArray* do_get_weights() { - const vector > >& layers = net_->layers(); - const vector& layer_names = net_->layer_names(); - - // Step 1: count the number of layers with weights - int num_layers = 0; - { - string prev_layer_name = ""; - for (unsigned int i = 0; i < layers.size(); ++i) { - vector > >& layer_blobs = layers[i]->blobs(); - if (layer_blobs.size() == 0) { - continue; - } - if (layer_names[i] != prev_layer_name) { - prev_layer_name = layer_names[i]; - num_layers++; - } - } - } - - // Step 2: prepare output array of structures - mxArray* mx_layers; - { - const mwSize dims[2] = {num_layers, 1}; - const char* fnames[2] = {"weights", "layer_names"}; - mx_layers = mxCreateStructArray(2, dims, 2, fnames); - } - - // Step 3: copy weights into output - { - string prev_layer_name = ""; - int mx_layer_index = 0; - for (unsigned int i = 0; i < layers.size(); ++i) { - vector > >& layer_blobs = layers[i]->blobs(); - if (layer_blobs.size() == 0) { - continue; - } - - mxArray* mx_layer_cells = NULL; - if (layer_names[i] != prev_layer_name) { - prev_layer_name = layer_names[i]; - const mwSize dims[2] = {static_cast(layer_blobs.size()), 1}; - mx_layer_cells = mxCreateCellArray(2, dims); - mxSetField(mx_layers, mx_layer_index, "weights", mx_layer_cells); - mxSetField(mx_layers, mx_layer_index, "layer_names", - mxCreateString(layer_names[i].c_str())); - mx_layer_index++; - } - - for (unsigned int j = 0; j < layer_blobs.size(); ++j) { - // internally data is stored as (width, height, channels, num) - // where width is the fastest dimension - mwSize dims[4] = {layer_blobs[j]->width(), layer_blobs[j]->height(), - layer_blobs[j]->channels(), layer_blobs[j]->num()}; - - mxArray* mx_weights = - mxCreateNumericArray(4, dims, mxSINGLE_CLASS, mxREAL); - mxSetCell(mx_layer_cells, j, mx_weights); - float* weights_ptr = reinterpret_cast(mxGetPr(mx_weights)); - - switch (Caffe::mode()) { - case Caffe::CPU: - caffe_copy(layer_blobs[j]->count(), layer_blobs[j]->cpu_data(), - weights_ptr); - break; - case Caffe::GPU: - caffe_copy(layer_blobs[j]->count(), layer_blobs[j]->gpu_data(), - weights_ptr); - break; - default: - mex_error("Unknown Caffe mode"); - } - } - } - } - - return mx_layers; -} - -static void get_weights(MEX_ARGS) { - plhs[0] = do_get_weights(); -} - -static void set_mode_cpu(MEX_ARGS) { - Caffe::set_mode(Caffe::CPU); -} - -static void set_mode_gpu(MEX_ARGS) { - Caffe::set_mode(Caffe::GPU); -} - -static void set_phase_train(MEX_ARGS) { - Caffe::set_phase(Caffe::TRAIN); -} - -static void set_phase_test(MEX_ARGS) { - Caffe::set_phase(Caffe::TEST); -} - -static void set_device(MEX_ARGS) { - if (nrhs != 1) { - ostringstream error_msg; - error_msg << "Expected 1 argument, got " << nrhs; - mex_error(error_msg.str()); - } - - int device_id = static_cast(mxGetScalar(prhs[0])); - Caffe::SetDevice(device_id); -} - -static void get_init_key(MEX_ARGS) { - plhs[0] = mxCreateDoubleScalar(init_key); -} - -static void init(MEX_ARGS) { - if (nrhs != 2) { - ostringstream error_msg; - error_msg << "Expected 2 arguments, got " << nrhs; - mex_error(error_msg.str()); - } - - char* param_file = mxArrayToString(prhs[0]); - char* model_file = mxArrayToString(prhs[1]); - - net_.reset(new Net(string(param_file))); - net_->CopyTrainedLayersFrom(string(model_file)); - - mxFree(param_file); - mxFree(model_file); - - init_key = random(); // NOLINT(caffe/random_fn) - - if (nlhs == 1) { - plhs[0] = mxCreateDoubleScalar(init_key); - } -} - -static void reset(MEX_ARGS) { - if (net_) { - net_.reset(); - init_key = -2; - LOG(INFO) << "Network reset, call init before use it again"; - } -} - -static void forward(MEX_ARGS) { - if (nrhs != 1) { - ostringstream error_msg; - error_msg << "Expected 1 argument, got " << nrhs; - mex_error(error_msg.str()); - } - - plhs[0] = do_forward(prhs[0]); -} - -static void backward(MEX_ARGS) { - if (nrhs != 1) { - ostringstream error_msg; - error_msg << "Expected 1 argument, got " << nrhs; - mex_error(error_msg.str()); - } - - plhs[0] = do_backward(prhs[0]); -} - -static void is_initialized(MEX_ARGS) { - if (!net_) { - plhs[0] = mxCreateDoubleScalar(0); - } else { - plhs[0] = mxCreateDoubleScalar(1); - } -} - -static void read_mean(MEX_ARGS) { - if (nrhs != 1) { - mexErrMsgTxt("Usage: caffe('read_mean', 'path_to_binary_mean_file'"); - return; - } - const string& mean_file = mxArrayToString(prhs[0]); - Blob data_mean; - LOG(INFO) << "Loading mean file from" << mean_file; - BlobProto blob_proto; - bool result = ReadProtoFromBinaryFile(mean_file.c_str(), &blob_proto); - if (!result) { - mexErrMsgTxt("Couldn't read the file"); - return; - } - data_mean.FromProto(blob_proto); - mwSize dims[4] = {data_mean.width(), data_mean.height(), - data_mean.channels(), data_mean.num() }; - mxArray* mx_blob = mxCreateNumericArray(4, dims, mxSINGLE_CLASS, mxREAL); - float* data_ptr = reinterpret_cast(mxGetPr(mx_blob)); - caffe_copy(data_mean.count(), data_mean.cpu_data(), data_ptr); - mexWarnMsgTxt("Remember that Caffe saves in [width, height, channels]" - " format and channels are also BGR!"); - plhs[0] = mx_blob; -} - -/** ----------------------------------------------------------------- - ** Available commands. - **/ -struct handler_registry { - string cmd; - void (*func)(MEX_ARGS); -}; - -static handler_registry handlers[] = { - // Public API functions - { "forward", forward }, - { "backward", backward }, - { "init", init }, - { "is_initialized", is_initialized }, - { "set_mode_cpu", set_mode_cpu }, - { "set_mode_gpu", set_mode_gpu }, - { "set_phase_train", set_phase_train }, - { "set_phase_test", set_phase_test }, - { "set_device", set_device }, - { "get_weights", get_weights }, - { "get_init_key", get_init_key }, - { "reset", reset }, - { "read_mean", read_mean }, - // The end. - { "END", NULL }, -}; - - -/** ----------------------------------------------------------------- - ** matlab entry point: caffe(api_command, arg1, arg2, ...) - **/ -void mexFunction(MEX_ARGS) { - mexLock(); // Avoid clearing the mex file. - if (nrhs == 0) { - mex_error("No API command given"); - return; - } - - { // Handle input command - char *cmd = mxArrayToString(prhs[0]); - bool dispatched = false; - // Dispatch to cmd handler - for (int i = 0; handlers[i].func != NULL; i++) { - if (handlers[i].cmd.compare(cmd) == 0) { - handlers[i].func(nlhs, plhs, nrhs-1, prhs+1); - dispatched = true; - break; - } - } - if (!dispatched) { - ostringstream error_msg; - error_msg << "Unknown command '" << cmd << "'"; - mex_error(error_msg.str()); - } - mxFree(cmd); - } -} diff --git a/caffe-crfrnn/matlab/caffe/matcaffe_batch.m b/caffe-crfrnn/matlab/caffe/matcaffe_batch.m deleted file mode 100644 index f6d1aa83..00000000 --- a/caffe-crfrnn/matlab/caffe/matcaffe_batch.m +++ /dev/null @@ -1,75 +0,0 @@ -function [scores,list_im] = matcaffe_batch(list_im, use_gpu) -% scores = matcaffe_batch(list_im, use_gpu) -% -% Demo of the matlab wrapper using the ILSVRC network. -% -% input -% list_im list of images files -% use_gpu 1 to use the GPU, 0 to use the CPU -% -% output -% scores 1000 x num_images ILSVRC output vector -% -% You may need to do the following before you start matlab: -% $ export LD_LIBRARY_PATH=/opt/intel/mkl/lib/intel64:/usr/local/cuda/lib64 -% $ export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6 -% Or the equivalent based on where things are installed on your system -% -% Usage: -% scores = matcaffe_batch({'peppers.png','onion.png'}); -% scores = matcaffe_batch('list_images.txt', 1); -if nargin < 1 - % For test purposes - list_im = {'peppers.png','onions.png'}; -end -if ischar(list_im) - %Assume it is a file contaning the list of images - filename = list_im; - list_im = read_cell(filename); -end -% Adjust the batch size and dim to match with models/bvlc_reference_caffenet/deploy.prototxt -batch_size = 10; -dim = 1000; -disp(list_im) -if mod(length(list_im),batch_size) - warning(['Assuming batches of ' num2str(batch_size) ' images rest will be filled with zeros']) -end - -% init caffe network (spews logging info) -if exist('use_gpu', 'var') - matcaffe_init(use_gpu); -else - matcaffe_init(); -end - -d = load('ilsvrc_2012_mean'); -IMAGE_MEAN = d.image_mean; - -% prepare input - -num_images = length(list_im); -scores = zeros(dim,num_images,'single'); -num_batches = ceil(length(list_im)/batch_size) -initic=tic; -for bb = 1 : num_batches - batchtic = tic; - range = 1+batch_size*(bb-1):min(num_images,batch_size * bb); - tic - input_data = prepare_batch(list_im(range),IMAGE_MEAN,batch_size); - toc, tic - fprintf('Batch %d out of %d %.2f%% Complete ETA %.2f seconds\n',... - bb,num_batches,bb/num_batches*100,toc(initic)/bb*(num_batches-bb)); - output_data = caffe('forward', {input_data}); - toc - output_data = squeeze(output_data{1}); - scores(:,range) = output_data(:,mod(range-1,batch_size)+1); - toc(batchtic) -end -toc(initic); - -if exist('filename', 'var') - save([filename '.probs.mat'],'list_im','scores','-v7.3'); -end - - - diff --git a/caffe-crfrnn/matlab/caffe/matcaffe_demo.m b/caffe-crfrnn/matlab/caffe/matcaffe_demo.m deleted file mode 100644 index a931f910..00000000 --- a/caffe-crfrnn/matlab/caffe/matcaffe_demo.m +++ /dev/null @@ -1,110 +0,0 @@ -function [scores, maxlabel] = matcaffe_demo(im, use_gpu) -% scores = matcaffe_demo(im, use_gpu) -% -% Demo of the matlab wrapper using the ILSVRC network. -% -% input -% im color image as uint8 HxWx3 -% use_gpu 1 to use the GPU, 0 to use the CPU -% -% output -% scores 1000-dimensional ILSVRC score vector -% -% You may need to do the following before you start matlab: -% $ export LD_LIBRARY_PATH=/opt/intel/mkl/lib/intel64:/usr/local/cuda-5.5/lib64 -% $ export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6 -% Or the equivalent based on where things are installed on your system -% -% Usage: -% im = imread('../../examples/images/cat.jpg'); -% scores = matcaffe_demo(im, 1); -% [score, class] = max(scores); -% Five things to be aware of: -% caffe uses row-major order -% matlab uses column-major order -% caffe uses BGR color channel order -% matlab uses RGB color channel order -% images need to have the data mean subtracted - -% Data coming in from matlab needs to be in the order -% [width, height, channels, images] -% where width is the fastest dimension. -% Here is the rough matlab for putting image data into the correct -% format: -% % convert from uint8 to single -% im = single(im); -% % reshape to a fixed size (e.g., 227x227) -% im = imresize(im, [IMAGE_DIM IMAGE_DIM], 'bilinear'); -% % permute from RGB to BGR and subtract the data mean (already in BGR) -% im = im(:,:,[3 2 1]) - data_mean; -% % flip width and height to make width the fastest dimension -% im = permute(im, [2 1 3]); - -% If you have multiple images, cat them with cat(4, ...) - -% The actual forward function. It takes in a cell array of 4-D arrays as -% input and outputs a cell array. - - -% init caffe network (spews logging info) -if exist('use_gpu', 'var') - matcaffe_init(use_gpu); -else - matcaffe_init(); -end - -if nargin < 1 - % For demo purposes we will use the peppers image - im = imread('peppers.png'); -end - -% prepare oversampled input -% input_data is Height x Width x Channel x Num -tic; -input_data = {prepare_image(im)}; -toc; - -% do forward pass to get scores -% scores are now Width x Height x Channels x Num -tic; -scores = caffe('forward', input_data); -toc; - -scores = scores{1}; -size(scores) -scores = squeeze(scores); -scores = mean(scores,2); - -[~,maxlabel] = max(scores); - -% ------------------------------------------------------------------------ -function images = prepare_image(im) -% ------------------------------------------------------------------------ -d = load('ilsvrc_2012_mean'); -IMAGE_MEAN = d.image_mean; -IMAGE_DIM = 256; -CROPPED_DIM = 227; - -% resize to fixed input size -im = single(im); -im = imresize(im, [IMAGE_DIM IMAGE_DIM], 'bilinear'); -% permute from RGB to BGR (IMAGE_MEAN is already BGR) -im = im(:,:,[3 2 1]) - IMAGE_MEAN; - -% oversample (4 corners, center, and their x-axis flips) -images = zeros(CROPPED_DIM, CROPPED_DIM, 3, 10, 'single'); -indices = [0 IMAGE_DIM-CROPPED_DIM] + 1; -curr = 1; -for i = indices - for j = indices - images(:, :, :, curr) = ... - permute(im(i:i+CROPPED_DIM-1, j:j+CROPPED_DIM-1, :), [2 1 3]); - images(:, :, :, curr+5) = images(end:-1:1, :, :, curr); - curr = curr + 1; - end -end -center = floor(indices(2) / 2)+1; -images(:,:,:,5) = ... - permute(im(center:center+CROPPED_DIM-1,center:center+CROPPED_DIM-1,:), ... - [2 1 3]); -images(:,:,:,10) = images(end:-1:1, :, :, curr); diff --git a/caffe-crfrnn/matlab/caffe/matcaffe_demo_vgg.m b/caffe-crfrnn/matlab/caffe/matcaffe_demo_vgg.m deleted file mode 100644 index 4e5a98eb..00000000 --- a/caffe-crfrnn/matlab/caffe/matcaffe_demo_vgg.m +++ /dev/null @@ -1,96 +0,0 @@ -function scores = matcaffe_demo_vgg(im, use_gpu, model_def_file, model_file, mean_file) -% scores = matcaffe_demo_vgg(im, use_gpu, model_def_file, model_file, mean_file) -% -% Demo of the matlab wrapper using the networks described in the BMVC-2014 paper "Return of the Devil in the Details: Delving Deep into Convolutional Nets" -% -% INPUT -% im - color image as uint8 HxWx3 -% use_gpu - 1 to use the GPU, 0 to use the CPU -% model_def_file - network configuration (.prototxt file) -% model_file - network weights (.caffemodel file) -% mean_file - mean BGR image as uint8 HxWx3 (.mat file) -% -% OUTPUT -% scores 1000-dimensional ILSVRC score vector -% -% EXAMPLE USAGE -% model_def_file = 'zoo/VGG_CNN_F_deploy.prototxt'; -% model_file = 'zoo/VGG_CNN_F.caffemodel'; -% mean_file = 'zoo/VGG_mean.mat'; -% use_gpu = true; -% im = imread('../../examples/images/cat.jpg'); -% scores = matcaffe_demo_vgg(im, use_gpu, model_def_file, model_file, mean_file); -% -% NOTES -% the image crops are prepared as described in the paper (the aspect ratio is preserved) -% -% PREREQUISITES -% You may need to do the following before you start matlab: -% $ export LD_LIBRARY_PATH=/opt/intel/mkl/lib/intel64:/usr/local/cuda/lib64 -% $ export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6 -% Or the equivalent based on where things are installed on your system - -% init caffe network (spews logging info) -matcaffe_init(use_gpu, model_def_file, model_file); - -% prepare oversampled input -% input_data is Height x Width x Channel x Num -tic; -input_data = {prepare_image(im, mean_file)}; -toc; - -% do forward pass to get scores -% scores are now Width x Height x Channels x Num -tic; -scores = caffe('forward', input_data); -toc; - -scores = scores{1}; -% size(scores) -scores = squeeze(scores); -% scores = mean(scores,2); - -% [~,maxlabel] = max(scores); - -% ------------------------------------------------------------------------ -function images = prepare_image(im, mean_file) -% ------------------------------------------------------------------------ -IMAGE_DIM = 256; -CROPPED_DIM = 224; - -d = load(mean_file); -IMAGE_MEAN = d.image_mean; - -% resize to fixed input size -im = single(im); - -if size(im, 1) < size(im, 2) - im = imresize(im, [IMAGE_DIM NaN]); -else - im = imresize(im, [NaN IMAGE_DIM]); -end - -% RGB -> BGR -im = im(:, :, [3 2 1]); - -% oversample (4 corners, center, and their x-axis flips) -images = zeros(CROPPED_DIM, CROPPED_DIM, 3, 10, 'single'); - -indices_y = [0 size(im,1)-CROPPED_DIM] + 1; -indices_x = [0 size(im,2)-CROPPED_DIM] + 1; -center_y = floor(indices_y(2) / 2)+1; -center_x = floor(indices_x(2) / 2)+1; - -curr = 1; -for i = indices_y - for j = indices_x - images(:, :, :, curr) = ... - permute(im(i:i+CROPPED_DIM-1, j:j+CROPPED_DIM-1, :)-IMAGE_MEAN, [2 1 3]); - images(:, :, :, curr+5) = images(end:-1:1, :, :, curr); - curr = curr + 1; - end -end -images(:,:,:,5) = ... - permute(im(center_y:center_y+CROPPED_DIM-1,center_x:center_x+CROPPED_DIM-1,:)-IMAGE_MEAN, ... - [2 1 3]); -images(:,:,:,10) = images(end:-1:1, :, :, curr); diff --git a/caffe-crfrnn/matlab/caffe/matcaffe_demo_vgg_mean_pix.m b/caffe-crfrnn/matlab/caffe/matcaffe_demo_vgg_mean_pix.m deleted file mode 100644 index 5f7898a7..00000000 --- a/caffe-crfrnn/matlab/caffe/matcaffe_demo_vgg_mean_pix.m +++ /dev/null @@ -1,102 +0,0 @@ -function scores = matcaffe_demo_vgg_mean_pix(im, use_gpu, model_def_file, model_file) -% scores = matcaffe_demo_vgg(im, use_gpu, model_def_file, model_file) -% -% Demo of the matlab wrapper based on the networks used for the "VGG" entry -% in the ILSVRC-2014 competition and described in the tech. report -% "Very Deep Convolutional Networks for Large-Scale Image Recognition" -% http://arxiv.org/abs/1409.1556/ -% -% INPUT -% im - color image as uint8 HxWx3 -% use_gpu - 1 to use the GPU, 0 to use the CPU -% model_def_file - network configuration (.prototxt file) -% model_file - network weights (.caffemodel file) -% -% OUTPUT -% scores 1000-dimensional ILSVRC score vector -% -% EXAMPLE USAGE -% model_def_file = 'zoo/deploy.prototxt'; -% model_file = 'zoo/model.caffemodel'; -% use_gpu = true; -% im = imread('../../examples/images/cat.jpg'); -% scores = matcaffe_demo_vgg(im, use_gpu, model_def_file, model_file); -% -% NOTES -% mean pixel subtraction is used instead of the mean image subtraction -% -% PREREQUISITES -% You may need to do the following before you start matlab: -% $ export LD_LIBRARY_PATH=/opt/intel/mkl/lib/intel64:/usr/local/cuda/lib64 -% $ export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6 -% Or the equivalent based on where things are installed on your system - -% init caffe network (spews logging info) -matcaffe_init(use_gpu, model_def_file, model_file); - -% mean BGR pixel -mean_pix = [103.939, 116.779, 123.68]; - -% prepare oversampled input -% input_data is Height x Width x Channel x Num -tic; -input_data = {prepare_image(im, mean_pix)}; -toc; - -% do forward pass to get scores -% scores are now Width x Height x Channels x Num -tic; -scores = caffe('forward', input_data); -toc; - -scores = scores{1}; -% size(scores) -scores = squeeze(scores); -% scores = mean(scores,2); - -% [~,maxlabel] = max(scores); - -% ------------------------------------------------------------------------ -function images = prepare_image(im, mean_pix) -% ------------------------------------------------------------------------ -IMAGE_DIM = 256; -CROPPED_DIM = 224; - -% resize to fixed input size -im = single(im); - -if size(im, 1) < size(im, 2) - im = imresize(im, [IMAGE_DIM NaN]); -else - im = imresize(im, [NaN IMAGE_DIM]); -end - -% RGB -> BGR -im = im(:, :, [3 2 1]); - -% oversample (4 corners, center, and their x-axis flips) -images = zeros(CROPPED_DIM, CROPPED_DIM, 3, 10, 'single'); - -indices_y = [0 size(im,1)-CROPPED_DIM] + 1; -indices_x = [0 size(im,2)-CROPPED_DIM] + 1; -center_y = floor(indices_y(2) / 2)+1; -center_x = floor(indices_x(2) / 2)+1; - -curr = 1; -for i = indices_y - for j = indices_x - images(:, :, :, curr) = ... - permute(im(i:i+CROPPED_DIM-1, j:j+CROPPED_DIM-1, :), [2 1 3]); - images(:, :, :, curr+5) = images(end:-1:1, :, :, curr); - curr = curr + 1; - end -end -images(:,:,:,5) = ... - permute(im(center_y:center_y+CROPPED_DIM-1,center_x:center_x+CROPPED_DIM-1,:), ... - [2 1 3]); -images(:,:,:,10) = images(end:-1:1, :, :, curr); - -% mean BGR pixel subtraction -for c = 1:3 - images(:, :, c, :) = images(:, :, c, :) - mean_pix(c); -end diff --git a/caffe-crfrnn/matlab/caffe/matcaffe_init.m b/caffe-crfrnn/matlab/caffe/matcaffe_init.m deleted file mode 100644 index 7cc69357..00000000 --- a/caffe-crfrnn/matlab/caffe/matcaffe_init.m +++ /dev/null @@ -1,44 +0,0 @@ -function matcaffe_init(use_gpu, model_def_file, model_file) -% matcaffe_init(model_def_file, model_file, use_gpu) -% Initilize matcaffe wrapper - -if nargin < 1 - % By default use CPU - use_gpu = 0; -end -if nargin < 2 || isempty(model_def_file) - % By default use imagenet_deploy - model_def_file = '../../models/bvlc_reference_caffenet/deploy.prototxt'; -end -if nargin < 3 || isempty(model_file) - % By default use caffe reference model - model_file = '../../models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel'; -end - - -if caffe('is_initialized') == 0 - if exist(model_file, 'file') == 0 - % NOTE: you'll have to get the pre-trained ILSVRC network - error('You need a network model file'); - end - if ~exist(model_def_file,'file') - % NOTE: you'll have to get network definition - error('You need the network prototxt definition'); - end - caffe('init', model_def_file, model_file) -end -fprintf('Done with init\n'); - -% set to use GPU or CPU -if use_gpu - fprintf('Using GPU Mode\n'); - caffe('set_mode_gpu'); -else - fprintf('Using CPU Mode\n'); - caffe('set_mode_cpu'); -end -fprintf('Done with set_mode\n'); - -% put into test mode -caffe('set_phase_test'); -fprintf('Done with set_phase_test\n'); diff --git a/caffe-crfrnn/matlab/caffe/matcaffe_netsurgery.cpp b/caffe-crfrnn/matlab/caffe/matcaffe_netsurgery.cpp deleted file mode 100644 index 71fb1aeb..00000000 --- a/caffe-crfrnn/matlab/caffe/matcaffe_netsurgery.cpp +++ /dev/null @@ -1,600 +0,0 @@ -// -// matcaffe.cpp provides a wrapper of the caffe::Net class as well as some -// caffe::Caffe functions so that one could easily call it from matlab. -// Note that for matlab, we will simply use float as the data type. - -#include -#include -#include - -#include "mex.h" - -#include "caffe/caffe.hpp" - -#define MEX_ARGS int nlhs, mxArray **plhs, int nrhs, const mxArray **prhs - -// Log and throw a Mex error -inline void mex_error(const std::string &msg) { - LOG(ERROR) << msg; - mexErrMsgTxt(msg.c_str()); -} - -// Log and print Warning message -inline void mex_warn(const std::string &msg) { - LOG(INFO) << msg; - mexWarnMsgTxt(msg.c_str()); -} - -using namespace caffe; // NOLINT(build/namespaces) - -// The pointer to the internal caffe::Net instance -static shared_ptr > net_; -static int init_key = -2; - -// Five things to be aware of: -// caffe uses row-major order -// matlab uses column-major order -// caffe uses BGR color channel order -// matlab uses RGB color channel order -// images need to have the data mean subtracted -// -// Data coming in from matlab needs to be in the order -// [width, height, channels, images] -// where width is the fastest dimension. -// Here is the rough matlab for putting image data into the correct -// format: -// % convert from uint8 to single -// im = single(im); -// % reshape to a fixed size (e.g., 227x227) -// im = imresize(im, [IMAGE_DIM IMAGE_DIM], 'bilinear'); -// % permute from RGB to BGR and subtract the data mean (already in BGR) -// im = im(:,:,[3 2 1]) - data_mean; -// % flip width and height to make width the fastest dimension -// im = permute(im, [2 1 3]); -// -// If you have multiple images, cat them with cat(4, ...) -// -// The actual forward function. It takes in a cell array of 4-D arrays as -// input and outputs a cell array. - -static mxArray* do_forward(const mxArray* const bottom, - const bool is_conv = false) { - const vector*>& input_blobs = net_->input_blobs(); - if (static_cast(mxGetDimensions(bottom)[0]) != - input_blobs.size()) { - mex_error("Invalid input size"); - } - for (unsigned int i = 0; i < input_blobs.size(); ++i) { - const mxArray* const elem = mxGetCell(bottom, i); - if (!mxIsSingle(elem)) { - mex_error("MatCaffe require single-precision float point data"); - } - if (!is_conv && mxGetNumberOfElements(elem) != input_blobs[i]->count()) { - std::string error_msg; - error_msg += "MatCaffe input size does not match the input size "; - error_msg += "of the network"; - mex_error(error_msg); - } - if (is_conv) { - // allow dynamic input size, when the net is fully convolutional. - const int num_dims = mxGetNumberOfDimensions(elem); - if (num_dims > 4) { - ostringstream error_msg; - error_msg << "Expected input blob has at most 4 dimensions, got " - << num_dims; - mex_error(error_msg.str()); - } - const mwSize* dim = mxGetDimensions(elem); - int width = dim[0]; // width in caffe is the fastest dimension - int height = dim[1]; - int channels = num_dims > 2 ? dim[2] : 1; - int num = num_dims > 3 ? dim[3] : 1; - if (input_blobs[i]->width() != width - || input_blobs[i]->height() != height - || input_blobs[i]->channels() != channels - || input_blobs[i]->num() != num) { - input_blobs[i]->Reshape(num, channels, height, width); - // The shape of other layers will be reshaped when calling forward. - } - } - const float* const data_ptr = - reinterpret_cast(mxGetPr(elem)); - switch (Caffe::mode()) { - case Caffe::CPU: - caffe_copy(input_blobs[i]->count(), data_ptr, - input_blobs[i]->mutable_cpu_data()); - break; - case Caffe::GPU: - caffe_copy(input_blobs[i]->count(), data_ptr, - input_blobs[i]->mutable_gpu_data()); - break; - default: - mex_error("Unknown Caffe mode"); - } // switch (Caffe::mode()) - } - const vector*>& output_blobs = net_->ForwardPrefilled(); - mxArray* mx_out = mxCreateCellMatrix(output_blobs.size(), 1); - for (unsigned int i = 0; i < output_blobs.size(); ++i) { - // internally data is stored as (width, height, channels, num) - // where width is the fastest dimension - mwSize dims[4] = {output_blobs[i]->width(), output_blobs[i]->height(), - output_blobs[i]->channels(), output_blobs[i]->num()}; - mxArray* mx_blob = mxCreateNumericArray(4, dims, mxSINGLE_CLASS, mxREAL); - mxSetCell(mx_out, i, mx_blob); - float* data_ptr = reinterpret_cast(mxGetPr(mx_blob)); - switch (Caffe::mode()) { - case Caffe::CPU: - caffe_copy(output_blobs[i]->count(), output_blobs[i]->cpu_data(), - data_ptr); - break; - case Caffe::GPU: - caffe_copy(output_blobs[i]->count(), output_blobs[i]->gpu_data(), - data_ptr); - break; - default: - mex_error("Unknown Caffe mode"); - } // switch (Caffe::mode()) - } - - return mx_out; -} - -static mxArray* do_backward(const mxArray* const top_diff) { - const vector*>& output_blobs = net_->output_blobs(); - const vector*>& input_blobs = net_->input_blobs(); - if (static_cast(mxGetDimensions(top_diff)[0]) != - output_blobs.size()) { - mex_error("Invalid input size"); - } - // First, copy the output diff - for (unsigned int i = 0; i < output_blobs.size(); ++i) { - const mxArray* const elem = mxGetCell(top_diff, i); - const float* const data_ptr = - reinterpret_cast(mxGetPr(elem)); - switch (Caffe::mode()) { - case Caffe::CPU: - caffe_copy(output_blobs[i]->count(), data_ptr, - output_blobs[i]->mutable_cpu_diff()); - break; - case Caffe::GPU: - caffe_copy(output_blobs[i]->count(), data_ptr, - output_blobs[i]->mutable_gpu_diff()); - break; - default: - mex_error("Unknown Caffe mode"); - } // switch (Caffe::mode()) - } - // LOG(INFO) << "Start"; - net_->Backward(); - // LOG(INFO) << "End"; - mxArray* mx_out = mxCreateCellMatrix(input_blobs.size(), 1); - for (unsigned int i = 0; i < input_blobs.size(); ++i) { - // internally data is stored as (width, height, channels, num) - // where width is the fastest dimension - mwSize dims[4] = {input_blobs[i]->width(), input_blobs[i]->height(), - input_blobs[i]->channels(), input_blobs[i]->num()}; - mxArray* mx_blob = mxCreateNumericArray(4, dims, mxSINGLE_CLASS, mxREAL); - mxSetCell(mx_out, i, mx_blob); - float* data_ptr = reinterpret_cast(mxGetPr(mx_blob)); - switch (Caffe::mode()) { - case Caffe::CPU: - caffe_copy(input_blobs[i]->count(), input_blobs[i]->cpu_diff(), data_ptr); - break; - case Caffe::GPU: - caffe_copy(input_blobs[i]->count(), input_blobs[i]->gpu_diff(), data_ptr); - break; - default: - mex_error("Unknown Caffe mode"); - } // switch (Caffe::mode()) - } - - return mx_out; -} - -static mxArray* do_get_weights() { - const vector > >& layers = net_->layers(); - const vector& layer_names = net_->layer_names(); - - // Step 1: count the number of layers with weights - int num_layers = 0; - { - string prev_layer_name = ""; - for (unsigned int i = 0; i < layers.size(); ++i) { - vector > >& layer_blobs = layers[i]->blobs(); - if (layer_blobs.size() == 0) { - continue; - } - if (layer_names[i] != prev_layer_name) { - prev_layer_name = layer_names[i]; - num_layers++; - } - } - } - - // Step 2: prepare output array of structures - mxArray* mx_layers; - { - const mwSize dims[2] = {num_layers, 1}; - const char* fnames[2] = {"weights", "layer_names"}; - mx_layers = mxCreateStructArray(2, dims, 2, fnames); - } - - // Step 3: copy weights into output - { - string prev_layer_name = ""; - int mx_layer_index = 0; - for (unsigned int i = 0; i < layers.size(); ++i) { - vector > >& layer_blobs = layers[i]->blobs(); - if (layer_blobs.size() == 0) { - continue; - } - - mxArray* mx_layer_cells = NULL; - if (layer_names[i] != prev_layer_name) { - prev_layer_name = layer_names[i]; - const mwSize dims[2] = {static_cast(layer_blobs.size()), 1}; - mx_layer_cells = mxCreateCellArray(2, dims); - mxSetField(mx_layers, mx_layer_index, "weights", mx_layer_cells); - mxSetField(mx_layers, mx_layer_index, "layer_names", - mxCreateString(layer_names[i].c_str())); - mx_layer_index++; - } - - for (unsigned int j = 0; j < layer_blobs.size(); ++j) { - // internally data is stored as (width, height, channels, num) - // where width is the fastest dimension - mwSize dims[4] = {layer_blobs[j]->width(), layer_blobs[j]->height(), - layer_blobs[j]->channels(), layer_blobs[j]->num()}; - - mxArray* mx_weights = - mxCreateNumericArray(4, dims, mxSINGLE_CLASS, mxREAL); - mxSetCell(mx_layer_cells, j, mx_weights); - float* weights_ptr = reinterpret_cast(mxGetPr(mx_weights)); - - switch (Caffe::mode()) { - case Caffe::CPU: - caffe_copy(layer_blobs[j]->count(), layer_blobs[j]->cpu_data(), - weights_ptr); - break; - case Caffe::GPU: - caffe_copy(layer_blobs[j]->count(), layer_blobs[j]->gpu_data(), - weights_ptr); - break; - default: - mex_error("Unknown Caffe mode"); - } - } - } - } - - return mx_layers; -} - -static void do_set_weights(const mxArray* const mx_layers) { - // check input - if (!mxIsStruct(mx_layers)) { - mex_error("Expected input structure array with \"weights\" " - "and \"layer_names\" fields"); - } - const int num_layers = mxGetNumberOfElements(mx_layers); - const vector > >& layers = net_->layers(); - const vector& layer_names = net_->layer_names(); - for (int i = 0; i < num_layers; ++i) { - char* c_l_name = mxArrayToString(mxGetField(mx_layers, i, "layer_names")); - const mxArray* mx_l_weights = mxGetField(mx_layers, i, "weights"); - if (!c_l_name || !mx_l_weights || !mxIsCell(mx_l_weights)) { - // fail to find corresponding field - mex_error("Expected field \"weights\" contain " - "cells of single-precision number, " - "and field \"layer_names\" contain string"); - } - const string l_name(c_l_name); - mxFree(static_cast(c_l_name)); - // Step 1: find corresponding layer in the net_ - unsigned int ln; - for (ln = 0; ln < layer_names.size(); ++ln) { - if (l_name == layer_names[ln]) break; - } - if (ln >= layer_names.size()) { - mex_warn("Ignoring source layer " + l_name); - continue; - } - // Step 2: set layer weights - const vector > >& layer_blobs = layers[ln]->blobs(); - if (layer_blobs.size() != mxGetNumberOfElements(mx_l_weights)) { - ostringstream error_msg; - error_msg << "Layer " << l_name << " expected " - << layer_blobs.size() << " blob(s), got " - << mxGetNumberOfElements(mx_l_weights); - mex_error(error_msg.str()); - } - for (unsigned int j = 0; j < layer_blobs.size(); ++j) { - // internally data is stored as (width, height, channels, num) - // where width is the fastest dimension - const mxArray* mx_weights = mxGetCell(mx_l_weights, j); - if (!mxIsSingle(mx_weights)) { - mex_error("MatCaffe require single-precision float point data"); - } - const int num_dims = mxGetNumberOfDimensions(mx_weights); - if (num_dims > 4) { - ostringstream error_msg; - error_msg << "Expected input blob has at most 4 dimensions, got " - << num_dims; - mex_error(error_msg.str()); - } - const mwSize *dims = mxGetDimensions(mx_weights); - const int width = dims[0]; - const int height = dims[1]; - const int channels = num_dims > 2 ? dims[2] : 1; - const int num = num_dims > 3 ? dims[3] : 1; - if (layer_blobs[j]->width() != width) { - ostringstream error_msg; - error_msg << "Expected blob " << j << " in layer " << l_name - << " has width = " << layer_blobs[j]->width() - << ", got " << width; - mex_error(error_msg.str()); - } - if (layer_blobs[j]->height() != height) { - ostringstream error_msg; - error_msg << "Expected blob " << j << " in layer " << l_name - << " has height = " << layer_blobs[j]->height() - << ", got " << height; - mex_error(error_msg.str()); - } - if (layer_blobs[j]->channels() != channels) { - ostringstream error_msg; - error_msg << "Expected blob " << j << " in layer " << l_name - << " has channels = " << layer_blobs[j]->channels() - << ", got " << channels; - mex_error(error_msg.str()); - } - if (layer_blobs[j]->num() != num) { - ostringstream error_msg; - error_msg << "Expected blob " << j << " in layer " << l_name - << " has width = " << layer_blobs[j]->num() - << ", got " << num; - mex_error(error_msg.str()); - } - - const float* weights_ptr = - reinterpret_cast(mxGetPr(mx_weights)); - switch (Caffe::mode()) { - case Caffe::CPU: - caffe_copy(layer_blobs[j]->count(), weights_ptr, - layer_blobs[j]->mutable_cpu_data()); - break; - case Caffe::GPU: - caffe_copy(layer_blobs[j]->count(), weights_ptr, - layer_blobs[j]->mutable_gpu_data()); - break; - default: - mex_error("Unknown Caffe mode"); - } - } - } -} - -static void get_weights(MEX_ARGS) { - if (!net_) { - mex_error("Init net before get weights"); - } - plhs[0] = do_get_weights(); -} - -static void set_weights(MEX_ARGS) { - if (nrhs != 1) { - ostringstream error_msg; - error_msg << "Expected 1 argument, got " << nrhs; - mex_error(error_msg.str()); - } - do_set_weights(prhs[0]); -} - -static void set_mode_cpu(MEX_ARGS) { - Caffe::set_mode(Caffe::CPU); -} - -static void set_mode_gpu(MEX_ARGS) { - Caffe::set_mode(Caffe::GPU); -} - -static void set_phase_train(MEX_ARGS) { - Caffe::set_phase(Caffe::TRAIN); -} - -static void set_phase_test(MEX_ARGS) { - Caffe::set_phase(Caffe::TEST); -} - -static void set_device(MEX_ARGS) { - if (nrhs != 1) { - ostringstream error_msg; - error_msg << "Expected 1 argument, got " << nrhs; - mex_error(error_msg.str()); - } - - int device_id = static_cast(mxGetScalar(prhs[0])); - Caffe::SetDevice(device_id); -} - -static void get_init_key(MEX_ARGS) { - plhs[0] = mxCreateDoubleScalar(init_key); -} - -static void init(MEX_ARGS) { - if (nrhs != 2) { - ostringstream error_msg; - error_msg << "Expected 2 arguments, got " << nrhs; - mex_error(error_msg.str()); - } - - char* param_file = mxArrayToString(prhs[0]); - char* model_file = mxArrayToString(prhs[1]); - - net_.reset(new Net(string(param_file))); - net_->CopyTrainedLayersFrom(string(model_file)); - - mxFree(param_file); - mxFree(model_file); - - init_key = random(); // NOLINT(caffe/random_fn) - - if (nlhs == 1) { - plhs[0] = mxCreateDoubleScalar(init_key); - } -} - -static void reset(MEX_ARGS) { - if (net_) { - net_.reset(); - init_key = -2; - LOG(INFO) << "Network reset, call init before use it again"; - } -} - -// save the network weights to binary proto -static void save(MEX_ARGS) { - if (nrhs != 1) { - ostringstream error_msg; - error_msg << "Expected 1 argument, got " << nrhs; - mex_error(error_msg.str()); - } - if (!net_) { - mex_error("Init net before save it"); - } - char* c_model_file = mxArrayToString(prhs[0]); - if (!c_model_file) { - mex_error("Expected string input for model name"); - } - string model_file(c_model_file); - mxFree(static_cast(c_model_file)); - - NetParameter net_param; - net_->ToProto(&net_param, false); - WriteProtoToBinaryFile(net_param, model_file); -} - -static void forward(MEX_ARGS) { - if (nrhs != 1) { - ostringstream error_msg; - error_msg << "Expected 1 argument, got " << nrhs; - mex_error(error_msg.str()); - } - - plhs[0] = do_forward(prhs[0]); -} - -static void conv_forward(MEX_ARGS) { - if (nrhs != 1) { - ostringstream error_msg; - error_msg << "Expected 1 argument, got " << nrhs; - mex_error(error_msg.str()); - } - - plhs[0] = do_forward(prhs[0], true); -} - -static void backward(MEX_ARGS) { - if (nrhs != 1) { - ostringstream error_msg; - error_msg << "Expected 1 argument, got " << nrhs; - mex_error(error_msg.str()); - } - - plhs[0] = do_backward(prhs[0]); -} - -static void is_initialized(MEX_ARGS) { - if (!net_) { - plhs[0] = mxCreateDoubleScalar(0); - } else { - plhs[0] = mxCreateDoubleScalar(1); - } -} - -static void read_mean(MEX_ARGS) { - if (nrhs != 1) { - mexErrMsgTxt("Usage: caffe('read_mean', 'path_to_binary_mean_file'"); - return; - } - const string& mean_file = mxArrayToString(prhs[0]); - Blob data_mean; - LOG(INFO) << "Loading mean file from" << mean_file; - BlobProto blob_proto; - bool result = ReadProtoFromBinaryFile(mean_file.c_str(), &blob_proto); - if (!result) { - mexErrMsgTxt("Couldn't read the file"); - return; - } - data_mean.FromProto(blob_proto); - mwSize dims[4] = {data_mean.width(), data_mean.height(), - data_mean.channels(), data_mean.num() }; - mxArray* mx_blob = mxCreateNumericArray(4, dims, mxSINGLE_CLASS, mxREAL); - float* data_ptr = reinterpret_cast(mxGetPr(mx_blob)); - caffe_copy(data_mean.count(), data_mean.cpu_data(), data_ptr); - mexWarnMsgTxt("Remember that Caffe saves in [width, height, channels]" - " format and channels are also BGR!"); - plhs[0] = mx_blob; -} - -/** ----------------------------------------------------------------- - ** Available commands. - **/ -struct handler_registry { - string cmd; - void (*func)(MEX_ARGS); -}; - -static handler_registry handlers[] = { - // Public API functions - { "forward", forward }, - { "conv_forward", conv_forward }, - { "backward", backward }, - { "init", init }, - { "is_initialized", is_initialized }, - { "set_mode_cpu", set_mode_cpu }, - { "set_mode_gpu", set_mode_gpu }, - { "set_phase_train", set_phase_train }, - { "set_phase_test", set_phase_test }, - { "set_device", set_device }, - { "get_weights", get_weights }, - { "set_weights", set_weights }, - { "get_init_key", get_init_key }, - { "reset", reset }, - { "save", save }, - { "read_mean", read_mean }, - // The end. - { "END", NULL }, -}; - - -/** ----------------------------------------------------------------- - ** matlab entry point: caffe(api_command, arg1, arg2, ...) - **/ -void mexFunction(MEX_ARGS) { - mexLock(); // Avoid clearing the mex file. - if (nrhs == 0) { - mex_error("No API command given"); - return; - } - - { // Handle input command - char *cmd = mxArrayToString(prhs[0]); - bool dispatched = false; - // Dispatch to cmd handler - for (int i = 0; handlers[i].func != NULL; i++) { - if (handlers[i].cmd.compare(cmd) == 0) { - handlers[i].func(nlhs, plhs, nrhs-1, prhs+1); - dispatched = true; - break; - } - } - if (!dispatched) { - ostringstream error_msg; - error_msg << "Unknown command '" << cmd << "'"; - mex_error(error_msg.str()); - } - mxFree(cmd); - } -} - diff --git a/caffe-crfrnn/matlab/caffe/prepare_batch.m b/caffe-crfrnn/matlab/caffe/prepare_batch.m deleted file mode 100644 index 345c8eb5..00000000 --- a/caffe-crfrnn/matlab/caffe/prepare_batch.m +++ /dev/null @@ -1,41 +0,0 @@ -% ------------------------------------------------------------------------ -function images = prepare_batch(image_files,IMAGE_MEAN,batch_size) -% ------------------------------------------------------------------------ -if nargin < 2 - d = load('ilsvrc_2012_mean'); - IMAGE_MEAN = d.image_mean; -end -num_images = length(image_files); -if nargin < 3 - batch_size = num_images; -end - -IMAGE_DIM = 256; -CROPPED_DIM = 227; -indices = [0 IMAGE_DIM-CROPPED_DIM] + 1; -center = floor(indices(2) / 2)+1; - -num_images = length(image_files); -images = zeros(CROPPED_DIM,CROPPED_DIM,3,batch_size,'single'); - -parfor i=1:num_images - % read file - fprintf('%c Preparing %s\n',13,image_files{i}); - try - im = imread(image_files{i}); - % resize to fixed input size - im = single(im); - im = imresize(im, [IMAGE_DIM IMAGE_DIM], 'bilinear'); - % Transform GRAY to RGB - if size(im,3) == 1 - im = cat(3,im,im,im); - end - % permute from RGB to BGR (IMAGE_MEAN is already BGR) - im = im(:,:,[3 2 1]) - IMAGE_MEAN; - % Crop the center of the image - images(:,:,:,i) = permute(im(center:center+CROPPED_DIM-1,... - center:center+CROPPED_DIM-1,:),[2 1 3]); - catch - warning('Problems with file',image_files{i}); - end -end \ No newline at end of file diff --git a/caffe-crfrnn/matlab/caffe/print_cell.m b/caffe-crfrnn/matlab/caffe/print_cell.m deleted file mode 100644 index 864340d4..00000000 --- a/caffe-crfrnn/matlab/caffe/print_cell.m +++ /dev/null @@ -1,42 +0,0 @@ -function res=print_cell(input,file,linesep,cellsep) -assert(iscell(input),'The input should be a cell') -if nargin < 4 - cellsep = '\t'; -end -if nargin < 3 - linesep = '\n'; -end -if exist('file','var') && ~isempty(file) - %% - fid = fopen(file,'w'); - for l=1:length(input) - if iscell(input{l}) - for i=1:length(input{l}) - fprintf(fid,['%s' cellsep],input{l}{i}); - end - fprintf(fid,linesep); - else - if size(input,2) > 1 - for i=1:size(input,2) - fprintf(fid,'%s ',input{l,i}); - end - fprintf(fid,linesep); - else - fprintf(fid,['%s' linesep],input{l}); - end - end - end - fclose(fid); -else - res = ''; - for l=1:length(input) - if iscell(input{l}) - for i=1:length(input{l}) - res = [res sprintf([cellsep{1} '%s' cellsep{2}],input{l}{i})]; - end - res = [res sprintf(linesep)]; - else - res = [res sprintf(['%s' linesep],input{l}(:))]; - end - end -end \ No newline at end of file diff --git a/caffe-crfrnn/matlab/caffe/read_cell.m b/caffe-crfrnn/matlab/caffe/read_cell.m deleted file mode 100644 index 19831167..00000000 --- a/caffe-crfrnn/matlab/caffe/read_cell.m +++ /dev/null @@ -1,21 +0,0 @@ -function res=read_cell(filename,linesep,cellsep) -if nargin < 2, linesep='\n'; end -if nargin < 3, cellsep = '\t'; end -if exist(filename,'file') - fid = fopen(filename); -else - % Assume that filename is either a file ide or a string - fid = filename; -end - -fileLines = textscan(fid,'%s','delimiter',linesep,'BufSize',100000); - -fileLines = fileLines{1}; - -if regexp(fileLines{1},cellsep,'once') - fileLines = regexprep(fileLines,['^' cellsep '|' cellsep '$'],''); - res = regexp(fileLines,cellsep,'split'); - res = cell2matcell(res); -else - res = fileLines; -end diff --git a/caffe-crfrnn/matlab/caffe/tvg_matcaffe_init.m b/caffe-crfrnn/matlab/caffe/tvg_matcaffe_init.m deleted file mode 100644 index 8d508417..00000000 --- a/caffe-crfrnn/matlab/caffe/tvg_matcaffe_init.m +++ /dev/null @@ -1,41 +0,0 @@ -function tvg_matcaffe_init(use_gpu, model_def_file, model_file) -% matcaffe_init(model_def_file, model_file, use_gpu) -% Initilize matcaffe wrapper - -if nargin < 1 - error('Missing argument use_gpu'); -end - -if nargin < 2 || isempty(model_def_file) - error('Missing argument model_def_file'); -end - -if nargin < 3 || isempty(model_file) - error('Missing argument model_file'); -end - - -if caffe('is_initialized') == 0 - if exist(model_file, 'file') ~= 2 - error('You need a network model file'); - end - if exist(model_def_file,'file') ~= 2 - error('You need the network prototxt definition'); - end - caffe('init', model_def_file, model_file) -end -fprintf('Done with init\n'); - -% set to use GPU or CPU -if use_gpu - fprintf('Using GPU Mode\n'); - caffe('set_mode_gpu'); -else - fprintf('Using CPU Mode\n'); - caffe('set_mode_cpu'); -end -fprintf('Done with set_mode\n'); - -% put into test mode -caffe('set_phase_test'); -fprintf('Done with set_phase_test\n'); diff --git a/caffe-crfrnn/matlab/caffe/tvg_prepare_image_fixed.m b/caffe-crfrnn/matlab/caffe/tvg_prepare_image_fixed.m deleted file mode 100644 index 6fecf7f5..00000000 --- a/caffe-crfrnn/matlab/caffe/tvg_prepare_image_fixed.m +++ /dev/null @@ -1,20 +0,0 @@ -function images = tvg_prepare_image_fixed(im) - -INPUT_DIM = 500; - -% mean BGR pixel -mean_pix = [103.939, 116.779, 123.68]; - -im = single(im); -% RGB -> BGR -im = im(:, :, [3 2 1]); - -% mean BGR pixel subtraction -for c = 1:3 - im(:, :, c) = im(:, :, c) - mean_pix(c); -end - -images = zeros(INPUT_DIM, INPUT_DIM, 3, 1, 'single'); -[h, w, ~] = size(im); - -images(1:w, 1:h, :, 1) = permute(im, [2 1 3]); diff --git a/caffe-crfrnn/models/bvlc_alexnet/deploy.prototxt b/caffe-crfrnn/models/bvlc_alexnet/deploy.prototxt deleted file mode 100644 index d010753f..00000000 --- a/caffe-crfrnn/models/bvlc_alexnet/deploy.prototxt +++ /dev/null @@ -1,244 +0,0 @@ -name: "AlexNet" -input: "data" -input_dim: 10 -input_dim: 3 -input_dim: 227 -input_dim: 227 -layers { - name: "conv1" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 96 - kernel_size: 11 - stride: 4 - } - bottom: "data" - top: "conv1" -} -layers { - name: "relu1" - type: RELU - bottom: "conv1" - top: "conv1" -} -layers { - name: "norm1" - type: LRN - lrn_param { - local_size: 5 - alpha: 0.0001 - beta: 0.75 - } - bottom: "conv1" - top: "norm1" -} -layers { - name: "pool1" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } - bottom: "norm1" - top: "pool1" -} -layers { - name: "conv2" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 256 - pad: 2 - kernel_size: 5 - group: 2 - } - bottom: "pool1" - top: "conv2" -} -layers { - name: "relu2" - type: RELU - bottom: "conv2" - top: "conv2" -} -layers { - name: "norm2" - type: LRN - lrn_param { - local_size: 5 - alpha: 0.0001 - beta: 0.75 - } - bottom: "conv2" - top: "norm2" -} -layers { - name: "pool2" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } - bottom: "norm2" - top: "pool2" -} -layers { - name: "conv3" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 384 - pad: 1 - kernel_size: 3 - } - bottom: "pool2" - top: "conv3" -} -layers { - name: "relu3" - type: RELU - bottom: "conv3" - top: "conv3" -} -layers { - name: "conv4" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 384 - pad: 1 - kernel_size: 3 - group: 2 - } - bottom: "conv3" - top: "conv4" -} -layers { - name: "relu4" - type: RELU - bottom: "conv4" - top: "conv4" -} -layers { - name: "conv5" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 256 - pad: 1 - kernel_size: 3 - group: 2 - } - bottom: "conv4" - top: "conv5" -} -layers { - name: "relu5" - type: RELU - bottom: "conv5" - top: "conv5" -} -layers { - name: "pool5" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } - bottom: "conv5" - top: "pool5" -} -layers { - name: "fc6" - type: INNER_PRODUCT - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - inner_product_param { - num_output: 4096 - } - bottom: "pool5" - top: "fc6" -} -layers { - name: "relu6" - type: RELU - bottom: "fc6" - top: "fc6" -} -layers { - name: "drop6" - type: DROPOUT - dropout_param { - dropout_ratio: 0.5 - } - bottom: "fc6" - top: "fc6" -} -layers { - name: "fc7" - type: INNER_PRODUCT - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - inner_product_param { - num_output: 4096 - } - bottom: "fc6" - top: "fc7" -} -layers { - name: "relu7" - type: RELU - bottom: "fc7" - top: "fc7" -} -layers { - name: "drop7" - type: DROPOUT - dropout_param { - dropout_ratio: 0.5 - } - bottom: "fc7" - top: "fc7" -} -layers { - name: "fc8" - type: INNER_PRODUCT - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - inner_product_param { - num_output: 1000 - } - bottom: "fc7" - top: "fc8" -} -layers { - name: "prob" - type: SOFTMAX - bottom: "fc8" - top: "prob" -} diff --git a/caffe-crfrnn/models/bvlc_alexnet/readme.md b/caffe-crfrnn/models/bvlc_alexnet/readme.md deleted file mode 100644 index c25fd4f8..00000000 --- a/caffe-crfrnn/models/bvlc_alexnet/readme.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: BVLC AlexNet Model -caffemodel: bvlc_alexnet.caffemodel -caffemodel_url: http://dl.caffe.berkeleyvision.org/bvlc_alexnet.caffemodel -license: non-commercial -sha1: 9116a64c0fbe4459d18f4bb6b56d647b63920377 -caffe_commit: 709dc15af4a06bebda027c1eb2b3f3e3375d5077 ---- - -This model is a replication of the model described in the [AlexNet](http://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks) publication. - -Differences: -- not training with the relighting data-augmentation; -- initializing non-zero biases to 0.1 instead of 1 (found necessary for training, as initialization to 1 gave flat loss). - -The bundled model is the iteration 360,000 snapshot. -The best validation performance during training was iteration 358,000 with validation accuracy 57.258% and loss 1.83948. -This model obtains a top-1 accuracy 57.1% and a top-5 accuracy 80.2% on the validation set, using just the center crop. -(Using the average of 10 crops, (4 + 1 center) * 2 mirror, should obtain a bit higher accuracy.) - -This model was trained by Evan Shelhamer @shelhamer - -## License - -The data used to train this model comes from the ImageNet project, which distributes its database to researchers who agree to a following term of access: -"Researcher shall use the Database only for non-commercial research and educational purposes." -Accordingly, this model is distributed under a non-commercial license. diff --git a/caffe-crfrnn/models/bvlc_alexnet/solver.prototxt b/caffe-crfrnn/models/bvlc_alexnet/solver.prototxt deleted file mode 100644 index 129265e6..00000000 --- a/caffe-crfrnn/models/bvlc_alexnet/solver.prototxt +++ /dev/null @@ -1,14 +0,0 @@ -net: "models/bvlc_alexnet/train_val.prototxt" -test_iter: 1000 -test_interval: 1000 -base_lr: 0.01 -lr_policy: "step" -gamma: 0.1 -stepsize: 100000 -display: 20 -max_iter: 450000 -momentum: 0.9 -weight_decay: 0.0005 -snapshot: 10000 -snapshot_prefix: "models/bvlc_alexnet/caffe_alexnet_train" -solver_mode: GPU diff --git a/caffe-crfrnn/models/bvlc_alexnet/train_val.prototxt b/caffe-crfrnn/models/bvlc_alexnet/train_val.prototxt deleted file mode 100644 index 717b6fa4..00000000 --- a/caffe-crfrnn/models/bvlc_alexnet/train_val.prototxt +++ /dev/null @@ -1,346 +0,0 @@ -name: "AlexNet" -layers { - name: "data" - type: DATA - top: "data" - top: "label" - data_param { - source: "examples/imagenet/ilsvrc12_train_lmdb" - backend: LMDB - batch_size: 256 - } - transform_param { - crop_size: 227 - mean_file: "data/ilsvrc12/imagenet_mean.binaryproto" - mirror: true - } - include: { phase: TRAIN } -} -layers { - name: "data" - type: DATA - top: "data" - top: "label" - data_param { - source: "examples/imagenet/ilsvrc12_val_lmdb" - backend: LMDB - batch_size: 50 - } - transform_param { - crop_size: 227 - mean_file: "data/ilsvrc12/imagenet_mean.binaryproto" - mirror: false - } - include: { phase: TEST } -} -layers { - name: "conv1" - type: CONVOLUTION - bottom: "data" - top: "conv1" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 96 - kernel_size: 11 - stride: 4 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 0 - } - } -} -layers { - name: "relu1" - type: RELU - bottom: "conv1" - top: "conv1" -} -layers { - name: "norm1" - type: LRN - bottom: "conv1" - top: "norm1" - lrn_param { - local_size: 5 - alpha: 0.0001 - beta: 0.75 - } -} -layers { - name: "pool1" - type: POOLING - bottom: "norm1" - top: "pool1" - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - name: "conv2" - type: CONVOLUTION - bottom: "pool1" - top: "conv2" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 256 - pad: 2 - kernel_size: 5 - group: 2 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 0.1 - } - } -} -layers { - name: "relu2" - type: RELU - bottom: "conv2" - top: "conv2" -} -layers { - name: "norm2" - type: LRN - bottom: "conv2" - top: "norm2" - lrn_param { - local_size: 5 - alpha: 0.0001 - beta: 0.75 - } -} -layers { - name: "pool2" - type: POOLING - bottom: "norm2" - top: "pool2" - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - name: "conv3" - type: CONVOLUTION - bottom: "pool2" - top: "conv3" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 384 - pad: 1 - kernel_size: 3 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 0 - } - } -} -layers { - name: "relu3" - type: RELU - bottom: "conv3" - top: "conv3" -} -layers { - name: "conv4" - type: CONVOLUTION - bottom: "conv3" - top: "conv4" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 384 - pad: 1 - kernel_size: 3 - group: 2 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 0.1 - } - } -} -layers { - name: "relu4" - type: RELU - bottom: "conv4" - top: "conv4" -} -layers { - name: "conv5" - type: CONVOLUTION - bottom: "conv4" - top: "conv5" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 256 - pad: 1 - kernel_size: 3 - group: 2 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 0.1 - } - } -} -layers { - name: "relu5" - type: RELU - bottom: "conv5" - top: "conv5" -} -layers { - name: "pool5" - type: POOLING - bottom: "conv5" - top: "pool5" - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - name: "fc6" - type: INNER_PRODUCT - bottom: "pool5" - top: "fc6" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - inner_product_param { - num_output: 4096 - weight_filler { - type: "gaussian" - std: 0.005 - } - bias_filler { - type: "constant" - value: 0.1 - } - } -} -layers { - name: "relu6" - type: RELU - bottom: "fc6" - top: "fc6" -} -layers { - name: "drop6" - type: DROPOUT - bottom: "fc6" - top: "fc6" - dropout_param { - dropout_ratio: 0.5 - } -} -layers { - name: "fc7" - type: INNER_PRODUCT - bottom: "fc6" - top: "fc7" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - inner_product_param { - num_output: 4096 - weight_filler { - type: "gaussian" - std: 0.005 - } - bias_filler { - type: "constant" - value: 0.1 - } - } -} -layers { - name: "relu7" - type: RELU - bottom: "fc7" - top: "fc7" -} -layers { - name: "drop7" - type: DROPOUT - bottom: "fc7" - top: "fc7" - dropout_param { - dropout_ratio: 0.5 - } -} -layers { - name: "fc8" - type: INNER_PRODUCT - bottom: "fc7" - top: "fc8" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - inner_product_param { - num_output: 1000 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 0 - } - } -} -layers { - name: "accuracy" - type: ACCURACY - bottom: "fc8" - bottom: "label" - top: "accuracy" - include: { phase: TEST } -} -layers { - name: "loss" - type: SOFTMAX_LOSS - bottom: "fc8" - bottom: "label" - top: "loss" -} diff --git a/caffe-crfrnn/models/bvlc_googlenet/deploy.prototxt b/caffe-crfrnn/models/bvlc_googlenet/deploy.prototxt deleted file mode 100644 index e31a4c9c..00000000 --- a/caffe-crfrnn/models/bvlc_googlenet/deploy.prototxt +++ /dev/null @@ -1,1924 +0,0 @@ -name: "GoogleNet" -input: "data" -input_dim: 10 -input_dim: 3 -input_dim: 224 -input_dim: 224 -layers { - bottom: "data" - top: "conv1/7x7_s2" - name: "conv1/7x7_s2" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 64 - pad: 3 - kernel_size: 7 - stride: 2 - weight_filler { - type: "xavier" - std: 0.1 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "conv1/7x7_s2" - top: "conv1/7x7_s2" - name: "conv1/relu_7x7" - type: RELU -} -layers { - bottom: "conv1/7x7_s2" - top: "pool1/3x3_s2" - name: "pool1/3x3_s2" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - bottom: "pool1/3x3_s2" - top: "pool1/norm1" - name: "pool1/norm1" - type: LRN - lrn_param { - local_size: 5 - alpha: 0.0001 - beta: 0.75 - } -} -layers { - bottom: "pool1/norm1" - top: "conv2/3x3_reduce" - name: "conv2/3x3_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 64 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.1 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "conv2/3x3_reduce" - top: "conv2/3x3_reduce" - name: "conv2/relu_3x3_reduce" - type: RELU -} -layers { - bottom: "conv2/3x3_reduce" - top: "conv2/3x3" - name: "conv2/3x3" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 192 - pad: 1 - kernel_size: 3 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "conv2/3x3" - top: "conv2/3x3" - name: "conv2/relu_3x3" - type: RELU -} -layers { - bottom: "conv2/3x3" - top: "conv2/norm2" - name: "conv2/norm2" - type: LRN - lrn_param { - local_size: 5 - alpha: 0.0001 - beta: 0.75 - } -} -layers { - bottom: "conv2/norm2" - top: "pool2/3x3_s2" - name: "pool2/3x3_s2" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - bottom: "pool2/3x3_s2" - top: "inception_3a/1x1" - name: "inception_3a/1x1" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 64 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3a/1x1" - top: "inception_3a/1x1" - name: "inception_3a/relu_1x1" - type: RELU -} -layers { - bottom: "pool2/3x3_s2" - top: "inception_3a/3x3_reduce" - name: "inception_3a/3x3_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 96 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.09 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3a/3x3_reduce" - top: "inception_3a/3x3_reduce" - name: "inception_3a/relu_3x3_reduce" - type: RELU -} -layers { - bottom: "inception_3a/3x3_reduce" - top: "inception_3a/3x3" - name: "inception_3a/3x3" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - pad: 1 - kernel_size: 3 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3a/3x3" - top: "inception_3a/3x3" - name: "inception_3a/relu_3x3" - type: RELU -} -layers { - bottom: "pool2/3x3_s2" - top: "inception_3a/5x5_reduce" - name: "inception_3a/5x5_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 16 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.2 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3a/5x5_reduce" - top: "inception_3a/5x5_reduce" - name: "inception_3a/relu_5x5_reduce" - type: RELU -} -layers { - bottom: "inception_3a/5x5_reduce" - top: "inception_3a/5x5" - name: "inception_3a/5x5" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 32 - pad: 2 - kernel_size: 5 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3a/5x5" - top: "inception_3a/5x5" - name: "inception_3a/relu_5x5" - type: RELU -} -layers { - bottom: "pool2/3x3_s2" - top: "inception_3a/pool" - name: "inception_3a/pool" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 1 - pad: 1 - } -} -layers { - bottom: "inception_3a/pool" - top: "inception_3a/pool_proj" - name: "inception_3a/pool_proj" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 32 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.1 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3a/pool_proj" - top: "inception_3a/pool_proj" - name: "inception_3a/relu_pool_proj" - type: RELU -} -layers { - bottom: "inception_3a/1x1" - bottom: "inception_3a/3x3" - bottom: "inception_3a/5x5" - bottom: "inception_3a/pool_proj" - top: "inception_3a/output" - name: "inception_3a/output" - type: CONCAT -} -layers { - bottom: "inception_3a/output" - top: "inception_3b/1x1" - name: "inception_3b/1x1" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3b/1x1" - top: "inception_3b/1x1" - name: "inception_3b/relu_1x1" - type: RELU -} -layers { - bottom: "inception_3a/output" - top: "inception_3b/3x3_reduce" - name: "inception_3b/3x3_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.09 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3b/3x3_reduce" - top: "inception_3b/3x3_reduce" - name: "inception_3b/relu_3x3_reduce" - type: RELU -} -layers { - bottom: "inception_3b/3x3_reduce" - top: "inception_3b/3x3" - name: "inception_3b/3x3" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 192 - pad: 1 - kernel_size: 3 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3b/3x3" - top: "inception_3b/3x3" - name: "inception_3b/relu_3x3" - type: RELU -} -layers { - bottom: "inception_3a/output" - top: "inception_3b/5x5_reduce" - name: "inception_3b/5x5_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 32 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.2 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3b/5x5_reduce" - top: "inception_3b/5x5_reduce" - name: "inception_3b/relu_5x5_reduce" - type: RELU -} -layers { - bottom: "inception_3b/5x5_reduce" - top: "inception_3b/5x5" - name: "inception_3b/5x5" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 96 - pad: 2 - kernel_size: 5 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3b/5x5" - top: "inception_3b/5x5" - name: "inception_3b/relu_5x5" - type: RELU -} -layers { - bottom: "inception_3a/output" - top: "inception_3b/pool" - name: "inception_3b/pool" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 1 - pad: 1 - } -} -layers { - bottom: "inception_3b/pool" - top: "inception_3b/pool_proj" - name: "inception_3b/pool_proj" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 64 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.1 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3b/pool_proj" - top: "inception_3b/pool_proj" - name: "inception_3b/relu_pool_proj" - type: RELU -} -layers { - bottom: "inception_3b/1x1" - bottom: "inception_3b/3x3" - bottom: "inception_3b/5x5" - bottom: "inception_3b/pool_proj" - top: "inception_3b/output" - name: "inception_3b/output" - type: CONCAT -} -layers { - bottom: "inception_3b/output" - top: "pool3/3x3_s2" - name: "pool3/3x3_s2" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - bottom: "pool3/3x3_s2" - top: "inception_4a/1x1" - name: "inception_4a/1x1" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 192 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4a/1x1" - top: "inception_4a/1x1" - name: "inception_4a/relu_1x1" - type: RELU -} -layers { - bottom: "pool3/3x3_s2" - top: "inception_4a/3x3_reduce" - name: "inception_4a/3x3_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 96 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.09 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4a/3x3_reduce" - top: "inception_4a/3x3_reduce" - name: "inception_4a/relu_3x3_reduce" - type: RELU -} -layers { - bottom: "inception_4a/3x3_reduce" - top: "inception_4a/3x3" - name: "inception_4a/3x3" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 208 - pad: 1 - kernel_size: 3 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4a/3x3" - top: "inception_4a/3x3" - name: "inception_4a/relu_3x3" - type: RELU -} -layers { - bottom: "pool3/3x3_s2" - top: "inception_4a/5x5_reduce" - name: "inception_4a/5x5_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 16 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.2 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4a/5x5_reduce" - top: "inception_4a/5x5_reduce" - name: "inception_4a/relu_5x5_reduce" - type: RELU -} -layers { - bottom: "inception_4a/5x5_reduce" - top: "inception_4a/5x5" - name: "inception_4a/5x5" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 48 - pad: 2 - kernel_size: 5 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4a/5x5" - top: "inception_4a/5x5" - name: "inception_4a/relu_5x5" - type: RELU -} -layers { - bottom: "pool3/3x3_s2" - top: "inception_4a/pool" - name: "inception_4a/pool" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 1 - pad: 1 - } -} -layers { - bottom: "inception_4a/pool" - top: "inception_4a/pool_proj" - name: "inception_4a/pool_proj" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 64 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.1 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4a/pool_proj" - top: "inception_4a/pool_proj" - name: "inception_4a/relu_pool_proj" - type: RELU -} -layers { - bottom: "inception_4a/1x1" - bottom: "inception_4a/3x3" - bottom: "inception_4a/5x5" - bottom: "inception_4a/pool_proj" - top: "inception_4a/output" - name: "inception_4a/output" - type: CONCAT -} -layers { - bottom: "inception_4a/output" - top: "inception_4b/1x1" - name: "inception_4b/1x1" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 160 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4b/1x1" - top: "inception_4b/1x1" - name: "inception_4b/relu_1x1" - type: RELU -} -layers { - bottom: "inception_4a/output" - top: "inception_4b/3x3_reduce" - name: "inception_4b/3x3_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 112 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.09 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4b/3x3_reduce" - top: "inception_4b/3x3_reduce" - name: "inception_4b/relu_3x3_reduce" - type: RELU -} -layers { - bottom: "inception_4b/3x3_reduce" - top: "inception_4b/3x3" - name: "inception_4b/3x3" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 224 - pad: 1 - kernel_size: 3 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4b/3x3" - top: "inception_4b/3x3" - name: "inception_4b/relu_3x3" - type: RELU -} -layers { - bottom: "inception_4a/output" - top: "inception_4b/5x5_reduce" - name: "inception_4b/5x5_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 24 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.2 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4b/5x5_reduce" - top: "inception_4b/5x5_reduce" - name: "inception_4b/relu_5x5_reduce" - type: RELU -} -layers { - bottom: "inception_4b/5x5_reduce" - top: "inception_4b/5x5" - name: "inception_4b/5x5" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 64 - pad: 2 - kernel_size: 5 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4b/5x5" - top: "inception_4b/5x5" - name: "inception_4b/relu_5x5" - type: RELU -} -layers { - bottom: "inception_4a/output" - top: "inception_4b/pool" - name: "inception_4b/pool" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 1 - pad: 1 - } -} -layers { - bottom: "inception_4b/pool" - top: "inception_4b/pool_proj" - name: "inception_4b/pool_proj" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 64 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.1 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4b/pool_proj" - top: "inception_4b/pool_proj" - name: "inception_4b/relu_pool_proj" - type: RELU -} -layers { - bottom: "inception_4b/1x1" - bottom: "inception_4b/3x3" - bottom: "inception_4b/5x5" - bottom: "inception_4b/pool_proj" - top: "inception_4b/output" - name: "inception_4b/output" - type: CONCAT -} -layers { - bottom: "inception_4b/output" - top: "inception_4c/1x1" - name: "inception_4c/1x1" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4c/1x1" - top: "inception_4c/1x1" - name: "inception_4c/relu_1x1" - type: RELU -} -layers { - bottom: "inception_4b/output" - top: "inception_4c/3x3_reduce" - name: "inception_4c/3x3_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.09 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4c/3x3_reduce" - top: "inception_4c/3x3_reduce" - name: "inception_4c/relu_3x3_reduce" - type: RELU -} -layers { - bottom: "inception_4c/3x3_reduce" - top: "inception_4c/3x3" - name: "inception_4c/3x3" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 256 - pad: 1 - kernel_size: 3 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4c/3x3" - top: "inception_4c/3x3" - name: "inception_4c/relu_3x3" - type: RELU -} -layers { - bottom: "inception_4b/output" - top: "inception_4c/5x5_reduce" - name: "inception_4c/5x5_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 24 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.2 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4c/5x5_reduce" - top: "inception_4c/5x5_reduce" - name: "inception_4c/relu_5x5_reduce" - type: RELU -} -layers { - bottom: "inception_4c/5x5_reduce" - top: "inception_4c/5x5" - name: "inception_4c/5x5" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 64 - pad: 2 - kernel_size: 5 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4c/5x5" - top: "inception_4c/5x5" - name: "inception_4c/relu_5x5" - type: RELU -} -layers { - bottom: "inception_4b/output" - top: "inception_4c/pool" - name: "inception_4c/pool" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 1 - pad: 1 - } -} -layers { - bottom: "inception_4c/pool" - top: "inception_4c/pool_proj" - name: "inception_4c/pool_proj" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 64 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.1 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4c/pool_proj" - top: "inception_4c/pool_proj" - name: "inception_4c/relu_pool_proj" - type: RELU -} -layers { - bottom: "inception_4c/1x1" - bottom: "inception_4c/3x3" - bottom: "inception_4c/5x5" - bottom: "inception_4c/pool_proj" - top: "inception_4c/output" - name: "inception_4c/output" - type: CONCAT -} -layers { - bottom: "inception_4c/output" - top: "inception_4d/1x1" - name: "inception_4d/1x1" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 112 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4d/1x1" - top: "inception_4d/1x1" - name: "inception_4d/relu_1x1" - type: RELU -} -layers { - bottom: "inception_4c/output" - top: "inception_4d/3x3_reduce" - name: "inception_4d/3x3_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 144 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.09 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4d/3x3_reduce" - top: "inception_4d/3x3_reduce" - name: "inception_4d/relu_3x3_reduce" - type: RELU -} -layers { - bottom: "inception_4d/3x3_reduce" - top: "inception_4d/3x3" - name: "inception_4d/3x3" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 288 - pad: 1 - kernel_size: 3 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4d/3x3" - top: "inception_4d/3x3" - name: "inception_4d/relu_3x3" - type: RELU -} -layers { - bottom: "inception_4c/output" - top: "inception_4d/5x5_reduce" - name: "inception_4d/5x5_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 32 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.2 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4d/5x5_reduce" - top: "inception_4d/5x5_reduce" - name: "inception_4d/relu_5x5_reduce" - type: RELU -} -layers { - bottom: "inception_4d/5x5_reduce" - top: "inception_4d/5x5" - name: "inception_4d/5x5" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 64 - pad: 2 - kernel_size: 5 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4d/5x5" - top: "inception_4d/5x5" - name: "inception_4d/relu_5x5" - type: RELU -} -layers { - bottom: "inception_4c/output" - top: "inception_4d/pool" - name: "inception_4d/pool" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 1 - pad: 1 - } -} -layers { - bottom: "inception_4d/pool" - top: "inception_4d/pool_proj" - name: "inception_4d/pool_proj" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 64 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.1 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4d/pool_proj" - top: "inception_4d/pool_proj" - name: "inception_4d/relu_pool_proj" - type: RELU -} -layers { - bottom: "inception_4d/1x1" - bottom: "inception_4d/3x3" - bottom: "inception_4d/5x5" - bottom: "inception_4d/pool_proj" - top: "inception_4d/output" - name: "inception_4d/output" - type: CONCAT -} -layers { - bottom: "inception_4d/output" - top: "inception_4e/1x1" - name: "inception_4e/1x1" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 256 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4e/1x1" - top: "inception_4e/1x1" - name: "inception_4e/relu_1x1" - type: RELU -} -layers { - bottom: "inception_4d/output" - top: "inception_4e/3x3_reduce" - name: "inception_4e/3x3_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 160 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.09 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4e/3x3_reduce" - top: "inception_4e/3x3_reduce" - name: "inception_4e/relu_3x3_reduce" - type: RELU -} -layers { - bottom: "inception_4e/3x3_reduce" - top: "inception_4e/3x3" - name: "inception_4e/3x3" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 320 - pad: 1 - kernel_size: 3 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4e/3x3" - top: "inception_4e/3x3" - name: "inception_4e/relu_3x3" - type: RELU -} -layers { - bottom: "inception_4d/output" - top: "inception_4e/5x5_reduce" - name: "inception_4e/5x5_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 32 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.2 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4e/5x5_reduce" - top: "inception_4e/5x5_reduce" - name: "inception_4e/relu_5x5_reduce" - type: RELU -} -layers { - bottom: "inception_4e/5x5_reduce" - top: "inception_4e/5x5" - name: "inception_4e/5x5" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - pad: 2 - kernel_size: 5 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4e/5x5" - top: "inception_4e/5x5" - name: "inception_4e/relu_5x5" - type: RELU -} -layers { - bottom: "inception_4d/output" - top: "inception_4e/pool" - name: "inception_4e/pool" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 1 - pad: 1 - } -} -layers { - bottom: "inception_4e/pool" - top: "inception_4e/pool_proj" - name: "inception_4e/pool_proj" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.1 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4e/pool_proj" - top: "inception_4e/pool_proj" - name: "inception_4e/relu_pool_proj" - type: RELU -} -layers { - bottom: "inception_4e/1x1" - bottom: "inception_4e/3x3" - bottom: "inception_4e/5x5" - bottom: "inception_4e/pool_proj" - top: "inception_4e/output" - name: "inception_4e/output" - type: CONCAT -} -layers { - bottom: "inception_4e/output" - top: "pool4/3x3_s2" - name: "pool4/3x3_s2" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - bottom: "pool4/3x3_s2" - top: "inception_5a/1x1" - name: "inception_5a/1x1" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 256 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5a/1x1" - top: "inception_5a/1x1" - name: "inception_5a/relu_1x1" - type: RELU -} -layers { - bottom: "pool4/3x3_s2" - top: "inception_5a/3x3_reduce" - name: "inception_5a/3x3_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 160 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.09 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5a/3x3_reduce" - top: "inception_5a/3x3_reduce" - name: "inception_5a/relu_3x3_reduce" - type: RELU -} -layers { - bottom: "inception_5a/3x3_reduce" - top: "inception_5a/3x3" - name: "inception_5a/3x3" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 320 - pad: 1 - kernel_size: 3 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5a/3x3" - top: "inception_5a/3x3" - name: "inception_5a/relu_3x3" - type: RELU -} -layers { - bottom: "pool4/3x3_s2" - top: "inception_5a/5x5_reduce" - name: "inception_5a/5x5_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 32 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.2 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5a/5x5_reduce" - top: "inception_5a/5x5_reduce" - name: "inception_5a/relu_5x5_reduce" - type: RELU -} -layers { - bottom: "inception_5a/5x5_reduce" - top: "inception_5a/5x5" - name: "inception_5a/5x5" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - pad: 2 - kernel_size: 5 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5a/5x5" - top: "inception_5a/5x5" - name: "inception_5a/relu_5x5" - type: RELU -} -layers { - bottom: "pool4/3x3_s2" - top: "inception_5a/pool" - name: "inception_5a/pool" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 1 - pad: 1 - } -} -layers { - bottom: "inception_5a/pool" - top: "inception_5a/pool_proj" - name: "inception_5a/pool_proj" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.1 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5a/pool_proj" - top: "inception_5a/pool_proj" - name: "inception_5a/relu_pool_proj" - type: RELU -} -layers { - bottom: "inception_5a/1x1" - bottom: "inception_5a/3x3" - bottom: "inception_5a/5x5" - bottom: "inception_5a/pool_proj" - top: "inception_5a/output" - name: "inception_5a/output" - type: CONCAT -} -layers { - bottom: "inception_5a/output" - top: "inception_5b/1x1" - name: "inception_5b/1x1" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 384 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5b/1x1" - top: "inception_5b/1x1" - name: "inception_5b/relu_1x1" - type: RELU -} -layers { - bottom: "inception_5a/output" - top: "inception_5b/3x3_reduce" - name: "inception_5b/3x3_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 192 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.09 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5b/3x3_reduce" - top: "inception_5b/3x3_reduce" - name: "inception_5b/relu_3x3_reduce" - type: RELU -} -layers { - bottom: "inception_5b/3x3_reduce" - top: "inception_5b/3x3" - name: "inception_5b/3x3" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 384 - pad: 1 - kernel_size: 3 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5b/3x3" - top: "inception_5b/3x3" - name: "inception_5b/relu_3x3" - type: RELU -} -layers { - bottom: "inception_5a/output" - top: "inception_5b/5x5_reduce" - name: "inception_5b/5x5_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 48 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.2 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5b/5x5_reduce" - top: "inception_5b/5x5_reduce" - name: "inception_5b/relu_5x5_reduce" - type: RELU -} -layers { - bottom: "inception_5b/5x5_reduce" - top: "inception_5b/5x5" - name: "inception_5b/5x5" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - pad: 2 - kernel_size: 5 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5b/5x5" - top: "inception_5b/5x5" - name: "inception_5b/relu_5x5" - type: RELU -} -layers { - bottom: "inception_5a/output" - top: "inception_5b/pool" - name: "inception_5b/pool" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 1 - pad: 1 - } -} -layers { - bottom: "inception_5b/pool" - top: "inception_5b/pool_proj" - name: "inception_5b/pool_proj" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.1 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5b/pool_proj" - top: "inception_5b/pool_proj" - name: "inception_5b/relu_pool_proj" - type: RELU -} -layers { - bottom: "inception_5b/1x1" - bottom: "inception_5b/3x3" - bottom: "inception_5b/5x5" - bottom: "inception_5b/pool_proj" - top: "inception_5b/output" - name: "inception_5b/output" - type: CONCAT -} -layers { - bottom: "inception_5b/output" - top: "pool5/7x7_s1" - name: "pool5/7x7_s1" - type: POOLING - pooling_param { - pool: AVE - kernel_size: 7 - stride: 1 - } -} -layers { - bottom: "pool5/7x7_s1" - top: "pool5/7x7_s1" - name: "pool5/drop_7x7_s1" - type: DROPOUT - dropout_param { - dropout_ratio: 0.4 - } -} -layers { - bottom: "pool5/7x7_s1" - top: "loss3/classifier" - name: "loss3/classifier" - type: INNER_PRODUCT - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - inner_product_param { - num_output: 1000 - weight_filler { - type: "xavier" - } - bias_filler { - type: "constant" - value: 0 - } - } -} -layers { - name: "prob" - type: SOFTMAX - bottom: "loss3/classifier" - top: "prob" -} \ No newline at end of file diff --git a/caffe-crfrnn/models/bvlc_googlenet/quick_solver.prototxt b/caffe-crfrnn/models/bvlc_googlenet/quick_solver.prototxt deleted file mode 100644 index 5d2f7ee7..00000000 --- a/caffe-crfrnn/models/bvlc_googlenet/quick_solver.prototxt +++ /dev/null @@ -1,15 +0,0 @@ -net: "models/bvlc_googlenet/train_val.prototxt" -test_iter: 1000 -test_interval: 4000 -test_initialization: false -display: 40 -average_loss: 40 -base_lr: 0.01 -lr_policy: "poly" -power: 0.5 -max_iter: 2400000 -momentum: 0.9 -weight_decay: 0.0002 -snapshot: 40000 -snapshot_prefix: "models/bvlc_googlenet/bvlc_googlenet_quick" -solver_mode: GPU diff --git a/caffe-crfrnn/models/bvlc_googlenet/readme.md b/caffe-crfrnn/models/bvlc_googlenet/readme.md deleted file mode 100644 index 8a3bbec4..00000000 --- a/caffe-crfrnn/models/bvlc_googlenet/readme.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: BVLC GoogleNet Model -caffemodel: bvlc_googlenet.caffemodel -caffemodel_url: http://dl.caffe.berkeleyvision.org/bvlc_googlenet.caffemodel -license: non-commercial -sha1: 405fc5acd08a3bb12de8ee5e23a96bec22f08204 -caffe_commit: bc614d1bd91896e3faceaf40b23b72dab47d44f5 -gist_id: 866e2aa1fd707b89b913 ---- - -This model is a replication of the model described in the [GoogleNet](http://arxiv.org/abs/1409.4842) publication. We would like to thank Christian Szegedy for all his help in the replication of GoogleNet model. - -Differences: -- not training with the relighting data-augmentation; -- not training with the scale or aspect-ratio data-augmentation; -- uses "xavier" to initialize the weights instead of "gaussian"; -- quick_solver.prototxt uses a different learning rate decay policy than the original solver.prototxt, that allows a much faster training (60 epochs vs 250 epochs); - -The bundled model is the iteration 2,400,000 snapshot (60 epochs) using quick_solver.prototxt - -This bundled model obtains a top-1 accuracy 68.7% (31.3% error) and a top-5 accuracy 88.9% (11.1% error) on the validation set, using just the center crop. -(Using the average of 10 crops, (4 + 1 center) * 2 mirror, should obtain a bit higher accuracy.) - -Timings for bvlc_googlenet with cuDNN using batch_size:128 on a K40c: - - Average Forward pass: 562.841 ms. - - Average Backward pass: 1123.84 ms. - - Average Forward-Backward: 1688.8 ms. - -This model was trained by Sergio Guadarrama @sguada - -## License - -The data used to train this model comes from the ImageNet project, which distributes its database to researchers who agree to a following term of access: -"Researcher shall use the Database only for non-commercial research and educational purposes." -Accordingly, this model is distributed under a non-commercial license. diff --git a/caffe-crfrnn/models/bvlc_googlenet/solver.prototxt b/caffe-crfrnn/models/bvlc_googlenet/solver.prototxt deleted file mode 100644 index d7d17881..00000000 --- a/caffe-crfrnn/models/bvlc_googlenet/solver.prototxt +++ /dev/null @@ -1,16 +0,0 @@ -net: "models/bvlc_googlenet/train_val.prototxt" -test_iter: 1000 -test_interval: 4000 -test_initialization: false -display: 40 -average_loss: 40 -base_lr: 0.01 -lr_policy: "step" -stepsize: 320000 -gamma: 0.96 -max_iter: 10000000 -momentum: 0.9 -weight_decay: 0.0002 -snapshot: 40000 -snapshot_prefix: "models/bvlc_googlenet/bvlc_googlenet" -solver_mode: GPU diff --git a/caffe-crfrnn/models/bvlc_googlenet/train_val.prototxt b/caffe-crfrnn/models/bvlc_googlenet/train_val.prototxt deleted file mode 100644 index cd8f38ab..00000000 --- a/caffe-crfrnn/models/bvlc_googlenet/train_val.prototxt +++ /dev/null @@ -1,2240 +0,0 @@ -name: "GoogleNet" -layers { - top: "data" - top: "label" - name: "data" - type: DATA - data_param { - source: "examples/imagenet/ilsvrc12_train_lmdb" - batch_size: 32 - backend: LMDB - } - include { - phase: TRAIN - } - transform_param { - mirror: true - crop_size: 224 - mean_value: 104 - mean_value: 117 - mean_value: 123 - } -} -layers { - top: "data" - top: "label" - name: "data" - type: DATA - data_param { - source: "examples/imagenet/ilsvrc12_val_lmdb" - batch_size: 50 - backend: LMDB - } - include { - phase: TEST - } - transform_param { - mirror: false - crop_size: 224 - mean_value: 104 - mean_value: 117 - mean_value: 123 - } -} -layers { - bottom: "data" - top: "conv1/7x7_s2" - name: "conv1/7x7_s2" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 64 - pad: 3 - kernel_size: 7 - stride: 2 - weight_filler { - type: "xavier" - std: 0.1 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "conv1/7x7_s2" - top: "conv1/7x7_s2" - name: "conv1/relu_7x7" - type: RELU -} -layers { - bottom: "conv1/7x7_s2" - top: "pool1/3x3_s2" - name: "pool1/3x3_s2" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - bottom: "pool1/3x3_s2" - top: "pool1/norm1" - name: "pool1/norm1" - type: LRN - lrn_param { - local_size: 5 - alpha: 0.0001 - beta: 0.75 - } -} -layers { - bottom: "pool1/norm1" - top: "conv2/3x3_reduce" - name: "conv2/3x3_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 64 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.1 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "conv2/3x3_reduce" - top: "conv2/3x3_reduce" - name: "conv2/relu_3x3_reduce" - type: RELU -} -layers { - bottom: "conv2/3x3_reduce" - top: "conv2/3x3" - name: "conv2/3x3" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 192 - pad: 1 - kernel_size: 3 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "conv2/3x3" - top: "conv2/3x3" - name: "conv2/relu_3x3" - type: RELU -} -layers { - bottom: "conv2/3x3" - top: "conv2/norm2" - name: "conv2/norm2" - type: LRN - lrn_param { - local_size: 5 - alpha: 0.0001 - beta: 0.75 - } -} -layers { - bottom: "conv2/norm2" - top: "pool2/3x3_s2" - name: "pool2/3x3_s2" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - bottom: "pool2/3x3_s2" - top: "inception_3a/1x1" - name: "inception_3a/1x1" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 64 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3a/1x1" - top: "inception_3a/1x1" - name: "inception_3a/relu_1x1" - type: RELU -} -layers { - bottom: "pool2/3x3_s2" - top: "inception_3a/3x3_reduce" - name: "inception_3a/3x3_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 96 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.09 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3a/3x3_reduce" - top: "inception_3a/3x3_reduce" - name: "inception_3a/relu_3x3_reduce" - type: RELU -} -layers { - bottom: "inception_3a/3x3_reduce" - top: "inception_3a/3x3" - name: "inception_3a/3x3" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - pad: 1 - kernel_size: 3 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3a/3x3" - top: "inception_3a/3x3" - name: "inception_3a/relu_3x3" - type: RELU -} -layers { - bottom: "pool2/3x3_s2" - top: "inception_3a/5x5_reduce" - name: "inception_3a/5x5_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 16 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.2 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3a/5x5_reduce" - top: "inception_3a/5x5_reduce" - name: "inception_3a/relu_5x5_reduce" - type: RELU -} -layers { - bottom: "inception_3a/5x5_reduce" - top: "inception_3a/5x5" - name: "inception_3a/5x5" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 32 - pad: 2 - kernel_size: 5 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3a/5x5" - top: "inception_3a/5x5" - name: "inception_3a/relu_5x5" - type: RELU -} -layers { - bottom: "pool2/3x3_s2" - top: "inception_3a/pool" - name: "inception_3a/pool" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 1 - pad: 1 - } -} -layers { - bottom: "inception_3a/pool" - top: "inception_3a/pool_proj" - name: "inception_3a/pool_proj" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 32 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.1 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3a/pool_proj" - top: "inception_3a/pool_proj" - name: "inception_3a/relu_pool_proj" - type: RELU -} -layers { - bottom: "inception_3a/1x1" - bottom: "inception_3a/3x3" - bottom: "inception_3a/5x5" - bottom: "inception_3a/pool_proj" - top: "inception_3a/output" - name: "inception_3a/output" - type: CONCAT -} -layers { - bottom: "inception_3a/output" - top: "inception_3b/1x1" - name: "inception_3b/1x1" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3b/1x1" - top: "inception_3b/1x1" - name: "inception_3b/relu_1x1" - type: RELU -} -layers { - bottom: "inception_3a/output" - top: "inception_3b/3x3_reduce" - name: "inception_3b/3x3_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.09 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3b/3x3_reduce" - top: "inception_3b/3x3_reduce" - name: "inception_3b/relu_3x3_reduce" - type: RELU -} -layers { - bottom: "inception_3b/3x3_reduce" - top: "inception_3b/3x3" - name: "inception_3b/3x3" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 192 - pad: 1 - kernel_size: 3 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3b/3x3" - top: "inception_3b/3x3" - name: "inception_3b/relu_3x3" - type: RELU -} -layers { - bottom: "inception_3a/output" - top: "inception_3b/5x5_reduce" - name: "inception_3b/5x5_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 32 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.2 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3b/5x5_reduce" - top: "inception_3b/5x5_reduce" - name: "inception_3b/relu_5x5_reduce" - type: RELU -} -layers { - bottom: "inception_3b/5x5_reduce" - top: "inception_3b/5x5" - name: "inception_3b/5x5" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 96 - pad: 2 - kernel_size: 5 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3b/5x5" - top: "inception_3b/5x5" - name: "inception_3b/relu_5x5" - type: RELU -} -layers { - bottom: "inception_3a/output" - top: "inception_3b/pool" - name: "inception_3b/pool" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 1 - pad: 1 - } -} -layers { - bottom: "inception_3b/pool" - top: "inception_3b/pool_proj" - name: "inception_3b/pool_proj" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 64 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.1 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_3b/pool_proj" - top: "inception_3b/pool_proj" - name: "inception_3b/relu_pool_proj" - type: RELU -} -layers { - bottom: "inception_3b/1x1" - bottom: "inception_3b/3x3" - bottom: "inception_3b/5x5" - bottom: "inception_3b/pool_proj" - top: "inception_3b/output" - name: "inception_3b/output" - type: CONCAT -} -layers { - bottom: "inception_3b/output" - top: "pool3/3x3_s2" - name: "pool3/3x3_s2" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - bottom: "pool3/3x3_s2" - top: "inception_4a/1x1" - name: "inception_4a/1x1" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 192 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4a/1x1" - top: "inception_4a/1x1" - name: "inception_4a/relu_1x1" - type: RELU -} -layers { - bottom: "pool3/3x3_s2" - top: "inception_4a/3x3_reduce" - name: "inception_4a/3x3_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 96 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.09 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4a/3x3_reduce" - top: "inception_4a/3x3_reduce" - name: "inception_4a/relu_3x3_reduce" - type: RELU -} -layers { - bottom: "inception_4a/3x3_reduce" - top: "inception_4a/3x3" - name: "inception_4a/3x3" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 208 - pad: 1 - kernel_size: 3 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4a/3x3" - top: "inception_4a/3x3" - name: "inception_4a/relu_3x3" - type: RELU -} -layers { - bottom: "pool3/3x3_s2" - top: "inception_4a/5x5_reduce" - name: "inception_4a/5x5_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 16 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.2 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4a/5x5_reduce" - top: "inception_4a/5x5_reduce" - name: "inception_4a/relu_5x5_reduce" - type: RELU -} -layers { - bottom: "inception_4a/5x5_reduce" - top: "inception_4a/5x5" - name: "inception_4a/5x5" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 48 - pad: 2 - kernel_size: 5 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4a/5x5" - top: "inception_4a/5x5" - name: "inception_4a/relu_5x5" - type: RELU -} -layers { - bottom: "pool3/3x3_s2" - top: "inception_4a/pool" - name: "inception_4a/pool" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 1 - pad: 1 - } -} -layers { - bottom: "inception_4a/pool" - top: "inception_4a/pool_proj" - name: "inception_4a/pool_proj" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 64 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.1 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4a/pool_proj" - top: "inception_4a/pool_proj" - name: "inception_4a/relu_pool_proj" - type: RELU -} -layers { - bottom: "inception_4a/1x1" - bottom: "inception_4a/3x3" - bottom: "inception_4a/5x5" - bottom: "inception_4a/pool_proj" - top: "inception_4a/output" - name: "inception_4a/output" - type: CONCAT -} -layers { - bottom: "inception_4a/output" - top: "loss1/ave_pool" - name: "loss1/ave_pool" - type: POOLING - pooling_param { - pool: AVE - kernel_size: 5 - stride: 3 - } -} -layers { - bottom: "loss1/ave_pool" - top: "loss1/conv" - name: "loss1/conv" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.08 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "loss1/conv" - top: "loss1/conv" - name: "loss1/relu_conv" - type: RELU -} -layers { - bottom: "loss1/conv" - top: "loss1/fc" - name: "loss1/fc" - type: INNER_PRODUCT - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - inner_product_param { - num_output: 1024 - weight_filler { - type: "xavier" - std: 0.02 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "loss1/fc" - top: "loss1/fc" - name: "loss1/relu_fc" - type: RELU -} -layers { - bottom: "loss1/fc" - top: "loss1/fc" - name: "loss1/drop_fc" - type: DROPOUT - dropout_param { - dropout_ratio: 0.7 - } -} -layers { - bottom: "loss1/fc" - top: "loss1/classifier" - name: "loss1/classifier" - type: INNER_PRODUCT - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - inner_product_param { - num_output: 1000 - weight_filler { - type: "xavier" - std: 0.0009765625 - } - bias_filler { - type: "constant" - value: 0 - } - } -} -layers { - bottom: "loss1/classifier" - bottom: "label" - top: "loss1/loss1" - name: "loss1/loss" - type: SOFTMAX_LOSS - loss_weight: 0.3 -} -layers { - bottom: "loss1/classifier" - bottom: "label" - top: "loss1/top-1" - name: "loss1/top-1" - type: ACCURACY - include { - phase: TEST - } -} -layers { - bottom: "loss1/classifier" - bottom: "label" - top: "loss1/top-5" - name: "loss1/top-5" - type: ACCURACY - accuracy_param { - top_k: 5 - } - include { - phase: TEST - } -} -layers { - bottom: "inception_4a/output" - top: "inception_4b/1x1" - name: "inception_4b/1x1" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 160 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4b/1x1" - top: "inception_4b/1x1" - name: "inception_4b/relu_1x1" - type: RELU -} -layers { - bottom: "inception_4a/output" - top: "inception_4b/3x3_reduce" - name: "inception_4b/3x3_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 112 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.09 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4b/3x3_reduce" - top: "inception_4b/3x3_reduce" - name: "inception_4b/relu_3x3_reduce" - type: RELU -} -layers { - bottom: "inception_4b/3x3_reduce" - top: "inception_4b/3x3" - name: "inception_4b/3x3" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 224 - pad: 1 - kernel_size: 3 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4b/3x3" - top: "inception_4b/3x3" - name: "inception_4b/relu_3x3" - type: RELU -} -layers { - bottom: "inception_4a/output" - top: "inception_4b/5x5_reduce" - name: "inception_4b/5x5_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 24 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.2 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4b/5x5_reduce" - top: "inception_4b/5x5_reduce" - name: "inception_4b/relu_5x5_reduce" - type: RELU -} -layers { - bottom: "inception_4b/5x5_reduce" - top: "inception_4b/5x5" - name: "inception_4b/5x5" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 64 - pad: 2 - kernel_size: 5 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4b/5x5" - top: "inception_4b/5x5" - name: "inception_4b/relu_5x5" - type: RELU -} -layers { - bottom: "inception_4a/output" - top: "inception_4b/pool" - name: "inception_4b/pool" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 1 - pad: 1 - } -} -layers { - bottom: "inception_4b/pool" - top: "inception_4b/pool_proj" - name: "inception_4b/pool_proj" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 64 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.1 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4b/pool_proj" - top: "inception_4b/pool_proj" - name: "inception_4b/relu_pool_proj" - type: RELU -} -layers { - bottom: "inception_4b/1x1" - bottom: "inception_4b/3x3" - bottom: "inception_4b/5x5" - bottom: "inception_4b/pool_proj" - top: "inception_4b/output" - name: "inception_4b/output" - type: CONCAT -} -layers { - bottom: "inception_4b/output" - top: "inception_4c/1x1" - name: "inception_4c/1x1" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4c/1x1" - top: "inception_4c/1x1" - name: "inception_4c/relu_1x1" - type: RELU -} -layers { - bottom: "inception_4b/output" - top: "inception_4c/3x3_reduce" - name: "inception_4c/3x3_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.09 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4c/3x3_reduce" - top: "inception_4c/3x3_reduce" - name: "inception_4c/relu_3x3_reduce" - type: RELU -} -layers { - bottom: "inception_4c/3x3_reduce" - top: "inception_4c/3x3" - name: "inception_4c/3x3" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 256 - pad: 1 - kernel_size: 3 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4c/3x3" - top: "inception_4c/3x3" - name: "inception_4c/relu_3x3" - type: RELU -} -layers { - bottom: "inception_4b/output" - top: "inception_4c/5x5_reduce" - name: "inception_4c/5x5_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 24 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.2 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4c/5x5_reduce" - top: "inception_4c/5x5_reduce" - name: "inception_4c/relu_5x5_reduce" - type: RELU -} -layers { - bottom: "inception_4c/5x5_reduce" - top: "inception_4c/5x5" - name: "inception_4c/5x5" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 64 - pad: 2 - kernel_size: 5 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4c/5x5" - top: "inception_4c/5x5" - name: "inception_4c/relu_5x5" - type: RELU -} -layers { - bottom: "inception_4b/output" - top: "inception_4c/pool" - name: "inception_4c/pool" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 1 - pad: 1 - } -} -layers { - bottom: "inception_4c/pool" - top: "inception_4c/pool_proj" - name: "inception_4c/pool_proj" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 64 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.1 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4c/pool_proj" - top: "inception_4c/pool_proj" - name: "inception_4c/relu_pool_proj" - type: RELU -} -layers { - bottom: "inception_4c/1x1" - bottom: "inception_4c/3x3" - bottom: "inception_4c/5x5" - bottom: "inception_4c/pool_proj" - top: "inception_4c/output" - name: "inception_4c/output" - type: CONCAT -} -layers { - bottom: "inception_4c/output" - top: "inception_4d/1x1" - name: "inception_4d/1x1" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 112 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4d/1x1" - top: "inception_4d/1x1" - name: "inception_4d/relu_1x1" - type: RELU -} -layers { - bottom: "inception_4c/output" - top: "inception_4d/3x3_reduce" - name: "inception_4d/3x3_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 144 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.09 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4d/3x3_reduce" - top: "inception_4d/3x3_reduce" - name: "inception_4d/relu_3x3_reduce" - type: RELU -} -layers { - bottom: "inception_4d/3x3_reduce" - top: "inception_4d/3x3" - name: "inception_4d/3x3" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 288 - pad: 1 - kernel_size: 3 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4d/3x3" - top: "inception_4d/3x3" - name: "inception_4d/relu_3x3" - type: RELU -} -layers { - bottom: "inception_4c/output" - top: "inception_4d/5x5_reduce" - name: "inception_4d/5x5_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 32 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.2 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4d/5x5_reduce" - top: "inception_4d/5x5_reduce" - name: "inception_4d/relu_5x5_reduce" - type: RELU -} -layers { - bottom: "inception_4d/5x5_reduce" - top: "inception_4d/5x5" - name: "inception_4d/5x5" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 64 - pad: 2 - kernel_size: 5 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4d/5x5" - top: "inception_4d/5x5" - name: "inception_4d/relu_5x5" - type: RELU -} -layers { - bottom: "inception_4c/output" - top: "inception_4d/pool" - name: "inception_4d/pool" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 1 - pad: 1 - } -} -layers { - bottom: "inception_4d/pool" - top: "inception_4d/pool_proj" - name: "inception_4d/pool_proj" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 64 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.1 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4d/pool_proj" - top: "inception_4d/pool_proj" - name: "inception_4d/relu_pool_proj" - type: RELU -} -layers { - bottom: "inception_4d/1x1" - bottom: "inception_4d/3x3" - bottom: "inception_4d/5x5" - bottom: "inception_4d/pool_proj" - top: "inception_4d/output" - name: "inception_4d/output" - type: CONCAT -} -layers { - bottom: "inception_4d/output" - top: "loss2/ave_pool" - name: "loss2/ave_pool" - type: POOLING - pooling_param { - pool: AVE - kernel_size: 5 - stride: 3 - } -} -layers { - bottom: "loss2/ave_pool" - top: "loss2/conv" - name: "loss2/conv" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.08 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "loss2/conv" - top: "loss2/conv" - name: "loss2/relu_conv" - type: RELU -} -layers { - bottom: "loss2/conv" - top: "loss2/fc" - name: "loss2/fc" - type: INNER_PRODUCT - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - inner_product_param { - num_output: 1024 - weight_filler { - type: "xavier" - std: 0.02 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "loss2/fc" - top: "loss2/fc" - name: "loss2/relu_fc" - type: RELU -} -layers { - bottom: "loss2/fc" - top: "loss2/fc" - name: "loss2/drop_fc" - type: DROPOUT - dropout_param { - dropout_ratio: 0.7 - } -} -layers { - bottom: "loss2/fc" - top: "loss2/classifier" - name: "loss2/classifier" - type: INNER_PRODUCT - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - inner_product_param { - num_output: 1000 - weight_filler { - type: "xavier" - std: 0.0009765625 - } - bias_filler { - type: "constant" - value: 0 - } - } -} -layers { - bottom: "loss2/classifier" - bottom: "label" - top: "loss2/loss1" - name: "loss2/loss" - type: SOFTMAX_LOSS - loss_weight: 0.3 -} -layers { - bottom: "loss2/classifier" - bottom: "label" - top: "loss2/top-1" - name: "loss2/top-1" - type: ACCURACY - include { - phase: TEST - } -} -layers { - bottom: "loss2/classifier" - bottom: "label" - top: "loss2/top-5" - name: "loss2/top-5" - type: ACCURACY - accuracy_param { - top_k: 5 - } - include { - phase: TEST - } -} -layers { - bottom: "inception_4d/output" - top: "inception_4e/1x1" - name: "inception_4e/1x1" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 256 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4e/1x1" - top: "inception_4e/1x1" - name: "inception_4e/relu_1x1" - type: RELU -} -layers { - bottom: "inception_4d/output" - top: "inception_4e/3x3_reduce" - name: "inception_4e/3x3_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 160 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.09 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4e/3x3_reduce" - top: "inception_4e/3x3_reduce" - name: "inception_4e/relu_3x3_reduce" - type: RELU -} -layers { - bottom: "inception_4e/3x3_reduce" - top: "inception_4e/3x3" - name: "inception_4e/3x3" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 320 - pad: 1 - kernel_size: 3 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4e/3x3" - top: "inception_4e/3x3" - name: "inception_4e/relu_3x3" - type: RELU -} -layers { - bottom: "inception_4d/output" - top: "inception_4e/5x5_reduce" - name: "inception_4e/5x5_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 32 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.2 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4e/5x5_reduce" - top: "inception_4e/5x5_reduce" - name: "inception_4e/relu_5x5_reduce" - type: RELU -} -layers { - bottom: "inception_4e/5x5_reduce" - top: "inception_4e/5x5" - name: "inception_4e/5x5" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - pad: 2 - kernel_size: 5 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4e/5x5" - top: "inception_4e/5x5" - name: "inception_4e/relu_5x5" - type: RELU -} -layers { - bottom: "inception_4d/output" - top: "inception_4e/pool" - name: "inception_4e/pool" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 1 - pad: 1 - } -} -layers { - bottom: "inception_4e/pool" - top: "inception_4e/pool_proj" - name: "inception_4e/pool_proj" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.1 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_4e/pool_proj" - top: "inception_4e/pool_proj" - name: "inception_4e/relu_pool_proj" - type: RELU -} -layers { - bottom: "inception_4e/1x1" - bottom: "inception_4e/3x3" - bottom: "inception_4e/5x5" - bottom: "inception_4e/pool_proj" - top: "inception_4e/output" - name: "inception_4e/output" - type: CONCAT -} -layers { - bottom: "inception_4e/output" - top: "pool4/3x3_s2" - name: "pool4/3x3_s2" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - bottom: "pool4/3x3_s2" - top: "inception_5a/1x1" - name: "inception_5a/1x1" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 256 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5a/1x1" - top: "inception_5a/1x1" - name: "inception_5a/relu_1x1" - type: RELU -} -layers { - bottom: "pool4/3x3_s2" - top: "inception_5a/3x3_reduce" - name: "inception_5a/3x3_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 160 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.09 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5a/3x3_reduce" - top: "inception_5a/3x3_reduce" - name: "inception_5a/relu_3x3_reduce" - type: RELU -} -layers { - bottom: "inception_5a/3x3_reduce" - top: "inception_5a/3x3" - name: "inception_5a/3x3" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 320 - pad: 1 - kernel_size: 3 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5a/3x3" - top: "inception_5a/3x3" - name: "inception_5a/relu_3x3" - type: RELU -} -layers { - bottom: "pool4/3x3_s2" - top: "inception_5a/5x5_reduce" - name: "inception_5a/5x5_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 32 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.2 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5a/5x5_reduce" - top: "inception_5a/5x5_reduce" - name: "inception_5a/relu_5x5_reduce" - type: RELU -} -layers { - bottom: "inception_5a/5x5_reduce" - top: "inception_5a/5x5" - name: "inception_5a/5x5" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - pad: 2 - kernel_size: 5 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5a/5x5" - top: "inception_5a/5x5" - name: "inception_5a/relu_5x5" - type: RELU -} -layers { - bottom: "pool4/3x3_s2" - top: "inception_5a/pool" - name: "inception_5a/pool" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 1 - pad: 1 - } -} -layers { - bottom: "inception_5a/pool" - top: "inception_5a/pool_proj" - name: "inception_5a/pool_proj" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.1 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5a/pool_proj" - top: "inception_5a/pool_proj" - name: "inception_5a/relu_pool_proj" - type: RELU -} -layers { - bottom: "inception_5a/1x1" - bottom: "inception_5a/3x3" - bottom: "inception_5a/5x5" - bottom: "inception_5a/pool_proj" - top: "inception_5a/output" - name: "inception_5a/output" - type: CONCAT -} -layers { - bottom: "inception_5a/output" - top: "inception_5b/1x1" - name: "inception_5b/1x1" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 384 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5b/1x1" - top: "inception_5b/1x1" - name: "inception_5b/relu_1x1" - type: RELU -} -layers { - bottom: "inception_5a/output" - top: "inception_5b/3x3_reduce" - name: "inception_5b/3x3_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 192 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.09 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5b/3x3_reduce" - top: "inception_5b/3x3_reduce" - name: "inception_5b/relu_3x3_reduce" - type: RELU -} -layers { - bottom: "inception_5b/3x3_reduce" - top: "inception_5b/3x3" - name: "inception_5b/3x3" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 384 - pad: 1 - kernel_size: 3 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5b/3x3" - top: "inception_5b/3x3" - name: "inception_5b/relu_3x3" - type: RELU -} -layers { - bottom: "inception_5a/output" - top: "inception_5b/5x5_reduce" - name: "inception_5b/5x5_reduce" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 48 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.2 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5b/5x5_reduce" - top: "inception_5b/5x5_reduce" - name: "inception_5b/relu_5x5_reduce" - type: RELU -} -layers { - bottom: "inception_5b/5x5_reduce" - top: "inception_5b/5x5" - name: "inception_5b/5x5" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - pad: 2 - kernel_size: 5 - weight_filler { - type: "xavier" - std: 0.03 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5b/5x5" - top: "inception_5b/5x5" - name: "inception_5b/relu_5x5" - type: RELU -} -layers { - bottom: "inception_5a/output" - top: "inception_5b/pool" - name: "inception_5b/pool" - type: POOLING - pooling_param { - pool: MAX - kernel_size: 3 - stride: 1 - pad: 1 - } -} -layers { - bottom: "inception_5b/pool" - top: "inception_5b/pool_proj" - name: "inception_5b/pool_proj" - type: CONVOLUTION - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 128 - kernel_size: 1 - weight_filler { - type: "xavier" - std: 0.1 - } - bias_filler { - type: "constant" - value: 0.2 - } - } -} -layers { - bottom: "inception_5b/pool_proj" - top: "inception_5b/pool_proj" - name: "inception_5b/relu_pool_proj" - type: RELU -} -layers { - bottom: "inception_5b/1x1" - bottom: "inception_5b/3x3" - bottom: "inception_5b/5x5" - bottom: "inception_5b/pool_proj" - top: "inception_5b/output" - name: "inception_5b/output" - type: CONCAT -} -layers { - bottom: "inception_5b/output" - top: "pool5/7x7_s1" - name: "pool5/7x7_s1" - type: POOLING - pooling_param { - pool: AVE - kernel_size: 7 - stride: 1 - } -} -layers { - bottom: "pool5/7x7_s1" - top: "pool5/7x7_s1" - name: "pool5/drop_7x7_s1" - type: DROPOUT - dropout_param { - dropout_ratio: 0.4 - } -} -layers { - bottom: "pool5/7x7_s1" - top: "loss3/classifier" - name: "loss3/classifier" - type: INNER_PRODUCT - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - inner_product_param { - num_output: 1000 - weight_filler { - type: "xavier" - } - bias_filler { - type: "constant" - value: 0 - } - } -} -layers { - bottom: "loss3/classifier" - bottom: "label" - top: "loss3/loss3" - name: "loss3/loss3" - type: SOFTMAX_LOSS - loss_weight: 1 -} -layers { - bottom: "loss3/classifier" - bottom: "label" - top: "loss3/top-1" - name: "loss3/top-1" - type: ACCURACY - include { - phase: TEST - } -} -layers { - bottom: "loss3/classifier" - bottom: "label" - top: "loss3/top-5" - name: "loss3/top-5" - type: ACCURACY - accuracy_param { - top_k: 5 - } - include { - phase: TEST - } -} diff --git a/caffe-crfrnn/models/bvlc_reference_caffenet/deploy.prototxt b/caffe-crfrnn/models/bvlc_reference_caffenet/deploy.prototxt deleted file mode 100644 index 4e494f42..00000000 --- a/caffe-crfrnn/models/bvlc_reference_caffenet/deploy.prototxt +++ /dev/null @@ -1,212 +0,0 @@ -name: "CaffeNet" -input: "data" -input_dim: 10 -input_dim: 3 -input_dim: 227 -input_dim: 227 -layers { - name: "conv1" - type: CONVOLUTION - bottom: "data" - top: "conv1" - convolution_param { - num_output: 96 - kernel_size: 11 - stride: 4 - } -} -layers { - name: "relu1" - type: RELU - bottom: "conv1" - top: "conv1" -} -layers { - name: "pool1" - type: POOLING - bottom: "conv1" - top: "pool1" - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - name: "norm1" - type: LRN - bottom: "pool1" - top: "norm1" - lrn_param { - local_size: 5 - alpha: 0.0001 - beta: 0.75 - } -} -layers { - name: "conv2" - type: CONVOLUTION - bottom: "norm1" - top: "conv2" - convolution_param { - num_output: 256 - pad: 2 - kernel_size: 5 - group: 2 - } -} -layers { - name: "relu2" - type: RELU - bottom: "conv2" - top: "conv2" -} -layers { - name: "pool2" - type: POOLING - bottom: "conv2" - top: "pool2" - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - name: "norm2" - type: LRN - bottom: "pool2" - top: "norm2" - lrn_param { - local_size: 5 - alpha: 0.0001 - beta: 0.75 - } -} -layers { - name: "conv3" - type: CONVOLUTION - bottom: "norm2" - top: "conv3" - convolution_param { - num_output: 384 - pad: 1 - kernel_size: 3 - } -} -layers { - name: "relu3" - type: RELU - bottom: "conv3" - top: "conv3" -} -layers { - name: "conv4" - type: CONVOLUTION - bottom: "conv3" - top: "conv4" - convolution_param { - num_output: 384 - pad: 1 - kernel_size: 3 - group: 2 - } -} -layers { - name: "relu4" - type: RELU - bottom: "conv4" - top: "conv4" -} -layers { - name: "conv5" - type: CONVOLUTION - bottom: "conv4" - top: "conv5" - convolution_param { - num_output: 256 - pad: 1 - kernel_size: 3 - group: 2 - } -} -layers { - name: "relu5" - type: RELU - bottom: "conv5" - top: "conv5" -} -layers { - name: "pool5" - type: POOLING - bottom: "conv5" - top: "pool5" - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - name: "fc6" - type: INNER_PRODUCT - bottom: "pool5" - top: "fc6" - inner_product_param { - num_output: 4096 - } -} -layers { - name: "relu6" - type: RELU - bottom: "fc6" - top: "fc6" -} -layers { - name: "drop6" - type: DROPOUT - bottom: "fc6" - top: "fc6" - dropout_param { - dropout_ratio: 0.5 - } -} -layers { - name: "fc7" - type: INNER_PRODUCT - bottom: "fc6" - top: "fc7" - inner_product_param { - num_output: 4096 - } -} -layers { - name: "relu7" - type: RELU - bottom: "fc7" - top: "fc7" -} -layers { - name: "drop7" - type: DROPOUT - bottom: "fc7" - top: "fc7" - dropout_param { - dropout_ratio: 0.5 - } -} -layers { - name: "fc8" - type: INNER_PRODUCT - bottom: "fc7" - top: "fc8" - inner_product_param { - num_output: 1000 - } -} -layers { - name: "prob" - type: SOFTMAX - bottom: "fc8" - top: "prob" -} diff --git a/caffe-crfrnn/models/bvlc_reference_caffenet/readme.md b/caffe-crfrnn/models/bvlc_reference_caffenet/readme.md deleted file mode 100644 index b867e738..00000000 --- a/caffe-crfrnn/models/bvlc_reference_caffenet/readme.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: BVLC CaffeNet Model -caffemodel: bvlc_reference_caffenet.caffemodel -caffemodel_url: http://dl.caffe.berkeleyvision.org/bvlc_reference_caffenet.caffemodel -license: non-commercial -sha1: 4c8d77deb20ea792f84eb5e6d0a11ca0a8660a46 -caffe_commit: 709dc15af4a06bebda027c1eb2b3f3e3375d5077 ---- - -This model is the result of following the Caffe [ImageNet model training instructions](http://caffe.berkeleyvision.org/gathered/examples/imagenet.html). -It is a replication of the model described in the [AlexNet](http://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks) publication with some differences: - -- not training with the relighting data-augmentation; -- the order of pooling and normalization layers is switched (in CaffeNet, pooling is done before normalization). - -This model is snapshot of iteration 310,000. -The best validation performance during training was iteration 313,000 with validation accuracy 57.412% and loss 1.82328. -This model obtains a top-1 accuracy 57.4% and a top-5 accuracy 80.4% on the validation set, using just the center crop. -(Using the average of 10 crops, (4 + 1 center) * 2 mirror, should obtain a bit higher accuracy still.) - -This model was trained by Jeff Donahue @jeffdonahue - -## License - -The data used to train this model comes from the ImageNet project, which distributes its database to researchers who agree to a following term of access: -"Researcher shall use the Database only for non-commercial research and educational purposes." -Accordingly, this model is distributed under a non-commercial license. diff --git a/caffe-crfrnn/models/bvlc_reference_caffenet/solver.prototxt b/caffe-crfrnn/models/bvlc_reference_caffenet/solver.prototxt deleted file mode 100644 index af1315ba..00000000 --- a/caffe-crfrnn/models/bvlc_reference_caffenet/solver.prototxt +++ /dev/null @@ -1,14 +0,0 @@ -net: "models/bvlc_reference_caffenet/train_val.prototxt" -test_iter: 1000 -test_interval: 1000 -base_lr: 0.01 -lr_policy: "step" -gamma: 0.1 -stepsize: 100000 -display: 20 -max_iter: 450000 -momentum: 0.9 -weight_decay: 0.0005 -snapshot: 10000 -snapshot_prefix: "models/bvlc_reference_caffenet/caffenet_train" -solver_mode: GPU diff --git a/caffe-crfrnn/models/bvlc_reference_caffenet/train_val.prototxt b/caffe-crfrnn/models/bvlc_reference_caffenet/train_val.prototxt deleted file mode 100644 index 00fcc080..00000000 --- a/caffe-crfrnn/models/bvlc_reference_caffenet/train_val.prototxt +++ /dev/null @@ -1,362 +0,0 @@ -name: "CaffeNet" -layers { - name: "data" - type: DATA - top: "data" - top: "label" - data_param { - source: "examples/imagenet/ilsvrc12_train_lmdb" - backend: LMDB - batch_size: 256 - } - transform_param { - crop_size: 227 - mean_file: "data/ilsvrc12/imagenet_mean.binaryproto" - mirror: true - } -# mean pixel / channel-wise mean instead of mean image -# transform_param { -# crop_size: 227 -# mean_value: 104 -# mean_value: 117 -# mean_value: 123 -# mirror: true -# } - include: { phase: TRAIN } -} -layers { - name: "data" - type: DATA - top: "data" - top: "label" - data_param { - source: "examples/imagenet/ilsvrc12_val_lmdb" - backend: LMDB - batch_size: 50 - } - transform_param { - crop_size: 227 - mean_file: "data/ilsvrc12/imagenet_mean.binaryproto" - mirror: false - } -# mean pixel / channel-wise mean instead of mean image -# transform_param { -# crop_size: 227 -# mean_value: 104 -# mean_value: 117 -# mean_value: 123 -# mirror: true -# } - include: { phase: TEST } -} -layers { - name: "conv1" - type: CONVOLUTION - bottom: "data" - top: "conv1" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 96 - kernel_size: 11 - stride: 4 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 0 - } - } -} -layers { - name: "relu1" - type: RELU - bottom: "conv1" - top: "conv1" -} -layers { - name: "pool1" - type: POOLING - bottom: "conv1" - top: "pool1" - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - name: "norm1" - type: LRN - bottom: "pool1" - top: "norm1" - lrn_param { - local_size: 5 - alpha: 0.0001 - beta: 0.75 - } -} -layers { - name: "conv2" - type: CONVOLUTION - bottom: "norm1" - top: "conv2" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 256 - pad: 2 - kernel_size: 5 - group: 2 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 1 - } - } -} -layers { - name: "relu2" - type: RELU - bottom: "conv2" - top: "conv2" -} -layers { - name: "pool2" - type: POOLING - bottom: "conv2" - top: "pool2" - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - name: "norm2" - type: LRN - bottom: "pool2" - top: "norm2" - lrn_param { - local_size: 5 - alpha: 0.0001 - beta: 0.75 - } -} -layers { - name: "conv3" - type: CONVOLUTION - bottom: "norm2" - top: "conv3" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 384 - pad: 1 - kernel_size: 3 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 0 - } - } -} -layers { - name: "relu3" - type: RELU - bottom: "conv3" - top: "conv3" -} -layers { - name: "conv4" - type: CONVOLUTION - bottom: "conv3" - top: "conv4" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 384 - pad: 1 - kernel_size: 3 - group: 2 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 1 - } - } -} -layers { - name: "relu4" - type: RELU - bottom: "conv4" - top: "conv4" -} -layers { - name: "conv5" - type: CONVOLUTION - bottom: "conv4" - top: "conv5" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 256 - pad: 1 - kernel_size: 3 - group: 2 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 1 - } - } -} -layers { - name: "relu5" - type: RELU - bottom: "conv5" - top: "conv5" -} -layers { - name: "pool5" - type: POOLING - bottom: "conv5" - top: "pool5" - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - name: "fc6" - type: INNER_PRODUCT - bottom: "pool5" - top: "fc6" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - inner_product_param { - num_output: 4096 - weight_filler { - type: "gaussian" - std: 0.005 - } - bias_filler { - type: "constant" - value: 1 - } - } -} -layers { - name: "relu6" - type: RELU - bottom: "fc6" - top: "fc6" -} -layers { - name: "drop6" - type: DROPOUT - bottom: "fc6" - top: "fc6" - dropout_param { - dropout_ratio: 0.5 - } -} -layers { - name: "fc7" - type: INNER_PRODUCT - bottom: "fc6" - top: "fc7" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - inner_product_param { - num_output: 4096 - weight_filler { - type: "gaussian" - std: 0.005 - } - bias_filler { - type: "constant" - value: 1 - } - } -} -layers { - name: "relu7" - type: RELU - bottom: "fc7" - top: "fc7" -} -layers { - name: "drop7" - type: DROPOUT - bottom: "fc7" - top: "fc7" - dropout_param { - dropout_ratio: 0.5 - } -} -layers { - name: "fc8" - type: INNER_PRODUCT - bottom: "fc7" - top: "fc8" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - inner_product_param { - num_output: 1000 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 0 - } - } -} -layers { - name: "accuracy" - type: ACCURACY - bottom: "fc8" - bottom: "label" - top: "accuracy" - include: { phase: TEST } -} -layers { - name: "loss" - type: SOFTMAX_LOSS - bottom: "fc8" - bottom: "label" - top: "loss" -} diff --git a/caffe-crfrnn/models/bvlc_reference_rcnn_ilsvrc13/deploy.prototxt b/caffe-crfrnn/models/bvlc_reference_rcnn_ilsvrc13/deploy.prototxt deleted file mode 100644 index ef75a0a5..00000000 --- a/caffe-crfrnn/models/bvlc_reference_rcnn_ilsvrc13/deploy.prototxt +++ /dev/null @@ -1,207 +0,0 @@ -name: "R-CNN-ilsvrc13" -input: "data" -input_dim: 10 -input_dim: 3 -input_dim: 227 -input_dim: 227 -layers { - name: "conv1" - type: CONVOLUTION - bottom: "data" - top: "conv1" - convolution_param { - num_output: 96 - kernel_size: 11 - stride: 4 - } -} -layers { - name: "relu1" - type: RELU - bottom: "conv1" - top: "conv1" -} -layers { - name: "pool1" - type: POOLING - bottom: "conv1" - top: "pool1" - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - name: "norm1" - type: LRN - bottom: "pool1" - top: "norm1" - lrn_param { - local_size: 5 - alpha: 0.0001 - beta: 0.75 - } -} -layers { - name: "conv2" - type: CONVOLUTION - bottom: "norm1" - top: "conv2" - convolution_param { - num_output: 256 - pad: 2 - kernel_size: 5 - group: 2 - } -} -layers { - name: "relu2" - type: RELU - bottom: "conv2" - top: "conv2" -} -layers { - name: "pool2" - type: POOLING - bottom: "conv2" - top: "pool2" - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - name: "norm2" - type: LRN - bottom: "pool2" - top: "norm2" - lrn_param { - local_size: 5 - alpha: 0.0001 - beta: 0.75 - } -} -layers { - name: "conv3" - type: CONVOLUTION - bottom: "norm2" - top: "conv3" - convolution_param { - num_output: 384 - pad: 1 - kernel_size: 3 - } -} -layers { - name: "relu3" - type: RELU - bottom: "conv3" - top: "conv3" -} -layers { - name: "conv4" - type: CONVOLUTION - bottom: "conv3" - top: "conv4" - convolution_param { - num_output: 384 - pad: 1 - kernel_size: 3 - group: 2 - } -} -layers { - name: "relu4" - type: RELU - bottom: "conv4" - top: "conv4" -} -layers { - name: "conv5" - type: CONVOLUTION - bottom: "conv4" - top: "conv5" - convolution_param { - num_output: 256 - pad: 1 - kernel_size: 3 - group: 2 - } -} -layers { - name: "relu5" - type: RELU - bottom: "conv5" - top: "conv5" -} -layers { - name: "pool5" - type: POOLING - bottom: "conv5" - top: "pool5" - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - name: "fc6" - type: INNER_PRODUCT - bottom: "pool5" - top: "fc6" - inner_product_param { - num_output: 4096 - } -} -layers { - name: "relu6" - type: RELU - bottom: "fc6" - top: "fc6" -} -layers { - name: "drop6" - type: DROPOUT - bottom: "fc6" - top: "fc6" - dropout_param { - dropout_ratio: 0.5 - } -} -layers { - name: "fc7" - type: INNER_PRODUCT - bottom: "fc6" - top: "fc7" - inner_product_param { - num_output: 4096 - } -} -layers { - name: "relu7" - type: RELU - bottom: "fc7" - top: "fc7" -} -layers { - name: "drop7" - type: DROPOUT - bottom: "fc7" - top: "fc7" - dropout_param { - dropout_ratio: 0.5 - } -} -# R-CNN classification layer made from R-CNN ILSVRC13 SVMs. -layers { - name: "fc-rcnn" - type: INNER_PRODUCT - bottom: "fc7" - top: "fc-rcnn" - inner_product_param { - num_output: 200 - } -} diff --git a/caffe-crfrnn/models/bvlc_reference_rcnn_ilsvrc13/readme.md b/caffe-crfrnn/models/bvlc_reference_rcnn_ilsvrc13/readme.md deleted file mode 100644 index 5d4bc5af..00000000 --- a/caffe-crfrnn/models/bvlc_reference_rcnn_ilsvrc13/readme.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: BVLC Reference RCNN ILSVRC13 Model -caffemodel: bvlc_reference_rcnn_ilsvrc13.caffemodel -caffemodel_url: http://dl.caffe.berkeleyvision.org/bvlc_reference_rcnn_ilsvrc13.caffemodel -license: non-commercial -sha1: bdd8abb885819cba5e2fe1eb36235f2319477e64 -caffe_commit: a7e397abbda52c0b90323c23ab95bdeabee90a98 ---- - -The pure Caffe instantiation of the [R-CNN](https://github.com/rbgirshick/rcnn) model for ILSVRC13 detection. -This model was made by transplanting the R-CNN SVM classifiers into a `fc-rcnn` classification layer, provided here as an off-the-shelf Caffe detector. -Try the [detection example](http://nbviewer.ipython.org/github/BVLC/caffe/blob/master/examples/detection.ipynb) to see it in action. - -*N.B. For research purposes, make use of the official R-CNN package and not this example.* - -This model was trained by Ross Girshick @rbgirshick - -## License - -The data used to train this model comes from the ImageNet project, which distributes its database to researchers who agree to a following term of access: -"Researcher shall use the Database only for non-commercial research and educational purposes." -Accordingly, this model is distributed under a non-commercial license. diff --git a/caffe-crfrnn/models/finetune_flickr_style/deploy.prototxt b/caffe-crfrnn/models/finetune_flickr_style/deploy.prototxt deleted file mode 100644 index aa2ad961..00000000 --- a/caffe-crfrnn/models/finetune_flickr_style/deploy.prototxt +++ /dev/null @@ -1,310 +0,0 @@ -name: "FlickrStyleCaffeNet" -input: "data" -input_dim: 10 -input_dim: 3 -input_dim: 227 -input_dim: 227 -layers { - name: "conv1" - type: CONVOLUTION - bottom: "data" - top: "conv1" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 96 - kernel_size: 11 - stride: 4 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 0 - } - } -} -layers { - name: "relu1" - type: RELU - bottom: "conv1" - top: "conv1" -} -layers { - name: "pool1" - type: POOLING - bottom: "conv1" - top: "pool1" - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - name: "norm1" - type: LRN - bottom: "pool1" - top: "norm1" - lrn_param { - local_size: 5 - alpha: 0.0001 - beta: 0.75 - } -} -layers { - name: "conv2" - type: CONVOLUTION - bottom: "norm1" - top: "conv2" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 256 - pad: 2 - kernel_size: 5 - group: 2 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 1 - } - } -} -layers { - name: "relu2" - type: RELU - bottom: "conv2" - top: "conv2" -} -layers { - name: "pool2" - type: POOLING - bottom: "conv2" - top: "pool2" - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - name: "norm2" - type: LRN - bottom: "pool2" - top: "norm2" - lrn_param { - local_size: 5 - alpha: 0.0001 - beta: 0.75 - } -} -layers { - name: "conv3" - type: CONVOLUTION - bottom: "norm2" - top: "conv3" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 384 - pad: 1 - kernel_size: 3 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 0 - } - } -} -layers { - name: "relu3" - type: RELU - bottom: "conv3" - top: "conv3" -} -layers { - name: "conv4" - type: CONVOLUTION - bottom: "conv3" - top: "conv4" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 384 - pad: 1 - kernel_size: 3 - group: 2 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 1 - } - } -} -layers { - name: "relu4" - type: RELU - bottom: "conv4" - top: "conv4" -} -layers { - name: "conv5" - type: CONVOLUTION - bottom: "conv4" - top: "conv5" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 256 - pad: 1 - kernel_size: 3 - group: 2 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 1 - } - } -} -layers { - name: "relu5" - type: RELU - bottom: "conv5" - top: "conv5" -} -layers { - name: "pool5" - type: POOLING - bottom: "conv5" - top: "pool5" - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - name: "fc6" - type: INNER_PRODUCT - bottom: "pool5" - top: "fc6" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - inner_product_param { - num_output: 4096 - weight_filler { - type: "gaussian" - std: 0.005 - } - bias_filler { - type: "constant" - value: 1 - } - } -} -layers { - name: "relu6" - type: RELU - bottom: "fc6" - top: "fc6" -} -layers { - name: "drop6" - type: DROPOUT - bottom: "fc6" - top: "fc6" - dropout_param { - dropout_ratio: 0.5 - } -} -layers { - name: "fc7" - type: INNER_PRODUCT - bottom: "fc6" - top: "fc7" - # Note that blobs_lr can be set to 0 to disable any fine-tuning of this, and any other, layer - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - inner_product_param { - num_output: 4096 - weight_filler { - type: "gaussian" - std: 0.005 - } - bias_filler { - type: "constant" - value: 1 - } - } -} -layers { - name: "relu7" - type: RELU - bottom: "fc7" - top: "fc7" -} -layers { - name: "drop7" - type: DROPOUT - bottom: "fc7" - top: "fc7" - dropout_param { - dropout_ratio: 0.5 - } -} -layers { - name: "fc8_flickr" - type: INNER_PRODUCT - bottom: "fc7" - top: "fc8_flickr" - # blobs_lr is set to higher than for other layers, because this layer is starting from random while the others are already trained - blobs_lr: 10 - blobs_lr: 20 - weight_decay: 1 - weight_decay: 0 - inner_product_param { - num_output: 20 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 0 - } - } -} -layers { - name: "prob" - type: SOFTMAX - bottom: "fc8_flickr" - top: "prob" -} diff --git a/caffe-crfrnn/models/finetune_flickr_style/readme.md b/caffe-crfrnn/models/finetune_flickr_style/readme.md deleted file mode 100644 index aac7f7c9..00000000 --- a/caffe-crfrnn/models/finetune_flickr_style/readme.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Finetuning CaffeNet on Flickr Style -caffemodel: finetune_flickr_style.caffemodel -caffemodel_url: http://dl.caffe.berkeleyvision.org/finetune_flickr_style.caffemodel -license: non-commercial -sha1: b61b5cef7d771b53b0c488e78d35ccadc073e9cf -caffe_commit: 737ea5e936821b5c69f9c3952d72693ae5843370 -gist_id: 034c6ac3865563b69e60 ---- - -This model is trained exactly as described in `docs/finetune_flickr_style/readme.md`, using all 80000 images. -The final performance: - - I1017 07:36:17.370688 31333 solver.cpp:228] Iteration 100000, loss = 0.757952 - I1017 07:36:17.370730 31333 solver.cpp:247] Iteration 100000, Testing net (#0) - I1017 07:36:34.248730 31333 solver.cpp:298] Test net output #0: accuracy = 0.3916 - -This model was trained by Sergey Karayev @sergeyk - -## License - -The Flickr Style dataset contains only URLs to images. -Some of the images may have copyright. -Training a category-recognition model for research/non-commercial use may constitute fair use of this data, but the result should not be used for commercial purposes. diff --git a/caffe-crfrnn/models/finetune_flickr_style/solver.prototxt b/caffe-crfrnn/models/finetune_flickr_style/solver.prototxt deleted file mode 100644 index 5e189bc9..00000000 --- a/caffe-crfrnn/models/finetune_flickr_style/solver.prototxt +++ /dev/null @@ -1,17 +0,0 @@ -net: "models/finetune_flickr_style/train_val.prototxt" -test_iter: 100 -test_interval: 1000 -# lr for fine-tuning should be lower than when starting from scratch -base_lr: 0.001 -lr_policy: "step" -gamma: 0.1 -# stepsize should also be lower, as we're closer to being done -stepsize: 20000 -display: 20 -max_iter: 100000 -momentum: 0.9 -weight_decay: 0.0005 -snapshot: 10000 -snapshot_prefix: "models/finetune_flickr_style/finetune_flickr_style" -# uncomment the following to default to CPU mode solving -# solver_mode: CPU diff --git a/caffe-crfrnn/models/finetune_flickr_style/train_val.prototxt b/caffe-crfrnn/models/finetune_flickr_style/train_val.prototxt deleted file mode 100644 index 7155c492..00000000 --- a/caffe-crfrnn/models/finetune_flickr_style/train_val.prototxt +++ /dev/null @@ -1,349 +0,0 @@ -name: "FlickrStyleCaffeNet" -layers { - name: "data" - type: IMAGE_DATA - top: "data" - top: "label" - image_data_param { - source: "data/flickr_style/train.txt" - batch_size: 50 - new_height: 256 - new_width: 256 - } - transform_param { - crop_size: 227 - mean_file: "data/ilsvrc12/imagenet_mean.binaryproto" - mirror: true - } - include: { phase: TRAIN } -} -layers { - name: "data" - type: IMAGE_DATA - top: "data" - top: "label" - image_data_param { - source: "data/flickr_style/test.txt" - batch_size: 50 - new_height: 256 - new_width: 256 - } - transform_param { - crop_size: 227 - mean_file: "data/ilsvrc12/imagenet_mean.binaryproto" - mirror: false - } - include: { phase: TEST } -} -layers { - name: "conv1" - type: CONVOLUTION - bottom: "data" - top: "conv1" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 96 - kernel_size: 11 - stride: 4 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 0 - } - } -} -layers { - name: "relu1" - type: RELU - bottom: "conv1" - top: "conv1" -} -layers { - name: "pool1" - type: POOLING - bottom: "conv1" - top: "pool1" - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - name: "norm1" - type: LRN - bottom: "pool1" - top: "norm1" - lrn_param { - local_size: 5 - alpha: 0.0001 - beta: 0.75 - } -} -layers { - name: "conv2" - type: CONVOLUTION - bottom: "norm1" - top: "conv2" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 256 - pad: 2 - kernel_size: 5 - group: 2 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 1 - } - } -} -layers { - name: "relu2" - type: RELU - bottom: "conv2" - top: "conv2" -} -layers { - name: "pool2" - type: POOLING - bottom: "conv2" - top: "pool2" - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - name: "norm2" - type: LRN - bottom: "pool2" - top: "norm2" - lrn_param { - local_size: 5 - alpha: 0.0001 - beta: 0.75 - } -} -layers { - name: "conv3" - type: CONVOLUTION - bottom: "norm2" - top: "conv3" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 384 - pad: 1 - kernel_size: 3 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 0 - } - } -} -layers { - name: "relu3" - type: RELU - bottom: "conv3" - top: "conv3" -} -layers { - name: "conv4" - type: CONVOLUTION - bottom: "conv3" - top: "conv4" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 384 - pad: 1 - kernel_size: 3 - group: 2 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 1 - } - } -} -layers { - name: "relu4" - type: RELU - bottom: "conv4" - top: "conv4" -} -layers { - name: "conv5" - type: CONVOLUTION - bottom: "conv4" - top: "conv5" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - convolution_param { - num_output: 256 - pad: 1 - kernel_size: 3 - group: 2 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 1 - } - } -} -layers { - name: "relu5" - type: RELU - bottom: "conv5" - top: "conv5" -} -layers { - name: "pool5" - type: POOLING - bottom: "conv5" - top: "pool5" - pooling_param { - pool: MAX - kernel_size: 3 - stride: 2 - } -} -layers { - name: "fc6" - type: INNER_PRODUCT - bottom: "pool5" - top: "fc6" - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - inner_product_param { - num_output: 4096 - weight_filler { - type: "gaussian" - std: 0.005 - } - bias_filler { - type: "constant" - value: 1 - } - } -} -layers { - name: "relu6" - type: RELU - bottom: "fc6" - top: "fc6" -} -layers { - name: "drop6" - type: DROPOUT - bottom: "fc6" - top: "fc6" - dropout_param { - dropout_ratio: 0.5 - } -} -layers { - name: "fc7" - type: INNER_PRODUCT - bottom: "fc6" - top: "fc7" - # Note that blobs_lr can be set to 0 to disable any fine-tuning of this, and any other, layer - blobs_lr: 1 - blobs_lr: 2 - weight_decay: 1 - weight_decay: 0 - inner_product_param { - num_output: 4096 - weight_filler { - type: "gaussian" - std: 0.005 - } - bias_filler { - type: "constant" - value: 1 - } - } -} -layers { - name: "relu7" - type: RELU - bottom: "fc7" - top: "fc7" -} -layers { - name: "drop7" - type: DROPOUT - bottom: "fc7" - top: "fc7" - dropout_param { - dropout_ratio: 0.5 - } -} -layers { - name: "fc8_flickr" - type: INNER_PRODUCT - bottom: "fc7" - top: "fc8_flickr" - # blobs_lr is set to higher than for other layers, because this layer is starting from random while the others are already trained - blobs_lr: 10 - blobs_lr: 20 - weight_decay: 1 - weight_decay: 0 - inner_product_param { - num_output: 20 - weight_filler { - type: "gaussian" - std: 0.01 - } - bias_filler { - type: "constant" - value: 0 - } - } -} -layers { - name: "loss" - type: SOFTMAX_LOSS - bottom: "fc8_flickr" - bottom: "label" -} -layers { - name: "accuracy" - type: ACCURACY - bottom: "fc8_flickr" - bottom: "label" - top: "accuracy" - include: { phase: TEST } -} diff --git a/caffe-crfrnn/python/CMakeLists.txt b/caffe-crfrnn/python/CMakeLists.txt deleted file mode 100644 index 0e2bc7e6..00000000 --- a/caffe-crfrnn/python/CMakeLists.txt +++ /dev/null @@ -1,34 +0,0 @@ -if(NOT HAVE_PYTHON) - message(STATUS "Python interface is disabled or not all required dependecies found. Building without it...") - return() -endif() - -include_directories(${PYTHON_INCLUDE_DIRS} ${NUMPY_INCLUDE_DIR} ${Boost_INCLUDE_DIRS}) -file(GLOB_RECURSE python_srcs ${PROJECT_SOURCE_DIR}/python/*.cpp) - -add_library(pycaffe SHARED ${python_srcs}) -target_link_libraries(pycaffe ${Caffe_LINK} ${PYTHON_LIBRARIES} ${Boost_LIBRARIES}) -set_target_properties(pycaffe PROPERTIES PREFIX "" OUTPUT_NAME "_caffe") -caffe_default_properties(pycaffe) - -if(UNIX OR APPLE) - set(__linkname "${PROJECT_SOURCE_DIR}/python/caffe/_caffe.so") - add_custom_command(TARGET pycaffe POST_BUILD - COMMAND ln -sf $ "${__linkname}" - COMMAND ${CMAKE_COMMAND} -E make_directory ${PROJECT_SOURCE_DIR}/python/caffe/proto - COMMAND touch ${PROJECT_SOURCE_DIR}/python/caffe/proto/__init__.py - COMMAND cp ${proto_gen_folder}/*.py ${PROJECT_SOURCE_DIR}/python/caffe/proto/ - COMMENT "Creating symlink ${__linkname} -> ${PROJECT_BINARY_DIR}/lib/_caffe${Caffe_POSTFIX}.so") -endif() - -# ---[ Install -file(GLOB files1 *.py requirements.txt) -install(FILES ${files1} DESTINATION python) - -file(GLOB files2 caffe/*.py) -install(FILES ${files2} DESTINATION python/caffe) -install(TARGETS pycaffe DESTINATION python/caffe) -install(DIRECTORY caffe/imagenet caffe/proto caffe/test DESTINATION python/caffe) - - - diff --git a/caffe-crfrnn/python/caffe/__init__.py b/caffe-crfrnn/python/caffe/__init__.py deleted file mode 100755 index 59828d9a..00000000 --- a/caffe-crfrnn/python/caffe/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -from .pycaffe import Net, SGDSolver -from .classifier import Classifier -from .detector import Detector -from .segmenter import Segmenter -import io diff --git a/caffe-crfrnn/python/caffe/_caffe.cpp b/caffe-crfrnn/python/caffe/_caffe.cpp deleted file mode 100644 index 156b5187..00000000 --- a/caffe-crfrnn/python/caffe/_caffe.cpp +++ /dev/null @@ -1,218 +0,0 @@ -// pycaffe provides a wrapper of the caffe::Net class as well as some -// caffe::Caffe functions so that one could easily call it from Python. -// Note that for Python, we will simply use float as the data type. - -#include // NOLINT(build/include_alpha) - -#include -#include - -// these need to be included after boost on OS X -#include // NOLINT(build/include_order) -#include // NOLINT(build/include_order) -#include // NOLINT - -#include "_caffe.hpp" -#include "caffe/caffe.hpp" - -// Temporary solution for numpy < 1.7 versions: old macro, no promises. -// You're strongly advised to upgrade to >= 1.7. -#ifndef NPY_ARRAY_C_CONTIGUOUS -#define NPY_ARRAY_C_CONTIGUOUS NPY_C_CONTIGUOUS -#define PyArray_SetBaseObject(arr, x) (PyArray_BASE(arr) = (x)) -#endif - -namespace caffe { - -// for convenience, check that input files can be opened, and raise an -// exception that boost will send to Python if not (caffe could still crash -// later if the input files are disturbed before they are actually used, but -// this saves frustration in most cases) -static void CheckFile(const string& filename) { - std::ifstream f(filename.c_str()); - if (!f.good()) { - f.close(); - throw std::runtime_error("Could not open file " + filename); - } - f.close(); -} - -bp::object PyBlobWrap::get_data() { - npy_intp dims[] = {num(), channels(), height(), width()}; - - PyObject *obj = PyArray_SimpleNewFromData(4, dims, NPY_FLOAT32, - blob_->mutable_cpu_data()); - PyArray_SetBaseObject(reinterpret_cast(obj), self_); - Py_INCREF(self_); - bp::handle<> h(obj); - - return bp::object(h); -} - -bp::object PyBlobWrap::get_diff() { - npy_intp dims[] = {num(), channels(), height(), width()}; - - PyObject *obj = PyArray_SimpleNewFromData(4, dims, NPY_FLOAT32, - blob_->mutable_cpu_diff()); - PyArray_SetBaseObject(reinterpret_cast(obj), self_); - Py_INCREF(self_); - bp::handle<> h(obj); - - return bp::object(h); -} - -PyNet::PyNet(string param_file, string pretrained_param_file) { - Init(param_file); - CheckFile(pretrained_param_file); - net_->CopyTrainedLayersFrom(pretrained_param_file); -} - -void PyNet::Init(string param_file) { - CheckFile(param_file); - net_.reset(new Net(param_file)); -} - -void PyNet::check_contiguous_array(PyArrayObject* arr, string name, - int channels, int height, int width) { - if (!(PyArray_FLAGS(arr) & NPY_ARRAY_C_CONTIGUOUS)) { - throw std::runtime_error(name + " must be C contiguous"); - } - if (PyArray_NDIM(arr) != 4) { - throw std::runtime_error(name + " must be 4-d"); - } - if (PyArray_TYPE(arr) != NPY_FLOAT32) { - throw std::runtime_error(name + " must be float32"); - } - if (PyArray_DIMS(arr)[1] != channels) { - throw std::runtime_error(name + " has wrong number of channels"); - } - if (PyArray_DIMS(arr)[2] != height) { - throw std::runtime_error(name + " has wrong height"); - } - if (PyArray_DIMS(arr)[3] != width) { - throw std::runtime_error(name + " has wrong width"); - } -} - -void PyNet::set_input_arrays(bp::object data_obj, bp::object labels_obj) { - // check that this network has an input MemoryDataLayer - shared_ptr > md_layer = - boost::dynamic_pointer_cast >(net_->layers()[0]); - if (!md_layer) { - throw std::runtime_error("set_input_arrays may only be called if the" - " first layer is a MemoryDataLayer"); - } - - // check that we were passed appropriately-sized contiguous memory - PyArrayObject* data_arr = - reinterpret_cast(data_obj.ptr()); - PyArrayObject* labels_arr = - reinterpret_cast(labels_obj.ptr()); - check_contiguous_array(data_arr, "data array", md_layer->channels(), - md_layer->height(), md_layer->width()); - check_contiguous_array(labels_arr, "labels array", 1, 1, 1); - if (PyArray_DIMS(data_arr)[0] != PyArray_DIMS(labels_arr)[0]) { - throw std::runtime_error("data and labels must have the same first" - " dimension"); - } - if (PyArray_DIMS(data_arr)[0] % md_layer->batch_size() != 0) { - throw std::runtime_error("first dimensions of input arrays must be a" - " multiple of batch size"); - } - - // hold references - input_data_ = data_obj; - input_labels_ = labels_obj; - - md_layer->Reset(static_cast(PyArray_DATA(data_arr)), - static_cast(PyArray_DATA(labels_arr)), - PyArray_DIMS(data_arr)[0]); -} - -PySGDSolver::PySGDSolver(const string& param_file) { - // as in PyNet, (as a convenience, not a guarantee), create a Python - // exception if param_file can't be opened - CheckFile(param_file); - solver_.reset(new SGDSolver(param_file)); - // we need to explicitly store the net wrapper, rather than constructing - // it on the fly, so that it can hold references to Python objects - net_.reset(new PyNet(solver_->net())); - for (int i = 0; i < solver_->test_nets().size(); ++i) { - test_nets_.push_back(boost::make_shared(solver_->test_nets()[i])); - } -} - -void PySGDSolver::SolveResume(const string& resume_file) { - CheckFile(resume_file); - return solver_->Solve(resume_file); -} - -BOOST_PYTHON_MODULE(_caffe) { - // below, we prepend an underscore to methods that will be replaced - // in Python - bp::class_ >( - "Net", bp::init()) - .def(bp::init()) - .def("copy_from", &PyNet::CopyTrainedLayersFrom) - .def("share_with", &PyNet::ShareTrainedLayersWith) - .def("_forward", &PyNet::Forward) - .def("_backward", &PyNet::Backward) - .def("reshape", &PyNet::Reshape) - .def("set_mode_cpu", &PyNet::set_mode_cpu) - .def("set_mode_gpu", &PyNet::set_mode_gpu) - .def("set_phase_train", &PyNet::set_phase_train) - .def("set_phase_test", &PyNet::set_phase_test) - .def("set_device", &PyNet::set_device) - .add_property("_blobs", &PyNet::blobs) - .add_property("layers", &PyNet::layers) - .add_property("_blob_names", &PyNet::blob_names) - .add_property("_layer_names", &PyNet::layer_names) - .add_property("inputs", &PyNet::inputs) - .add_property("outputs", &PyNet::outputs) - .add_property("mean", &PyNet::mean_) - .add_property("input_scale", &PyNet::input_scale_) - .add_property("raw_scale", &PyNet::raw_scale_) - .add_property("channel_swap", &PyNet::channel_swap_) - .def("_set_input_arrays", &PyNet::set_input_arrays) - .def("save", &PyNet::save); - - bp::class_, PyBlobWrap>( - "Blob", bp::no_init) - .add_property("num", &PyBlob::num) - .add_property("channels", &PyBlob::channels) - .add_property("height", &PyBlob::height) - .add_property("width", &PyBlob::width) - .add_property("count", &PyBlob::count) - .def("reshape", &PyBlob::Reshape) - .add_property("data", &PyBlobWrap::get_data) - .add_property("diff", &PyBlobWrap::get_diff); - - bp::class_( - "Layer", bp::no_init) - .add_property("blobs", &PyLayer::blobs); - - bp::class_( - "SGDSolver", bp::init()) - .add_property("net", &PySGDSolver::net) - .add_property("test_nets", &PySGDSolver::test_nets) - .add_property("iter", &PySGDSolver::iter) - .def("solve", &PySGDSolver::Solve) - .def("solve", &PySGDSolver::SolveResume) - .def("step", &PySGDSolver::Step); - - bp::class_ > >("NetVec") - .def(bp::vector_indexing_suite >, true>()); - - bp::class_ > >("BlobVec") - .def(bp::vector_indexing_suite >, true>()); - - bp::class_ >("LayerVec") - .def(bp::vector_indexing_suite, true>()); - - bp::class_ >("StringVec") - .def(bp::vector_indexing_suite >()); - - import_array(); -} - -} // namespace caffe diff --git a/caffe-crfrnn/python/caffe/_caffe.hpp b/caffe-crfrnn/python/caffe/_caffe.hpp deleted file mode 100644 index a5cef74a..00000000 --- a/caffe-crfrnn/python/caffe/_caffe.hpp +++ /dev/null @@ -1,199 +0,0 @@ -#ifndef PYTHON_CAFFE__CAFFE_HPP_ -#define PYTHON_CAFFE__CAFFE_HPP_ - -#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION - -#include // NOLINT(build/include_alpha) - -#include -#include -#include - -// these need to be included after boost on OS X -#include // NOLINT(build/include_order) -#include // NOLINT(build/include_order) - -#include "caffe/caffe.hpp" - -namespace bp = boost::python; -using boost::shared_ptr; - -namespace caffe { - -// wrap shared_ptr in a class that we construct in C++ and pass -// to Python -template -class PyBlob { - public: - explicit PyBlob(const shared_ptr > &blob) - : blob_(blob) {} - - int num() const { return blob_->num(); } - int channels() const { return blob_->channels(); } - int height() const { return blob_->height(); } - int width() const { return blob_->width(); } - int count() const { return blob_->count(); } - void Reshape(const int n, const int c, const int h, const int w) { - return blob_->Reshape(n, c, h, w); - } - - // this is here only to satisfy boost's vector_indexing_suite - bool operator == (const PyBlob &other) { - return this->blob_ == other.blob_; - } - - protected: - shared_ptr > blob_; -}; - -// We need another wrapper (used as boost::python's HeldType) that receives a -// self PyObject * which we can use as ndarray.base, so that data/diff memory -// is not freed while still being used in Python. -class PyBlobWrap : public PyBlob { - public: - PyBlobWrap(PyObject *p, const PyBlob &blob) - : PyBlob(blob), self_(p) {} - - bp::object get_data(); - bp::object get_diff(); - - private: - PyObject *self_; -}; - -class PyLayer { - public: - explicit PyLayer(const shared_ptr > &layer) - : layer_(layer) {} - - vector > blobs() { - return vector >(layer_->blobs().begin(), - layer_->blobs().end()); - } - - // this is here only to satisfy boost's vector_indexing_suite - bool operator == (const PyLayer &other) { - return this->layer_ == other.layer_; - } - - protected: - shared_ptr > layer_; -}; - -class PyNet { - public: - // For cases where parameters will be determined later by the Python user, - // create a Net with unallocated parameters (which will not be zero-filled - // when accessed). - explicit PyNet(string param_file) { Init(param_file); } - PyNet(string param_file, string pretrained_param_file); - explicit PyNet(shared_ptr > net) - : net_(net) {} - virtual ~PyNet() {} - - void Init(string param_file); - - - // Generate Python exceptions for badly shaped or discontiguous arrays. - inline void check_contiguous_array(PyArrayObject* arr, string name, - int channels, int height, int width); - - void CopyTrainedLayersFrom(const string filename) { - net_->CopyTrainedLayersFrom(filename); - } - void ShareTrainedLayersWith(PyNet* other) { - net_->ShareTrainedLayersWith(other->net_.get()); - } - void Forward(int start, int end) { net_->ForwardFromTo(start, end); } - void Backward(int start, int end) { net_->BackwardFromTo(start, end); } - void Reshape() { net_->Reshape(); } - - void set_input_arrays(bp::object data_obj, bp::object labels_obj); - - // Save the network weights to binary proto for net surgeries. - void save(string filename) { - NetParameter net_param; - net_->ToProto(&net_param, false); - WriteProtoToBinaryFile(net_param, filename.c_str()); - } - - // The caffe::Caffe utility functions. - void set_mode_cpu() { Caffe::set_mode(Caffe::CPU); } - void set_mode_gpu() { Caffe::set_mode(Caffe::GPU); } - void set_phase_train() { Caffe::set_phase(Caffe::TRAIN); } - void set_phase_test() { Caffe::set_phase(Caffe::TEST); } - void set_device(int device_id) { Caffe::SetDevice(device_id); } - - vector > blobs() { - return vector >(net_->blobs().begin(), net_->blobs().end()); - } - - vector layers() { - return vector(net_->layers().begin(), net_->layers().end()); - } - - vector blob_names() { return net_->blob_names(); } - vector layer_names() { return net_->layer_names(); } - - bp::list inputs() { - bp::list input_blob_names; - for (int i = 0; i < net_->input_blob_indices().size(); ++i) { - input_blob_names.append( - net_->blob_names()[net_->input_blob_indices()[i]]); - } - return input_blob_names; - } - - bp::list outputs() { - bp::list output_blob_names; - for (int i = 0; i < net_->output_blob_indices().size(); ++i) { - output_blob_names.append( - net_->blob_names()[net_->output_blob_indices()[i]]); - } - return output_blob_names; - } - - // Input preprocessing configuration attributes. These are public for - // direct access from Python. - bp::dict mean_; - bp::dict input_scale_; - bp::dict raw_scale_; - bp::dict channel_swap_; - - // this is here only to satisfy boost's vector_indexing_suite - bool operator == (const PyNet &other) { - return this->net_ == other.net_; - } - - protected: - // The pointer to the internal caffe::Net instance. - shared_ptr > net_; - // if taking input from an ndarray, we need to hold references - bp::object input_data_; - bp::object input_labels_; -}; - -class PySGDSolver { - public: - explicit PySGDSolver(const string& param_file); - - shared_ptr net() { return net_; } - vector > test_nets() { return test_nets_; } - int iter() { return solver_->iter(); } - void Solve() { return solver_->Solve(); } - void Step(int iters) { solver_->Step(iters); } - void SolveResume(const string& resume_file); - - protected: - shared_ptr net_; - vector > test_nets_; - shared_ptr > solver_; -}; - -// Declare the module init function created by boost::python, so that we can -// use this module from C++ when embedding Python. -PyMODINIT_FUNC init_caffe(void); - -} // namespace caffe - -#endif diff --git a/caffe-crfrnn/python/caffe/classifier.py b/caffe-crfrnn/python/caffe/classifier.py deleted file mode 100644 index fe471ca1..00000000 --- a/caffe-crfrnn/python/caffe/classifier.py +++ /dev/null @@ -1,94 +0,0 @@ -#!/usr/bin/env python -""" -Classifier is an image classifier specialization of Net. -""" - -import numpy as np - -import caffe - - -class Classifier(caffe.Net): - """ - Classifier extends Net for image class prediction - by scaling, center cropping, or oversampling. - """ - def __init__(self, model_file, pretrained_file, image_dims=None, - gpu=False, mean=None, input_scale=None, raw_scale=None, - channel_swap=None): - """ - Take - image_dims: dimensions to scale input for cropping/sampling. - Default is to scale to net input size for whole-image crop. - gpu, mean, input_scale, raw_scale, channel_swap: params for - preprocessing options. - """ - caffe.Net.__init__(self, model_file, pretrained_file) - self.set_phase_test() - - if gpu: - self.set_mode_gpu() - else: - self.set_mode_cpu() - - if mean is not None: - self.set_mean(self.inputs[0], mean) - if input_scale is not None: - self.set_input_scale(self.inputs[0], input_scale) - if raw_scale is not None: - self.set_raw_scale(self.inputs[0], raw_scale) - if channel_swap is not None: - self.set_channel_swap(self.inputs[0], channel_swap) - - self.crop_dims = np.array(self.blobs[self.inputs[0]].data.shape[2:]) - if not image_dims: - image_dims = self.crop_dims - self.image_dims = image_dims - - - def predict(self, inputs, oversample=True): - """ - Predict classification probabilities of inputs. - - Take - inputs: iterable of (H x W x K) input ndarrays. - oversample: average predictions across center, corners, and mirrors - when True (default). Center-only prediction when False. - - Give - predictions: (N x C) ndarray of class probabilities - for N images and C classes. - """ - # Scale to standardize input dimensions. - input_ = np.zeros((len(inputs), - self.image_dims[0], self.image_dims[1], inputs[0].shape[2]), - dtype=np.float32) - for ix, in_ in enumerate(inputs): - input_[ix] = caffe.io.resize_image(in_, self.image_dims) - - if oversample: - # Generate center, corner, and mirrored crops. - input_ = caffe.io.oversample(input_, self.crop_dims) - else: - # Take center crop. - center = np.array(self.image_dims) / 2.0 - crop = np.tile(center, (1, 2))[0] + np.concatenate([ - -self.crop_dims / 2.0, - self.crop_dims / 2.0 - ]) - input_ = input_[:, crop[0]:crop[2], crop[1]:crop[3], :] - - # Classify - caffe_in = np.zeros(np.array(input_.shape)[[0,3,1,2]], - dtype=np.float32) - for ix, in_ in enumerate(input_): - caffe_in[ix] = self.preprocess(self.inputs[0], in_) - out = self.forward_all(**{self.inputs[0]: caffe_in}) - predictions = out[self.outputs[0]].squeeze(axis=(2,3)) - - # For oversampling, average predictions across crops. - if oversample: - predictions = predictions.reshape((len(predictions) / 10, 10, -1)) - predictions = predictions.mean(1) - - return predictions diff --git a/caffe-crfrnn/python/caffe/detector.py b/caffe-crfrnn/python/caffe/detector.py deleted file mode 100644 index f219b610..00000000 --- a/caffe-crfrnn/python/caffe/detector.py +++ /dev/null @@ -1,204 +0,0 @@ -#!/usr/bin/env python -""" -Do windowed detection by classifying a number of images/crops at once, -optionally using the selective search window proposal method. - -This implementation follows ideas in - Ross Girshick, Jeff Donahue, Trevor Darrell, Jitendra Malik. - Rich feature hierarchies for accurate object detection and semantic - segmentation. - http://arxiv.org/abs/1311.2524 - -The selective_search_ijcv_with_python code required for the selective search -proposal mode is available at - https://github.com/sergeyk/selective_search_ijcv_with_python -""" -import numpy as np -import os - -import caffe - - -class Detector(caffe.Net): - """ - Detector extends Net for windowed detection by a list of crops or - selective search proposals. - """ - def __init__(self, model_file, pretrained_file, gpu=False, mean=None, - input_scale=None, raw_scale=None, channel_swap=None, - context_pad=None): - """ - Take - gpu, mean, input_scale, raw_scale, channel_swap: params for - preprocessing options. - context_pad: amount of surrounding context to take s.t. a `context_pad` - sized border of pixels in the network input image is context, as in - R-CNN feature extraction. - """ - caffe.Net.__init__(self, model_file, pretrained_file) - self.set_phase_test() - - if gpu: - self.set_mode_gpu() - else: - self.set_mode_cpu() - - if mean is not None: - self.set_mean(self.inputs[0], mean) - if input_scale is not None: - self.set_input_scale(self.inputs[0], input_scale) - if raw_scale is not None: - self.set_raw_scale(self.inputs[0], raw_scale) - if channel_swap is not None: - self.set_channel_swap(self.inputs[0], channel_swap) - - self.configure_crop(context_pad) - - - def detect_windows(self, images_windows): - """ - Do windowed detection over given images and windows. Windows are - extracted then warped to the input dimensions of the net. - - Take - images_windows: (image filename, window list) iterable. - context_crop: size of context border to crop in pixels. - - Give - detections: list of {filename: image filename, window: crop coordinates, - predictions: prediction vector} dicts. - """ - # Extract windows. - window_inputs = [] - for image_fname, windows in images_windows: - image = caffe.io.load_image(image_fname).astype(np.float32) - for window in windows: - window_inputs.append(self.crop(image, window)) - - # Run through the net (warping windows to input dimensions). - caffe_in = np.zeros((len(window_inputs), window_inputs[0].shape[2]) - + self.blobs[self.inputs[0]].data.shape[2:], - dtype=np.float32) - for ix, window_in in enumerate(window_inputs): - caffe_in[ix] = self.preprocess(self.inputs[0], window_in) - out = self.forward_all(**{self.inputs[0]: caffe_in}) - predictions = out[self.outputs[0]].squeeze(axis=(2,3)) - - # Package predictions with images and windows. - detections = [] - ix = 0 - for image_fname, windows in images_windows: - for window in windows: - detections.append({ - 'window': window, - 'prediction': predictions[ix], - 'filename': image_fname - }) - ix += 1 - return detections - - - def detect_selective_search(self, image_fnames): - """ - Do windowed detection over Selective Search proposals by extracting - the crop and warping to the input dimensions of the net. - - Take - image_fnames: list - - Give - detections: list of {filename: image filename, window: crop coordinates, - predictions: prediction vector} dicts. - """ - import selective_search_ijcv_with_python as selective_search - # Make absolute paths so MATLAB can find the files. - image_fnames = [os.path.abspath(f) for f in image_fnames] - windows_list = selective_search.get_windows( - image_fnames, - cmd='selective_search_rcnn' - ) - # Run windowed detection on the selective search list. - return self.detect_windows(zip(image_fnames, windows_list)) - - - def crop(self, im, window): - """ - Crop a window from the image for detection. Include surrounding context - according to the `context_pad` configuration. - - Take - im: H x W x K image ndarray to crop. - window: bounding box coordinates as ymin, xmin, ymax, xmax. - - Give - crop: cropped window. - """ - # Crop window from the image. - crop = im[window[0]:window[2], window[1]:window[3]] - - if self.context_pad: - box = window.copy() - crop_size = self.blobs[self.inputs[0]].width # assumes square - scale = crop_size / (1. * crop_size - self.context_pad * 2) - # Crop a box + surrounding context. - half_h = (box[2] - box[0] + 1) / 2. - half_w = (box[3] - box[1] + 1) / 2. - center = (box[0] + half_h, box[1] + half_w) - scaled_dims = scale * np.array((-half_h, -half_w, half_h, half_w)) - box = np.round(np.tile(center, 2) + scaled_dims) - full_h = box[2] - box[0] + 1 - full_w = box[3] - box[1] + 1 - scale_h = crop_size / full_h - scale_w = crop_size / full_w - pad_y = round(max(0, -box[0]) * scale_h) # amount out-of-bounds - pad_x = round(max(0, -box[1]) * scale_w) - - # Clip box to image dimensions. - im_h, im_w = im.shape[:2] - box = np.clip(box, 0., [im_h, im_w, im_h, im_w]) - clip_h = box[2] - box[0] + 1 - clip_w = box[3] - box[1] + 1 - assert(clip_h > 0 and clip_w > 0) - crop_h = round(clip_h * scale_h) - crop_w = round(clip_w * scale_w) - if pad_y + crop_h > crop_size: - crop_h = crop_size - pad_y - if pad_x + crop_w > crop_size: - crop_w = crop_size - pad_x - - # collect with context padding and place in input - # with mean padding - context_crop = im[box[0]:box[2], box[1]:box[3]] - context_crop = caffe.io.resize_image(context_crop, (crop_h, crop_w)) - crop = self.crop_mean.copy() - crop[pad_y:(pad_y + crop_h), pad_x:(pad_x + crop_w)] = context_crop - - return crop - - - def configure_crop(self, context_pad): - """ - Configure amount of context for cropping. - If context is included, make the special input mean for context padding. - - Take - context_pad: amount of context for cropping. - """ - self.context_pad = context_pad - if self.context_pad: - raw_scale = self.raw_scale.get(self.inputs[0]) - channel_order = self.channel_swap.get(self.inputs[0]) - # Padding context crops needs the mean in unprocessed input space. - mean = self.mean.get(self.inputs[0]) - if mean is not None: - crop_mean = mean.copy().transpose((1,2,0)) - if channel_order is not None: - channel_order_inverse = [channel_order.index(i) - for i in range(crop_mean.shape[2])] - crop_mean = crop_mean[:,:, channel_order_inverse] - if raw_scale is not None: - crop_mean /= raw_scale - self.crop_mean = crop_mean - else: - self.crop_mean = np.zeros(self.blobs[self.inputs[0]].data.shape, - dtype=np.float32) diff --git a/caffe-crfrnn/python/caffe/draw.py b/caffe-crfrnn/python/caffe/draw.py deleted file mode 100644 index f8631cfa..00000000 --- a/caffe-crfrnn/python/caffe/draw.py +++ /dev/null @@ -1,76 +0,0 @@ -""" -Caffe network visualization: draw the NetParameter protobuffer. - -NOTE: this requires pydot>=1.0.2, which is not included in requirements.txt -since it requires graphviz and other prerequisites outside the scope of the -Caffe. -""" - -from caffe.proto import caffe_pb2 -from google.protobuf import text_format -import pydot - -# Internal layer and blob styles. -LAYER_STYLE = {'shape': 'record', 'fillcolor': '#6495ED', - 'style': 'filled'} -NEURON_LAYER_STYLE = {'shape': 'record', 'fillcolor': '#90EE90', - 'style': 'filled'} -BLOB_STYLE = {'shape': 'octagon', 'fillcolor': '#F0E68C', - 'style': 'filled'} -def get_enum_name_by_value(): - desc = caffe_pb2.LayerParameter.LayerType.DESCRIPTOR - d = {} - for k,v in desc.values_by_name.items(): - d[v.number] = k - return d - -def get_pydot_graph(caffe_net): - pydot_graph = pydot.Dot(caffe_net.name, graph_type='digraph', rankdir="BT") - pydot_nodes = {} - pydot_edges = [] - d = get_enum_name_by_value() - for layer in caffe_net.layers: - name = layer.name - layertype = d[layer.type] - if (len(layer.bottom) == 1 and len(layer.top) == 1 and - layer.bottom[0] == layer.top[0]): - # We have an in-place neuron layer. - pydot_nodes[name + '_' + layertype] = pydot.Node( - '%s (%s)' % (name, layertype), **NEURON_LAYER_STYLE) - else: - pydot_nodes[name + '_' + layertype] = pydot.Node( - '%s (%s)' % (name, layertype), **LAYER_STYLE) - for bottom_blob in layer.bottom: - pydot_nodes[bottom_blob + '_blob'] = pydot.Node( - '%s' % (bottom_blob), **BLOB_STYLE) - pydot_edges.append((bottom_blob + '_blob', name + '_' + layertype)) - for top_blob in layer.top: - pydot_nodes[top_blob + '_blob'] = pydot.Node( - '%s' % (top_blob)) - pydot_edges.append((name + '_' + layertype, top_blob + '_blob')) - # Now, add the nodes and edges to the graph. - for node in pydot_nodes.values(): - pydot_graph.add_node(node) - for edge in pydot_edges: - pydot_graph.add_edge( - pydot.Edge(pydot_nodes[edge[0]], pydot_nodes[edge[1]])) - return pydot_graph - -def draw_net(caffe_net, ext='png'): - """Draws a caffe net and returns the image string encoded using the given - extension. - - Input: - caffe_net: a caffe.proto.caffe_pb2.NetParameter protocol buffer. - ext: the image extension. Default 'png'. - """ - return get_pydot_graph(caffe_net).create(format=ext) - -def draw_net_to_file(caffe_net, filename): - """Draws a caffe net, and saves it to file using the format given as the - file extension. Use '.raw' to output raw text that you can manually feed - to graphviz to draw graphs. - """ - ext = filename[filename.rfind('.')+1:] - with open(filename, 'wb') as fid: - fid.write(draw_net(caffe_net, ext)) diff --git a/caffe-crfrnn/python/caffe/imagenet/ilsvrc_2012_mean.npy b/caffe-crfrnn/python/caffe/imagenet/ilsvrc_2012_mean.npy deleted file mode 100644 index 666082c6a654e0477fe9f11258fef72ac49ad7fe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1572944 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\|NFak;_v<< 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�UHnHut}y-0+iCk7)AoyzuXd;Q7Z*rB{|GeA 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 z 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

FeE_My=X!qy^RH>h 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≪7@5K(=Rto)sb(GKlMHv6u0$<&M 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 diff --git a/caffe-crfrnn/python/caffe/io.py b/caffe-crfrnn/python/caffe/io.py deleted file mode 100644 index aabcfddb..00000000 --- a/caffe-crfrnn/python/caffe/io.py +++ /dev/null @@ -1,171 +0,0 @@ -import numpy as np -import skimage.io -from scipy.ndimage import zoom -from skimage.transform import resize - -from caffe.proto import caffe_pb2 - - -def load_image(filename, color=True): - """ - Load an image converting from grayscale or alpha as needed. - - Take - filename: string - color: flag for color format. True (default) loads as RGB while False - loads as intensity (if image is already grayscale). - - Give - image: an image with type np.float32 in range [0, 1] - of size (H x W x 3) in RGB or - of size (H x W x 1) in grayscale. - """ - img = skimage.img_as_float(skimage.io.imread(filename)).astype(np.float32) - if img.ndim == 2: - img = img[:, :, np.newaxis] - if color: - img = np.tile(img, (1, 1, 3)) - elif img.shape[2] == 4: - img = img[:, :, :3] - return img - - -def resize_image(im, new_dims, interp_order=1): - """ - Resize an image array with interpolation. - - Take - im: (H x W x K) ndarray - new_dims: (height, width) tuple of new dimensions. - interp_order: interpolation order, default is linear. - - Give - im: resized ndarray with shape (new_dims[0], new_dims[1], K) - """ - if im.shape[-1] == 1 or im.shape[-1] == 3: - # skimage is fast but only understands {1,3} channel images in [0, 1]. - im_min, im_max = im.min(), im.max() - im_std = (im - im_min) / (im_max - im_min) - resized_std = resize(im_std, new_dims, order=interp_order) - resized_im = resized_std * (im_max - im_min) + im_min - else: - # ndimage interpolates anything but more slowly. - scale = tuple(np.array(new_dims) / np.array(im.shape[:2])) - resized_im = zoom(im, scale + (1,), order=interp_order) - return resized_im.astype(np.float32) - - -def oversample(images, crop_dims): - """ - Crop images into the four corners, center, and their mirrored versions. - - Take - image: iterable of (H x W x K) ndarrays - crop_dims: (height, width) tuple for the crops. - - Give - crops: (10*N x H x W x K) ndarray of crops for number of inputs N. - """ - # Dimensions and center. - im_shape = np.array(images[0].shape) - crop_dims = np.array(crop_dims) - im_center = im_shape[:2] / 2.0 - - # Make crop coordinates - h_indices = (0, im_shape[0] - crop_dims[0]) - w_indices = (0, im_shape[1] - crop_dims[1]) - crops_ix = np.empty((5, 4), dtype=int) - curr = 0 - for i in h_indices: - for j in w_indices: - crops_ix[curr] = (i, j, i + crop_dims[0], j + crop_dims[1]) - curr += 1 - crops_ix[4] = np.tile(im_center, (1, 2)) + np.concatenate([ - -crop_dims / 2.0, - crop_dims / 2.0 - ]) - crops_ix = np.tile(crops_ix, (2, 1)) - - # Extract crops - crops = np.empty((10 * len(images), crop_dims[0], crop_dims[1], - im_shape[-1]), dtype=np.float32) - ix = 0 - for im in images: - for crop in crops_ix: - crops[ix] = im[crop[0]:crop[2], crop[1]:crop[3], :] - ix += 1 - crops[ix-5:ix] = crops[ix-5:ix, :, ::-1, :] # flip for mirrors - return crops - - -def blobproto_to_array(blob, return_diff=False): - """Convert a blob proto to an array. In default, we will just return the data, - unless return_diff is True, in which case we will return the diff. - """ - if return_diff: - return np.array(blob.diff).reshape( - blob.num, blob.channels, blob.height, blob.width) - else: - return np.array(blob.data).reshape( - blob.num, blob.channels, blob.height, blob.width) - - -def array_to_blobproto(arr, diff=None): - """Converts a 4-dimensional array to blob proto. If diff is given, also - convert the diff. You need to make sure that arr and diff have the same - shape, and this function does not do sanity check. - """ - if arr.ndim != 4: - raise ValueError('Incorrect array shape.') - blob = caffe_pb2.BlobProto() - blob.num, blob.channels, blob.height, blob.width = arr.shape; - blob.data.extend(arr.astype(float).flat) - if diff is not None: - blob.diff.extend(diff.astype(float).flat) - return blob - - -def arraylist_to_blobprotovecor_str(arraylist): - """Converts a list of arrays to a serialized blobprotovec, which could be - then passed to a network for processing. - """ - vec = caffe_pb2.BlobProtoVector() - vec.blobs.extend([array_to_blobproto(arr) for arr in arraylist]) - return vec.SerializeToString() - - -def blobprotovector_str_to_arraylist(str): - """Converts a serialized blobprotovec to a list of arrays. - """ - vec = caffe_pb2.BlobProtoVector() - vec.ParseFromString(str) - return [blobproto_to_array(blob) for blob in vec.blobs] - - -def array_to_datum(arr, label=0): - """Converts a 3-dimensional array to datum. If the array has dtype uint8, - the output data will be encoded as a string. Otherwise, the output data - will be stored in float format. - """ - if arr.ndim != 3: - raise ValueError('Incorrect array shape.') - datum = caffe_pb2.Datum() - datum.channels, datum.height, datum.width = arr.shape - if arr.dtype == np.uint8: - datum.data = arr.tostring() - else: - datum.float_data.extend(arr.flat) - datum.label = label - return datum - - -def datum_to_array(datum): - """Converts a datum to an array. Note that the label is not returned, - as one can easily get it by calling datum.label. - """ - if len(datum.data): - return np.fromstring(datum.data, dtype = np.uint8).reshape( - datum.channels, datum.height, datum.width) - else: - return np.array(datum.float_data).astype(float).reshape( - datum.channels, datum.height, datum.width) diff --git a/caffe-crfrnn/python/caffe/pycaffe.py b/caffe-crfrnn/python/caffe/pycaffe.py deleted file mode 100644 index 31dc1f9b..00000000 --- a/caffe-crfrnn/python/caffe/pycaffe.py +++ /dev/null @@ -1,394 +0,0 @@ -""" -Wrap the internal caffe C++ module (_caffe.so) with a clean, Pythonic -interface. -""" - -from collections import OrderedDict -from itertools import izip_longest -import numpy as np - -from ._caffe import Net, SGDSolver -import caffe.io - -# We directly update methods from Net here (rather than using composition or -# inheritance) so that nets created by caffe (e.g., by SGDSolver) will -# automatically have the improved interface. - - -@property -def _Net_blobs(self): - """ - An OrderedDict (bottom to top, i.e., input to output) of network - blobs indexed by name - """ - return OrderedDict(zip(self._blob_names, self._blobs)) - - -@property -def _Net_params(self): - """ - An OrderedDict (bottom to top, i.e., input to output) of network - parameters indexed by name; each is a list of multiple blobs (e.g., - weights and biases) - """ - return OrderedDict([(name, lr.blobs) - for name, lr in zip(self._layer_names, self.layers) - if len(lr.blobs) > 0]) - -def _Net_forward(self, blobs=None, start=None, end=None, **kwargs): - """ - Forward pass: prepare inputs and run the net forward. - - Take - blobs: list of blobs to return in addition to output blobs. - kwargs: Keys are input blob names and values are blob ndarrays. - For formatting inputs for Caffe, see Net.preprocess(). - If None, input is taken from data layers. - start: optional name of layer at which to begin the forward pass - end: optional name of layer at which to finish the forward pass (inclusive) - - Give - outs: {blob name: blob ndarray} dict. - """ - if blobs is None: - blobs = [] - - if start is not None: - start_ind = list(self._layer_names).index(start) - else: - start_ind = 0 - - if end is not None: - end_ind = list(self._layer_names).index(end) - outputs = set([end] + blobs) - else: - end_ind = len(self.layers) - 1 - outputs = set(self.outputs + blobs) - - if kwargs: - if set(kwargs.keys()) != set(self.inputs): - raise Exception('Input blob arguments do not match net inputs.') - # Set input according to defined shapes and make arrays single and - # C-contiguous as Caffe expects. - for in_, blob in kwargs.iteritems(): - if blob.ndim != 4: - raise Exception('{} blob is not 4-d'.format(in_)) - if blob.shape[0] != self.blobs[in_].num: - raise Exception('Input is not batch sized') - self.blobs[in_].data[...] = blob - - self._forward(start_ind, end_ind) - - # Unpack blobs to extract - return {out: self.blobs[out].data for out in outputs} - - -def _Net_backward(self, diffs=None, start=None, end=None, **kwargs): - """ - Backward pass: prepare diffs and run the net backward. - - Take - diffs: list of diffs to return in addition to bottom diffs. - kwargs: Keys are output blob names and values are diff ndarrays. - If None, top diffs are taken from forward loss. - start: optional name of layer at which to begin the backward pass - end: optional name of layer at which to finish the backward pass (inclusive) - - Give - outs: {blob name: diff ndarray} dict. - """ - if diffs is None: - diffs = [] - - if start is not None: - start_ind = list(self._layer_names).index(start) - else: - start_ind = len(self.layers) - 1 - - if end is not None: - end_ind = list(self._layer_names).index(end) - outputs = set([end] + diffs) - else: - end_ind = 0 - outputs = set(self.inputs + diffs) - - if kwargs: - if set(kwargs.keys()) != set(self.outputs): - raise Exception('Top diff arguments do not match net outputs.') - # Set top diffs according to defined shapes and make arrays single and - # C-contiguous as Caffe expects. - for top, diff in kwargs.iteritems(): - if diff.ndim != 4: - raise Exception('{} diff is not 4-d'.format(top)) - if diff.shape[0] != self.blobs[top].num: - raise Exception('Diff is not batch sized') - self.blobs[top].diff[...] = diff - - self._backward(start_ind, end_ind) - - # Unpack diffs to extract - return {out: self.blobs[out].diff for out in outputs} - - -def _Net_forward_all(self, blobs=None, **kwargs): - """ - Run net forward in batches. - - Take - blobs: list of blobs to extract as in forward() - kwargs: Keys are input blob names and values are blob ndarrays. - Refer to forward(). - - Give - all_outs: {blob name: list of blobs} dict. - """ - # Collect outputs from batches - all_outs = {out: [] for out in set(self.outputs + (blobs or []))} - for batch in self._batch(kwargs): - outs = self.forward(blobs=blobs, **batch) - for out, out_blob in outs.iteritems(): - all_outs[out].extend(out_blob.copy()) - # Package in ndarray. - for out in all_outs: - all_outs[out] = np.asarray(all_outs[out]) - # Discard padding. - pad = len(all_outs.itervalues().next()) - len(kwargs.itervalues().next()) - if pad: - for out in all_outs: - all_outs[out] = all_outs[out][:-pad] - return all_outs - - -def _Net_forward_backward_all(self, blobs=None, diffs=None, **kwargs): - """ - Run net forward + backward in batches. - - Take - blobs: list of blobs to extract as in forward() - diffs: list of diffs to extract as in backward() - kwargs: Keys are input (for forward) and output (for backward) blob names - and values are ndarrays. Refer to forward() and backward(). - Prefilled variants are called for lack of input or output blobs. - - Give - all_blobs: {blob name: blob ndarray} dict. - all_diffs: {blob name: diff ndarray} dict. - """ - # Batch blobs and diffs. - all_outs = {out: [] for out in set(self.outputs + (blobs or []))} - all_diffs = {diff: [] for diff in set(self.inputs + (diffs or []))} - forward_batches = self._batch({in_: kwargs[in_] - for in_ in self.inputs if in_ in kwargs}) - backward_batches = self._batch({out: kwargs[out] - for out in self.outputs if out in kwargs}) - # Collect outputs from batches (and heed lack of forward/backward batches). - for fb, bb in izip_longest(forward_batches, backward_batches, fillvalue={}): - batch_blobs = self.forward(blobs=blobs, **fb) - batch_diffs = self.backward(diffs=diffs, **bb) - for out, out_blobs in batch_blobs.iteritems(): - all_outs[out].extend(out_blobs) - for diff, out_diffs in batch_diffs.iteritems(): - all_diffs[diff].extend(out_diffs) - # Package in ndarray. - for out, diff in zip(all_outs, all_diffs): - all_outs[out] = np.asarray(all_outs[out]) - all_diffs[diff] = np.asarray(all_diffs[diff]) - # Discard padding at the end and package in ndarray. - pad = len(all_outs.itervalues().next()) - len(kwargs.itervalues().next()) - if pad: - for out, diff in zip(all_outs, all_diffs): - all_outs[out] = all_outs[out][:-pad] - all_diffs[diff] = all_diffs[diff][:-pad] - return all_outs, all_diffs - - -def _Net_set_mean(self, input_, mean, mode='elementwise'): - """ - Set the mean to subtract for data centering. - - Take - input_: which input to assign this mean. - mean: mean K x H x W ndarray (input dimensional or broadcastable) - mode: elementwise = use the whole mean (and check dimensions) - channel = channel constant (e.g. mean pixel instead of mean image) - """ - if input_ not in self.inputs: - raise Exception('Input not in {}'.format(self.inputs)) - in_shape = self.blobs[input_].data.shape - if mode == 'elementwise': - if mean.shape[1:] != in_shape[2:]: - # Resize mean (which requires H x W x K input). - mean = caffe.io.resize_image(mean.transpose((1,2,0)), - in_shape[2:]).transpose((2,0,1)) - self.mean[input_] = mean - elif mode == 'channel': - self.mean[input_] = mean.mean(1).mean(1).reshape((in_shape[1], 1, 1)) - else: - raise Exception('Mode not in {}'.format(['elementwise', 'channel'])) - - -def _Net_set_input_scale(self, input_, scale): - """ - Set the scale of preprocessed inputs s.t. the blob = blob * scale. - N.B. input_scale is done AFTER mean subtraction and other preprocessing - while raw_scale is done BEFORE. - - Take - input_: which input to assign this scale factor - scale: scale coefficient - """ - if input_ not in self.inputs: - raise Exception('Input not in {}'.format(self.inputs)) - self.input_scale[input_] = scale - - -def _Net_set_raw_scale(self, input_, scale): - """ - Set the scale of raw features s.t. the input blob = input * scale. - While Python represents images in [0, 1], certain Caffe models - like CaffeNet and AlexNet represent images in [0, 255] so the raw_scale - of these models must be 255. - - Take - input_: which input to assign this scale factor - scale: scale coefficient - """ - if input_ not in self.inputs: - raise Exception('Input not in {}'.format(self.inputs)) - self.raw_scale[input_] = scale - - -def _Net_set_channel_swap(self, input_, order): - """ - Set the input channel order for e.g. RGB to BGR conversion - as needed for the reference ImageNet model. - - Take - input_: which input to assign this channel order - order: the order to take the channels. - (2,1,0) maps RGB to BGR for example. - """ - if input_ not in self.inputs: - raise Exception('Input not in {}'.format(self.inputs)) - self.channel_swap[input_] = order - - -def _Net_preprocess(self, input_name, input_): - """ - Format input for Caffe: - - convert to single - - resize to input dimensions (preserving number of channels) - - reorder channels (for instance color to BGR) - - scale raw input (e.g. from [0, 1] to [0, 255] for ImageNet models) - - transpose dimensions to K x H x W - - subtract mean - - scale feature - - Take - input_name: name of input blob to preprocess for - input_: (H' x W' x K) ndarray - - Give - caffe_inputs: (K x H x W) ndarray - """ - caffe_in = input_.astype(np.float32, copy=False) - mean = self.mean.get(input_name) - input_scale = self.input_scale.get(input_name) - raw_scale = self.raw_scale.get(input_name) - channel_order = self.channel_swap.get(input_name) - in_size = self.blobs[input_name].data.shape[2:] - if caffe_in.shape[:2] != in_size: - caffe_in = caffe.io.resize_image(caffe_in, in_size) - if channel_order is not None: - caffe_in = caffe_in[:, :, channel_order] - caffe_in = caffe_in.transpose((2, 0, 1)) - if raw_scale is not None: - caffe_in *= raw_scale - if mean is not None: - caffe_in -= mean - if input_scale is not None: - caffe_in *= input_scale - return caffe_in - - -def _Net_deprocess(self, input_name, input_): - """ - Invert Caffe formatting; see Net.preprocess(). - """ - decaf_in = input_.copy().squeeze() - mean = self.mean.get(input_name) - input_scale = self.input_scale.get(input_name) - raw_scale = self.raw_scale.get(input_name) - channel_order = self.channel_swap.get(input_name) - if input_scale is not None: - decaf_in /= input_scale - if mean is not None: - decaf_in += mean - if raw_scale is not None: - decaf_in /= raw_scale - decaf_in = decaf_in.transpose((1,2,0)) - if channel_order is not None: - channel_order_inverse = [channel_order.index(i) - for i in range(decaf_in.shape[2])] - decaf_in = decaf_in[:, :, channel_order_inverse] - return decaf_in - - -def _Net_set_input_arrays(self, data, labels): - """ - Set input arrays of the in-memory MemoryDataLayer. - (Note: this is only for networks declared with the memory data layer.) - """ - if labels.ndim == 1: - labels = np.ascontiguousarray(labels[:, np.newaxis, np.newaxis, - np.newaxis]) - return self._set_input_arrays(data, labels) - - -def _Net_batch(self, blobs): - """ - Batch blob lists according to net's batch size. - - Take - blobs: Keys blob names and values are lists of blobs (of any length). - Naturally, all the lists should have the same length. - - Give (yield) - batch: {blob name: list of blobs} dict for a single batch. - """ - num = len(blobs.itervalues().next()) - batch_size = self.blobs.itervalues().next().num - remainder = num % batch_size - num_batches = num / batch_size - - # Yield full batches. - for b in range(num_batches): - i = b * batch_size - yield {name: blobs[name][i:i + batch_size] for name in blobs} - - # Yield last padded batch, if any. - if remainder > 0: - padded_batch = {} - for name in blobs: - padding = np.zeros((batch_size - remainder,) - + blobs[name].shape[1:]) - padded_batch[name] = np.concatenate([blobs[name][-remainder:], - padding]) - yield padded_batch - - -# Attach methods to Net. -Net.blobs = _Net_blobs -Net.params = _Net_params -Net.forward = _Net_forward -Net.backward = _Net_backward -Net.forward_all = _Net_forward_all -Net.forward_backward_all = _Net_forward_backward_all -Net.set_mean = _Net_set_mean -Net.set_input_scale = _Net_set_input_scale -Net.set_raw_scale = _Net_set_raw_scale -Net.set_channel_swap = _Net_set_channel_swap -Net.preprocess = _Net_preprocess -Net.deprocess = _Net_deprocess -Net.set_input_arrays = _Net_set_input_arrays -Net._batch = _Net_batch diff --git a/caffe-crfrnn/python/caffe/segmenter.py b/caffe-crfrnn/python/caffe/segmenter.py deleted file mode 100644 index afbafe88..00000000 --- a/caffe-crfrnn/python/caffe/segmenter.py +++ /dev/null @@ -1,49 +0,0 @@ -#!/usr/bin/env python -""" -Segmenter is an image segmentation specialization of Net. -""" - -import numpy as np - -import caffe - - -class Segmenter(caffe.Net): - """ - Segmenter - """ - def __init__(self, model_file, pretrained_file, - gpu=False): - """ - """ - caffe.Net.__init__(self, model_file, pretrained_file) - self.set_phase_test() - - if gpu: - self.set_mode_gpu() - self.set_device(0) - else: - self.set_mode_cpu() - - - def predict(self, inputs): - """ - Assume that the input is a 500 x 500 image BRG layout with - correct padding as necessary to make it 500 x 500. - """ - - input_ = np.zeros((len(inputs), - 500, 500, inputs[0].shape[2]), - dtype=np.float32) - for ix, in_ in enumerate(inputs): - input_[ix] = in_ - - # Segment - caffe_in = np.zeros(np.array(input_.shape)[[0,3,1,2]], - dtype=np.float32) - for ix, in_ in enumerate(input_): - caffe_in[ix] = in_.transpose((2, 0, 1)) - out = self.forward_all(**{self.inputs[0]: caffe_in}) - predictions = out[self.outputs[0]] - - return predictions[0].argmax(axis=0).astype(np.uint8) diff --git a/caffe-crfrnn/python/classify.py b/caffe-crfrnn/python/classify.py deleted file mode 100755 index d435a572..00000000 --- a/caffe-crfrnn/python/classify.py +++ /dev/null @@ -1,130 +0,0 @@ -#!/usr/bin/env python -""" -classify.py is an out-of-the-box image classifer callable from the command line. - -By default it configures and runs the Caffe reference ImageNet model. -""" -import numpy as np -import os -import sys -import argparse -import glob -import time - -import caffe - - -def main(argv): - pycaffe_dir = os.path.dirname(__file__) - - parser = argparse.ArgumentParser() - # Required arguments: input and output files. - parser.add_argument( - "input_file", - help="Input image, directory, or npy." - ) - parser.add_argument( - "output_file", - help="Output npy filename." - ) - # Optional arguments. - parser.add_argument( - "--model_def", - default=os.path.join(pycaffe_dir, - "../models/bvlc_reference_caffenet/deploy.prototxt"), - help="Model definition file." - ) - parser.add_argument( - "--pretrained_model", - default=os.path.join(pycaffe_dir, - "../models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel"), - help="Trained model weights file." - ) - parser.add_argument( - "--gpu", - action='store_true', - help="Switch for gpu computation." - ) - parser.add_argument( - "--center_only", - action='store_true', - help="Switch for prediction from center crop alone instead of " + - "averaging predictions across crops (default)." - ) - parser.add_argument( - "--images_dim", - default='256,256', - help="Canonical 'height,width' dimensions of input images." - ) - parser.add_argument( - "--mean_file", - default=os.path.join(pycaffe_dir, - 'caffe/imagenet/ilsvrc_2012_mean.npy'), - help="Data set image mean of [Channels x Height x Width] dimensions " + - "(numpy array). Set to '' for no mean subtraction." - ) - parser.add_argument( - "--input_scale", - type=float, - help="Multiply input features by this scale to finish preprocessing." - ) - parser.add_argument( - "--raw_scale", - type=float, - default=255.0, - help="Multiply raw input by this scale before preprocessing." - ) - parser.add_argument( - "--channel_swap", - default='2,1,0', - help="Order to permute input channels. The default converts " + - "RGB -> BGR since BGR is the Caffe default by way of OpenCV." - ) - parser.add_argument( - "--ext", - default='jpg', - help="Image file extension to take as input when a directory " + - "is given as the input file." - ) - args = parser.parse_args() - - image_dims = [int(s) for s in args.images_dim.split(',')] - - mean, channel_swap = None, None - if args.mean_file: - mean = np.load(args.mean_file) - if args.channel_swap: - channel_swap = [int(s) for s in args.channel_swap.split(',')] - - # Make classifier. - classifier = caffe.Classifier(args.model_def, args.pretrained_model, - image_dims=image_dims, gpu=args.gpu, mean=mean, - input_scale=args.input_scale, raw_scale=args.raw_scale, - channel_swap=channel_swap) - - if args.gpu: - print 'GPU mode' - - # Load numpy array (.npy), directory glob (*.jpg), or image file. - args.input_file = os.path.expanduser(args.input_file) - if args.input_file.endswith('npy'): - inputs = np.load(args.input_file) - elif os.path.isdir(args.input_file): - inputs =[caffe.io.load_image(im_f) - for im_f in glob.glob(args.input_file + '/*.' + args.ext)] - else: - inputs = [caffe.io.load_image(args.input_file)] - - print "Classifying %d inputs." % len(inputs) - - # Classify. - start = time.time() - predictions = classifier.predict(inputs, not args.center_only) - print "Done in %.2f s." % (time.time() - start) - - # Save - np.save(args.output_file, predictions) - - -if __name__ == '__main__': - main(sys.argv) diff --git a/caffe-crfrnn/python/detect.py b/caffe-crfrnn/python/detect.py deleted file mode 100755 index b67b500a..00000000 --- a/caffe-crfrnn/python/detect.py +++ /dev/null @@ -1,168 +0,0 @@ -#!/usr/bin/env python -""" -detector.py is an out-of-the-box windowed detector -callable from the command line. - -By default it configures and runs the Caffe reference ImageNet model. -Note that this model was trained for image classification and not detection, -and finetuning for detection can be expected to improve results. - -The selective_search_ijcv_with_python code required for the selective search -proposal mode is available at - https://github.com/sergeyk/selective_search_ijcv_with_python - -TODO: -- batch up image filenames as well: don't want to load all of them into memory -- come up with a batching scheme that preserved order / keeps a unique ID -""" -import numpy as np -import pandas as pd -import os -import argparse -import time - -import caffe - -CROP_MODES = ['list', 'selective_search'] -COORD_COLS = ['ymin', 'xmin', 'ymax', 'xmax'] - - -def main(argv): - pycaffe_dir = os.path.dirname(__file__) - - parser = argparse.ArgumentParser() - # Required arguments: input and output. - parser.add_argument( - "input_file", - help="Input txt/csv filename. If .txt, must be list of filenames.\ - If .csv, must be comma-separated file with header\ - 'filename, xmin, ymin, xmax, ymax'" - ) - parser.add_argument( - "output_file", - help="Output h5/csv filename. Format depends on extension." - ) - # Optional arguments. - parser.add_argument( - "--model_def", - default=os.path.join(pycaffe_dir, - "../models/bvlc_reference_caffenet/deploy.prototxt.prototxt"), - help="Model definition file." - ) - parser.add_argument( - "--pretrained_model", - default=os.path.join(pycaffe_dir, - "../models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel"), - help="Trained model weights file." - ) - parser.add_argument( - "--crop_mode", - default="selective_search", - choices=CROP_MODES, - help="How to generate windows for detection." - ) - parser.add_argument( - "--gpu", - action='store_true', - help="Switch for gpu computation." - ) - parser.add_argument( - "--mean_file", - default=os.path.join(pycaffe_dir, - 'caffe/imagenet/ilsvrc_2012_mean.npy'), - help="Data set image mean of H x W x K dimensions (numpy array). " + - "Set to '' for no mean subtraction." - ) - parser.add_argument( - "--input_scale", - type=float, - help="Multiply input features by this scale to finish preprocessing." - ) - parser.add_argument( - "--raw_scale", - type=float, - default=255.0, - help="Multiply raw input by this scale before preprocessing." - ) - parser.add_argument( - "--channel_swap", - default='2,1,0', - help="Order to permute input channels. The default converts " + - "RGB -> BGR since BGR is the Caffe default by way of OpenCV." - - ) - parser.add_argument( - "--context_pad", - type=int, - default='16', - help="Amount of surrounding context to collect in input window." - ) - args = parser.parse_args() - - mean, channel_swap = None, None - if args.mean_file: - mean = np.load(args.mean_file) - if args.channel_swap: - channel_swap = [int(s) for s in args.channel_swap.split(',')] - - # Make detector. - detector = caffe.Detector(args.model_def, args.pretrained_model, - gpu=args.gpu, mean=mean, - input_scale=args.input_scale, raw_scale=args.raw_scale, - channel_swap=channel_swap, - context_pad=args.context_pad) - - if args.gpu: - print 'GPU mode' - - # Load input. - t = time.time() - print('Loading input...') - if args.input_file.lower().endswith('txt'): - with open(args.input_file) as f: - inputs = [_.strip() for _ in f.readlines()] - elif args.input_file.lower().endswith('csv'): - inputs = pd.read_csv(args.input_file, sep=',', dtype={'filename': str}) - inputs.set_index('filename', inplace=True) - else: - raise Exception("Unknown input file type: not in txt or csv.") - - # Detect. - if args.crop_mode == 'list': - # Unpack sequence of (image filename, windows). - images_windows = [ - (ix, inputs.iloc[np.where(inputs.index == ix)][COORD_COLS].values) - for ix in inputs.index.unique() - ] - detections = detector.detect_windows(images_windows) - else: - detections = detector.detect_selective_search(inputs) - print("Processed {} windows in {:.3f} s.".format(len(detections), - time.time() - t)) - - # Collect into dataframe with labeled fields. - df = pd.DataFrame(detections) - df.set_index('filename', inplace=True) - df[COORD_COLS] = pd.DataFrame( - data=np.vstack(df['window']), index=df.index, columns=COORD_COLS) - del(df['window']) - - # Save results. - t = time.time() - if args.output_file.lower().endswith('csv'): - # csv - # Enumerate the class probabilities. - class_cols = ['class{}'.format(x) for x in range(NUM_OUTPUT)] - df[class_cols] = pd.DataFrame( - data=np.vstack(df['feat']), index=df.index, columns=class_cols) - df.to_csv(args.output_file, cols=COORD_COLS + class_cols) - else: - # h5 - df.to_hdf(args.output_file, 'df', mode='w') - print("Saved to {} in {:.3f} s.".format(args.output_file, - time.time() - t)) - - -if __name__ == "__main__": - import sys - main(sys.argv) diff --git a/caffe-crfrnn/python/draw_net.py b/caffe-crfrnn/python/draw_net.py deleted file mode 100755 index ba488294..00000000 --- a/caffe-crfrnn/python/draw_net.py +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/env python -""" -Draw a graph of the net architecture. -""" -import os -from google.protobuf import text_format - -import caffe, caffe.draw -from caffe.proto import caffe_pb2 - - -def main(argv): - if len(argv) != 3: - print 'Usage: %s input_net_proto_file output_image_file' % \ - os.path.basename(sys.argv[0]) - else: - net = caffe_pb2.NetParameter() - text_format.Merge(open(sys.argv[1]).read(), net) - print 'Drawing net to %s' % sys.argv[2] - caffe.draw.draw_net_to_file(net, sys.argv[2]) - - -if __name__ == '__main__': - import sys - main(sys.argv) diff --git a/caffe-crfrnn/python/requirements.txt b/caffe-crfrnn/python/requirements.txt deleted file mode 100644 index 4c35dcb0..00000000 --- a/caffe-crfrnn/python/requirements.txt +++ /dev/null @@ -1,15 +0,0 @@ -Cython>=0.19.2 -numpy>=1.7.1 -scipy>=0.13.2 -scikit-image>=0.9.3 -scikit-learn>=0.14.1 -matplotlib>=1.3.1 -ipython>=1.1.0 -h5py>=2.2.0 -leveldb>=0.191 -networkx>=1.8.1 -nose>=1.3.0 -pandas>=0.12.0 -python-dateutil>=1.4,<2 -protobuf>=2.5.0 -python-gflags>=2.0 diff --git a/caffe-crfrnn/python/segdemo.py b/caffe-crfrnn/python/segdemo.py deleted file mode 100644 index 9a1a3844..00000000 --- a/caffe-crfrnn/python/segdemo.py +++ /dev/null @@ -1,87 +0,0 @@ -caffe_root = '/home/sadeep/Desktop/crf-rnn-web-demo/caffe-fcn-sadeep/' -import sys -sys.path.insert(0,caffe_root+'python') - -import os -import time -import cPickle -import datetime -import logging -import flask -import werkzeug -import optparse -import tornado.wsgi -import tornado.httpserver -import numpy as np -import matplotlib.pyplot as plt -import pandas as pd -from PIL import Image -import cStringIO as StringIO -import exifutil - -import caffe - - - -MODEL_FILE = '/home/sadeep/Desktop/crf-rnn-web-demo/caffe-fcn-sadeep/models/crf_rnn/fcn-8s-pascal-deploy.prototxt' -PRETRAINED = '/home/sadeep/Desktop/crf-rnn-web-demo/caffe-fcn-sadeep/models/crf_rnn/fcn-8s-pascal.caffemodel' -IMAGE_FILE = '/home/sadeep/Desktop/crf-rnn-web-demo/caffe-fcn-sadeep/models/crf_rnn/2007_000033.jpg' - -pallete = [0,0,0, - 128,0,0, - 0,128,0, - 128,128,0, - 0,0,128, - 128,0,128, - 0,128,128, - 128,128,128, - 64,0,0, - 192,0,0, - 64,128,0, - 192,128,0, - 64,0,128, - 192,0,128, - 64,128,128, - 192,128,128, - 0,64,0, - 128,64,0, - 0,192,0, - 128,192,0, - 0,64,128, - 128,64,128, - 0,192,128, - 128,192,128, - 64,64,0, - 192,64,0, - 64,192,0, - 192,192,0] - -net = caffe.Segmenter(MODEL_FILE, PRETRAINED, gpu=False) - -input_image = 255 * exifutil.open_oriented_im(IMAGE_FILE) - - -# Mean values in BGR format -mean_vec = np.array([103.939, 116.779, 123.68], dtype=np.float32) -reshaped_mean_vec = mean_vec.reshape(1,1,3); - -# Rearrange channels to form BGR -im = input_image[:,:,::-1] - -# Subtract mean -im = im - reshaped_mean_vec - -# Pad as necessary -cur_h, cur_w, cur_c = im.shape -pad_h = 500 - cur_h -pad_w = 500 - cur_w -im = np.pad(im, pad_width=((0, pad_h), (0, pad_w), (0, 0)), mode = 'constant', constant_values = 0) - -# Get predictions -segmentation = net.predict([im]) - -output_im = Image.fromarray(segmentation) - -output_im.putpalette(pallete); - -output_im.save('hahasadeep.png') \ No newline at end of file diff --git a/caffe-crfrnn/scripts/build_docs.sh b/caffe-crfrnn/scripts/build_docs.sh deleted file mode 100755 index f8ace0ea..00000000 --- a/caffe-crfrnn/scripts/build_docs.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash -# Build documentation for display in web browser. - -PORT=${1:-4000} - -echo "usage: build.sh [port]" - -# Find the docs dir, no matter where the script is called -ROOT_DIR="$( cd "$(dirname "$0")"/.. ; pwd -P )" -cd $ROOT_DIR - -# Gather docs. -scripts/gather_examples.sh - -# Generate developer docs. -make docs - -# Display docs using web server. -cd docs -jekyll serve -w -s . -d _site --port=$PORT diff --git a/caffe-crfrnn/scripts/copy_notebook.py b/caffe-crfrnn/scripts/copy_notebook.py deleted file mode 100755 index e4c6385b..00000000 --- a/caffe-crfrnn/scripts/copy_notebook.py +++ /dev/null @@ -1,32 +0,0 @@ -#!/usr/bin/env python -""" -Takes as arguments: -1. the path to a JSON file (such as an IPython notebook). -2. the path to output file - -If 'metadata' dict in the JSON file contains 'include_in_docs': true, -then copies the file to output file, appending the 'metadata' property -as YAML front-matter, adding the field 'category' with value 'notebook'. -""" -import os -import sys -import json - -filename = sys.argv[1] -output_filename = sys.argv[2] -content = json.load(open(filename)) - -if 'include_in_docs' in content['metadata'] and content['metadata']['include_in_docs']: - yaml_frontmatter = ['---'] - for key, val in content['metadata'].iteritems(): - if key == 'example_name': - key = 'title' - if val == '': - val = os.path.basename(filename) - yaml_frontmatter.append('{}: {}'.format(key, val)) - yaml_frontmatter += ['category: notebook'] - yaml_frontmatter += ['original_path: ' + filename] - - with open(output_filename, 'w') as fo: - fo.write('\n'.join(yaml_frontmatter + ['---']) + '\n') - fo.write(open(filename).read()) diff --git a/caffe-crfrnn/scripts/cpp_lint.py b/caffe-crfrnn/scripts/cpp_lint.py deleted file mode 100755 index 1b7c6c05..00000000 --- a/caffe-crfrnn/scripts/cpp_lint.py +++ /dev/null @@ -1,4868 +0,0 @@ -#!/usr/bin/python -# -# Copyright (c) 2009 Google Inc. All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are -# met: -# -# * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above -# copyright notice, this list of conditions and the following disclaimer -# in the documentation and/or other materials provided with the -# distribution. -# * Neither the name of Google Inc. nor the names of its -# contributors may be used to endorse or promote products derived from -# this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -"""Does google-lint on c++ files. - -The goal of this script is to identify places in the code that *may* -be in non-compliance with google style. It does not attempt to fix -up these problems -- the point is to educate. It does also not -attempt to find all problems, or to ensure that everything it does -find is legitimately a problem. - -In particular, we can get very confused by /* and // inside strings! -We do a small hack, which is to ignore //'s with "'s after them on the -same line, but it is far from perfect (in either direction). -""" - -import codecs -import copy -import getopt -import math # for log -import os -import re -import sre_compile -import string -import sys -import unicodedata - - -_USAGE = """ -Syntax: cpp_lint.py [--verbose=#] [--output=vs7] [--filter=-x,+y,...] - [--counting=total|toplevel|detailed] [--root=subdir] - [--linelength=digits] - [file] ... - - The style guidelines this tries to follow are those in - http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml - - Every problem is given a confidence score from 1-5, with 5 meaning we are - certain of the problem, and 1 meaning it could be a legitimate construct. - This will miss some errors, and is not a substitute for a code review. - - To suppress false-positive errors of a certain category, add a - 'NOLINT(category)' comment to the line. NOLINT or NOLINT(*) - suppresses errors of all categories on that line. - - The files passed in will be linted; at least one file must be provided. - Default linted extensions are .cc, .cpp, .cu, .cuh and .h. Change the - extensions with the --extensions flag. - - Flags: - - output=vs7 - By default, the output is formatted to ease emacs parsing. Visual Studio - compatible output (vs7) may also be used. Other formats are unsupported. - - verbose=# - Specify a number 0-5 to restrict errors to certain verbosity levels. - - filter=-x,+y,... - Specify a comma-separated list of category-filters to apply: only - error messages whose category names pass the filters will be printed. - (Category names are printed with the message and look like - "[whitespace/indent]".) Filters are evaluated left to right. - "-FOO" and "FOO" means "do not print categories that start with FOO". - "+FOO" means "do print categories that start with FOO". - - Examples: --filter=-whitespace,+whitespace/braces - --filter=whitespace,runtime/printf,+runtime/printf_format - --filter=-,+build/include_what_you_use - - To see a list of all the categories used in cpplint, pass no arg: - --filter= - - counting=total|toplevel|detailed - The total number of errors found is always printed. If - 'toplevel' is provided, then the count of errors in each of - the top-level categories like 'build' and 'whitespace' will - also be printed. If 'detailed' is provided, then a count - is provided for each category like 'build/class'. - - root=subdir - The root directory used for deriving header guard CPP variable. - By default, the header guard CPP variable is calculated as the relative - path to the directory that contains .git, .hg, or .svn. When this flag - is specified, the relative path is calculated from the specified - directory. If the specified directory does not exist, this flag is - ignored. - - Examples: - Assuing that src/.git exists, the header guard CPP variables for - src/chrome/browser/ui/browser.h are: - - No flag => CHROME_BROWSER_UI_BROWSER_H_ - --root=chrome => BROWSER_UI_BROWSER_H_ - --root=chrome/browser => UI_BROWSER_H_ - - linelength=digits - This is the allowed line length for the project. The default value is - 80 characters. - - Examples: - --linelength=120 - - extensions=extension,extension,... - The allowed file extensions that cpplint will check - - Examples: - --extensions=hpp,cpp -""" - -# We categorize each error message we print. Here are the categories. -# We want an explicit list so we can list them all in cpplint --filter=. -# If you add a new error message with a new category, add it to the list -# here! cpplint_unittest.py should tell you if you forget to do this. -_ERROR_CATEGORIES = [ - 'build/class', - 'build/deprecated', - 'build/endif_comment', - 'build/explicit_make_pair', - 'build/forward_decl', - 'build/header_guard', - 'build/include', - 'build/include_alpha', - 'build/include_dir', - 'build/include_order', - 'build/include_what_you_use', - 'build/namespaces', - 'build/printf_format', - 'build/storage_class', - 'caffe/alt_fn', - 'caffe/data_layer_setup', - 'caffe/random_fn', - 'legal/copyright', - 'readability/alt_tokens', - 'readability/braces', - 'readability/casting', - 'readability/check', - 'readability/constructors', - 'readability/fn_size', - 'readability/function', - 'readability/multiline_comment', - 'readability/multiline_string', - 'readability/namespace', - 'readability/nolint', - 'readability/nul', - 'readability/streams', - 'readability/todo', - 'readability/utf8', - 'runtime/arrays', - 'runtime/casting', - 'runtime/explicit', - 'runtime/int', - 'runtime/init', - 'runtime/invalid_increment', - 'runtime/member_string_references', - 'runtime/memset', - 'runtime/operator', - 'runtime/printf', - 'runtime/printf_format', - 'runtime/references', - 'runtime/string', - 'runtime/threadsafe_fn', - 'runtime/vlog', - 'whitespace/blank_line', - 'whitespace/braces', - 'whitespace/comma', - 'whitespace/comments', - 'whitespace/empty_conditional_body', - 'whitespace/empty_loop_body', - 'whitespace/end_of_line', - 'whitespace/ending_newline', - 'whitespace/forcolon', - 'whitespace/indent', - 'whitespace/line_length', - 'whitespace/newline', - 'whitespace/operators', - 'whitespace/parens', - 'whitespace/semicolon', - 'whitespace/tab', - 'whitespace/todo' - ] - -# The default state of the category filter. This is overrided by the --filter= -# flag. By default all errors are on, so only add here categories that should be -# off by default (i.e., categories that must be enabled by the --filter= flags). -# All entries here should start with a '-' or '+', as in the --filter= flag. -_DEFAULT_FILTERS = [ - '-build/include_dir', - '-readability/todo', - ] - -# We used to check for high-bit characters, but after much discussion we -# decided those were OK, as long as they were in UTF-8 and didn't represent -# hard-coded international strings, which belong in a separate i18n file. - - -# C++ headers -_CPP_HEADERS = frozenset([ - # Legacy - 'algobase.h', - 'algo.h', - 'alloc.h', - 'builtinbuf.h', - 'bvector.h', - 'complex.h', - 'defalloc.h', - 'deque.h', - 'editbuf.h', - 'fstream.h', - 'function.h', - 'hash_map', - 'hash_map.h', - 'hash_set', - 'hash_set.h', - 'hashtable.h', - 'heap.h', - 'indstream.h', - 'iomanip.h', - 'iostream.h', - 'istream.h', - 'iterator.h', - 'list.h', - 'map.h', - 'multimap.h', - 'multiset.h', - 'ostream.h', - 'pair.h', - 'parsestream.h', - 'pfstream.h', - 'procbuf.h', - 'pthread_alloc', - 'pthread_alloc.h', - 'rope', - 'rope.h', - 'ropeimpl.h', - 'set.h', - 'slist', - 'slist.h', - 'stack.h', - 'stdiostream.h', - 'stl_alloc.h', - 'stl_relops.h', - 'streambuf.h', - 'stream.h', - 'strfile.h', - 'strstream.h', - 'tempbuf.h', - 'tree.h', - 'type_traits.h', - 'vector.h', - # 17.6.1.2 C++ library headers - 'algorithm', - 'array', - 'atomic', - 'bitset', - 'chrono', - 'codecvt', - 'complex', - 'condition_variable', - 'deque', - 'exception', - 'forward_list', - 'fstream', - 'functional', - 'future', - 'initializer_list', - 'iomanip', - 'ios', - 'iosfwd', - 'iostream', - 'istream', - 'iterator', - 'limits', - 'list', - 'locale', - 'map', - 'memory', - 'mutex', - 'new', - 'numeric', - 'ostream', - 'queue', - 'random', - 'ratio', - 'regex', - 'set', - 'sstream', - 'stack', - 'stdexcept', - 'streambuf', - 'string', - 'strstream', - 'system_error', - 'thread', - 'tuple', - 'typeindex', - 'typeinfo', - 'type_traits', - 'unordered_map', - 'unordered_set', - 'utility', - 'valarray', - 'vector', - # 17.6.1.2 C++ headers for C library facilities - 'cassert', - 'ccomplex', - 'cctype', - 'cerrno', - 'cfenv', - 'cfloat', - 'cinttypes', - 'ciso646', - 'climits', - 'clocale', - 'cmath', - 'csetjmp', - 'csignal', - 'cstdalign', - 'cstdarg', - 'cstdbool', - 'cstddef', - 'cstdint', - 'cstdio', - 'cstdlib', - 'cstring', - 'ctgmath', - 'ctime', - 'cuchar', - 'cwchar', - 'cwctype', - ]) - -# Assertion macros. These are defined in base/logging.h and -# testing/base/gunit.h. Note that the _M versions need to come first -# for substring matching to work. -_CHECK_MACROS = [ - 'DCHECK', 'CHECK', - 'EXPECT_TRUE_M', 'EXPECT_TRUE', - 'ASSERT_TRUE_M', 'ASSERT_TRUE', - 'EXPECT_FALSE_M', 'EXPECT_FALSE', - 'ASSERT_FALSE_M', 'ASSERT_FALSE', - ] - -# Replacement macros for CHECK/DCHECK/EXPECT_TRUE/EXPECT_FALSE -_CHECK_REPLACEMENT = dict([(m, {}) for m in _CHECK_MACROS]) - -for op, replacement in [('==', 'EQ'), ('!=', 'NE'), - ('>=', 'GE'), ('>', 'GT'), - ('<=', 'LE'), ('<', 'LT')]: - _CHECK_REPLACEMENT['DCHECK'][op] = 'DCHECK_%s' % replacement - _CHECK_REPLACEMENT['CHECK'][op] = 'CHECK_%s' % replacement - _CHECK_REPLACEMENT['EXPECT_TRUE'][op] = 'EXPECT_%s' % replacement - _CHECK_REPLACEMENT['ASSERT_TRUE'][op] = 'ASSERT_%s' % replacement - _CHECK_REPLACEMENT['EXPECT_TRUE_M'][op] = 'EXPECT_%s_M' % replacement - _CHECK_REPLACEMENT['ASSERT_TRUE_M'][op] = 'ASSERT_%s_M' % replacement - -for op, inv_replacement in [('==', 'NE'), ('!=', 'EQ'), - ('>=', 'LT'), ('>', 'LE'), - ('<=', 'GT'), ('<', 'GE')]: - _CHECK_REPLACEMENT['EXPECT_FALSE'][op] = 'EXPECT_%s' % inv_replacement - _CHECK_REPLACEMENT['ASSERT_FALSE'][op] = 'ASSERT_%s' % inv_replacement - _CHECK_REPLACEMENT['EXPECT_FALSE_M'][op] = 'EXPECT_%s_M' % inv_replacement - _CHECK_REPLACEMENT['ASSERT_FALSE_M'][op] = 'ASSERT_%s_M' % inv_replacement - -# Alternative tokens and their replacements. For full list, see section 2.5 -# Alternative tokens [lex.digraph] in the C++ standard. -# -# Digraphs (such as '%:') are not included here since it's a mess to -# match those on a word boundary. -_ALT_TOKEN_REPLACEMENT = { - 'and': '&&', - 'bitor': '|', - 'or': '||', - 'xor': '^', - 'compl': '~', - 'bitand': '&', - 'and_eq': '&=', - 'or_eq': '|=', - 'xor_eq': '^=', - 'not': '!', - 'not_eq': '!=' - } - -# Compile regular expression that matches all the above keywords. The "[ =()]" -# bit is meant to avoid matching these keywords outside of boolean expressions. -# -# False positives include C-style multi-line comments and multi-line strings -# but those have always been troublesome for cpplint. -_ALT_TOKEN_REPLACEMENT_PATTERN = re.compile( - r'[ =()](' + ('|'.join(_ALT_TOKEN_REPLACEMENT.keys())) + r')(?=[ (]|$)') - - -# These constants define types of headers for use with -# _IncludeState.CheckNextIncludeOrder(). -_C_SYS_HEADER = 1 -_CPP_SYS_HEADER = 2 -_LIKELY_MY_HEADER = 3 -_POSSIBLE_MY_HEADER = 4 -_OTHER_HEADER = 5 - -# These constants define the current inline assembly state -_NO_ASM = 0 # Outside of inline assembly block -_INSIDE_ASM = 1 # Inside inline assembly block -_END_ASM = 2 # Last line of inline assembly block -_BLOCK_ASM = 3 # The whole block is an inline assembly block - -# Match start of assembly blocks -_MATCH_ASM = re.compile(r'^\s*(?:asm|_asm|__asm|__asm__)' - r'(?:\s+(volatile|__volatile__))?' - r'\s*[{(]') - - -_regexp_compile_cache = {} - -# Finds occurrences of NOLINT[_NEXT_LINE] or NOLINT[_NEXT_LINE](...). -_RE_SUPPRESSION = re.compile(r'\bNOLINT(_NEXT_LINE)?\b(\([^)]*\))?') - -# {str, set(int)}: a map from error categories to sets of linenumbers -# on which those errors are expected and should be suppressed. -_error_suppressions = {} - -# Finds Copyright. -_RE_COPYRIGHT = re.compile(r'Copyright') - -# The root directory used for deriving header guard CPP variable. -# This is set by --root flag. -_root = None - -# The allowed line length of files. -# This is set by --linelength flag. -_line_length = 80 - -# The allowed extensions for file names -# This is set by --extensions flag. -_valid_extensions = set(['cc', 'h', 'cpp', 'hpp', 'cu', 'cuh']) - -def ParseNolintSuppressions(filename, raw_line, linenum, error): - """Updates the global list of error-suppressions. - - Parses any NOLINT comments on the current line, updating the global - error_suppressions store. Reports an error if the NOLINT comment - was malformed. - - Args: - filename: str, the name of the input file. - raw_line: str, the line of input text, with comments. - linenum: int, the number of the current line. - error: function, an error handler. - """ - # FIXME(adonovan): "NOLINT(" is misparsed as NOLINT(*). - matched = _RE_SUPPRESSION.search(raw_line) - if matched: - if matched.group(1) == '_NEXT_LINE': - linenum += 1 - category = matched.group(2) - if category in (None, '(*)'): # => "suppress all" - _error_suppressions.setdefault(None, set()).add(linenum) - else: - if category.startswith('(') and category.endswith(')'): - category = category[1:-1] - if category in _ERROR_CATEGORIES: - _error_suppressions.setdefault(category, set()).add(linenum) - else: - error(filename, linenum, 'readability/nolint', 5, - 'Unknown NOLINT error category: %s' % category) - - -def ResetNolintSuppressions(): - "Resets the set of NOLINT suppressions to empty." - _error_suppressions.clear() - - -def IsErrorSuppressedByNolint(category, linenum): - """Returns true if the specified error category is suppressed on this line. - - Consults the global error_suppressions map populated by - ParseNolintSuppressions/ResetNolintSuppressions. - - Args: - category: str, the category of the error. - linenum: int, the current line number. - Returns: - bool, True iff the error should be suppressed due to a NOLINT comment. - """ - return (linenum in _error_suppressions.get(category, set()) or - linenum in _error_suppressions.get(None, set())) - -def Match(pattern, s): - """Matches the string with the pattern, caching the compiled regexp.""" - # The regexp compilation caching is inlined in both Match and Search for - # performance reasons; factoring it out into a separate function turns out - # to be noticeably expensive. - if pattern not in _regexp_compile_cache: - _regexp_compile_cache[pattern] = sre_compile.compile(pattern) - return _regexp_compile_cache[pattern].match(s) - - -def ReplaceAll(pattern, rep, s): - """Replaces instances of pattern in a string with a replacement. - - The compiled regex is kept in a cache shared by Match and Search. - - Args: - pattern: regex pattern - rep: replacement text - s: search string - - Returns: - string with replacements made (or original string if no replacements) - """ - if pattern not in _regexp_compile_cache: - _regexp_compile_cache[pattern] = sre_compile.compile(pattern) - return _regexp_compile_cache[pattern].sub(rep, s) - - -def Search(pattern, s): - """Searches the string for the pattern, caching the compiled regexp.""" - if pattern not in _regexp_compile_cache: - _regexp_compile_cache[pattern] = sre_compile.compile(pattern) - return _regexp_compile_cache[pattern].search(s) - - -class _IncludeState(dict): - """Tracks line numbers for includes, and the order in which includes appear. - - As a dict, an _IncludeState object serves as a mapping between include - filename and line number on which that file was included. - - Call CheckNextIncludeOrder() once for each header in the file, passing - in the type constants defined above. Calls in an illegal order will - raise an _IncludeError with an appropriate error message. - - """ - # self._section will move monotonically through this set. If it ever - # needs to move backwards, CheckNextIncludeOrder will raise an error. - _INITIAL_SECTION = 0 - _MY_H_SECTION = 1 - _C_SECTION = 2 - _CPP_SECTION = 3 - _OTHER_H_SECTION = 4 - - _TYPE_NAMES = { - _C_SYS_HEADER: 'C system header', - _CPP_SYS_HEADER: 'C++ system header', - _LIKELY_MY_HEADER: 'header this file implements', - _POSSIBLE_MY_HEADER: 'header this file may implement', - _OTHER_HEADER: 'other header', - } - _SECTION_NAMES = { - _INITIAL_SECTION: "... nothing. (This can't be an error.)", - _MY_H_SECTION: 'a header this file implements', - _C_SECTION: 'C system header', - _CPP_SECTION: 'C++ system header', - _OTHER_H_SECTION: 'other header', - } - - def __init__(self): - dict.__init__(self) - self.ResetSection() - - def ResetSection(self): - # The name of the current section. - self._section = self._INITIAL_SECTION - # The path of last found header. - self._last_header = '' - - def SetLastHeader(self, header_path): - self._last_header = header_path - - def CanonicalizeAlphabeticalOrder(self, header_path): - """Returns a path canonicalized for alphabetical comparison. - - - replaces "-" with "_" so they both cmp the same. - - removes '-inl' since we don't require them to be after the main header. - - lowercase everything, just in case. - - Args: - header_path: Path to be canonicalized. - - Returns: - Canonicalized path. - """ - return header_path.replace('-inl.h', '.h').replace('-', '_').lower() - - def IsInAlphabeticalOrder(self, clean_lines, linenum, header_path): - """Check if a header is in alphabetical order with the previous header. - - Args: - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - header_path: Canonicalized header to be checked. - - Returns: - Returns true if the header is in alphabetical order. - """ - # If previous section is different from current section, _last_header will - # be reset to empty string, so it's always less than current header. - # - # If previous line was a blank line, assume that the headers are - # intentionally sorted the way they are. - if (self._last_header > header_path and - not Match(r'^\s*$', clean_lines.elided[linenum - 1])): - return False - return True - - def CheckNextIncludeOrder(self, header_type): - """Returns a non-empty error message if the next header is out of order. - - This function also updates the internal state to be ready to check - the next include. - - Args: - header_type: One of the _XXX_HEADER constants defined above. - - Returns: - The empty string if the header is in the right order, or an - error message describing what's wrong. - - """ - error_message = ('Found %s after %s' % - (self._TYPE_NAMES[header_type], - self._SECTION_NAMES[self._section])) - - last_section = self._section - - if header_type == _C_SYS_HEADER: - if self._section <= self._C_SECTION: - self._section = self._C_SECTION - else: - self._last_header = '' - return error_message - elif header_type == _CPP_SYS_HEADER: - if self._section <= self._CPP_SECTION: - self._section = self._CPP_SECTION - else: - self._last_header = '' - return error_message - elif header_type == _LIKELY_MY_HEADER: - if self._section <= self._MY_H_SECTION: - self._section = self._MY_H_SECTION - else: - self._section = self._OTHER_H_SECTION - elif header_type == _POSSIBLE_MY_HEADER: - if self._section <= self._MY_H_SECTION: - self._section = self._MY_H_SECTION - else: - # This will always be the fallback because we're not sure - # enough that the header is associated with this file. - self._section = self._OTHER_H_SECTION - else: - assert header_type == _OTHER_HEADER - self._section = self._OTHER_H_SECTION - - if last_section != self._section: - self._last_header = '' - - return '' - - -class _CppLintState(object): - """Maintains module-wide state..""" - - def __init__(self): - self.verbose_level = 1 # global setting. - self.error_count = 0 # global count of reported errors - # filters to apply when emitting error messages - self.filters = _DEFAULT_FILTERS[:] - self.counting = 'total' # In what way are we counting errors? - self.errors_by_category = {} # string to int dict storing error counts - - # output format: - # "emacs" - format that emacs can parse (default) - # "vs7" - format that Microsoft Visual Studio 7 can parse - self.output_format = 'emacs' - - def SetOutputFormat(self, output_format): - """Sets the output format for errors.""" - self.output_format = output_format - - def SetVerboseLevel(self, level): - """Sets the module's verbosity, and returns the previous setting.""" - last_verbose_level = self.verbose_level - self.verbose_level = level - return last_verbose_level - - def SetCountingStyle(self, counting_style): - """Sets the module's counting options.""" - self.counting = counting_style - - def SetFilters(self, filters): - """Sets the error-message filters. - - These filters are applied when deciding whether to emit a given - error message. - - Args: - filters: A string of comma-separated filters (eg "+whitespace/indent"). - Each filter should start with + or -; else we die. - - Raises: - ValueError: The comma-separated filters did not all start with '+' or '-'. - E.g. "-,+whitespace,-whitespace/indent,whitespace/badfilter" - """ - # Default filters always have less priority than the flag ones. - self.filters = _DEFAULT_FILTERS[:] - for filt in filters.split(','): - clean_filt = filt.strip() - if clean_filt: - self.filters.append(clean_filt) - for filt in self.filters: - if not (filt.startswith('+') or filt.startswith('-')): - raise ValueError('Every filter in --filters must start with + or -' - ' (%s does not)' % filt) - - def ResetErrorCounts(self): - """Sets the module's error statistic back to zero.""" - self.error_count = 0 - self.errors_by_category = {} - - def IncrementErrorCount(self, category): - """Bumps the module's error statistic.""" - self.error_count += 1 - if self.counting in ('toplevel', 'detailed'): - if self.counting != 'detailed': - category = category.split('/')[0] - if category not in self.errors_by_category: - self.errors_by_category[category] = 0 - self.errors_by_category[category] += 1 - - def PrintErrorCounts(self): - """Print a summary of errors by category, and the total.""" - for category, count in self.errors_by_category.iteritems(): - sys.stderr.write('Category \'%s\' errors found: %d\n' % - (category, count)) - sys.stderr.write('Total errors found: %d\n' % self.error_count) - -_cpplint_state = _CppLintState() - - -def _OutputFormat(): - """Gets the module's output format.""" - return _cpplint_state.output_format - - -def _SetOutputFormat(output_format): - """Sets the module's output format.""" - _cpplint_state.SetOutputFormat(output_format) - - -def _VerboseLevel(): - """Returns the module's verbosity setting.""" - return _cpplint_state.verbose_level - - -def _SetVerboseLevel(level): - """Sets the module's verbosity, and returns the previous setting.""" - return _cpplint_state.SetVerboseLevel(level) - - -def _SetCountingStyle(level): - """Sets the module's counting options.""" - _cpplint_state.SetCountingStyle(level) - - -def _Filters(): - """Returns the module's list of output filters, as a list.""" - return _cpplint_state.filters - - -def _SetFilters(filters): - """Sets the module's error-message filters. - - These filters are applied when deciding whether to emit a given - error message. - - Args: - filters: A string of comma-separated filters (eg "whitespace/indent"). - Each filter should start with + or -; else we die. - """ - _cpplint_state.SetFilters(filters) - - -class _FunctionState(object): - """Tracks current function name and the number of lines in its body.""" - - _NORMAL_TRIGGER = 250 # for --v=0, 500 for --v=1, etc. - _TEST_TRIGGER = 400 # about 50% more than _NORMAL_TRIGGER. - - def __init__(self): - self.in_a_function = False - self.lines_in_function = 0 - self.current_function = '' - - def Begin(self, function_name): - """Start analyzing function body. - - Args: - function_name: The name of the function being tracked. - """ - self.in_a_function = True - self.lines_in_function = 0 - self.current_function = function_name - - def Count(self): - """Count line in current function body.""" - if self.in_a_function: - self.lines_in_function += 1 - - def Check(self, error, filename, linenum): - """Report if too many lines in function body. - - Args: - error: The function to call with any errors found. - filename: The name of the current file. - linenum: The number of the line to check. - """ - if Match(r'T(EST|est)', self.current_function): - base_trigger = self._TEST_TRIGGER - else: - base_trigger = self._NORMAL_TRIGGER - trigger = base_trigger * 2**_VerboseLevel() - - if self.lines_in_function > trigger: - error_level = int(math.log(self.lines_in_function / base_trigger, 2)) - # 50 => 0, 100 => 1, 200 => 2, 400 => 3, 800 => 4, 1600 => 5, ... - if error_level > 5: - error_level = 5 - error(filename, linenum, 'readability/fn_size', error_level, - 'Small and focused functions are preferred:' - ' %s has %d non-comment lines' - ' (error triggered by exceeding %d lines).' % ( - self.current_function, self.lines_in_function, trigger)) - - def End(self): - """Stop analyzing function body.""" - self.in_a_function = False - - -class _IncludeError(Exception): - """Indicates a problem with the include order in a file.""" - pass - - -class FileInfo: - """Provides utility functions for filenames. - - FileInfo provides easy access to the components of a file's path - relative to the project root. - """ - - def __init__(self, filename): - self._filename = filename - - def FullName(self): - """Make Windows paths like Unix.""" - return os.path.abspath(self._filename).replace('\\', '/') - - def RepositoryName(self): - """FullName after removing the local path to the repository. - - If we have a real absolute path name here we can try to do something smart: - detecting the root of the checkout and truncating /path/to/checkout from - the name so that we get header guards that don't include things like - "C:\Documents and Settings\..." or "/home/username/..." in them and thus - people on different computers who have checked the source out to different - locations won't see bogus errors. - """ - fullname = self.FullName() - - if os.path.exists(fullname): - project_dir = os.path.dirname(fullname) - - if os.path.exists(os.path.join(project_dir, ".svn")): - # If there's a .svn file in the current directory, we recursively look - # up the directory tree for the top of the SVN checkout - root_dir = project_dir - one_up_dir = os.path.dirname(root_dir) - while os.path.exists(os.path.join(one_up_dir, ".svn")): - root_dir = os.path.dirname(root_dir) - one_up_dir = os.path.dirname(one_up_dir) - - prefix = os.path.commonprefix([root_dir, project_dir]) - return fullname[len(prefix) + 1:] - - # Not SVN <= 1.6? Try to find a git, hg, or svn top level directory by - # searching up from the current path. - root_dir = os.path.dirname(fullname) - while (root_dir != os.path.dirname(root_dir) and - not os.path.exists(os.path.join(root_dir, ".git")) and - not os.path.exists(os.path.join(root_dir, ".hg")) and - not os.path.exists(os.path.join(root_dir, ".svn"))): - root_dir = os.path.dirname(root_dir) - - if (os.path.exists(os.path.join(root_dir, ".git")) or - os.path.exists(os.path.join(root_dir, ".hg")) or - os.path.exists(os.path.join(root_dir, ".svn"))): - prefix = os.path.commonprefix([root_dir, project_dir]) - return fullname[len(prefix) + 1:] - - # Don't know what to do; header guard warnings may be wrong... - return fullname - - def Split(self): - """Splits the file into the directory, basename, and extension. - - For 'chrome/browser/browser.cc', Split() would - return ('chrome/browser', 'browser', '.cc') - - Returns: - A tuple of (directory, basename, extension). - """ - - googlename = self.RepositoryName() - project, rest = os.path.split(googlename) - return (project,) + os.path.splitext(rest) - - def BaseName(self): - """File base name - text after the final slash, before the final period.""" - return self.Split()[1] - - def Extension(self): - """File extension - text following the final period.""" - return self.Split()[2] - - def NoExtension(self): - """File has no source file extension.""" - return '/'.join(self.Split()[0:2]) - - def IsSource(self): - """File has a source file extension.""" - return self.Extension()[1:] in ('c', 'cc', 'cpp', 'cxx') - - -def _ShouldPrintError(category, confidence, linenum): - """If confidence >= verbose, category passes filter and is not suppressed.""" - - # There are three ways we might decide not to print an error message: - # a "NOLINT(category)" comment appears in the source, - # the verbosity level isn't high enough, or the filters filter it out. - if IsErrorSuppressedByNolint(category, linenum): - return False - if confidence < _cpplint_state.verbose_level: - return False - - is_filtered = False - for one_filter in _Filters(): - if one_filter.startswith('-'): - if category.startswith(one_filter[1:]): - is_filtered = True - elif one_filter.startswith('+'): - if category.startswith(one_filter[1:]): - is_filtered = False - else: - assert False # should have been checked for in SetFilter. - if is_filtered: - return False - - return True - - -def Error(filename, linenum, category, confidence, message): - """Logs the fact we've found a lint error. - - We log where the error was found, and also our confidence in the error, - that is, how certain we are this is a legitimate style regression, and - not a misidentification or a use that's sometimes justified. - - False positives can be suppressed by the use of - "cpplint(category)" comments on the offending line. These are - parsed into _error_suppressions. - - Args: - filename: The name of the file containing the error. - linenum: The number of the line containing the error. - category: A string used to describe the "category" this bug - falls under: "whitespace", say, or "runtime". Categories - may have a hierarchy separated by slashes: "whitespace/indent". - confidence: A number from 1-5 representing a confidence score for - the error, with 5 meaning that we are certain of the problem, - and 1 meaning that it could be a legitimate construct. - message: The error message. - """ - if _ShouldPrintError(category, confidence, linenum): - _cpplint_state.IncrementErrorCount(category) - if _cpplint_state.output_format == 'vs7': - sys.stderr.write('%s(%s): %s [%s] [%d]\n' % ( - filename, linenum, message, category, confidence)) - elif _cpplint_state.output_format == 'eclipse': - sys.stderr.write('%s:%s: warning: %s [%s] [%d]\n' % ( - filename, linenum, message, category, confidence)) - else: - sys.stderr.write('%s:%s: %s [%s] [%d]\n' % ( - filename, linenum, message, category, confidence)) - - -# Matches standard C++ escape sequences per 2.13.2.3 of the C++ standard. -_RE_PATTERN_CLEANSE_LINE_ESCAPES = re.compile( - r'\\([abfnrtv?"\\\']|\d+|x[0-9a-fA-F]+)') -# Matches strings. Escape codes should already be removed by ESCAPES. -_RE_PATTERN_CLEANSE_LINE_DOUBLE_QUOTES = re.compile(r'"[^"]*"') -# Matches characters. Escape codes should already be removed by ESCAPES. -_RE_PATTERN_CLEANSE_LINE_SINGLE_QUOTES = re.compile(r"'.'") -# Matches multi-line C++ comments. -# This RE is a little bit more complicated than one might expect, because we -# have to take care of space removals tools so we can handle comments inside -# statements better. -# The current rule is: We only clear spaces from both sides when we're at the -# end of the line. Otherwise, we try to remove spaces from the right side, -# if this doesn't work we try on left side but only if there's a non-character -# on the right. -_RE_PATTERN_CLEANSE_LINE_C_COMMENTS = re.compile( - r"""(\s*/\*.*\*/\s*$| - /\*.*\*/\s+| - \s+/\*.*\*/(?=\W)| - /\*.*\*/)""", re.VERBOSE) - - -def IsCppString(line): - """Does line terminate so, that the next symbol is in string constant. - - This function does not consider single-line nor multi-line comments. - - Args: - line: is a partial line of code starting from the 0..n. - - Returns: - True, if next character appended to 'line' is inside a - string constant. - """ - - line = line.replace(r'\\', 'XX') # after this, \\" does not match to \" - return ((line.count('"') - line.count(r'\"') - line.count("'\"'")) & 1) == 1 - - -def CleanseRawStrings(raw_lines): - """Removes C++11 raw strings from lines. - - Before: - static const char kData[] = R"( - multi-line string - )"; - - After: - static const char kData[] = "" - (replaced by blank line) - ""; - - Args: - raw_lines: list of raw lines. - - Returns: - list of lines with C++11 raw strings replaced by empty strings. - """ - - delimiter = None - lines_without_raw_strings = [] - for line in raw_lines: - if delimiter: - # Inside a raw string, look for the end - end = line.find(delimiter) - if end >= 0: - # Found the end of the string, match leading space for this - # line and resume copying the original lines, and also insert - # a "" on the last line. - leading_space = Match(r'^(\s*)\S', line) - line = leading_space.group(1) + '""' + line[end + len(delimiter):] - delimiter = None - else: - # Haven't found the end yet, append a blank line. - line = '' - - else: - # Look for beginning of a raw string. - # See 2.14.15 [lex.string] for syntax. - matched = Match(r'^(.*)\b(?:R|u8R|uR|UR|LR)"([^\s\\()]*)\((.*)$', line) - if matched: - delimiter = ')' + matched.group(2) + '"' - - end = matched.group(3).find(delimiter) - if end >= 0: - # Raw string ended on same line - line = (matched.group(1) + '""' + - matched.group(3)[end + len(delimiter):]) - delimiter = None - else: - # Start of a multi-line raw string - line = matched.group(1) + '""' - - lines_without_raw_strings.append(line) - - # TODO(unknown): if delimiter is not None here, we might want to - # emit a warning for unterminated string. - return lines_without_raw_strings - - -def FindNextMultiLineCommentStart(lines, lineix): - """Find the beginning marker for a multiline comment.""" - while lineix < len(lines): - if lines[lineix].strip().startswith('/*'): - # Only return this marker if the comment goes beyond this line - if lines[lineix].strip().find('*/', 2) < 0: - return lineix - lineix += 1 - return len(lines) - - -def FindNextMultiLineCommentEnd(lines, lineix): - """We are inside a comment, find the end marker.""" - while lineix < len(lines): - if lines[lineix].strip().endswith('*/'): - return lineix - lineix += 1 - return len(lines) - - -def RemoveMultiLineCommentsFromRange(lines, begin, end): - """Clears a range of lines for multi-line comments.""" - # Having // dummy comments makes the lines non-empty, so we will not get - # unnecessary blank line warnings later in the code. - for i in range(begin, end): - lines[i] = '// dummy' - - -def RemoveMultiLineComments(filename, lines, error): - """Removes multiline (c-style) comments from lines.""" - lineix = 0 - while lineix < len(lines): - lineix_begin = FindNextMultiLineCommentStart(lines, lineix) - if lineix_begin >= len(lines): - return - lineix_end = FindNextMultiLineCommentEnd(lines, lineix_begin) - if lineix_end >= len(lines): - error(filename, lineix_begin + 1, 'readability/multiline_comment', 5, - 'Could not find end of multi-line comment') - return - RemoveMultiLineCommentsFromRange(lines, lineix_begin, lineix_end + 1) - lineix = lineix_end + 1 - - -def CleanseComments(line): - """Removes //-comments and single-line C-style /* */ comments. - - Args: - line: A line of C++ source. - - Returns: - The line with single-line comments removed. - """ - commentpos = line.find('//') - if commentpos != -1 and not IsCppString(line[:commentpos]): - line = line[:commentpos].rstrip() - # get rid of /* ... */ - return _RE_PATTERN_CLEANSE_LINE_C_COMMENTS.sub('', line) - - -class CleansedLines(object): - """Holds 3 copies of all lines with different preprocessing applied to them. - - 1) elided member contains lines without strings and comments, - 2) lines member contains lines without comments, and - 3) raw_lines member contains all the lines without processing. - All these three members are of , and of the same length. - """ - - def __init__(self, lines): - self.elided = [] - self.lines = [] - self.raw_lines = lines - self.num_lines = len(lines) - self.lines_without_raw_strings = CleanseRawStrings(lines) - for linenum in range(len(self.lines_without_raw_strings)): - self.lines.append(CleanseComments( - self.lines_without_raw_strings[linenum])) - elided = self._CollapseStrings(self.lines_without_raw_strings[linenum]) - self.elided.append(CleanseComments(elided)) - - def NumLines(self): - """Returns the number of lines represented.""" - return self.num_lines - - @staticmethod - def _CollapseStrings(elided): - """Collapses strings and chars on a line to simple "" or '' blocks. - - We nix strings first so we're not fooled by text like '"http://"' - - Args: - elided: The line being processed. - - Returns: - The line with collapsed strings. - """ - if not _RE_PATTERN_INCLUDE.match(elided): - # Remove escaped characters first to make quote/single quote collapsing - # basic. Things that look like escaped characters shouldn't occur - # outside of strings and chars. - elided = _RE_PATTERN_CLEANSE_LINE_ESCAPES.sub('', elided) - elided = _RE_PATTERN_CLEANSE_LINE_SINGLE_QUOTES.sub("''", elided) - elided = _RE_PATTERN_CLEANSE_LINE_DOUBLE_QUOTES.sub('""', elided) - return elided - - -def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar): - """Find the position just after the matching endchar. - - Args: - line: a CleansedLines line. - startpos: start searching at this position. - depth: nesting level at startpos. - startchar: expression opening character. - endchar: expression closing character. - - Returns: - On finding matching endchar: (index just after matching endchar, 0) - Otherwise: (-1, new depth at end of this line) - """ - for i in xrange(startpos, len(line)): - if line[i] == startchar: - depth += 1 - elif line[i] == endchar: - depth -= 1 - if depth == 0: - return (i + 1, 0) - return (-1, depth) - - -def CloseExpression(clean_lines, linenum, pos): - """If input points to ( or { or [ or <, finds the position that closes it. - - If lines[linenum][pos] points to a '(' or '{' or '[' or '<', finds the - linenum/pos that correspond to the closing of the expression. - - Args: - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - pos: A position on the line. - - Returns: - A tuple (line, linenum, pos) pointer *past* the closing brace, or - (line, len(lines), -1) if we never find a close. Note we ignore - strings and comments when matching; and the line we return is the - 'cleansed' line at linenum. - """ - - line = clean_lines.elided[linenum] - startchar = line[pos] - if startchar not in '({[<': - return (line, clean_lines.NumLines(), -1) - if startchar == '(': endchar = ')' - if startchar == '[': endchar = ']' - if startchar == '{': endchar = '}' - if startchar == '<': endchar = '>' - - # Check first line - (end_pos, num_open) = FindEndOfExpressionInLine( - line, pos, 0, startchar, endchar) - if end_pos > -1: - return (line, linenum, end_pos) - - # Continue scanning forward - while linenum < clean_lines.NumLines() - 1: - linenum += 1 - line = clean_lines.elided[linenum] - (end_pos, num_open) = FindEndOfExpressionInLine( - line, 0, num_open, startchar, endchar) - if end_pos > -1: - return (line, linenum, end_pos) - - # Did not find endchar before end of file, give up - return (line, clean_lines.NumLines(), -1) - - -def FindStartOfExpressionInLine(line, endpos, depth, startchar, endchar): - """Find position at the matching startchar. - - This is almost the reverse of FindEndOfExpressionInLine, but note - that the input position and returned position differs by 1. - - Args: - line: a CleansedLines line. - endpos: start searching at this position. - depth: nesting level at endpos. - startchar: expression opening character. - endchar: expression closing character. - - Returns: - On finding matching startchar: (index at matching startchar, 0) - Otherwise: (-1, new depth at beginning of this line) - """ - for i in xrange(endpos, -1, -1): - if line[i] == endchar: - depth += 1 - elif line[i] == startchar: - depth -= 1 - if depth == 0: - return (i, 0) - return (-1, depth) - - -def ReverseCloseExpression(clean_lines, linenum, pos): - """If input points to ) or } or ] or >, finds the position that opens it. - - If lines[linenum][pos] points to a ')' or '}' or ']' or '>', finds the - linenum/pos that correspond to the opening of the expression. - - Args: - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - pos: A position on the line. - - Returns: - A tuple (line, linenum, pos) pointer *at* the opening brace, or - (line, 0, -1) if we never find the matching opening brace. Note - we ignore strings and comments when matching; and the line we - return is the 'cleansed' line at linenum. - """ - line = clean_lines.elided[linenum] - endchar = line[pos] - if endchar not in ')}]>': - return (line, 0, -1) - if endchar == ')': startchar = '(' - if endchar == ']': startchar = '[' - if endchar == '}': startchar = '{' - if endchar == '>': startchar = '<' - - # Check last line - (start_pos, num_open) = FindStartOfExpressionInLine( - line, pos, 0, startchar, endchar) - if start_pos > -1: - return (line, linenum, start_pos) - - # Continue scanning backward - while linenum > 0: - linenum -= 1 - line = clean_lines.elided[linenum] - (start_pos, num_open) = FindStartOfExpressionInLine( - line, len(line) - 1, num_open, startchar, endchar) - if start_pos > -1: - return (line, linenum, start_pos) - - # Did not find startchar before beginning of file, give up - return (line, 0, -1) - - -def CheckForCopyright(filename, lines, error): - """Logs an error if a Copyright message appears at the top of the file.""" - - # We'll check up to line 10. Don't forget there's a - # dummy line at the front. - for line in xrange(1, min(len(lines), 11)): - if _RE_COPYRIGHT.search(lines[line], re.I): - error(filename, 0, 'legal/copyright', 5, - 'Copyright message found. ' - 'You should not include a copyright line.') - - -def GetHeaderGuardCPPVariable(filename): - """Returns the CPP variable that should be used as a header guard. - - Args: - filename: The name of a C++ header file. - - Returns: - The CPP variable that should be used as a header guard in the - named file. - - """ - - # Restores original filename in case that cpplint is invoked from Emacs's - # flymake. - filename = re.sub(r'_flymake\.h$', '.h', filename) - filename = re.sub(r'/\.flymake/([^/]*)$', r'/\1', filename) - - fileinfo = FileInfo(filename) - file_path_from_root = fileinfo.RepositoryName() - if _root: - file_path_from_root = re.sub('^' + _root + os.sep, '', file_path_from_root) - return re.sub(r'[-./\s]', '_', file_path_from_root).upper() + '_' - - -def CheckForHeaderGuard(filename, lines, error): - """Checks that the file contains a header guard. - - Logs an error if no #ifndef header guard is present. For other - headers, checks that the full pathname is used. - - Args: - filename: The name of the C++ header file. - lines: An array of strings, each representing a line of the file. - error: The function to call with any errors found. - """ - - cppvar = GetHeaderGuardCPPVariable(filename) - - ifndef = None - ifndef_linenum = 0 - define = None - endif = None - endif_linenum = 0 - for linenum, line in enumerate(lines): - linesplit = line.split() - if len(linesplit) >= 2: - # find the first occurrence of #ifndef and #define, save arg - if not ifndef and linesplit[0] == '#ifndef': - # set ifndef to the header guard presented on the #ifndef line. - ifndef = linesplit[1] - ifndef_linenum = linenum - if not define and linesplit[0] == '#define': - define = linesplit[1] - # find the last occurrence of #endif, save entire line - if line.startswith('#endif'): - endif = line - endif_linenum = linenum - - if not ifndef: - error(filename, 0, 'build/header_guard', 5, - 'No #ifndef header guard found, suggested CPP variable is: %s' % - cppvar) - return - - if not define: - error(filename, 0, 'build/header_guard', 5, - 'No #define header guard found, suggested CPP variable is: %s' % - cppvar) - return - - # The guard should be PATH_FILE_H_, but we also allow PATH_FILE_H__ - # for backward compatibility. - if ifndef != cppvar: - error_level = 0 - if ifndef != cppvar + '_': - error_level = 5 - - ParseNolintSuppressions(filename, lines[ifndef_linenum], ifndef_linenum, - error) - error(filename, ifndef_linenum, 'build/header_guard', error_level, - '#ifndef header guard has wrong style, please use: %s' % cppvar) - - if define != ifndef: - error(filename, 0, 'build/header_guard', 5, - '#ifndef and #define don\'t match, suggested CPP variable is: %s' % - cppvar) - return - - if endif != ('#endif // %s' % cppvar): - error_level = 0 - if endif != ('#endif // %s' % (cppvar + '_')): - error_level = 5 - - ParseNolintSuppressions(filename, lines[endif_linenum], endif_linenum, - error) - error(filename, endif_linenum, 'build/header_guard', error_level, - '#endif line should be "#endif // %s"' % cppvar) - - -def CheckForBadCharacters(filename, lines, error): - """Logs an error for each line containing bad characters. - - Two kinds of bad characters: - - 1. Unicode replacement characters: These indicate that either the file - contained invalid UTF-8 (likely) or Unicode replacement characters (which - it shouldn't). Note that it's possible for this to throw off line - numbering if the invalid UTF-8 occurred adjacent to a newline. - - 2. NUL bytes. These are problematic for some tools. - - Args: - filename: The name of the current file. - lines: An array of strings, each representing a line of the file. - error: The function to call with any errors found. - """ - for linenum, line in enumerate(lines): - if u'\ufffd' in line: - error(filename, linenum, 'readability/utf8', 5, - 'Line contains invalid UTF-8 (or Unicode replacement character).') - if '\0' in line: - error(filename, linenum, 'readability/nul', 5, 'Line contains NUL byte.') - - -def CheckForNewlineAtEOF(filename, lines, error): - """Logs an error if there is no newline char at the end of the file. - - Args: - filename: The name of the current file. - lines: An array of strings, each representing a line of the file. - error: The function to call with any errors found. - """ - - # The array lines() was created by adding two newlines to the - # original file (go figure), then splitting on \n. - # To verify that the file ends in \n, we just have to make sure the - # last-but-two element of lines() exists and is empty. - if len(lines) < 3 or lines[-2]: - error(filename, len(lines) - 2, 'whitespace/ending_newline', 5, - 'Could not find a newline character at the end of the file.') - - -def CheckForMultilineCommentsAndStrings(filename, clean_lines, linenum, error): - """Logs an error if we see /* ... */ or "..." that extend past one line. - - /* ... */ comments are legit inside macros, for one line. - Otherwise, we prefer // comments, so it's ok to warn about the - other. Likewise, it's ok for strings to extend across multiple - lines, as long as a line continuation character (backslash) - terminates each line. Although not currently prohibited by the C++ - style guide, it's ugly and unnecessary. We don't do well with either - in this lint program, so we warn about both. - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - error: The function to call with any errors found. - """ - line = clean_lines.elided[linenum] - - # Remove all \\ (escaped backslashes) from the line. They are OK, and the - # second (escaped) slash may trigger later \" detection erroneously. - line = line.replace('\\\\', '') - - if line.count('/*') > line.count('*/'): - error(filename, linenum, 'readability/multiline_comment', 5, - 'Complex multi-line /*...*/-style comment found. ' - 'Lint may give bogus warnings. ' - 'Consider replacing these with //-style comments, ' - 'with #if 0...#endif, ' - 'or with more clearly structured multi-line comments.') - - if (line.count('"') - line.count('\\"')) % 2: - error(filename, linenum, 'readability/multiline_string', 5, - 'Multi-line string ("...") found. This lint script doesn\'t ' - 'do well with such strings, and may give bogus warnings. ' - 'Use C++11 raw strings or concatenation instead.') - - -caffe_alt_function_list = ( - ('memset', ['caffe_set', 'caffe_memset']), - ('cudaMemset', ['caffe_gpu_set', 'caffe_gpu_memset']), - ('memcpy', ['caffe_copy', 'caffe_memcpy']), - ('cudaMemcpy', ['caffe_copy', 'caffe_gpu_memcpy']), - ) - - -def CheckCaffeAlternatives(filename, clean_lines, linenum, error): - """Checks for C(++) functions for which a Caffe substitute should be used. - - For certain native C functions (memset, memcpy), there is a Caffe alternative - which should be used instead. - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - error: The function to call with any errors found. - """ - line = clean_lines.elided[linenum] - for function, alts in caffe_alt_function_list: - ix = line.find(function + '(') - if ix >= 0 and (ix == 0 or (not line[ix - 1].isalnum() and - line[ix - 1] not in ('_', '.', '>'))): - disp_alts = ['%s(...)' % alt for alt in alts] - error(filename, linenum, 'caffe/alt_fn', 2, - 'Use Caffe function %s instead of %s(...).' % - (' or '.join(disp_alts), function)) - - -def CheckCaffeDataLayerSetUp(filename, clean_lines, linenum, error): - """Except the base classes, Caffe DataLayer should define DataLayerSetUp - instead of LayerSetUp. - - The base DataLayers define common SetUp steps, the subclasses should - not override them. - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - error: The function to call with any errors found. - """ - line = clean_lines.elided[linenum] - ix = line.find('DataLayer::LayerSetUp') - if ix >= 0 and ( - line.find('void DataLayer::LayerSetUp') != -1 or - line.find('void ImageDataLayer::LayerSetUp') != -1 or - line.find('void MemoryDataLayer::LayerSetUp') != -1 or - line.find('void WindowDataLayer::LayerSetUp') != -1): - error(filename, linenum, 'caffe/data_layer_setup', 2, - 'Except the base classes, Caffe DataLayer should define' - + ' DataLayerSetUp instead of LayerSetUp. The base DataLayers' - + ' define common SetUp steps, the subclasses should' - + ' not override them.') - ix = line.find('DataLayer::DataLayerSetUp') - if ix >= 0 and ( - line.find('void Base') == -1 and - line.find('void DataLayer::DataLayerSetUp') == -1 and - line.find('void ImageDataLayer::DataLayerSetUp') == -1 and - line.find('void MemoryDataLayer::DataLayerSetUp') == -1 and - line.find('void WindowDataLayer::DataLayerSetUp') == -1): - error(filename, linenum, 'caffe/data_layer_setup', 2, - 'Except the base classes, Caffe DataLayer should define' - + ' DataLayerSetUp instead of LayerSetUp. The base DataLayers' - + ' define common SetUp steps, the subclasses should' - + ' not override them.') - - -c_random_function_list = ( - 'rand(', - 'rand_r(', - 'random(', - ) - -def CheckCaffeRandom(filename, clean_lines, linenum, error): - """Checks for calls to C random functions (rand, rand_r, random, ...). - - Caffe code should (almost) always use the caffe_rng_* functions rather - than these, as the internal state of these C functions is independent of the - native Caffe RNG system which should produce deterministic results for a - fixed Caffe seed set using Caffe::set_random_seed(...). - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - error: The function to call with any errors found. - """ - line = clean_lines.elided[linenum] - for function in c_random_function_list: - ix = line.find(function) - # Comparisons made explicit for clarity -- pylint: disable=g-explicit-bool-comparison - if ix >= 0 and (ix == 0 or (not line[ix - 1].isalnum() and - line[ix - 1] not in ('_', '.', '>'))): - error(filename, linenum, 'caffe/random_fn', 2, - 'Use caffe_rng_rand() (or other caffe_rng_* function) instead of ' - + function + - ') to ensure results are deterministic for a fixed Caffe seed.') - - -threading_list = ( - ('asctime(', 'asctime_r('), - ('ctime(', 'ctime_r('), - ('getgrgid(', 'getgrgid_r('), - ('getgrnam(', 'getgrnam_r('), - ('getlogin(', 'getlogin_r('), - ('getpwnam(', 'getpwnam_r('), - ('getpwuid(', 'getpwuid_r('), - ('gmtime(', 'gmtime_r('), - ('localtime(', 'localtime_r('), - ('strtok(', 'strtok_r('), - ('ttyname(', 'ttyname_r('), - ) - - -def CheckPosixThreading(filename, clean_lines, linenum, error): - """Checks for calls to thread-unsafe functions. - - Much code has been originally written without consideration of - multi-threading. Also, engineers are relying on their old experience; - they have learned posix before threading extensions were added. These - tests guide the engineers to use thread-safe functions (when using - posix directly). - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - error: The function to call with any errors found. - """ - line = clean_lines.elided[linenum] - for single_thread_function, multithread_safe_function in threading_list: - ix = line.find(single_thread_function) - # Comparisons made explicit for clarity -- pylint: disable=g-explicit-bool-comparison - if ix >= 0 and (ix == 0 or (not line[ix - 1].isalnum() and - line[ix - 1] not in ('_', '.', '>'))): - error(filename, linenum, 'runtime/threadsafe_fn', 2, - 'Consider using ' + multithread_safe_function + - '...) instead of ' + single_thread_function + - '...) for improved thread safety.') - - -def CheckVlogArguments(filename, clean_lines, linenum, error): - """Checks that VLOG() is only used for defining a logging level. - - For example, VLOG(2) is correct. VLOG(INFO), VLOG(WARNING), VLOG(ERROR), and - VLOG(FATAL) are not. - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - error: The function to call with any errors found. - """ - line = clean_lines.elided[linenum] - if Search(r'\bVLOG\((INFO|ERROR|WARNING|DFATAL|FATAL)\)', line): - error(filename, linenum, 'runtime/vlog', 5, - 'VLOG() should be used with numeric verbosity level. ' - 'Use LOG() if you want symbolic severity levels.') - - -# Matches invalid increment: *count++, which moves pointer instead of -# incrementing a value. -_RE_PATTERN_INVALID_INCREMENT = re.compile( - r'^\s*\*\w+(\+\+|--);') - - -def CheckInvalidIncrement(filename, clean_lines, linenum, error): - """Checks for invalid increment *count++. - - For example following function: - void increment_counter(int* count) { - *count++; - } - is invalid, because it effectively does count++, moving pointer, and should - be replaced with ++*count, (*count)++ or *count += 1. - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - error: The function to call with any errors found. - """ - line = clean_lines.elided[linenum] - if _RE_PATTERN_INVALID_INCREMENT.match(line): - error(filename, linenum, 'runtime/invalid_increment', 5, - 'Changing pointer instead of value (or unused value of operator*).') - - -class _BlockInfo(object): - """Stores information about a generic block of code.""" - - def __init__(self, seen_open_brace): - self.seen_open_brace = seen_open_brace - self.open_parentheses = 0 - self.inline_asm = _NO_ASM - - def CheckBegin(self, filename, clean_lines, linenum, error): - """Run checks that applies to text up to the opening brace. - - This is mostly for checking the text after the class identifier - and the "{", usually where the base class is specified. For other - blocks, there isn't much to check, so we always pass. - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - error: The function to call with any errors found. - """ - pass - - def CheckEnd(self, filename, clean_lines, linenum, error): - """Run checks that applies to text after the closing brace. - - This is mostly used for checking end of namespace comments. - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - error: The function to call with any errors found. - """ - pass - - -class _ClassInfo(_BlockInfo): - """Stores information about a class.""" - - def __init__(self, name, class_or_struct, clean_lines, linenum): - _BlockInfo.__init__(self, False) - self.name = name - self.starting_linenum = linenum - self.is_derived = False - if class_or_struct == 'struct': - self.access = 'public' - self.is_struct = True - else: - self.access = 'private' - self.is_struct = False - - # Remember initial indentation level for this class. Using raw_lines here - # instead of elided to account for leading comments. - initial_indent = Match(r'^( *)\S', clean_lines.raw_lines[linenum]) - if initial_indent: - self.class_indent = len(initial_indent.group(1)) - else: - self.class_indent = 0 - - # Try to find the end of the class. This will be confused by things like: - # class A { - # } *x = { ... - # - # But it's still good enough for CheckSectionSpacing. - self.last_line = 0 - depth = 0 - for i in range(linenum, clean_lines.NumLines()): - line = clean_lines.elided[i] - depth += line.count('{') - line.count('}') - if not depth: - self.last_line = i - break - - def CheckBegin(self, filename, clean_lines, linenum, error): - # Look for a bare ':' - if Search('(^|[^:]):($|[^:])', clean_lines.elided[linenum]): - self.is_derived = True - - def CheckEnd(self, filename, clean_lines, linenum, error): - # Check that closing brace is aligned with beginning of the class. - # Only do this if the closing brace is indented by only whitespaces. - # This means we will not check single-line class definitions. - indent = Match(r'^( *)\}', clean_lines.elided[linenum]) - if indent and len(indent.group(1)) != self.class_indent: - if self.is_struct: - parent = 'struct ' + self.name - else: - parent = 'class ' + self.name - error(filename, linenum, 'whitespace/indent', 3, - 'Closing brace should be aligned with beginning of %s' % parent) - - -class _NamespaceInfo(_BlockInfo): - """Stores information about a namespace.""" - - def __init__(self, name, linenum): - _BlockInfo.__init__(self, False) - self.name = name or '' - self.starting_linenum = linenum - - def CheckEnd(self, filename, clean_lines, linenum, error): - """Check end of namespace comments.""" - line = clean_lines.raw_lines[linenum] - - # Check how many lines is enclosed in this namespace. Don't issue - # warning for missing namespace comments if there aren't enough - # lines. However, do apply checks if there is already an end of - # namespace comment and it's incorrect. - # - # TODO(unknown): We always want to check end of namespace comments - # if a namespace is large, but sometimes we also want to apply the - # check if a short namespace contained nontrivial things (something - # other than forward declarations). There is currently no logic on - # deciding what these nontrivial things are, so this check is - # triggered by namespace size only, which works most of the time. - if (linenum - self.starting_linenum < 10 - and not Match(r'};*\s*(//|/\*).*\bnamespace\b', line)): - return - - # Look for matching comment at end of namespace. - # - # Note that we accept C style "/* */" comments for terminating - # namespaces, so that code that terminate namespaces inside - # preprocessor macros can be cpplint clean. - # - # We also accept stuff like "// end of namespace ." with the - # period at the end. - # - # Besides these, we don't accept anything else, otherwise we might - # get false negatives when existing comment is a substring of the - # expected namespace. - if self.name: - # Named namespace - if not Match((r'};*\s*(//|/\*).*\bnamespace\s+' + re.escape(self.name) + - r'[\*/\.\\\s]*$'), - line): - error(filename, linenum, 'readability/namespace', 5, - 'Namespace should be terminated with "// namespace %s"' % - self.name) - else: - # Anonymous namespace - if not Match(r'};*\s*(//|/\*).*\bnamespace[\*/\.\\\s]*$', line): - error(filename, linenum, 'readability/namespace', 5, - 'Namespace should be terminated with "// namespace"') - - -class _PreprocessorInfo(object): - """Stores checkpoints of nesting stacks when #if/#else is seen.""" - - def __init__(self, stack_before_if): - # The entire nesting stack before #if - self.stack_before_if = stack_before_if - - # The entire nesting stack up to #else - self.stack_before_else = [] - - # Whether we have already seen #else or #elif - self.seen_else = False - - -class _NestingState(object): - """Holds states related to parsing braces.""" - - def __init__(self): - # Stack for tracking all braces. An object is pushed whenever we - # see a "{", and popped when we see a "}". Only 3 types of - # objects are possible: - # - _ClassInfo: a class or struct. - # - _NamespaceInfo: a namespace. - # - _BlockInfo: some other type of block. - self.stack = [] - - # Stack of _PreprocessorInfo objects. - self.pp_stack = [] - - def SeenOpenBrace(self): - """Check if we have seen the opening brace for the innermost block. - - Returns: - True if we have seen the opening brace, False if the innermost - block is still expecting an opening brace. - """ - return (not self.stack) or self.stack[-1].seen_open_brace - - def InNamespaceBody(self): - """Check if we are currently one level inside a namespace body. - - Returns: - True if top of the stack is a namespace block, False otherwise. - """ - return self.stack and isinstance(self.stack[-1], _NamespaceInfo) - - def UpdatePreprocessor(self, line): - """Update preprocessor stack. - - We need to handle preprocessors due to classes like this: - #ifdef SWIG - struct ResultDetailsPageElementExtensionPoint { - #else - struct ResultDetailsPageElementExtensionPoint : public Extension { - #endif - - We make the following assumptions (good enough for most files): - - Preprocessor condition evaluates to true from #if up to first - #else/#elif/#endif. - - - Preprocessor condition evaluates to false from #else/#elif up - to #endif. We still perform lint checks on these lines, but - these do not affect nesting stack. - - Args: - line: current line to check. - """ - if Match(r'^\s*#\s*(if|ifdef|ifndef)\b', line): - # Beginning of #if block, save the nesting stack here. The saved - # stack will allow us to restore the parsing state in the #else case. - self.pp_stack.append(_PreprocessorInfo(copy.deepcopy(self.stack))) - elif Match(r'^\s*#\s*(else|elif)\b', line): - # Beginning of #else block - if self.pp_stack: - if not self.pp_stack[-1].seen_else: - # This is the first #else or #elif block. Remember the - # whole nesting stack up to this point. This is what we - # keep after the #endif. - self.pp_stack[-1].seen_else = True - self.pp_stack[-1].stack_before_else = copy.deepcopy(self.stack) - - # Restore the stack to how it was before the #if - self.stack = copy.deepcopy(self.pp_stack[-1].stack_before_if) - else: - # TODO(unknown): unexpected #else, issue warning? - pass - elif Match(r'^\s*#\s*endif\b', line): - # End of #if or #else blocks. - if self.pp_stack: - # If we saw an #else, we will need to restore the nesting - # stack to its former state before the #else, otherwise we - # will just continue from where we left off. - if self.pp_stack[-1].seen_else: - # Here we can just use a shallow copy since we are the last - # reference to it. - self.stack = self.pp_stack[-1].stack_before_else - # Drop the corresponding #if - self.pp_stack.pop() - else: - # TODO(unknown): unexpected #endif, issue warning? - pass - - def Update(self, filename, clean_lines, linenum, error): - """Update nesting state with current line. - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - error: The function to call with any errors found. - """ - line = clean_lines.elided[linenum] - - # Update pp_stack first - self.UpdatePreprocessor(line) - - # Count parentheses. This is to avoid adding struct arguments to - # the nesting stack. - if self.stack: - inner_block = self.stack[-1] - depth_change = line.count('(') - line.count(')') - inner_block.open_parentheses += depth_change - - # Also check if we are starting or ending an inline assembly block. - if inner_block.inline_asm in (_NO_ASM, _END_ASM): - if (depth_change != 0 and - inner_block.open_parentheses == 1 and - _MATCH_ASM.match(line)): - # Enter assembly block - inner_block.inline_asm = _INSIDE_ASM - else: - # Not entering assembly block. If previous line was _END_ASM, - # we will now shift to _NO_ASM state. - inner_block.inline_asm = _NO_ASM - elif (inner_block.inline_asm == _INSIDE_ASM and - inner_block.open_parentheses == 0): - # Exit assembly block - inner_block.inline_asm = _END_ASM - - # Consume namespace declaration at the beginning of the line. Do - # this in a loop so that we catch same line declarations like this: - # namespace proto2 { namespace bridge { class MessageSet; } } - while True: - # Match start of namespace. The "\b\s*" below catches namespace - # declarations even if it weren't followed by a whitespace, this - # is so that we don't confuse our namespace checker. The - # missing spaces will be flagged by CheckSpacing. - namespace_decl_match = Match(r'^\s*namespace\b\s*([:\w]+)?(.*)$', line) - if not namespace_decl_match: - break - - new_namespace = _NamespaceInfo(namespace_decl_match.group(1), linenum) - self.stack.append(new_namespace) - - line = namespace_decl_match.group(2) - if line.find('{') != -1: - new_namespace.seen_open_brace = True - line = line[line.find('{') + 1:] - - # Look for a class declaration in whatever is left of the line - # after parsing namespaces. The regexp accounts for decorated classes - # such as in: - # class LOCKABLE API Object { - # }; - # - # Templates with class arguments may confuse the parser, for example: - # template , - # class Vector = vector > - # class HeapQueue { - # - # Because this parser has no nesting state about templates, by the - # time it saw "class Comparator", it may think that it's a new class. - # Nested templates have a similar problem: - # template < - # typename ExportedType, - # typename TupleType, - # template class ImplTemplate> - # - # To avoid these cases, we ignore classes that are followed by '=' or '>' - class_decl_match = Match( - r'\s*(template\s*<[\w\s<>,:]*>\s*)?' - r'(class|struct)\s+([A-Z_]+\s+)*(\w+(?:::\w+)*)' - r'(([^=>]|<[^<>]*>|<[^<>]*<[^<>]*>\s*>)*)$', line) - if (class_decl_match and - (not self.stack or self.stack[-1].open_parentheses == 0)): - self.stack.append(_ClassInfo( - class_decl_match.group(4), class_decl_match.group(2), - clean_lines, linenum)) - line = class_decl_match.group(5) - - # If we have not yet seen the opening brace for the innermost block, - # run checks here. - if not self.SeenOpenBrace(): - self.stack[-1].CheckBegin(filename, clean_lines, linenum, error) - - # Update access control if we are inside a class/struct - if self.stack and isinstance(self.stack[-1], _ClassInfo): - classinfo = self.stack[-1] - access_match = Match( - r'^(.*)\b(public|private|protected|signals)(\s+(?:slots\s*)?)?' - r':(?:[^:]|$)', - line) - if access_match: - classinfo.access = access_match.group(2) - - # Check that access keywords are indented +1 space. Skip this - # check if the keywords are not preceded by whitespaces. - indent = access_match.group(1) - if (len(indent) != classinfo.class_indent + 1 and - Match(r'^\s*$', indent)): - if classinfo.is_struct: - parent = 'struct ' + classinfo.name - else: - parent = 'class ' + classinfo.name - slots = '' - if access_match.group(3): - slots = access_match.group(3) - error(filename, linenum, 'whitespace/indent', 3, - '%s%s: should be indented +1 space inside %s' % ( - access_match.group(2), slots, parent)) - - # Consume braces or semicolons from what's left of the line - while True: - # Match first brace, semicolon, or closed parenthesis. - matched = Match(r'^[^{;)}]*([{;)}])(.*)$', line) - if not matched: - break - - token = matched.group(1) - if token == '{': - # If namespace or class hasn't seen a opening brace yet, mark - # namespace/class head as complete. Push a new block onto the - # stack otherwise. - if not self.SeenOpenBrace(): - self.stack[-1].seen_open_brace = True - else: - self.stack.append(_BlockInfo(True)) - if _MATCH_ASM.match(line): - self.stack[-1].inline_asm = _BLOCK_ASM - elif token == ';' or token == ')': - # If we haven't seen an opening brace yet, but we already saw - # a semicolon, this is probably a forward declaration. Pop - # the stack for these. - # - # Similarly, if we haven't seen an opening brace yet, but we - # already saw a closing parenthesis, then these are probably - # function arguments with extra "class" or "struct" keywords. - # Also pop these stack for these. - if not self.SeenOpenBrace(): - self.stack.pop() - else: # token == '}' - # Perform end of block checks and pop the stack. - if self.stack: - self.stack[-1].CheckEnd(filename, clean_lines, linenum, error) - self.stack.pop() - line = matched.group(2) - - def InnermostClass(self): - """Get class info on the top of the stack. - - Returns: - A _ClassInfo object if we are inside a class, or None otherwise. - """ - for i in range(len(self.stack), 0, -1): - classinfo = self.stack[i - 1] - if isinstance(classinfo, _ClassInfo): - return classinfo - return None - - def CheckCompletedBlocks(self, filename, error): - """Checks that all classes and namespaces have been completely parsed. - - Call this when all lines in a file have been processed. - Args: - filename: The name of the current file. - error: The function to call with any errors found. - """ - # Note: This test can result in false positives if #ifdef constructs - # get in the way of brace matching. See the testBuildClass test in - # cpplint_unittest.py for an example of this. - for obj in self.stack: - if isinstance(obj, _ClassInfo): - error(filename, obj.starting_linenum, 'build/class', 5, - 'Failed to find complete declaration of class %s' % - obj.name) - elif isinstance(obj, _NamespaceInfo): - error(filename, obj.starting_linenum, 'build/namespaces', 5, - 'Failed to find complete declaration of namespace %s' % - obj.name) - - -def CheckForNonStandardConstructs(filename, clean_lines, linenum, - nesting_state, error): - r"""Logs an error if we see certain non-ANSI constructs ignored by gcc-2. - - Complain about several constructs which gcc-2 accepts, but which are - not standard C++. Warning about these in lint is one way to ease the - transition to new compilers. - - put storage class first (e.g. "static const" instead of "const static"). - - "%lld" instead of %qd" in printf-type functions. - - "%1$d" is non-standard in printf-type functions. - - "\%" is an undefined character escape sequence. - - text after #endif is not allowed. - - invalid inner-style forward declaration. - - >? and ?= and )\?=?\s*(\w+|[+-]?\d+)(\.\d*)?', - line): - error(filename, linenum, 'build/deprecated', 3, - '>? and ))?' - # r'\s*const\s*' + type_name + '\s*&\s*\w+\s*;' - error(filename, linenum, 'runtime/member_string_references', 2, - 'const string& members are dangerous. It is much better to use ' - 'alternatives, such as pointers or simple constants.') - - # Everything else in this function operates on class declarations. - # Return early if the top of the nesting stack is not a class, or if - # the class head is not completed yet. - classinfo = nesting_state.InnermostClass() - if not classinfo or not classinfo.seen_open_brace: - return - - # The class may have been declared with namespace or classname qualifiers. - # The constructor and destructor will not have those qualifiers. - base_classname = classinfo.name.split('::')[-1] - - # Look for single-argument constructors that aren't marked explicit. - # Technically a valid construct, but against style. - args = Match(r'\s+(?:inline\s+)?%s\s*\(([^,()]+)\)' - % re.escape(base_classname), - line) - if (args and - args.group(1) != 'void' and - not Match(r'(const\s+)?%s(\s+const)?\s*(?:<\w+>\s*)?&' - % re.escape(base_classname), args.group(1).strip())): - error(filename, linenum, 'runtime/explicit', 5, - 'Single-argument constructors should be marked explicit.') - - -def CheckSpacingForFunctionCall(filename, line, linenum, error): - """Checks for the correctness of various spacing around function calls. - - Args: - filename: The name of the current file. - line: The text of the line to check. - linenum: The number of the line to check. - error: The function to call with any errors found. - """ - - # Since function calls often occur inside if/for/while/switch - # expressions - which have their own, more liberal conventions - we - # first see if we should be looking inside such an expression for a - # function call, to which we can apply more strict standards. - fncall = line # if there's no control flow construct, look at whole line - for pattern in (r'\bif\s*\((.*)\)\s*{', - r'\bfor\s*\((.*)\)\s*{', - r'\bwhile\s*\((.*)\)\s*[{;]', - r'\bswitch\s*\((.*)\)\s*{'): - match = Search(pattern, line) - if match: - fncall = match.group(1) # look inside the parens for function calls - break - - # Except in if/for/while/switch, there should never be space - # immediately inside parens (eg "f( 3, 4 )"). We make an exception - # for nested parens ( (a+b) + c ). Likewise, there should never be - # a space before a ( when it's a function argument. I assume it's a - # function argument when the char before the whitespace is legal in - # a function name (alnum + _) and we're not starting a macro. Also ignore - # pointers and references to arrays and functions coz they're too tricky: - # we use a very simple way to recognize these: - # " (something)(maybe-something)" or - # " (something)(maybe-something," or - # " (something)[something]" - # Note that we assume the contents of [] to be short enough that - # they'll never need to wrap. - if ( # Ignore control structures. - not Search(r'\b(if|for|while|switch|return|new|delete|catch|sizeof)\b', - fncall) and - # Ignore pointers/references to functions. - not Search(r' \([^)]+\)\([^)]*(\)|,$)', fncall) and - # Ignore pointers/references to arrays. - not Search(r' \([^)]+\)\[[^\]]+\]', fncall)): - if Search(r'\w\s*\(\s(?!\s*\\$)', fncall): # a ( used for a fn call - error(filename, linenum, 'whitespace/parens', 4, - 'Extra space after ( in function call') - elif Search(r'\(\s+(?!(\s*\\)|\()', fncall): - error(filename, linenum, 'whitespace/parens', 2, - 'Extra space after (') - if (Search(r'\w\s+\(', fncall) and - not Search(r'#\s*define|typedef', fncall) and - not Search(r'\w\s+\((\w+::)*\*\w+\)\(', fncall)): - error(filename, linenum, 'whitespace/parens', 4, - 'Extra space before ( in function call') - # If the ) is followed only by a newline or a { + newline, assume it's - # part of a control statement (if/while/etc), and don't complain - if Search(r'[^)]\s+\)\s*[^{\s]', fncall): - # If the closing parenthesis is preceded by only whitespaces, - # try to give a more descriptive error message. - if Search(r'^\s+\)', fncall): - error(filename, linenum, 'whitespace/parens', 2, - 'Closing ) should be moved to the previous line') - else: - error(filename, linenum, 'whitespace/parens', 2, - 'Extra space before )') - - -def IsBlankLine(line): - """Returns true if the given line is blank. - - We consider a line to be blank if the line is empty or consists of - only white spaces. - - Args: - line: A line of a string. - - Returns: - True, if the given line is blank. - """ - return not line or line.isspace() - - -def CheckForFunctionLengths(filename, clean_lines, linenum, - function_state, error): - """Reports for long function bodies. - - For an overview why this is done, see: - http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Write_Short_Functions - - Uses a simplistic algorithm assuming other style guidelines - (especially spacing) are followed. - Only checks unindented functions, so class members are unchecked. - Trivial bodies are unchecked, so constructors with huge initializer lists - may be missed. - Blank/comment lines are not counted so as to avoid encouraging the removal - of vertical space and comments just to get through a lint check. - NOLINT *on the last line of a function* disables this check. - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - function_state: Current function name and lines in body so far. - error: The function to call with any errors found. - """ - lines = clean_lines.lines - line = lines[linenum] - raw = clean_lines.raw_lines - raw_line = raw[linenum] - joined_line = '' - - starting_func = False - regexp = r'(\w(\w|::|\*|\&|\s)*)\(' # decls * & space::name( ... - match_result = Match(regexp, line) - if match_result: - # If the name is all caps and underscores, figure it's a macro and - # ignore it, unless it's TEST or TEST_F. - function_name = match_result.group(1).split()[-1] - if function_name == 'TEST' or function_name == 'TEST_F' or ( - not Match(r'[A-Z_]+$', function_name)): - starting_func = True - - if starting_func: - body_found = False - for start_linenum in xrange(linenum, clean_lines.NumLines()): - start_line = lines[start_linenum] - joined_line += ' ' + start_line.lstrip() - if Search(r'(;|})', start_line): # Declarations and trivial functions - body_found = True - break # ... ignore - elif Search(r'{', start_line): - body_found = True - function = Search(r'((\w|:)*)\(', line).group(1) - if Match(r'TEST', function): # Handle TEST... macros - parameter_regexp = Search(r'(\(.*\))', joined_line) - if parameter_regexp: # Ignore bad syntax - function += parameter_regexp.group(1) - else: - function += '()' - function_state.Begin(function) - break - if not body_found: - # No body for the function (or evidence of a non-function) was found. - error(filename, linenum, 'readability/fn_size', 5, - 'Lint failed to find start of function body.') - elif Match(r'^\}\s*$', line): # function end - function_state.Check(error, filename, linenum) - function_state.End() - elif not Match(r'^\s*$', line): - function_state.Count() # Count non-blank/non-comment lines. - - -_RE_PATTERN_TODO = re.compile(r'^//(\s*)TODO(\(.+?\))?:?(\s|$)?') - - -def CheckComment(comment, filename, linenum, error): - """Checks for common mistakes in TODO comments. - - Args: - comment: The text of the comment from the line in question. - filename: The name of the current file. - linenum: The number of the line to check. - error: The function to call with any errors found. - """ - match = _RE_PATTERN_TODO.match(comment) - if match: - # One whitespace is correct; zero whitespace is handled elsewhere. - leading_whitespace = match.group(1) - if len(leading_whitespace) > 1: - error(filename, linenum, 'whitespace/todo', 2, - 'Too many spaces before TODO') - - username = match.group(2) - if not username: - error(filename, linenum, 'readability/todo', 2, - 'Missing username in TODO; it should look like ' - '"// TODO(my_username): Stuff."') - - middle_whitespace = match.group(3) - # Comparisons made explicit for correctness -- pylint: disable=g-explicit-bool-comparison - if middle_whitespace != ' ' and middle_whitespace != '': - error(filename, linenum, 'whitespace/todo', 2, - 'TODO(my_username) should be followed by a space') - -def CheckAccess(filename, clean_lines, linenum, nesting_state, error): - """Checks for improper use of DISALLOW* macros. - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - nesting_state: A _NestingState instance which maintains information about - the current stack of nested blocks being parsed. - error: The function to call with any errors found. - """ - line = clean_lines.elided[linenum] # get rid of comments and strings - - matched = Match((r'\s*(DISALLOW_COPY_AND_ASSIGN|' - r'DISALLOW_EVIL_CONSTRUCTORS|' - r'DISALLOW_IMPLICIT_CONSTRUCTORS)'), line) - if not matched: - return - if nesting_state.stack and isinstance(nesting_state.stack[-1], _ClassInfo): - if nesting_state.stack[-1].access != 'private': - error(filename, linenum, 'readability/constructors', 3, - '%s must be in the private: section' % matched.group(1)) - - else: - # Found DISALLOW* macro outside a class declaration, or perhaps it - # was used inside a function when it should have been part of the - # class declaration. We could issue a warning here, but it - # probably resulted in a compiler error already. - pass - - -def FindNextMatchingAngleBracket(clean_lines, linenum, init_suffix): - """Find the corresponding > to close a template. - - Args: - clean_lines: A CleansedLines instance containing the file. - linenum: Current line number. - init_suffix: Remainder of the current line after the initial <. - - Returns: - True if a matching bracket exists. - """ - line = init_suffix - nesting_stack = ['<'] - while True: - # Find the next operator that can tell us whether < is used as an - # opening bracket or as a less-than operator. We only want to - # warn on the latter case. - # - # We could also check all other operators and terminate the search - # early, e.g. if we got something like this "a(),;\[\]]*([<>(),;\[\]])(.*)$', line) - if match: - # Found an operator, update nesting stack - operator = match.group(1) - line = match.group(2) - - if nesting_stack[-1] == '<': - # Expecting closing angle bracket - if operator in ('<', '(', '['): - nesting_stack.append(operator) - elif operator == '>': - nesting_stack.pop() - if not nesting_stack: - # Found matching angle bracket - return True - elif operator == ',': - # Got a comma after a bracket, this is most likely a template - # argument. We have not seen a closing angle bracket yet, but - # it's probably a few lines later if we look for it, so just - # return early here. - return True - else: - # Got some other operator. - return False - - else: - # Expecting closing parenthesis or closing bracket - if operator in ('<', '(', '['): - nesting_stack.append(operator) - elif operator in (')', ']'): - # We don't bother checking for matching () or []. If we got - # something like (] or [), it would have been a syntax error. - nesting_stack.pop() - - else: - # Scan the next line - linenum += 1 - if linenum >= len(clean_lines.elided): - break - line = clean_lines.elided[linenum] - - # Exhausted all remaining lines and still no matching angle bracket. - # Most likely the input was incomplete, otherwise we should have - # seen a semicolon and returned early. - return True - - -def FindPreviousMatchingAngleBracket(clean_lines, linenum, init_prefix): - """Find the corresponding < that started a template. - - Args: - clean_lines: A CleansedLines instance containing the file. - linenum: Current line number. - init_prefix: Part of the current line before the initial >. - - Returns: - True if a matching bracket exists. - """ - line = init_prefix - nesting_stack = ['>'] - while True: - # Find the previous operator - match = Search(r'^(.*)([<>(),;\[\]])[^<>(),;\[\]]*$', line) - if match: - # Found an operator, update nesting stack - operator = match.group(2) - line = match.group(1) - - if nesting_stack[-1] == '>': - # Expecting opening angle bracket - if operator in ('>', ')', ']'): - nesting_stack.append(operator) - elif operator == '<': - nesting_stack.pop() - if not nesting_stack: - # Found matching angle bracket - return True - elif operator == ',': - # Got a comma before a bracket, this is most likely a - # template argument. The opening angle bracket is probably - # there if we look for it, so just return early here. - return True - else: - # Got some other operator. - return False - - else: - # Expecting opening parenthesis or opening bracket - if operator in ('>', ')', ']'): - nesting_stack.append(operator) - elif operator in ('(', '['): - nesting_stack.pop() - - else: - # Scan the previous line - linenum -= 1 - if linenum < 0: - break - line = clean_lines.elided[linenum] - - # Exhausted all earlier lines and still no matching angle bracket. - return False - - -def CheckSpacing(filename, clean_lines, linenum, nesting_state, error): - """Checks for the correctness of various spacing issues in the code. - - Things we check for: spaces around operators, spaces after - if/for/while/switch, no spaces around parens in function calls, two - spaces between code and comment, don't start a block with a blank - line, don't end a function with a blank line, don't add a blank line - after public/protected/private, don't have too many blank lines in a row. - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - nesting_state: A _NestingState instance which maintains information about - the current stack of nested blocks being parsed. - error: The function to call with any errors found. - """ - - # Don't use "elided" lines here, otherwise we can't check commented lines. - # Don't want to use "raw" either, because we don't want to check inside C++11 - # raw strings, - raw = clean_lines.lines_without_raw_strings - line = raw[linenum] - - # Before nixing comments, check if the line is blank for no good - # reason. This includes the first line after a block is opened, and - # blank lines at the end of a function (ie, right before a line like '}' - # - # Skip all the blank line checks if we are immediately inside a - # namespace body. In other words, don't issue blank line warnings - # for this block: - # namespace { - # - # } - # - # A warning about missing end of namespace comments will be issued instead. - if IsBlankLine(line) and not nesting_state.InNamespaceBody(): - elided = clean_lines.elided - prev_line = elided[linenum - 1] - prevbrace = prev_line.rfind('{') - # TODO(unknown): Don't complain if line before blank line, and line after, - # both start with alnums and are indented the same amount. - # This ignores whitespace at the start of a namespace block - # because those are not usually indented. - if prevbrace != -1 and prev_line[prevbrace:].find('}') == -1: - # OK, we have a blank line at the start of a code block. Before we - # complain, we check if it is an exception to the rule: The previous - # non-empty line has the parameters of a function header that are indented - # 4 spaces (because they did not fit in a 80 column line when placed on - # the same line as the function name). We also check for the case where - # the previous line is indented 6 spaces, which may happen when the - # initializers of a constructor do not fit into a 80 column line. - exception = False - if Match(r' {6}\w', prev_line): # Initializer list? - # We are looking for the opening column of initializer list, which - # should be indented 4 spaces to cause 6 space indentation afterwards. - search_position = linenum-2 - while (search_position >= 0 - and Match(r' {6}\w', elided[search_position])): - search_position -= 1 - exception = (search_position >= 0 - and elided[search_position][:5] == ' :') - else: - # Search for the function arguments or an initializer list. We use a - # simple heuristic here: If the line is indented 4 spaces; and we have a - # closing paren, without the opening paren, followed by an opening brace - # or colon (for initializer lists) we assume that it is the last line of - # a function header. If we have a colon indented 4 spaces, it is an - # initializer list. - exception = (Match(r' {4}\w[^\(]*\)\s*(const\s*)?(\{\s*$|:)', - prev_line) - or Match(r' {4}:', prev_line)) - - if not exception: - error(filename, linenum, 'whitespace/blank_line', 2, - 'Redundant blank line at the start of a code block ' - 'should be deleted.') - # Ignore blank lines at the end of a block in a long if-else - # chain, like this: - # if (condition1) { - # // Something followed by a blank line - # - # } else if (condition2) { - # // Something else - # } - if linenum + 1 < clean_lines.NumLines(): - next_line = raw[linenum + 1] - if (next_line - and Match(r'\s*}', next_line) - and next_line.find('} else ') == -1): - error(filename, linenum, 'whitespace/blank_line', 3, - 'Redundant blank line at the end of a code block ' - 'should be deleted.') - - matched = Match(r'\s*(public|protected|private):', prev_line) - if matched: - error(filename, linenum, 'whitespace/blank_line', 3, - 'Do not leave a blank line after "%s:"' % matched.group(1)) - - # Next, we complain if there's a comment too near the text - commentpos = line.find('//') - if commentpos != -1: - # Check if the // may be in quotes. If so, ignore it - # Comparisons made explicit for clarity -- pylint: disable=g-explicit-bool-comparison - if (line.count('"', 0, commentpos) - - line.count('\\"', 0, commentpos)) % 2 == 0: # not in quotes - # Allow one space for new scopes, two spaces otherwise: - if (not Match(r'^\s*{ //', line) and - ((commentpos >= 1 and - line[commentpos-1] not in string.whitespace) or - (commentpos >= 2 and - line[commentpos-2] not in string.whitespace))): - error(filename, linenum, 'whitespace/comments', 2, - 'At least two spaces is best between code and comments') - # There should always be a space between the // and the comment - commentend = commentpos + 2 - if commentend < len(line) and not line[commentend] == ' ': - # but some lines are exceptions -- e.g. if they're big - # comment delimiters like: - # //---------------------------------------------------------- - # or are an empty C++ style Doxygen comment, like: - # /// - # or C++ style Doxygen comments placed after the variable: - # ///< Header comment - # //!< Header comment - # or they begin with multiple slashes followed by a space: - # //////// Header comment - match = (Search(r'[=/-]{4,}\s*$', line[commentend:]) or - Search(r'^/$', line[commentend:]) or - Search(r'^!< ', line[commentend:]) or - Search(r'^/< ', line[commentend:]) or - Search(r'^/+ ', line[commentend:])) - if not match: - error(filename, linenum, 'whitespace/comments', 4, - 'Should have a space between // and comment') - CheckComment(line[commentpos:], filename, linenum, error) - - line = clean_lines.elided[linenum] # get rid of comments and strings - - # Don't try to do spacing checks for operator methods - line = re.sub(r'operator(==|!=|<|<<|<=|>=|>>|>)\(', 'operator\(', line) - - # We allow no-spaces around = within an if: "if ( (a=Foo()) == 0 )". - # Otherwise not. Note we only check for non-spaces on *both* sides; - # sometimes people put non-spaces on one side when aligning ='s among - # many lines (not that this is behavior that I approve of...) - if Search(r'[\w.]=[\w.]', line) and not Search(r'\b(if|while) ', line): - error(filename, linenum, 'whitespace/operators', 4, - 'Missing spaces around =') - - # It's ok not to have spaces around binary operators like + - * /, but if - # there's too little whitespace, we get concerned. It's hard to tell, - # though, so we punt on this one for now. TODO. - - # You should always have whitespace around binary operators. - # - # Check <= and >= first to avoid false positives with < and >, then - # check non-include lines for spacing around < and >. - match = Search(r'[^<>=!\s](==|!=|<=|>=)[^<>=!\s]', line) - if match: - error(filename, linenum, 'whitespace/operators', 3, - 'Missing spaces around %s' % match.group(1)) - # We allow no-spaces around << when used like this: 10<<20, but - # not otherwise (particularly, not when used as streams) - # Also ignore using ns::operator<<; - match = Search(r'(operator|\S)(?:L|UL|ULL|l|ul|ull)?<<(\S)', line) - if (match and - not (match.group(1).isdigit() and match.group(2).isdigit()) and - not (match.group(1) == 'operator' and match.group(2) == ';')): - error(filename, linenum, 'whitespace/operators', 3, - 'Missing spaces around <<') - elif not Match(r'#.*include', line): - # Avoid false positives on -> - reduced_line = line.replace('->', '') - - # Look for < that is not surrounded by spaces. This is only - # triggered if both sides are missing spaces, even though - # technically should should flag if at least one side is missing a - # space. This is done to avoid some false positives with shifts. - match = Search(r'[^\s<]<([^\s=<].*)', reduced_line) - if (match and - not FindNextMatchingAngleBracket(clean_lines, linenum, match.group(1))): - error(filename, linenum, 'whitespace/operators', 3, - 'Missing spaces around <') - - # Look for > that is not surrounded by spaces. Similar to the - # above, we only trigger if both sides are missing spaces to avoid - # false positives with shifts. - match = Search(r'^(.*[^\s>])>[^\s=>]', reduced_line) - if (match and - not FindPreviousMatchingAngleBracket(clean_lines, linenum, - match.group(1))): - error(filename, linenum, 'whitespace/operators', 3, - 'Missing spaces around >') - - # We allow no-spaces around >> for almost anything. This is because - # C++11 allows ">>" to close nested templates, which accounts for - # most cases when ">>" is not followed by a space. - # - # We still warn on ">>" followed by alpha character, because that is - # likely due to ">>" being used for right shifts, e.g.: - # value >> alpha - # - # When ">>" is used to close templates, the alphanumeric letter that - # follows would be part of an identifier, and there should still be - # a space separating the template type and the identifier. - # type> alpha - match = Search(r'>>[a-zA-Z_]', line) - if match: - error(filename, linenum, 'whitespace/operators', 3, - 'Missing spaces around >>') - - # There shouldn't be space around unary operators - match = Search(r'(!\s|~\s|[\s]--[\s;]|[\s]\+\+[\s;])', line) - if match: - error(filename, linenum, 'whitespace/operators', 4, - 'Extra space for operator %s' % match.group(1)) - - # A pet peeve of mine: no spaces after an if, while, switch, or for - match = Search(r' (if\(|for\(|while\(|switch\()', line) - if match: - error(filename, linenum, 'whitespace/parens', 5, - 'Missing space before ( in %s' % match.group(1)) - - # For if/for/while/switch, the left and right parens should be - # consistent about how many spaces are inside the parens, and - # there should either be zero or one spaces inside the parens. - # We don't want: "if ( foo)" or "if ( foo )". - # Exception: "for ( ; foo; bar)" and "for (foo; bar; )" are allowed. - match = Search(r'\b(if|for|while|switch)\s*' - r'\(([ ]*)(.).*[^ ]+([ ]*)\)\s*{\s*$', - line) - if match: - if len(match.group(2)) != len(match.group(4)): - if not (match.group(3) == ';' and - len(match.group(2)) == 1 + len(match.group(4)) or - not match.group(2) and Search(r'\bfor\s*\(.*; \)', line)): - error(filename, linenum, 'whitespace/parens', 5, - 'Mismatching spaces inside () in %s' % match.group(1)) - if len(match.group(2)) not in [0, 1]: - error(filename, linenum, 'whitespace/parens', 5, - 'Should have zero or one spaces inside ( and ) in %s' % - match.group(1)) - - # You should always have a space after a comma (either as fn arg or operator) - # - # This does not apply when the non-space character following the - # comma is another comma, since the only time when that happens is - # for empty macro arguments. - # - # We run this check in two passes: first pass on elided lines to - # verify that lines contain missing whitespaces, second pass on raw - # lines to confirm that those missing whitespaces are not due to - # elided comments. - if Search(r',[^,\s]', line) and Search(r',[^,\s]', raw[linenum]): - error(filename, linenum, 'whitespace/comma', 3, - 'Missing space after ,') - - # You should always have a space after a semicolon - # except for few corner cases - # TODO(unknown): clarify if 'if (1) { return 1;}' is requires one more - # space after ; - if Search(r';[^\s};\\)/]', line): - error(filename, linenum, 'whitespace/semicolon', 3, - 'Missing space after ;') - - # Next we will look for issues with function calls. - CheckSpacingForFunctionCall(filename, line, linenum, error) - - # Except after an opening paren, or after another opening brace (in case of - # an initializer list, for instance), you should have spaces before your - # braces. And since you should never have braces at the beginning of a line, - # this is an easy test. - match = Match(r'^(.*[^ ({]){', line) - if match: - # Try a bit harder to check for brace initialization. This - # happens in one of the following forms: - # Constructor() : initializer_list_{} { ... } - # Constructor{}.MemberFunction() - # Type variable{}; - # FunctionCall(type{}, ...); - # LastArgument(..., type{}); - # LOG(INFO) << type{} << " ..."; - # map_of_type[{...}] = ...; - # - # We check for the character following the closing brace, and - # silence the warning if it's one of those listed above, i.e. - # "{.;,)<]". - # - # To account for nested initializer list, we allow any number of - # closing braces up to "{;,)<". We can't simply silence the - # warning on first sight of closing brace, because that would - # cause false negatives for things that are not initializer lists. - # Silence this: But not this: - # Outer{ if (...) { - # Inner{...} if (...){ // Missing space before { - # }; } - # - # There is a false negative with this approach if people inserted - # spurious semicolons, e.g. "if (cond){};", but we will catch the - # spurious semicolon with a separate check. - (endline, endlinenum, endpos) = CloseExpression( - clean_lines, linenum, len(match.group(1))) - trailing_text = '' - if endpos > -1: - trailing_text = endline[endpos:] - for offset in xrange(endlinenum + 1, - min(endlinenum + 3, clean_lines.NumLines() - 1)): - trailing_text += clean_lines.elided[offset] - if not Match(r'^[\s}]*[{.;,)<\]]', trailing_text): - error(filename, linenum, 'whitespace/braces', 5, - 'Missing space before {') - - # Make sure '} else {' has spaces. - if Search(r'}else', line): - error(filename, linenum, 'whitespace/braces', 5, - 'Missing space before else') - - # You shouldn't have spaces before your brackets, except maybe after - # 'delete []' or 'new char * []'. - if Search(r'\w\s+\[', line) and not Search(r'delete\s+\[', line): - error(filename, linenum, 'whitespace/braces', 5, - 'Extra space before [') - - # You shouldn't have a space before a semicolon at the end of the line. - # There's a special case for "for" since the style guide allows space before - # the semicolon there. - if Search(r':\s*;\s*$', line): - error(filename, linenum, 'whitespace/semicolon', 5, - 'Semicolon defining empty statement. Use {} instead.') - elif Search(r'^\s*;\s*$', line): - error(filename, linenum, 'whitespace/semicolon', 5, - 'Line contains only semicolon. If this should be an empty statement, ' - 'use {} instead.') - elif (Search(r'\s+;\s*$', line) and - not Search(r'\bfor\b', line)): - error(filename, linenum, 'whitespace/semicolon', 5, - 'Extra space before last semicolon. If this should be an empty ' - 'statement, use {} instead.') - - # In range-based for, we wanted spaces before and after the colon, but - # not around "::" tokens that might appear. - if (Search('for *\(.*[^:]:[^: ]', line) or - Search('for *\(.*[^: ]:[^:]', line)): - error(filename, linenum, 'whitespace/forcolon', 2, - 'Missing space around colon in range-based for loop') - - -def CheckSectionSpacing(filename, clean_lines, class_info, linenum, error): - """Checks for additional blank line issues related to sections. - - Currently the only thing checked here is blank line before protected/private. - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - class_info: A _ClassInfo objects. - linenum: The number of the line to check. - error: The function to call with any errors found. - """ - # Skip checks if the class is small, where small means 25 lines or less. - # 25 lines seems like a good cutoff since that's the usual height of - # terminals, and any class that can't fit in one screen can't really - # be considered "small". - # - # Also skip checks if we are on the first line. This accounts for - # classes that look like - # class Foo { public: ... }; - # - # If we didn't find the end of the class, last_line would be zero, - # and the check will be skipped by the first condition. - if (class_info.last_line - class_info.starting_linenum <= 24 or - linenum <= class_info.starting_linenum): - return - - matched = Match(r'\s*(public|protected|private):', clean_lines.lines[linenum]) - if matched: - # Issue warning if the line before public/protected/private was - # not a blank line, but don't do this if the previous line contains - # "class" or "struct". This can happen two ways: - # - We are at the beginning of the class. - # - We are forward-declaring an inner class that is semantically - # private, but needed to be public for implementation reasons. - # Also ignores cases where the previous line ends with a backslash as can be - # common when defining classes in C macros. - prev_line = clean_lines.lines[linenum - 1] - if (not IsBlankLine(prev_line) and - not Search(r'\b(class|struct)\b', prev_line) and - not Search(r'\\$', prev_line)): - # Try a bit harder to find the beginning of the class. This is to - # account for multi-line base-specifier lists, e.g.: - # class Derived - # : public Base { - end_class_head = class_info.starting_linenum - for i in range(class_info.starting_linenum, linenum): - if Search(r'\{\s*$', clean_lines.lines[i]): - end_class_head = i - break - if end_class_head < linenum - 1: - error(filename, linenum, 'whitespace/blank_line', 3, - '"%s:" should be preceded by a blank line' % matched.group(1)) - - -def GetPreviousNonBlankLine(clean_lines, linenum): - """Return the most recent non-blank line and its line number. - - Args: - clean_lines: A CleansedLines instance containing the file contents. - linenum: The number of the line to check. - - Returns: - A tuple with two elements. The first element is the contents of the last - non-blank line before the current line, or the empty string if this is the - first non-blank line. The second is the line number of that line, or -1 - if this is the first non-blank line. - """ - - prevlinenum = linenum - 1 - while prevlinenum >= 0: - prevline = clean_lines.elided[prevlinenum] - if not IsBlankLine(prevline): # if not a blank line... - return (prevline, prevlinenum) - prevlinenum -= 1 - return ('', -1) - - -def CheckBraces(filename, clean_lines, linenum, error): - """Looks for misplaced braces (e.g. at the end of line). - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - error: The function to call with any errors found. - """ - - line = clean_lines.elided[linenum] # get rid of comments and strings - - if Match(r'\s*{\s*$', line): - # We allow an open brace to start a line in the case where someone is using - # braces in a block to explicitly create a new scope, which is commonly used - # to control the lifetime of stack-allocated variables. Braces are also - # used for brace initializers inside function calls. We don't detect this - # perfectly: we just don't complain if the last non-whitespace character on - # the previous non-blank line is ',', ';', ':', '(', '{', or '}', or if the - # previous line starts a preprocessor block. - prevline = GetPreviousNonBlankLine(clean_lines, linenum)[0] - if (not Search(r'[,;:}{(]\s*$', prevline) and - not Match(r'\s*#', prevline)): - error(filename, linenum, 'whitespace/braces', 4, - '{ should almost always be at the end of the previous line') - - # An else clause should be on the same line as the preceding closing brace. - if Match(r'\s*else\s*', line): - prevline = GetPreviousNonBlankLine(clean_lines, linenum)[0] - if Match(r'\s*}\s*$', prevline): - error(filename, linenum, 'whitespace/newline', 4, - 'An else should appear on the same line as the preceding }') - - # If braces come on one side of an else, they should be on both. - # However, we have to worry about "else if" that spans multiple lines! - if Search(r'}\s*else[^{]*$', line) or Match(r'[^}]*else\s*{', line): - if Search(r'}\s*else if([^{]*)$', line): # could be multi-line if - # find the ( after the if - pos = line.find('else if') - pos = line.find('(', pos) - if pos > 0: - (endline, _, endpos) = CloseExpression(clean_lines, linenum, pos) - if endline[endpos:].find('{') == -1: # must be brace after if - error(filename, linenum, 'readability/braces', 5, - 'If an else has a brace on one side, it should have it on both') - else: # common case: else not followed by a multi-line if - error(filename, linenum, 'readability/braces', 5, - 'If an else has a brace on one side, it should have it on both') - - # Likewise, an else should never have the else clause on the same line - if Search(r'\belse [^\s{]', line) and not Search(r'\belse if\b', line): - error(filename, linenum, 'whitespace/newline', 4, - 'Else clause should never be on same line as else (use 2 lines)') - - # In the same way, a do/while should never be on one line - if Match(r'\s*do [^\s{]', line): - error(filename, linenum, 'whitespace/newline', 4, - 'do/while clauses should not be on a single line') - - # Block bodies should not be followed by a semicolon. Due to C++11 - # brace initialization, there are more places where semicolons are - # required than not, so we use a whitelist approach to check these - # rather than a blacklist. These are the places where "};" should - # be replaced by just "}": - # 1. Some flavor of block following closing parenthesis: - # for (;;) {}; - # while (...) {}; - # switch (...) {}; - # Function(...) {}; - # if (...) {}; - # if (...) else if (...) {}; - # - # 2. else block: - # if (...) else {}; - # - # 3. const member function: - # Function(...) const {}; - # - # 4. Block following some statement: - # x = 42; - # {}; - # - # 5. Block at the beginning of a function: - # Function(...) { - # {}; - # } - # - # Note that naively checking for the preceding "{" will also match - # braces inside multi-dimensional arrays, but this is fine since - # that expression will not contain semicolons. - # - # 6. Block following another block: - # while (true) {} - # {}; - # - # 7. End of namespaces: - # namespace {}; - # - # These semicolons seems far more common than other kinds of - # redundant semicolons, possibly due to people converting classes - # to namespaces. For now we do not warn for this case. - # - # Try matching case 1 first. - match = Match(r'^(.*\)\s*)\{', line) - if match: - # Matched closing parenthesis (case 1). Check the token before the - # matching opening parenthesis, and don't warn if it looks like a - # macro. This avoids these false positives: - # - macro that defines a base class - # - multi-line macro that defines a base class - # - macro that defines the whole class-head - # - # But we still issue warnings for macros that we know are safe to - # warn, specifically: - # - TEST, TEST_F, TEST_P, MATCHER, MATCHER_P - # - TYPED_TEST - # - INTERFACE_DEF - # - EXCLUSIVE_LOCKS_REQUIRED, SHARED_LOCKS_REQUIRED, LOCKS_EXCLUDED: - # - # We implement a whitelist of safe macros instead of a blacklist of - # unsafe macros, even though the latter appears less frequently in - # google code and would have been easier to implement. This is because - # the downside for getting the whitelist wrong means some extra - # semicolons, while the downside for getting the blacklist wrong - # would result in compile errors. - # - # In addition to macros, we also don't want to warn on compound - # literals. - closing_brace_pos = match.group(1).rfind(')') - opening_parenthesis = ReverseCloseExpression( - clean_lines, linenum, closing_brace_pos) - if opening_parenthesis[2] > -1: - line_prefix = opening_parenthesis[0][0:opening_parenthesis[2]] - macro = Search(r'\b([A-Z_]+)\s*$', line_prefix) - if ((macro and - macro.group(1) not in ( - 'TEST', 'TEST_F', 'MATCHER', 'MATCHER_P', 'TYPED_TEST', - 'EXCLUSIVE_LOCKS_REQUIRED', 'SHARED_LOCKS_REQUIRED', - 'LOCKS_EXCLUDED', 'INTERFACE_DEF')) or - Search(r'\s+=\s*$', line_prefix)): - match = None - - else: - # Try matching cases 2-3. - match = Match(r'^(.*(?:else|\)\s*const)\s*)\{', line) - if not match: - # Try matching cases 4-6. These are always matched on separate lines. - # - # Note that we can't simply concatenate the previous line to the - # current line and do a single match, otherwise we may output - # duplicate warnings for the blank line case: - # if (cond) { - # // blank line - # } - prevline = GetPreviousNonBlankLine(clean_lines, linenum)[0] - if prevline and Search(r'[;{}]\s*$', prevline): - match = Match(r'^(\s*)\{', line) - - # Check matching closing brace - if match: - (endline, endlinenum, endpos) = CloseExpression( - clean_lines, linenum, len(match.group(1))) - if endpos > -1 and Match(r'^\s*;', endline[endpos:]): - # Current {} pair is eligible for semicolon check, and we have found - # the redundant semicolon, output warning here. - # - # Note: because we are scanning forward for opening braces, and - # outputting warnings for the matching closing brace, if there are - # nested blocks with trailing semicolons, we will get the error - # messages in reversed order. - error(filename, endlinenum, 'readability/braces', 4, - "You don't need a ; after a }") - - -def CheckEmptyBlockBody(filename, clean_lines, linenum, error): - """Look for empty loop/conditional body with only a single semicolon. - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - error: The function to call with any errors found. - """ - - # Search for loop keywords at the beginning of the line. Because only - # whitespaces are allowed before the keywords, this will also ignore most - # do-while-loops, since those lines should start with closing brace. - # - # We also check "if" blocks here, since an empty conditional block - # is likely an error. - line = clean_lines.elided[linenum] - matched = Match(r'\s*(for|while|if)\s*\(', line) - if matched: - # Find the end of the conditional expression - (end_line, end_linenum, end_pos) = CloseExpression( - clean_lines, linenum, line.find('(')) - - # Output warning if what follows the condition expression is a semicolon. - # No warning for all other cases, including whitespace or newline, since we - # have a separate check for semicolons preceded by whitespace. - if end_pos >= 0 and Match(r';', end_line[end_pos:]): - if matched.group(1) == 'if': - error(filename, end_linenum, 'whitespace/empty_conditional_body', 5, - 'Empty conditional bodies should use {}') - else: - error(filename, end_linenum, 'whitespace/empty_loop_body', 5, - 'Empty loop bodies should use {} or continue') - - -def CheckCheck(filename, clean_lines, linenum, error): - """Checks the use of CHECK and EXPECT macros. - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - error: The function to call with any errors found. - """ - - # Decide the set of replacement macros that should be suggested - lines = clean_lines.elided - check_macro = None - start_pos = -1 - for macro in _CHECK_MACROS: - i = lines[linenum].find(macro) - if i >= 0: - check_macro = macro - - # Find opening parenthesis. Do a regular expression match here - # to make sure that we are matching the expected CHECK macro, as - # opposed to some other macro that happens to contain the CHECK - # substring. - matched = Match(r'^(.*\b' + check_macro + r'\s*)\(', lines[linenum]) - if not matched: - continue - start_pos = len(matched.group(1)) - break - if not check_macro or start_pos < 0: - # Don't waste time here if line doesn't contain 'CHECK' or 'EXPECT' - return - - # Find end of the boolean expression by matching parentheses - (last_line, end_line, end_pos) = CloseExpression( - clean_lines, linenum, start_pos) - if end_pos < 0: - return - if linenum == end_line: - expression = lines[linenum][start_pos + 1:end_pos - 1] - else: - expression = lines[linenum][start_pos + 1:] - for i in xrange(linenum + 1, end_line): - expression += lines[i] - expression += last_line[0:end_pos - 1] - - # Parse expression so that we can take parentheses into account. - # This avoids false positives for inputs like "CHECK((a < 4) == b)", - # which is not replaceable by CHECK_LE. - lhs = '' - rhs = '' - operator = None - while expression: - matched = Match(r'^\s*(<<|<<=|>>|>>=|->\*|->|&&|\|\||' - r'==|!=|>=|>|<=|<|\()(.*)$', expression) - if matched: - token = matched.group(1) - if token == '(': - # Parenthesized operand - expression = matched.group(2) - (end, _) = FindEndOfExpressionInLine(expression, 0, 1, '(', ')') - if end < 0: - return # Unmatched parenthesis - lhs += '(' + expression[0:end] - expression = expression[end:] - elif token in ('&&', '||'): - # Logical and/or operators. This means the expression - # contains more than one term, for example: - # CHECK(42 < a && a < b); - # - # These are not replaceable with CHECK_LE, so bail out early. - return - elif token in ('<<', '<<=', '>>', '>>=', '->*', '->'): - # Non-relational operator - lhs += token - expression = matched.group(2) - else: - # Relational operator - operator = token - rhs = matched.group(2) - break - else: - # Unparenthesized operand. Instead of appending to lhs one character - # at a time, we do another regular expression match to consume several - # characters at once if possible. Trivial benchmark shows that this - # is more efficient when the operands are longer than a single - # character, which is generally the case. - matched = Match(r'^([^-=!<>()&|]+)(.*)$', expression) - if not matched: - matched = Match(r'^(\s*\S)(.*)$', expression) - if not matched: - break - lhs += matched.group(1) - expression = matched.group(2) - - # Only apply checks if we got all parts of the boolean expression - if not (lhs and operator and rhs): - return - - # Check that rhs do not contain logical operators. We already know - # that lhs is fine since the loop above parses out && and ||. - if rhs.find('&&') > -1 or rhs.find('||') > -1: - return - - # At least one of the operands must be a constant literal. This is - # to avoid suggesting replacements for unprintable things like - # CHECK(variable != iterator) - # - # The following pattern matches decimal, hex integers, strings, and - # characters (in that order). - lhs = lhs.strip() - rhs = rhs.strip() - match_constant = r'^([-+]?(\d+|0[xX][0-9a-fA-F]+)[lLuU]{0,3}|".*"|\'.*\')$' - if Match(match_constant, lhs) or Match(match_constant, rhs): - # Note: since we know both lhs and rhs, we can provide a more - # descriptive error message like: - # Consider using CHECK_EQ(x, 42) instead of CHECK(x == 42) - # Instead of: - # Consider using CHECK_EQ instead of CHECK(a == b) - # - # We are still keeping the less descriptive message because if lhs - # or rhs gets long, the error message might become unreadable. - error(filename, linenum, 'readability/check', 2, - 'Consider using %s instead of %s(a %s b)' % ( - _CHECK_REPLACEMENT[check_macro][operator], - check_macro, operator)) - - -def CheckAltTokens(filename, clean_lines, linenum, error): - """Check alternative keywords being used in boolean expressions. - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - error: The function to call with any errors found. - """ - line = clean_lines.elided[linenum] - - # Avoid preprocessor lines - if Match(r'^\s*#', line): - return - - # Last ditch effort to avoid multi-line comments. This will not help - # if the comment started before the current line or ended after the - # current line, but it catches most of the false positives. At least, - # it provides a way to workaround this warning for people who use - # multi-line comments in preprocessor macros. - # - # TODO(unknown): remove this once cpplint has better support for - # multi-line comments. - if line.find('/*') >= 0 or line.find('*/') >= 0: - return - - for match in _ALT_TOKEN_REPLACEMENT_PATTERN.finditer(line): - error(filename, linenum, 'readability/alt_tokens', 2, - 'Use operator %s instead of %s' % ( - _ALT_TOKEN_REPLACEMENT[match.group(1)], match.group(1))) - - -def GetLineWidth(line): - """Determines the width of the line in column positions. - - Args: - line: A string, which may be a Unicode string. - - Returns: - The width of the line in column positions, accounting for Unicode - combining characters and wide characters. - """ - if isinstance(line, unicode): - width = 0 - for uc in unicodedata.normalize('NFC', line): - if unicodedata.east_asian_width(uc) in ('W', 'F'): - width += 2 - elif not unicodedata.combining(uc): - width += 1 - return width - else: - return len(line) - - -def CheckStyle(filename, clean_lines, linenum, file_extension, nesting_state, - error): - """Checks rules from the 'C++ style rules' section of cppguide.html. - - Most of these rules are hard to test (naming, comment style), but we - do what we can. In particular we check for 2-space indents, line lengths, - tab usage, spaces inside code, etc. - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - file_extension: The extension (without the dot) of the filename. - nesting_state: A _NestingState instance which maintains information about - the current stack of nested blocks being parsed. - error: The function to call with any errors found. - """ - - # Don't use "elided" lines here, otherwise we can't check commented lines. - # Don't want to use "raw" either, because we don't want to check inside C++11 - # raw strings, - raw_lines = clean_lines.lines_without_raw_strings - line = raw_lines[linenum] - - if line.find('\t') != -1: - error(filename, linenum, 'whitespace/tab', 1, - 'Tab found; better to use spaces') - - # One or three blank spaces at the beginning of the line is weird; it's - # hard to reconcile that with 2-space indents. - # NOTE: here are the conditions rob pike used for his tests. Mine aren't - # as sophisticated, but it may be worth becoming so: RLENGTH==initial_spaces - # if(RLENGTH > 20) complain = 0; - # if(match($0, " +(error|private|public|protected):")) complain = 0; - # if(match(prev, "&& *$")) complain = 0; - # if(match(prev, "\\|\\| *$")) complain = 0; - # if(match(prev, "[\",=><] *$")) complain = 0; - # if(match($0, " <<")) complain = 0; - # if(match(prev, " +for \\(")) complain = 0; - # if(prevodd && match(prevprev, " +for \\(")) complain = 0; - initial_spaces = 0 - cleansed_line = clean_lines.elided[linenum] - while initial_spaces < len(line) and line[initial_spaces] == ' ': - initial_spaces += 1 - if line and line[-1].isspace(): - error(filename, linenum, 'whitespace/end_of_line', 4, - 'Line ends in whitespace. Consider deleting these extra spaces.') - # There are certain situations we allow one space, notably for section labels - elif ((initial_spaces == 1 or initial_spaces == 3) and - not Match(r'\s*\w+\s*:\s*$', cleansed_line)): - error(filename, linenum, 'whitespace/indent', 3, - 'Weird number of spaces at line-start. ' - 'Are you using a 2-space indent?') - - # Check if the line is a header guard. - is_header_guard = False - if file_extension == 'h': - cppvar = GetHeaderGuardCPPVariable(filename) - if (line.startswith('#ifndef %s' % cppvar) or - line.startswith('#define %s' % cppvar) or - line.startswith('#endif // %s' % cppvar)): - is_header_guard = True - # #include lines and header guards can be long, since there's no clean way to - # split them. - # - # URLs can be long too. It's possible to split these, but it makes them - # harder to cut&paste. - # - # The "$Id:...$" comment may also get very long without it being the - # developers fault. - if (not line.startswith('#include') and not is_header_guard and - not Match(r'^\s*//.*http(s?)://\S*$', line) and - not Match(r'^// \$Id:.*#[0-9]+ \$$', line)): - line_width = GetLineWidth(line) - extended_length = int((_line_length * 1.25)) - if line_width > extended_length: - error(filename, linenum, 'whitespace/line_length', 4, - 'Lines should very rarely be longer than %i characters' % - extended_length) - elif line_width > _line_length: - error(filename, linenum, 'whitespace/line_length', 2, - 'Lines should be <= %i characters long' % _line_length) - - if (cleansed_line.count(';') > 1 and - # for loops are allowed two ;'s (and may run over two lines). - cleansed_line.find('for') == -1 and - (GetPreviousNonBlankLine(clean_lines, linenum)[0].find('for') == -1 or - GetPreviousNonBlankLine(clean_lines, linenum)[0].find(';') != -1) and - # It's ok to have many commands in a switch case that fits in 1 line - not ((cleansed_line.find('case ') != -1 or - cleansed_line.find('default:') != -1) and - cleansed_line.find('break;') != -1)): - error(filename, linenum, 'whitespace/newline', 0, - 'More than one command on the same line') - - # Some more style checks - CheckBraces(filename, clean_lines, linenum, error) - CheckEmptyBlockBody(filename, clean_lines, linenum, error) - CheckAccess(filename, clean_lines, linenum, nesting_state, error) - CheckSpacing(filename, clean_lines, linenum, nesting_state, error) - CheckCheck(filename, clean_lines, linenum, error) - CheckAltTokens(filename, clean_lines, linenum, error) - classinfo = nesting_state.InnermostClass() - if classinfo: - CheckSectionSpacing(filename, clean_lines, classinfo, linenum, error) - - -_RE_PATTERN_INCLUDE_NEW_STYLE = re.compile(r'#include +"[^/]+\.h"') -_RE_PATTERN_INCLUDE = re.compile(r'^\s*#\s*include\s*([<"])([^>"]*)[>"].*$') -# Matches the first component of a filename delimited by -s and _s. That is: -# _RE_FIRST_COMPONENT.match('foo').group(0) == 'foo' -# _RE_FIRST_COMPONENT.match('foo.cc').group(0) == 'foo' -# _RE_FIRST_COMPONENT.match('foo-bar_baz.cc').group(0) == 'foo' -# _RE_FIRST_COMPONENT.match('foo_bar-baz.cc').group(0) == 'foo' -_RE_FIRST_COMPONENT = re.compile(r'^[^-_.]+') - - -def _DropCommonSuffixes(filename): - """Drops common suffixes like _test.cc or -inl.h from filename. - - For example: - >>> _DropCommonSuffixes('foo/foo-inl.h') - 'foo/foo' - >>> _DropCommonSuffixes('foo/bar/foo.cc') - 'foo/bar/foo' - >>> _DropCommonSuffixes('foo/foo_internal.h') - 'foo/foo' - >>> _DropCommonSuffixes('foo/foo_unusualinternal.h') - 'foo/foo_unusualinternal' - - Args: - filename: The input filename. - - Returns: - The filename with the common suffix removed. - """ - for suffix in ('test.cc', 'regtest.cc', 'unittest.cc', - 'inl.h', 'impl.h', 'internal.h'): - if (filename.endswith(suffix) and len(filename) > len(suffix) and - filename[-len(suffix) - 1] in ('-', '_')): - return filename[:-len(suffix) - 1] - return os.path.splitext(filename)[0] - - -def _IsTestFilename(filename): - """Determines if the given filename has a suffix that identifies it as a test. - - Args: - filename: The input filename. - - Returns: - True if 'filename' looks like a test, False otherwise. - """ - if (filename.endswith('_test.cc') or - filename.endswith('_unittest.cc') or - filename.endswith('_regtest.cc')): - return True - else: - return False - - -def _ClassifyInclude(fileinfo, include, is_system): - """Figures out what kind of header 'include' is. - - Args: - fileinfo: The current file cpplint is running over. A FileInfo instance. - include: The path to a #included file. - is_system: True if the #include used <> rather than "". - - Returns: - One of the _XXX_HEADER constants. - - For example: - >>> _ClassifyInclude(FileInfo('foo/foo.cc'), 'stdio.h', True) - _C_SYS_HEADER - >>> _ClassifyInclude(FileInfo('foo/foo.cc'), 'string', True) - _CPP_SYS_HEADER - >>> _ClassifyInclude(FileInfo('foo/foo.cc'), 'foo/foo.h', False) - _LIKELY_MY_HEADER - >>> _ClassifyInclude(FileInfo('foo/foo_unknown_extension.cc'), - ... 'bar/foo_other_ext.h', False) - _POSSIBLE_MY_HEADER - >>> _ClassifyInclude(FileInfo('foo/foo.cc'), 'foo/bar.h', False) - _OTHER_HEADER - """ - # This is a list of all standard c++ header files, except - # those already checked for above. - is_cpp_h = include in _CPP_HEADERS - - if is_system: - if is_cpp_h: - return _CPP_SYS_HEADER - else: - return _C_SYS_HEADER - - # If the target file and the include we're checking share a - # basename when we drop common extensions, and the include - # lives in . , then it's likely to be owned by the target file. - target_dir, target_base = ( - os.path.split(_DropCommonSuffixes(fileinfo.RepositoryName()))) - include_dir, include_base = os.path.split(_DropCommonSuffixes(include)) - if target_base == include_base and ( - include_dir == target_dir or - include_dir == os.path.normpath(target_dir + '/../public')): - return _LIKELY_MY_HEADER - - # If the target and include share some initial basename - # component, it's possible the target is implementing the - # include, so it's allowed to be first, but we'll never - # complain if it's not there. - target_first_component = _RE_FIRST_COMPONENT.match(target_base) - include_first_component = _RE_FIRST_COMPONENT.match(include_base) - if (target_first_component and include_first_component and - target_first_component.group(0) == - include_first_component.group(0)): - return _POSSIBLE_MY_HEADER - - return _OTHER_HEADER - - - -def CheckIncludeLine(filename, clean_lines, linenum, include_state, error): - """Check rules that are applicable to #include lines. - - Strings on #include lines are NOT removed from elided line, to make - certain tasks easier. However, to prevent false positives, checks - applicable to #include lines in CheckLanguage must be put here. - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - include_state: An _IncludeState instance in which the headers are inserted. - error: The function to call with any errors found. - """ - fileinfo = FileInfo(filename) - - line = clean_lines.lines[linenum] - - # "include" should use the new style "foo/bar.h" instead of just "bar.h" - if _RE_PATTERN_INCLUDE_NEW_STYLE.search(line): - error(filename, linenum, 'build/include_dir', 4, - 'Include the directory when naming .h files') - - # we shouldn't include a file more than once. actually, there are a - # handful of instances where doing so is okay, but in general it's - # not. - match = _RE_PATTERN_INCLUDE.search(line) - if match: - include = match.group(2) - is_system = (match.group(1) == '<') - if include in include_state: - error(filename, linenum, 'build/include', 4, - '"%s" already included at %s:%s' % - (include, filename, include_state[include])) - else: - include_state[include] = linenum - - # We want to ensure that headers appear in the right order: - # 1) for foo.cc, foo.h (preferred location) - # 2) c system files - # 3) cpp system files - # 4) for foo.cc, foo.h (deprecated location) - # 5) other google headers - # - # We classify each include statement as one of those 5 types - # using a number of techniques. The include_state object keeps - # track of the highest type seen, and complains if we see a - # lower type after that. - error_message = include_state.CheckNextIncludeOrder( - _ClassifyInclude(fileinfo, include, is_system)) - if error_message: - error(filename, linenum, 'build/include_order', 4, - '%s. Should be: %s.h, c system, c++ system, other.' % - (error_message, fileinfo.BaseName())) - canonical_include = include_state.CanonicalizeAlphabeticalOrder(include) - if not include_state.IsInAlphabeticalOrder( - clean_lines, linenum, canonical_include): - error(filename, linenum, 'build/include_alpha', 4, - 'Include "%s" not in alphabetical order' % include) - include_state.SetLastHeader(canonical_include) - - # Look for any of the stream classes that are part of standard C++. - match = _RE_PATTERN_INCLUDE.match(line) - if match: - include = match.group(2) - if Match(r'(f|ind|io|i|o|parse|pf|stdio|str|)?stream$', include): - # Many unit tests use cout, so we exempt them. - if not _IsTestFilename(filename): - error(filename, linenum, 'readability/streams', 3, - 'Streams are highly discouraged.') - - -def _GetTextInside(text, start_pattern): - r"""Retrieves all the text between matching open and close parentheses. - - Given a string of lines and a regular expression string, retrieve all the text - following the expression and between opening punctuation symbols like - (, [, or {, and the matching close-punctuation symbol. This properly nested - occurrences of the punctuations, so for the text like - printf(a(), b(c())); - a call to _GetTextInside(text, r'printf\(') will return 'a(), b(c())'. - start_pattern must match string having an open punctuation symbol at the end. - - Args: - text: The lines to extract text. Its comments and strings must be elided. - It can be single line and can span multiple lines. - start_pattern: The regexp string indicating where to start extracting - the text. - Returns: - The extracted text. - None if either the opening string or ending punctuation could not be found. - """ - # TODO(sugawarayu): Audit cpplint.py to see what places could be profitably - # rewritten to use _GetTextInside (and use inferior regexp matching today). - - # Give opening punctuations to get the matching close-punctuations. - matching_punctuation = {'(': ')', '{': '}', '[': ']'} - closing_punctuation = set(matching_punctuation.itervalues()) - - # Find the position to start extracting text. - match = re.search(start_pattern, text, re.M) - if not match: # start_pattern not found in text. - return None - start_position = match.end(0) - - assert start_position > 0, ( - 'start_pattern must ends with an opening punctuation.') - assert text[start_position - 1] in matching_punctuation, ( - 'start_pattern must ends with an opening punctuation.') - # Stack of closing punctuations we expect to have in text after position. - punctuation_stack = [matching_punctuation[text[start_position - 1]]] - position = start_position - while punctuation_stack and position < len(text): - if text[position] == punctuation_stack[-1]: - punctuation_stack.pop() - elif text[position] in closing_punctuation: - # A closing punctuation without matching opening punctuations. - return None - elif text[position] in matching_punctuation: - punctuation_stack.append(matching_punctuation[text[position]]) - position += 1 - if punctuation_stack: - # Opening punctuations left without matching close-punctuations. - return None - # punctuations match. - return text[start_position:position - 1] - - -# Patterns for matching call-by-reference parameters. -# -# Supports nested templates up to 2 levels deep using this messy pattern: -# < (?: < (?: < [^<>]* -# > -# | [^<>] )* -# > -# | [^<>] )* -# > -_RE_PATTERN_IDENT = r'[_a-zA-Z]\w*' # =~ [[:alpha:]][[:alnum:]]* -_RE_PATTERN_TYPE = ( - r'(?:const\s+)?(?:typename\s+|class\s+|struct\s+|union\s+|enum\s+)?' - r'(?:\w|' - r'\s*<(?:<(?:<[^<>]*>|[^<>])*>|[^<>])*>|' - r'::)+') -# A call-by-reference parameter ends with '& identifier'. -_RE_PATTERN_REF_PARAM = re.compile( - r'(' + _RE_PATTERN_TYPE + r'(?:\s*(?:\bconst\b|[*]))*\s*' - r'&\s*' + _RE_PATTERN_IDENT + r')\s*(?:=[^,()]+)?[,)]') -# A call-by-const-reference parameter either ends with 'const& identifier' -# or looks like 'const type& identifier' when 'type' is atomic. -_RE_PATTERN_CONST_REF_PARAM = ( - r'(?:.*\s*\bconst\s*&\s*' + _RE_PATTERN_IDENT + - r'|const\s+' + _RE_PATTERN_TYPE + r'\s*&\s*' + _RE_PATTERN_IDENT + r')') - - -def CheckLanguage(filename, clean_lines, linenum, file_extension, - include_state, nesting_state, error): - """Checks rules from the 'C++ language rules' section of cppguide.html. - - Some of these rules are hard to test (function overloading, using - uint32 inappropriately), but we do the best we can. - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - file_extension: The extension (without the dot) of the filename. - include_state: An _IncludeState instance in which the headers are inserted. - nesting_state: A _NestingState instance which maintains information about - the current stack of nested blocks being parsed. - error: The function to call with any errors found. - """ - # If the line is empty or consists of entirely a comment, no need to - # check it. - line = clean_lines.elided[linenum] - if not line: - return - - match = _RE_PATTERN_INCLUDE.search(line) - if match: - CheckIncludeLine(filename, clean_lines, linenum, include_state, error) - return - - # Reset include state across preprocessor directives. This is meant - # to silence warnings for conditional includes. - if Match(r'^\s*#\s*(?:ifdef|elif|else|endif)\b', line): - include_state.ResetSection() - - # Make Windows paths like Unix. - fullname = os.path.abspath(filename).replace('\\', '/') - - # TODO(unknown): figure out if they're using default arguments in fn proto. - - # Check to see if they're using an conversion function cast. - # I just try to capture the most common basic types, though there are more. - # Parameterless conversion functions, such as bool(), are allowed as they are - # probably a member operator declaration or default constructor. - match = Search( - r'(\bnew\s+)?\b' # Grab 'new' operator, if it's there - r'(int|float|double|bool|char|int32|uint32|int64|uint64)' - r'(\([^)].*)', line) - if match: - matched_new = match.group(1) - matched_type = match.group(2) - matched_funcptr = match.group(3) - - # gMock methods are defined using some variant of MOCK_METHODx(name, type) - # where type may be float(), int(string), etc. Without context they are - # virtually indistinguishable from int(x) casts. Likewise, gMock's - # MockCallback takes a template parameter of the form return_type(arg_type), - # which looks much like the cast we're trying to detect. - # - # std::function<> wrapper has a similar problem. - # - # Return types for function pointers also look like casts if they - # don't have an extra space. - if (matched_new is None and # If new operator, then this isn't a cast - not (Match(r'^\s*MOCK_(CONST_)?METHOD\d+(_T)?\(', line) or - Search(r'\bMockCallback<.*>', line) or - Search(r'\bstd::function<.*>', line)) and - not (matched_funcptr and - Match(r'\((?:[^() ]+::\s*\*\s*)?[^() ]+\)\s*\(', - matched_funcptr))): - # Try a bit harder to catch gmock lines: the only place where - # something looks like an old-style cast is where we declare the - # return type of the mocked method, and the only time when we - # are missing context is if MOCK_METHOD was split across - # multiple lines. The missing MOCK_METHOD is usually one or two - # lines back, so scan back one or two lines. - # - # It's not possible for gmock macros to appear in the first 2 - # lines, since the class head + section name takes up 2 lines. - if (linenum < 2 or - not (Match(r'^\s*MOCK_(?:CONST_)?METHOD\d+(?:_T)?\((?:\S+,)?\s*$', - clean_lines.elided[linenum - 1]) or - Match(r'^\s*MOCK_(?:CONST_)?METHOD\d+(?:_T)?\(\s*$', - clean_lines.elided[linenum - 2]))): - error(filename, linenum, 'readability/casting', 4, - 'Using deprecated casting style. ' - 'Use static_cast<%s>(...) instead' % - matched_type) - - CheckCStyleCast(filename, linenum, line, clean_lines.raw_lines[linenum], - 'static_cast', - r'\((int|float|double|bool|char|u?int(16|32|64))\)', error) - - # This doesn't catch all cases. Consider (const char * const)"hello". - # - # (char *) "foo" should always be a const_cast (reinterpret_cast won't - # compile). - if CheckCStyleCast(filename, linenum, line, clean_lines.raw_lines[linenum], - 'const_cast', r'\((char\s?\*+\s?)\)\s*"', error): - pass - else: - # Check pointer casts for other than string constants - CheckCStyleCast(filename, linenum, line, clean_lines.raw_lines[linenum], - 'reinterpret_cast', r'\((\w+\s?\*+\s?)\)', error) - - # In addition, we look for people taking the address of a cast. This - # is dangerous -- casts can assign to temporaries, so the pointer doesn't - # point where you think. - match = Search( - r'(?:&\(([^)]+)\)[\w(])|' - r'(?:&(static|dynamic|down|reinterpret)_cast\b)', line) - if match and match.group(1) != '*': - error(filename, linenum, 'runtime/casting', 4, - ('Are you taking an address of a cast? ' - 'This is dangerous: could be a temp var. ' - 'Take the address before doing the cast, rather than after')) - - # Create an extended_line, which is the concatenation of the current and - # next lines, for more effective checking of code that may span more than one - # line. - if linenum + 1 < clean_lines.NumLines(): - extended_line = line + clean_lines.elided[linenum + 1] - else: - extended_line = line - - # Check for people declaring static/global STL strings at the top level. - # This is dangerous because the C++ language does not guarantee that - # globals with constructors are initialized before the first access. - match = Match( - r'((?:|static +)(?:|const +))string +([a-zA-Z0-9_:]+)\b(.*)', - line) - # Make sure it's not a function. - # Function template specialization looks like: "string foo(...". - # Class template definitions look like: "string Foo::Method(...". - # - # Also ignore things that look like operators. These are matched separately - # because operator names cross non-word boundaries. If we change the pattern - # above, we would decrease the accuracy of matching identifiers. - if (match and - not Search(r'\boperator\W', line) and - not Match(r'\s*(<.*>)?(::[a-zA-Z0-9_]+)?\s*\(([^"]|$)', match.group(3))): - error(filename, linenum, 'runtime/string', 4, - 'For a static/global string constant, use a C style string instead: ' - '"%schar %s[]".' % - (match.group(1), match.group(2))) - - if Search(r'\b([A-Za-z0-9_]*_)\(\1\)', line): - error(filename, linenum, 'runtime/init', 4, - 'You seem to be initializing a member variable with itself.') - - if file_extension == 'h': - # TODO(unknown): check that 1-arg constructors are explicit. - # How to tell it's a constructor? - # (handled in CheckForNonStandardConstructs for now) - # TODO(unknown): check that classes have DISALLOW_EVIL_CONSTRUCTORS - # (level 1 error) - pass - - # Check if people are using the verboten C basic types. The only exception - # we regularly allow is "unsigned short port" for port. - if Search(r'\bshort port\b', line): - if not Search(r'\bunsigned short port\b', line): - error(filename, linenum, 'runtime/int', 4, - 'Use "unsigned short" for ports, not "short"') - else: - match = Search(r'\b(short|long(?! +double)|long long)\b', line) - if match: - error(filename, linenum, 'runtime/int', 4, - 'Use int16/int64/etc, rather than the C type %s' % match.group(1)) - - # When snprintf is used, the second argument shouldn't be a literal. - match = Search(r'snprintf\s*\(([^,]*),\s*([0-9]*)\s*,', line) - if match and match.group(2) != '0': - # If 2nd arg is zero, snprintf is used to calculate size. - error(filename, linenum, 'runtime/printf', 3, - 'If you can, use sizeof(%s) instead of %s as the 2nd arg ' - 'to snprintf.' % (match.group(1), match.group(2))) - - # Check if some verboten C functions are being used. - if Search(r'\bsprintf\b', line): - error(filename, linenum, 'runtime/printf', 5, - 'Never use sprintf. Use snprintf instead.') - match = Search(r'\b(strcpy|strcat)\b', line) - if match: - error(filename, linenum, 'runtime/printf', 4, - 'Almost always, snprintf is better than %s' % match.group(1)) - - # Check if some verboten operator overloading is going on - # TODO(unknown): catch out-of-line unary operator&: - # class X {}; - # int operator&(const X& x) { return 42; } // unary operator& - # The trick is it's hard to tell apart from binary operator&: - # class Y { int operator&(const Y& x) { return 23; } }; // binary operator& - if Search(r'\boperator\s*&\s*\(\s*\)', line): - error(filename, linenum, 'runtime/operator', 4, - 'Unary operator& is dangerous. Do not use it.') - - # Check for suspicious usage of "if" like - # } if (a == b) { - if Search(r'\}\s*if\s*\(', line): - error(filename, linenum, 'readability/braces', 4, - 'Did you mean "else if"? If not, start a new line for "if".') - - # Check for potential format string bugs like printf(foo). - # We constrain the pattern not to pick things like DocidForPrintf(foo). - # Not perfect but it can catch printf(foo.c_str()) and printf(foo->c_str()) - # TODO(sugawarayu): Catch the following case. Need to change the calling - # convention of the whole function to process multiple line to handle it. - # printf( - # boy_this_is_a_really_long_variable_that_cannot_fit_on_the_prev_line); - printf_args = _GetTextInside(line, r'(?i)\b(string)?printf\s*\(') - if printf_args: - match = Match(r'([\w.\->()]+)$', printf_args) - if match and match.group(1) != '__VA_ARGS__': - function_name = re.search(r'\b((?:string)?printf)\s*\(', - line, re.I).group(1) - error(filename, linenum, 'runtime/printf', 4, - 'Potential format string bug. Do %s("%%s", %s) instead.' - % (function_name, match.group(1))) - - # Check for potential memset bugs like memset(buf, sizeof(buf), 0). - match = Search(r'memset\s*\(([^,]*),\s*([^,]*),\s*0\s*\)', line) - if match and not Match(r"^''|-?[0-9]+|0x[0-9A-Fa-f]$", match.group(2)): - error(filename, linenum, 'runtime/memset', 4, - 'Did you mean "memset(%s, 0, %s)"?' - % (match.group(1), match.group(2))) - - if Search(r'\busing namespace\b', line): - error(filename, linenum, 'build/namespaces', 5, - 'Do not use namespace using-directives. ' - 'Use using-declarations instead.') - - # Detect variable-length arrays. - match = Match(r'\s*(.+::)?(\w+) [a-z]\w*\[(.+)];', line) - if (match and match.group(2) != 'return' and match.group(2) != 'delete' and - match.group(3).find(']') == -1): - # Split the size using space and arithmetic operators as delimiters. - # If any of the resulting tokens are not compile time constants then - # report the error. - tokens = re.split(r'\s|\+|\-|\*|\/|<<|>>]', match.group(3)) - is_const = True - skip_next = False - for tok in tokens: - if skip_next: - skip_next = False - continue - - if Search(r'sizeof\(.+\)', tok): continue - if Search(r'arraysize\(\w+\)', tok): continue - - tok = tok.lstrip('(') - tok = tok.rstrip(')') - if not tok: continue - if Match(r'\d+', tok): continue - if Match(r'0[xX][0-9a-fA-F]+', tok): continue - if Match(r'k[A-Z0-9]\w*', tok): continue - if Match(r'(.+::)?k[A-Z0-9]\w*', tok): continue - if Match(r'(.+::)?[A-Z][A-Z0-9_]*', tok): continue - # A catch all for tricky sizeof cases, including 'sizeof expression', - # 'sizeof(*type)', 'sizeof(const type)', 'sizeof(struct StructName)' - # requires skipping the next token because we split on ' ' and '*'. - if tok.startswith('sizeof'): - skip_next = True - continue - is_const = False - break - if not is_const: - error(filename, linenum, 'runtime/arrays', 1, - 'Do not use variable-length arrays. Use an appropriately named ' - "('k' followed by CamelCase) compile-time constant for the size.") - - # If DISALLOW_EVIL_CONSTRUCTORS, DISALLOW_COPY_AND_ASSIGN, or - # DISALLOW_IMPLICIT_CONSTRUCTORS is present, then it should be the last thing - # in the class declaration. - match = Match( - (r'\s*' - r'(DISALLOW_(EVIL_CONSTRUCTORS|COPY_AND_ASSIGN|IMPLICIT_CONSTRUCTORS))' - r'\(.*\);$'), - line) - if match and linenum + 1 < clean_lines.NumLines(): - next_line = clean_lines.elided[linenum + 1] - # We allow some, but not all, declarations of variables to be present - # in the statement that defines the class. The [\w\*,\s]* fragment of - # the regular expression below allows users to declare instances of - # the class or pointers to instances, but not less common types such - # as function pointers or arrays. It's a tradeoff between allowing - # reasonable code and avoiding trying to parse more C++ using regexps. - if not Search(r'^\s*}[\w\*,\s]*;', next_line): - error(filename, linenum, 'readability/constructors', 3, - match.group(1) + ' should be the last thing in the class') - - # Check for use of unnamed namespaces in header files. Registration - # macros are typically OK, so we allow use of "namespace {" on lines - # that end with backslashes. - if (file_extension == 'h' - and Search(r'\bnamespace\s*{', line) - and line[-1] != '\\'): - error(filename, linenum, 'build/namespaces', 4, - 'Do not use unnamed namespaces in header files. See ' - 'http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Namespaces' - ' for more information.') - -def CheckForNonConstReference(filename, clean_lines, linenum, - nesting_state, error): - """Check for non-const references. - - Separate from CheckLanguage since it scans backwards from current - line, instead of scanning forward. - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - nesting_state: A _NestingState instance which maintains information about - the current stack of nested blocks being parsed. - error: The function to call with any errors found. - """ - # Do nothing if there is no '&' on current line. - line = clean_lines.elided[linenum] - if '&' not in line: - return - - # Long type names may be broken across multiple lines, usually in one - # of these forms: - # LongType - # ::LongTypeContinued &identifier - # LongType:: - # LongTypeContinued &identifier - # LongType< - # ...>::LongTypeContinued &identifier - # - # If we detected a type split across two lines, join the previous - # line to current line so that we can match const references - # accordingly. - # - # Note that this only scans back one line, since scanning back - # arbitrary number of lines would be expensive. If you have a type - # that spans more than 2 lines, please use a typedef. - if linenum > 1: - previous = None - if Match(r'\s*::(?:[\w<>]|::)+\s*&\s*\S', line): - # previous_line\n + ::current_line - previous = Search(r'\b((?:const\s*)?(?:[\w<>]|::)+[\w<>])\s*$', - clean_lines.elided[linenum - 1]) - elif Match(r'\s*[a-zA-Z_]([\w<>]|::)+\s*&\s*\S', line): - # previous_line::\n + current_line - previous = Search(r'\b((?:const\s*)?(?:[\w<>]|::)+::)\s*$', - clean_lines.elided[linenum - 1]) - if previous: - line = previous.group(1) + line.lstrip() - else: - # Check for templated parameter that is split across multiple lines - endpos = line.rfind('>') - if endpos > -1: - (_, startline, startpos) = ReverseCloseExpression( - clean_lines, linenum, endpos) - if startpos > -1 and startline < linenum: - # Found the matching < on an earlier line, collect all - # pieces up to current line. - line = '' - for i in xrange(startline, linenum + 1): - line += clean_lines.elided[i].strip() - - # Check for non-const references in function parameters. A single '&' may - # found in the following places: - # inside expression: binary & for bitwise AND - # inside expression: unary & for taking the address of something - # inside declarators: reference parameter - # We will exclude the first two cases by checking that we are not inside a - # function body, including one that was just introduced by a trailing '{'. - # TODO(unknwon): Doesn't account for preprocessor directives. - # TODO(unknown): Doesn't account for 'catch(Exception& e)' [rare]. - check_params = False - if not nesting_state.stack: - check_params = True # top level - elif (isinstance(nesting_state.stack[-1], _ClassInfo) or - isinstance(nesting_state.stack[-1], _NamespaceInfo)): - check_params = True # within class or namespace - elif Match(r'.*{\s*$', line): - if (len(nesting_state.stack) == 1 or - isinstance(nesting_state.stack[-2], _ClassInfo) or - isinstance(nesting_state.stack[-2], _NamespaceInfo)): - check_params = True # just opened global/class/namespace block - # We allow non-const references in a few standard places, like functions - # called "swap()" or iostream operators like "<<" or ">>". Do not check - # those function parameters. - # - # We also accept & in static_assert, which looks like a function but - # it's actually a declaration expression. - whitelisted_functions = (r'(?:[sS]wap(?:<\w:+>)?|' - r'operator\s*[<>][<>]|' - r'static_assert|COMPILE_ASSERT' - r')\s*\(') - if Search(whitelisted_functions, line): - check_params = False - elif not Search(r'\S+\([^)]*$', line): - # Don't see a whitelisted function on this line. Actually we - # didn't see any function name on this line, so this is likely a - # multi-line parameter list. Try a bit harder to catch this case. - for i in xrange(2): - if (linenum > i and - Search(whitelisted_functions, clean_lines.elided[linenum - i - 1])): - check_params = False - break - - if check_params: - decls = ReplaceAll(r'{[^}]*}', ' ', line) # exclude function body - for parameter in re.findall(_RE_PATTERN_REF_PARAM, decls): - if not Match(_RE_PATTERN_CONST_REF_PARAM, parameter): - error(filename, linenum, 'runtime/references', 2, - 'Is this a non-const reference? ' - 'If so, make const or use a pointer: ' + - ReplaceAll(' *<', '<', parameter)) - - -def CheckCStyleCast(filename, linenum, line, raw_line, cast_type, pattern, - error): - """Checks for a C-style cast by looking for the pattern. - - Args: - filename: The name of the current file. - linenum: The number of the line to check. - line: The line of code to check. - raw_line: The raw line of code to check, with comments. - cast_type: The string for the C++ cast to recommend. This is either - reinterpret_cast, static_cast, or const_cast, depending. - pattern: The regular expression used to find C-style casts. - error: The function to call with any errors found. - - Returns: - True if an error was emitted. - False otherwise. - """ - match = Search(pattern, line) - if not match: - return False - - # Exclude lines with sizeof, since sizeof looks like a cast. - sizeof_match = Match(r'.*sizeof\s*$', line[0:match.start(1) - 1]) - if sizeof_match: - return False - - # operator++(int) and operator--(int) - if (line[0:match.start(1) - 1].endswith(' operator++') or - line[0:match.start(1) - 1].endswith(' operator--')): - return False - - # A single unnamed argument for a function tends to look like old - # style cast. If we see those, don't issue warnings for deprecated - # casts, instead issue warnings for unnamed arguments where - # appropriate. - # - # These are things that we want warnings for, since the style guide - # explicitly require all parameters to be named: - # Function(int); - # Function(int) { - # ConstMember(int) const; - # ConstMember(int) const { - # ExceptionMember(int) throw (...); - # ExceptionMember(int) throw (...) { - # PureVirtual(int) = 0; - # - # These are functions of some sort, where the compiler would be fine - # if they had named parameters, but people often omit those - # identifiers to reduce clutter: - # (FunctionPointer)(int); - # (FunctionPointer)(int) = value; - # Function((function_pointer_arg)(int)) - # ; - # <(FunctionPointerTemplateArgument)(int)>; - remainder = line[match.end(0):] - if Match(r'^\s*(?:;|const\b|throw\b|=|>|\{|\))', remainder): - # Looks like an unnamed parameter. - - # Don't warn on any kind of template arguments. - if Match(r'^\s*>', remainder): - return False - - # Don't warn on assignments to function pointers, but keep warnings for - # unnamed parameters to pure virtual functions. Note that this pattern - # will also pass on assignments of "0" to function pointers, but the - # preferred values for those would be "nullptr" or "NULL". - matched_zero = Match(r'^\s=\s*(\S+)\s*;', remainder) - if matched_zero and matched_zero.group(1) != '0': - return False - - # Don't warn on function pointer declarations. For this we need - # to check what came before the "(type)" string. - if Match(r'.*\)\s*$', line[0:match.start(0)]): - return False - - # Don't warn if the parameter is named with block comments, e.g.: - # Function(int /*unused_param*/); - if '/*' in raw_line: - return False - - # Passed all filters, issue warning here. - error(filename, linenum, 'readability/function', 3, - 'All parameters should be named in a function') - return True - - # At this point, all that should be left is actual casts. - error(filename, linenum, 'readability/casting', 4, - 'Using C-style cast. Use %s<%s>(...) instead' % - (cast_type, match.group(1))) - - return True - - -_HEADERS_CONTAINING_TEMPLATES = ( - ('', ('deque',)), - ('', ('unary_function', 'binary_function', - 'plus', 'minus', 'multiplies', 'divides', 'modulus', - 'negate', - 'equal_to', 'not_equal_to', 'greater', 'less', - 'greater_equal', 'less_equal', - 'logical_and', 'logical_or', 'logical_not', - 'unary_negate', 'not1', 'binary_negate', 'not2', - 'bind1st', 'bind2nd', - 'pointer_to_unary_function', - 'pointer_to_binary_function', - 'ptr_fun', - 'mem_fun_t', 'mem_fun', 'mem_fun1_t', 'mem_fun1_ref_t', - 'mem_fun_ref_t', - 'const_mem_fun_t', 'const_mem_fun1_t', - 'const_mem_fun_ref_t', 'const_mem_fun1_ref_t', - 'mem_fun_ref', - )), - ('', ('numeric_limits',)), - ('', ('list',)), - ('', ('map', 'multimap',)), - ('', ('allocator',)), - ('', ('queue', 'priority_queue',)), - ('', ('set', 'multiset',)), - ('', ('stack',)), - ('', ('char_traits', 'basic_string',)), - ('', ('pair',)), - ('', ('vector',)), - - # gcc extensions. - # Note: std::hash is their hash, ::hash is our hash - ('', ('hash_map', 'hash_multimap',)), - ('', ('hash_set', 'hash_multiset',)), - ('', ('slist',)), - ) - -_RE_PATTERN_STRING = re.compile(r'\bstring\b') - -_re_pattern_algorithm_header = [] -for _template in ('copy', 'max', 'min', 'min_element', 'sort', 'swap', - 'transform'): - # Match max(..., ...), max(..., ...), but not foo->max, foo.max or - # type::max(). - _re_pattern_algorithm_header.append( - (re.compile(r'[^>.]\b' + _template + r'(<.*?>)?\([^\)]'), - _template, - '')) - -_re_pattern_templates = [] -for _header, _templates in _HEADERS_CONTAINING_TEMPLATES: - for _template in _templates: - _re_pattern_templates.append( - (re.compile(r'(\<|\b)' + _template + r'\s*\<'), - _template + '<>', - _header)) - - -def FilesBelongToSameModule(filename_cc, filename_h): - """Check if these two filenames belong to the same module. - - The concept of a 'module' here is a as follows: - foo.h, foo-inl.h, foo.cc, foo_test.cc and foo_unittest.cc belong to the - same 'module' if they are in the same directory. - some/path/public/xyzzy and some/path/internal/xyzzy are also considered - to belong to the same module here. - - If the filename_cc contains a longer path than the filename_h, for example, - '/absolute/path/to/base/sysinfo.cc', and this file would include - 'base/sysinfo.h', this function also produces the prefix needed to open the - header. This is used by the caller of this function to more robustly open the - header file. We don't have access to the real include paths in this context, - so we need this guesswork here. - - Known bugs: tools/base/bar.cc and base/bar.h belong to the same module - according to this implementation. Because of this, this function gives - some false positives. This should be sufficiently rare in practice. - - Args: - filename_cc: is the path for the .cc file - filename_h: is the path for the header path - - Returns: - Tuple with a bool and a string: - bool: True if filename_cc and filename_h belong to the same module. - string: the additional prefix needed to open the header file. - """ - - if not filename_cc.endswith('.cc'): - return (False, '') - filename_cc = filename_cc[:-len('.cc')] - if filename_cc.endswith('_unittest'): - filename_cc = filename_cc[:-len('_unittest')] - elif filename_cc.endswith('_test'): - filename_cc = filename_cc[:-len('_test')] - filename_cc = filename_cc.replace('/public/', '/') - filename_cc = filename_cc.replace('/internal/', '/') - - if not filename_h.endswith('.h'): - return (False, '') - filename_h = filename_h[:-len('.h')] - if filename_h.endswith('-inl'): - filename_h = filename_h[:-len('-inl')] - filename_h = filename_h.replace('/public/', '/') - filename_h = filename_h.replace('/internal/', '/') - - files_belong_to_same_module = filename_cc.endswith(filename_h) - common_path = '' - if files_belong_to_same_module: - common_path = filename_cc[:-len(filename_h)] - return files_belong_to_same_module, common_path - - -def UpdateIncludeState(filename, include_state, io=codecs): - """Fill up the include_state with new includes found from the file. - - Args: - filename: the name of the header to read. - include_state: an _IncludeState instance in which the headers are inserted. - io: The io factory to use to read the file. Provided for testability. - - Returns: - True if a header was succesfully added. False otherwise. - """ - headerfile = None - try: - headerfile = io.open(filename, 'r', 'utf8', 'replace') - except IOError: - return False - linenum = 0 - for line in headerfile: - linenum += 1 - clean_line = CleanseComments(line) - match = _RE_PATTERN_INCLUDE.search(clean_line) - if match: - include = match.group(2) - # The value formatting is cute, but not really used right now. - # What matters here is that the key is in include_state. - include_state.setdefault(include, '%s:%d' % (filename, linenum)) - return True - - -def CheckForIncludeWhatYouUse(filename, clean_lines, include_state, error, - io=codecs): - """Reports for missing stl includes. - - This function will output warnings to make sure you are including the headers - necessary for the stl containers and functions that you use. We only give one - reason to include a header. For example, if you use both equal_to<> and - less<> in a .h file, only one (the latter in the file) of these will be - reported as a reason to include the . - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - include_state: An _IncludeState instance. - error: The function to call with any errors found. - io: The IO factory to use to read the header file. Provided for unittest - injection. - """ - required = {} # A map of header name to linenumber and the template entity. - # Example of required: { '': (1219, 'less<>') } - - for linenum in xrange(clean_lines.NumLines()): - line = clean_lines.elided[linenum] - if not line or line[0] == '#': - continue - - # String is special -- it is a non-templatized type in STL. - matched = _RE_PATTERN_STRING.search(line) - if matched: - # Don't warn about strings in non-STL namespaces: - # (We check only the first match per line; good enough.) - prefix = line[:matched.start()] - if prefix.endswith('std::') or not prefix.endswith('::'): - required[''] = (linenum, 'string') - - for pattern, template, header in _re_pattern_algorithm_header: - if pattern.search(line): - required[header] = (linenum, template) - - # The following function is just a speed up, no semantics are changed. - if not '<' in line: # Reduces the cpu time usage by skipping lines. - continue - - for pattern, template, header in _re_pattern_templates: - if pattern.search(line): - required[header] = (linenum, template) - - # The policy is that if you #include something in foo.h you don't need to - # include it again in foo.cc. Here, we will look at possible includes. - # Let's copy the include_state so it is only messed up within this function. - include_state = include_state.copy() - - # Did we find the header for this file (if any) and succesfully load it? - header_found = False - - # Use the absolute path so that matching works properly. - abs_filename = FileInfo(filename).FullName() - - # For Emacs's flymake. - # If cpplint is invoked from Emacs's flymake, a temporary file is generated - # by flymake and that file name might end with '_flymake.cc'. In that case, - # restore original file name here so that the corresponding header file can be - # found. - # e.g. If the file name is 'foo_flymake.cc', we should search for 'foo.h' - # instead of 'foo_flymake.h' - abs_filename = re.sub(r'_flymake\.cc$', '.cc', abs_filename) - - # include_state is modified during iteration, so we iterate over a copy of - # the keys. - header_keys = include_state.keys() - for header in header_keys: - (same_module, common_path) = FilesBelongToSameModule(abs_filename, header) - fullpath = common_path + header - if same_module and UpdateIncludeState(fullpath, include_state, io): - header_found = True - - # If we can't find the header file for a .cc, assume it's because we don't - # know where to look. In that case we'll give up as we're not sure they - # didn't include it in the .h file. - # TODO(unknown): Do a better job of finding .h files so we are confident that - # not having the .h file means there isn't one. - if filename.endswith('.cc') and not header_found: - return - - # All the lines have been processed, report the errors found. - for required_header_unstripped in required: - template = required[required_header_unstripped][1] - if required_header_unstripped.strip('<>"') not in include_state: - error(filename, required[required_header_unstripped][0], - 'build/include_what_you_use', 4, - 'Add #include ' + required_header_unstripped + ' for ' + template) - - -_RE_PATTERN_EXPLICIT_MAKEPAIR = re.compile(r'\bmake_pair\s*<') - - -def CheckMakePairUsesDeduction(filename, clean_lines, linenum, error): - """Check that make_pair's template arguments are deduced. - - G++ 4.6 in C++0x mode fails badly if make_pair's template arguments are - specified explicitly, and such use isn't intended in any case. - - Args: - filename: The name of the current file. - clean_lines: A CleansedLines instance containing the file. - linenum: The number of the line to check. - error: The function to call with any errors found. - """ - line = clean_lines.elided[linenum] - match = _RE_PATTERN_EXPLICIT_MAKEPAIR.search(line) - if match: - error(filename, linenum, 'build/explicit_make_pair', - 4, # 4 = high confidence - 'For C++11-compatibility, omit template arguments from make_pair' - ' OR use pair directly OR if appropriate, construct a pair directly') - - -def ProcessLine(filename, file_extension, clean_lines, line, - include_state, function_state, nesting_state, error, - extra_check_functions=[]): - """Processes a single line in the file. - - Args: - filename: Filename of the file that is being processed. - file_extension: The extension (dot not included) of the file. - clean_lines: An array of strings, each representing a line of the file, - with comments stripped. - line: Number of line being processed. - include_state: An _IncludeState instance in which the headers are inserted. - function_state: A _FunctionState instance which counts function lines, etc. - nesting_state: A _NestingState instance which maintains information about - the current stack of nested blocks being parsed. - error: A callable to which errors are reported, which takes 4 arguments: - filename, line number, error level, and message - extra_check_functions: An array of additional check functions that will be - run on each source line. Each function takes 4 - arguments: filename, clean_lines, line, error - """ - raw_lines = clean_lines.raw_lines - ParseNolintSuppressions(filename, raw_lines[line], line, error) - nesting_state.Update(filename, clean_lines, line, error) - if nesting_state.stack and nesting_state.stack[-1].inline_asm != _NO_ASM: - return - CheckForFunctionLengths(filename, clean_lines, line, function_state, error) - CheckForMultilineCommentsAndStrings(filename, clean_lines, line, error) - CheckStyle(filename, clean_lines, line, file_extension, nesting_state, error) - CheckLanguage(filename, clean_lines, line, file_extension, include_state, - nesting_state, error) - CheckForNonConstReference(filename, clean_lines, line, nesting_state, error) - CheckForNonStandardConstructs(filename, clean_lines, line, - nesting_state, error) - CheckVlogArguments(filename, clean_lines, line, error) - CheckCaffeAlternatives(filename, clean_lines, line, error) - CheckCaffeDataLayerSetUp(filename, clean_lines, line, error) - CheckCaffeRandom(filename, clean_lines, line, error) - CheckPosixThreading(filename, clean_lines, line, error) - CheckInvalidIncrement(filename, clean_lines, line, error) - CheckMakePairUsesDeduction(filename, clean_lines, line, error) - for check_fn in extra_check_functions: - check_fn(filename, clean_lines, line, error) - -def ProcessFileData(filename, file_extension, lines, error, - extra_check_functions=[]): - """Performs lint checks and reports any errors to the given error function. - - Args: - filename: Filename of the file that is being processed. - file_extension: The extension (dot not included) of the file. - lines: An array of strings, each representing a line of the file, with the - last element being empty if the file is terminated with a newline. - error: A callable to which errors are reported, which takes 4 arguments: - filename, line number, error level, and message - extra_check_functions: An array of additional check functions that will be - run on each source line. Each function takes 4 - arguments: filename, clean_lines, line, error - """ - lines = (['// marker so line numbers and indices both start at 1'] + lines + - ['// marker so line numbers end in a known way']) - - include_state = _IncludeState() - function_state = _FunctionState() - nesting_state = _NestingState() - - ResetNolintSuppressions() - - CheckForCopyright(filename, lines, error) - - if file_extension == 'h': - CheckForHeaderGuard(filename, lines, error) - - RemoveMultiLineComments(filename, lines, error) - clean_lines = CleansedLines(lines) - for line in xrange(clean_lines.NumLines()): - ProcessLine(filename, file_extension, clean_lines, line, - include_state, function_state, nesting_state, error, - extra_check_functions) - nesting_state.CheckCompletedBlocks(filename, error) - - CheckForIncludeWhatYouUse(filename, clean_lines, include_state, error) - - # We check here rather than inside ProcessLine so that we see raw - # lines rather than "cleaned" lines. - CheckForBadCharacters(filename, lines, error) - - CheckForNewlineAtEOF(filename, lines, error) - -def ProcessFile(filename, vlevel, extra_check_functions=[]): - """Does google-lint on a single file. - - Args: - filename: The name of the file to parse. - - vlevel: The level of errors to report. Every error of confidence - >= verbose_level will be reported. 0 is a good default. - - extra_check_functions: An array of additional check functions that will be - run on each source line. Each function takes 4 - arguments: filename, clean_lines, line, error - """ - - _SetVerboseLevel(vlevel) - - try: - # Support the UNIX convention of using "-" for stdin. Note that - # we are not opening the file with universal newline support - # (which codecs doesn't support anyway), so the resulting lines do - # contain trailing '\r' characters if we are reading a file that - # has CRLF endings. - # If after the split a trailing '\r' is present, it is removed - # below. If it is not expected to be present (i.e. os.linesep != - # '\r\n' as in Windows), a warning is issued below if this file - # is processed. - - if filename == '-': - lines = codecs.StreamReaderWriter(sys.stdin, - codecs.getreader('utf8'), - codecs.getwriter('utf8'), - 'replace').read().split('\n') - else: - lines = codecs.open(filename, 'r', 'utf8', 'replace').read().split('\n') - - carriage_return_found = False - # Remove trailing '\r'. - for linenum in range(len(lines)): - if lines[linenum].endswith('\r'): - lines[linenum] = lines[linenum].rstrip('\r') - carriage_return_found = True - - except IOError: - sys.stderr.write( - "Skipping input '%s': Can't open for reading\n" % filename) - return - - # Note, if no dot is found, this will give the entire filename as the ext. - file_extension = filename[filename.rfind('.') + 1:] - - # When reading from stdin, the extension is unknown, so no cpplint tests - # should rely on the extension. - if filename != '-' and file_extension not in _valid_extensions: - sys.stderr.write('Ignoring %s; not a valid file name ' - '(%s)\n' % (filename, ', '.join(_valid_extensions))) - else: - ProcessFileData(filename, file_extension, lines, Error, - extra_check_functions) - if carriage_return_found and os.linesep != '\r\n': - # Use 0 for linenum since outputting only one error for potentially - # several lines. - Error(filename, 0, 'whitespace/newline', 1, - 'One or more unexpected \\r (^M) found;' - 'better to use only a \\n') - - sys.stderr.write('Done processing %s\n' % filename) - - -def PrintUsage(message): - """Prints a brief usage string and exits, optionally with an error message. - - Args: - message: The optional error message. - """ - sys.stderr.write(_USAGE) - if message: - sys.exit('\nFATAL ERROR: ' + message) - else: - sys.exit(1) - - -def PrintCategories(): - """Prints a list of all the error-categories used by error messages. - - These are the categories used to filter messages via --filter. - """ - sys.stderr.write(''.join(' %s\n' % cat for cat in _ERROR_CATEGORIES)) - sys.exit(0) - - -def ParseArguments(args): - """Parses the command line arguments. - - This may set the output format and verbosity level as side-effects. - - Args: - args: The command line arguments: - - Returns: - The list of filenames to lint. - """ - try: - (opts, filenames) = getopt.getopt(args, '', ['help', 'output=', 'verbose=', - 'counting=', - 'filter=', - 'root=', - 'linelength=', - 'extensions=']) - except getopt.GetoptError: - PrintUsage('Invalid arguments.') - - verbosity = _VerboseLevel() - output_format = _OutputFormat() - filters = '' - counting_style = '' - - for (opt, val) in opts: - if opt == '--help': - PrintUsage(None) - elif opt == '--output': - if val not in ('emacs', 'vs7', 'eclipse'): - PrintUsage('The only allowed output formats are emacs, vs7 and eclipse.') - output_format = val - elif opt == '--verbose': - verbosity = int(val) - elif opt == '--filter': - filters = val - if not filters: - PrintCategories() - elif opt == '--counting': - if val not in ('total', 'toplevel', 'detailed'): - PrintUsage('Valid counting options are total, toplevel, and detailed') - counting_style = val - elif opt == '--root': - global _root - _root = val - elif opt == '--linelength': - global _line_length - try: - _line_length = int(val) - except ValueError: - PrintUsage('Line length must be digits.') - elif opt == '--extensions': - global _valid_extensions - try: - _valid_extensions = set(val.split(',')) - except ValueError: - PrintUsage('Extensions must be comma seperated list.') - - if not filenames: - PrintUsage('No files were specified.') - - _SetOutputFormat(output_format) - _SetVerboseLevel(verbosity) - _SetFilters(filters) - _SetCountingStyle(counting_style) - - return filenames - - -def main(): - filenames = ParseArguments(sys.argv[1:]) - - # Change stderr to write with replacement characters so we don't die - # if we try to print something containing non-ASCII characters. - sys.stderr = codecs.StreamReaderWriter(sys.stderr, - codecs.getreader('utf8'), - codecs.getwriter('utf8'), - 'replace') - - _cpplint_state.ResetErrorCounts() - for filename in filenames: - ProcessFile(filename, _cpplint_state.verbose_level) - _cpplint_state.PrintErrorCounts() - - sys.exit(_cpplint_state.error_count > 0) - - -if __name__ == '__main__': - main() diff --git a/caffe-crfrnn/scripts/deploy_docs.sh b/caffe-crfrnn/scripts/deploy_docs.sh deleted file mode 100755 index fdf97f71..00000000 --- a/caffe-crfrnn/scripts/deploy_docs.sh +++ /dev/null @@ -1,50 +0,0 @@ -#!/bin/bash -# Publish documentation to the gh-pages site. - -# The remote for pushing the docs (defaults to origin). -# This is where you will submit the PR to BVLC:gh-pages from. -REMOTE=${1:-origin} - -echo "Generating docs and pushing to $REMOTE:gh-pages..." -echo "To build and view docs when not on master, simply do 'jekyll serve -s docs'." -echo - -REMOTE_URL=`git config --get remote.${REMOTE}.url` -BRANCH=`git rev-parse --abbrev-ref HEAD` -MSG=`git log --oneline -1` - -if [[ $BRANCH = 'master' ]]; then - # Find the docs dir, no matter where the script is called - DIR="$( cd "$(dirname "$0")" ; pwd -P )" - DOCS_SITE_DIR=$DIR/../docs/_site - - # Make sure that docs/_site tracks remote:gh-pages. - # If not, then we make a new repo and check out just that branch. - mkdir -p $DOCS_SITE_DIR - cd $DOCS_SITE_DIR - SITE_REMOTE_URL=`git config --get remote.${REMOTE}.url` - SITE_BRANCH=`git rev-parse --abbrev-ref HEAD` - - echo $SITE_REMOTE_URL - echo $SITE_BRANCH - echo `pwd` - - if [[ ( $SITE_REMOTE_URL = $REMOTE_URL ) && ( $SITE_BRANCH = 'gh-pages' ) ]]; then - echo "Confirmed that docs/_site has same remote as main repo, and is on gh-pages." - else - echo "Checking out $REMOTE:gh-pages into docs/_site (will take a little time)." - git init . - git remote add -t gh-pages -f $REMOTE $REMOTE_URL - git checkout gh-pages - fi - - echo "Building the site into docs/_site, and committing the changes." - jekyll build -s .. -d . - git add --all . - git commit -m "$MSG" - git push $REMOTE gh-pages - - echo "All done!" - cd ../.. -else echo "You must run this deployment script from the 'master' branch." -fi diff --git a/caffe-crfrnn/scripts/download_model_binary.py b/caffe-crfrnn/scripts/download_model_binary.py deleted file mode 100755 index 48e9015f..00000000 --- a/caffe-crfrnn/scripts/download_model_binary.py +++ /dev/null @@ -1,76 +0,0 @@ -#!/usr/bin/env python -import os -import sys -import time -import yaml -import urllib -import hashlib -import argparse - -required_keys = ['caffemodel', 'caffemodel_url', 'sha1'] - - -def reporthook(count, block_size, total_size): - """ - From http://blog.moleculea.com/2012/10/04/urlretrieve-progres-indicator/ - """ - global start_time - if count == 0: - start_time = time.time() - return - duration = time.time() - start_time - progress_size = int(count * block_size) - speed = int(progress_size / (1024 * duration)) - percent = int(count * block_size * 100 / total_size) - sys.stdout.write("\r...%d%%, %d MB, %d KB/s, %d seconds passed" % - (percent, progress_size / (1024 * 1024), speed, duration)) - sys.stdout.flush() - - -def parse_readme_frontmatter(dirname): - readme_filename = os.path.join(dirname, 'readme.md') - with open(readme_filename) as f: - lines = [line.strip() for line in f.readlines()] - top = lines.index('---') - bottom = lines[top + 1:].index('---') - frontmatter = yaml.load('\n'.join(lines[top + 1:bottom])) - assert all(key in frontmatter for key in required_keys) - return dirname, frontmatter - - -def valid_dirname(dirname): - try: - return parse_readme_frontmatter(dirname) - except Exception as e: - print('ERROR: {}'.format(e)) - raise argparse.ArgumentTypeError( - 'Must be valid Caffe model directory with a correct readme.md') - - -if __name__ == '__main__': - parser = argparse.ArgumentParser( - description='Download trained model binary.') - parser.add_argument('dirname', type=valid_dirname) - args = parser.parse_args() - - # A tiny hack: the dirname validator also returns readme YAML frontmatter. - dirname = args.dirname[0] - frontmatter = args.dirname[1] - model_filename = os.path.join(dirname, frontmatter['caffemodel']) - - # Closure-d function for checking SHA1. - def model_checks_out(filename=model_filename, sha1=frontmatter['sha1']): - with open(filename, 'r') as f: - return hashlib.sha1(f.read()).hexdigest() == sha1 - - # Check if model exists. - if os.path.exists(model_filename) and model_checks_out(): - print("Model already exists.") - sys.exit(0) - - # Download and verify model. - urllib.urlretrieve( - frontmatter['caffemodel_url'], model_filename, reporthook) - if not model_checks_out(): - print('ERROR: model did not download correctly! Run this again.') - sys.exit(1) diff --git a/caffe-crfrnn/scripts/download_model_from_gist.sh b/caffe-crfrnn/scripts/download_model_from_gist.sh deleted file mode 100755 index a1dccf78..00000000 --- a/caffe-crfrnn/scripts/download_model_from_gist.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/env sh - -GIST=$1 -DIRNAME=${2:-./models} - -if [ -z $GIST ]; then - echo "usage: download_model_from_gist.sh " - exit -fi - -GIST_DIR=$(echo $GIST | tr '/' '-') -MODEL_DIR="$DIRNAME/$GIST_DIR" - -if [ -d $MODEL_DIR ]; then - echo "$MODEL_DIR already exists! Please make sure you're not overwriting anything important!" - exit -fi - -echo "Downloading Caffe model info to $MODEL_DIR ..." -mkdir -p $MODEL_DIR -wget https://gist.github.com/$GIST/download -O $MODEL_DIR/gist.tar.gz -tar xzf $MODEL_DIR/gist.tar.gz --directory=$MODEL_DIR --strip-components=1 -rm $MODEL_DIR/gist.tar.gz -echo "Done" diff --git a/caffe-crfrnn/scripts/gather_examples.sh b/caffe-crfrnn/scripts/gather_examples.sh deleted file mode 100755 index 3fc72606..00000000 --- a/caffe-crfrnn/scripts/gather_examples.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/bash -# Assemble documentation for the project into one directory via symbolic links. - -# Find the docs dir, no matter where the script is called -ROOT_DIR="$( cd "$(dirname "$0")"/.. ; pwd -P )" -cd $ROOT_DIR - -# Gather docs from examples/**/readme.md -GATHERED_DIR=docs/gathered -rm -r $GATHERED_DIR -mkdir $GATHERED_DIR -for README_FILENAME in $(find examples -iname "readme.md"); do - # Only use file if it is to be included in docs. - if grep -Fxq "include_in_docs: true" $README_FILENAME; then - # Make link to readme.md in docs/gathered/. - # Since everything is called readme.md, rename it by its dirname. - README_DIRNAME=`dirname $README_FILENAME` - DOCS_FILENAME=$GATHERED_DIR/$README_DIRNAME.md - mkdir -p `dirname $DOCS_FILENAME` - ln -s $ROOT_DIR/$README_FILENAME $DOCS_FILENAME - fi -done - -# Gather docs from examples/*.ipynb and add YAML front-matter. -for NOTEBOOK_FILENAME in $(find examples -depth -iname "*.ipynb"); do - DOCS_FILENAME=$GATHERED_DIR/$NOTEBOOK_FILENAME - mkdir -p `dirname $DOCS_FILENAME` - python scripts/copy_notebook.py $NOTEBOOK_FILENAME $DOCS_FILENAME -done diff --git a/caffe-crfrnn/scripts/travis/travis_build_and_test.sh b/caffe-crfrnn/scripts/travis/travis_build_and_test.sh deleted file mode 100755 index 53c6c341..00000000 --- a/caffe-crfrnn/scripts/travis/travis_build_and_test.sh +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/bash -# Script called by Travis to do a CPU-only build of and test Caffe. - -set -e -MAKE="make --jobs=$NUM_THREADS --keep-going" - -if $WITH_CMAKE; then - mkdir build - cd build - cmake -DBUILD_PYTHON=ON -DBUILD_EXAMPLES=ON -DCMAKE_BUILD_TYPE=Release -DCPU_ONLY=ON .. - $MAKE - if ! $WITH_CUDA; then - $MAKE runtest - $MAKE lint - fi - $MAKE clean - cd - -else - if ! $WITH_CUDA; then - export CPU_ONLY=1 - fi - $MAKE all test pycaffe warn lint || true - if ! $WITH_CUDA; then - $MAKE runtest - fi - $MAKE all - $MAKE test - $MAKE pycaffe - $MAKE pytest - $MAKE warn - if ! $WITH_CUDA; then - $MAKE lint - fi -fi diff --git a/caffe-crfrnn/scripts/travis/travis_install.sh b/caffe-crfrnn/scripts/travis/travis_install.sh deleted file mode 100755 index 82f386cf..00000000 --- a/caffe-crfrnn/scripts/travis/travis_install.sh +++ /dev/null @@ -1,70 +0,0 @@ -#!/bin/bash -# This script must be run with sudo. - -set -e - -MAKE="make --jobs=$NUM_THREADS" - -# Install apt packages where the Ubuntu 12.04 default and ppa works for Caffe - -# This ppa is for gflags and glog -add-apt-repository -y ppa:tuleu/precise-backports -apt-get -y update -apt-get install \ - wget git curl \ - python-dev python-numpy \ - libleveldb-dev libsnappy-dev libopencv-dev \ - libboost-dev libboost-system-dev libboost-python-dev libboost-thread-dev \ - libprotobuf-dev protobuf-compiler \ - libatlas-dev libatlas-base-dev \ - libhdf5-serial-dev libgflags-dev libgoogle-glog-dev \ - bc - -# Add a special apt-repository to install CMake 2.8.9 for CMake Caffe build, -# if needed. By default, Aptitude in Ubuntu 12.04 installs CMake 2.8.7, but -# Caffe requires a minimum CMake version of 2.8.8. -if $WITH_CMAKE; then - add-apt-repository -y ppa:ubuntu-sdk-team/ppa - apt-get -y update - apt-get -y install cmake -fi - -# Install CUDA, if needed -if $WITH_CUDA; then - CUDA_URL=http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1204/x86_64/cuda-repo-ubuntu1204_6.5-14_amd64.deb - CUDA_FILE=/tmp/cuda_install.deb - curl $CUDA_URL -o $CUDA_FILE - dpkg -i $CUDA_FILE - rm -f $CUDA_FILE - apt-get -y update - # Install the minimal CUDA subpackages required to test Caffe build. - # For a full CUDA installation, add 'cuda' to the list of packages. - apt-get -y install cuda-core-6-5 cuda-cublas-6-5 cuda-cublas-dev-6-5 cuda-cudart-6-5 cuda-cudart-dev-6-5 cuda-curand-6-5 cuda-curand-dev-6-5 - # Create CUDA symlink at /usr/local/cuda - # (This would normally be created by the CUDA installer, but we create it - # manually since we did a partial installation.) - ln -s /usr/local/cuda-6.5 /usr/local/cuda -fi - -# Install LMDB -LMDB_URL=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.39.tgz -LMDB_FILE=/tmp/openldap.tgz -pushd . -curl $LMDB_URL -o $LMDB_FILE -tar -C /tmp -xzvf $LMDB_FILE -cd /tmp/openldap*/libraries/liblmdb/ -$MAKE -$MAKE install -popd -rm -f $LMDB_FILE - -# Install the Python runtime dependencies via miniconda (this is much faster -# than using pip for everything). -wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh -chmod +x miniconda.sh -./miniconda.sh -b -export PATH=/home/travis/miniconda/bin:$PATH -conda update --yes conda -conda install --yes numpy scipy matplotlib scikit-image pip -pip install protobuf -rm /home/travis/miniconda/lib/libm.* diff --git a/caffe-crfrnn/scripts/travis/travis_setup_makefile_config.sh b/caffe-crfrnn/scripts/travis/travis_setup_makefile_config.sh deleted file mode 100755 index e8d85f9b..00000000 --- a/caffe-crfrnn/scripts/travis/travis_setup_makefile_config.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash - -set -e - -mv Makefile.config.example Makefile.config - -if $WITH_CUDA; then - # Only generate compute_50. - GENCODE="-gencode arch=compute_50,code=sm_50" - GENCODE="$GENCODE -gencode arch=compute_50,code=compute_50" - echo "CUDA_ARCH := $GENCODE" >> Makefile.config -fi - -cat << 'EOF' >> Makefile.config -ANACONDA_HOME := $(HOME)/miniconda -PYTHON_INCLUDE := $(ANACONDA_HOME)/include \ - $(ANACONDA_HOME)/include/python2.7 \ - $(ANACONDA_HOME)/lib/python2.7/site-packages/numpy/core/include -PYTHON_LIB := $(ANACONDA_HOME)/lib -INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include -LIBRARY_DIRS := $(PYTHON_LIB) /usr/local/lib /usr/lib -EOF diff --git a/caffe-crfrnn/scripts/upload_model_to_gist.sh b/caffe-crfrnn/scripts/upload_model_to_gist.sh deleted file mode 100755 index 3c4fd64e..00000000 --- a/caffe-crfrnn/scripts/upload_model_to_gist.sh +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/bash - -# Check for valid directory -DIRNAME=$1 -if [ ! -f $DIRNAME/readme.md ]; then - echo "usage: upload_model_to_gist.sh " - echo " /readme.md must exist" -fi -cd $DIRNAME -FILES=`find . -maxdepth 1 -type f ! -name "*.caffemodel*" | xargs echo` - -# Check for gist tool. -gist -v >/dev/null 2>&1 || { echo >&2 "I require 'gist' but it's not installed. Do 'gem install gist'."; exit 1; } - -NAME=`sed -n 's/^name:[[:space:]]*//p' readme.md` -if [ -z "$NAME" ]; then - echo " /readme.md must contain name field in the front-matter." -fi - -GIST=`sed -n 's/^gist_id:[[:space:]]*//p' readme.md` -if [ -z "$GIST" ]; then - echo "Uploading new Gist" - gist -p -d "$NAME" $FILES -else - echo "Updating existing Gist, id $GIST" - gist -u $GIST -d "$NAME" $FILES -fi - -RESULT=$? -if [ $RESULT -eq 0 ]; then - echo "You've uploaded your model!" - echo "Don't forget to add the gist_id field to your /readme.md now!" - echo "Run the command again after you do that, to make sure the Gist id propagates." - echo "" - echo "And do share your model over at https://github.com/BVLC/caffe/wiki/Model-Zoo" -else - echo "Something went wrong!" -fi diff --git a/caffe-crfrnn/src/caffe/CMakeLists.txt b/caffe-crfrnn/src/caffe/CMakeLists.txt deleted file mode 100644 index 40e6c11f..00000000 --- a/caffe-crfrnn/src/caffe/CMakeLists.txt +++ /dev/null @@ -1,36 +0,0 @@ -# generate protobuf sources -file(GLOB proto_files proto/*.proto) -caffe_protobuf_generate_cpp_py(${proto_gen_folder} proto_srcs proto_hdrs proto_python ${proto_files}) - -# include python files either to force generation -add_library(proto STATIC ${proto_hdrs} ${proto_srcs} ${proto_python}) -set(Caffe_LINKER_LIBS proto ${Caffe_LINKER_LIBS}) # note, crucial to prepend! -caffe_default_properties(proto) - -# --[ Caffe library - -# creates 'test_srcs', 'srcs', 'test_cuda', 'cuda' lists -caffe_pickup_caffe_sources(${PROJECT_SOURCE_DIR}) - -if(HAVE_CUDA) - caffe_cuda_compile(cuda_objs ${cuda}) - list(APPEND srcs ${cuda_objs} ${cuda}) -endif() - -add_library(caffe ${srcs}) -target_link_libraries(caffe proto ${Caffe_LINKER_LIBS}) -caffe_default_properties(caffe) - -# ---[ Tests - add_subdirectory(test) - -# ---[ Install -install(DIRECTORY ${Caffe_INCLUDE_DIR}/caffe DESTINATION include) -install(FILES ${proto_hdrs} DESTINATION include/caffe/proto) -install(TARGETS caffe proto EXPORT CaffeTargets DESTINATION lib) - -file(WRITE ${PROJECT_BINARY_DIR}/__init__.py) -list(APPEND proto_python ${PROJECT_BINARY_DIR}/__init__.py) -install(PROGRAMS ${proto_python} DESTINATION python/caffe/proto) - - diff --git a/caffe-crfrnn/src/caffe/blob.cpp b/caffe-crfrnn/src/caffe/blob.cpp deleted file mode 100644 index cfffc379..00000000 --- a/caffe-crfrnn/src/caffe/blob.cpp +++ /dev/null @@ -1,283 +0,0 @@ -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/syncedmem.hpp" -#include "caffe/util/math_functions.hpp" - -namespace caffe { - -template -void Blob::Reshape(const int num, const int channels, const int height, - const int width) { - CHECK_GE(num, 0); - CHECK_GE(channels, 0); - CHECK_GE(height, 0); - CHECK_GE(width, 0); - num_ = num; - channels_ = channels; - height_ = height; - width_ = width; - count_ = num_ * channels_ * height_ * width_; - if (count_ > capacity_) { - capacity_ = count_; - data_.reset(new SyncedMemory(capacity_ * sizeof(Dtype))); - diff_.reset(new SyncedMemory(capacity_ * sizeof(Dtype))); - } -} - -template -void Blob::ReshapeLike(const Blob& other) { - Reshape(other.num(), other.channels(), other.height(), other.width()); -} - -template -Blob::Blob(const int num, const int channels, const int height, - const int width) - // capacity_ must be initialized before calling Reshape - : capacity_(0) { - Reshape(num, channels, height, width); -} - -template -const Dtype* Blob::cpu_data() const { - CHECK(data_); - return (const Dtype*)data_->cpu_data(); -} - -template -void Blob::set_cpu_data(Dtype* data) { - CHECK(data); - data_->set_cpu_data(data); -} - -template -const Dtype* Blob::gpu_data() const { - CHECK(data_); - return (const Dtype*)data_->gpu_data(); -} - -template -const Dtype* Blob::cpu_diff() const { - CHECK(diff_); - return (const Dtype*)diff_->cpu_data(); -} - -template -const Dtype* Blob::gpu_diff() const { - CHECK(diff_); - return (const Dtype*)diff_->gpu_data(); -} - -template -Dtype* Blob::mutable_cpu_data() { - CHECK(data_); - return static_cast(data_->mutable_cpu_data()); -} - -template -Dtype* Blob::mutable_gpu_data() { - CHECK(data_); - return static_cast(data_->mutable_gpu_data()); -} - -template -Dtype* Blob::mutable_cpu_diff() { - CHECK(diff_); - return static_cast(diff_->mutable_cpu_data()); -} - -template -Dtype* Blob::mutable_gpu_diff() { - CHECK(diff_); - return static_cast(diff_->mutable_gpu_data()); -} - -template -void Blob::ShareData(const Blob& other) { - CHECK_EQ(count_, other.count()); - data_ = other.data(); -} - -template -void Blob::ShareDiff(const Blob& other) { - CHECK_EQ(count_, other.count()); - diff_ = other.diff(); -} - -// The "update" method is used for parameter blobs in a Net, which are stored -// as Blob or Blob -- hence we do not define it for -// Blob or Blob. -template <> void Blob::Update() { NOT_IMPLEMENTED; } -template <> void Blob::Update() { NOT_IMPLEMENTED; } - -template -void Blob::Update() { - // We will perform update based on where the data is located. - switch (data_->head()) { - case SyncedMemory::HEAD_AT_CPU: - // perform computation on CPU - caffe_axpy(count_, Dtype(-1), - static_cast(diff_->cpu_data()), - static_cast(data_->mutable_cpu_data())); - break; - case SyncedMemory::HEAD_AT_GPU: - case SyncedMemory::SYNCED: -#ifndef CPU_ONLY - // perform computation on GPU - caffe_gpu_axpy(count_, Dtype(-1), - static_cast(diff_->gpu_data()), - static_cast(data_->mutable_gpu_data())); -#else - NO_GPU; -#endif - break; - default: - LOG(FATAL) << "Syncedmem not initialized."; - } -} - -template <> unsigned int Blob::asum_data() const { - NOT_IMPLEMENTED; - return 0; -} - -template <> int Blob::asum_data() const { - NOT_IMPLEMENTED; - return 0; -} - -template -Dtype Blob::asum_data() const { - if (!data_) { return 0; } - switch (data_->head()) { - case SyncedMemory::HEAD_AT_CPU: - return caffe_cpu_asum(count_, cpu_data()); - case SyncedMemory::HEAD_AT_GPU: - case SyncedMemory::SYNCED: -#ifndef CPU_ONLY - { - Dtype asum; - caffe_gpu_asum(count_, gpu_data(), &asum); - return asum; - } -#else - NO_GPU; -#endif - case SyncedMemory::UNINITIALIZED: - return 0; - default: - LOG(FATAL) << "Unknown SyncedMemory head state: " << data_->head(); - } - return 0; -} - -template <> unsigned int Blob::asum_diff() const { - NOT_IMPLEMENTED; - return 0; -} - -template <> int Blob::asum_diff() const { - NOT_IMPLEMENTED; - return 0; -} - -template -Dtype Blob::asum_diff() const { - if (!diff_) { return 0; } - switch (diff_->head()) { - case SyncedMemory::HEAD_AT_CPU: - return caffe_cpu_asum(count_, cpu_diff()); - case SyncedMemory::HEAD_AT_GPU: - case SyncedMemory::SYNCED: -#ifndef CPU_ONLY - { - Dtype asum; - caffe_gpu_asum(count_, gpu_diff(), &asum); - return asum; - } -#else - NO_GPU; -#endif - case SyncedMemory::UNINITIALIZED: - return 0; - default: - LOG(FATAL) << "Unknown SyncedMemory head state: " << diff_->head(); - } - return 0; -} - -template -void Blob::CopyFrom(const Blob& source, bool copy_diff, bool reshape) { - if (num_ != source.num() || channels_ != source.channels() || - height_ != source.height() || width_ != source.width()) { - if (reshape) { - Reshape(source.num(), source.channels(), source.height(), source.width()); - } else { - LOG(FATAL) << "Trying to copy blobs of different sizes."; - } - } - switch (Caffe::mode()) { - case Caffe::GPU: - if (copy_diff) { - caffe_copy(count_, source.gpu_diff(), - static_cast(diff_->mutable_gpu_data())); - } else { - caffe_copy(count_, source.gpu_data(), - static_cast(data_->mutable_gpu_data())); - } - break; - case Caffe::CPU: - if (copy_diff) { - caffe_copy(count_, source.cpu_diff(), - static_cast(diff_->mutable_cpu_data())); - } else { - caffe_copy(count_, source.cpu_data(), - static_cast(data_->mutable_cpu_data())); - } - break; - default: - LOG(FATAL) << "Unknown caffe mode."; - } -} - -template -void Blob::FromProto(const BlobProto& proto) { - Reshape(proto.num(), proto.channels(), proto.height(), proto.width()); - // copy data - Dtype* data_vec = mutable_cpu_data(); - for (int i = 0; i < count_; ++i) { - data_vec[i] = proto.data(i); - } - if (proto.diff_size() > 0) { - Dtype* diff_vec = mutable_cpu_diff(); - for (int i = 0; i < count_; ++i) { - diff_vec[i] = proto.diff(i); - } - } -} - -template -void Blob::ToProto(BlobProto* proto, bool write_diff) const { - proto->set_num(num_); - proto->set_channels(channels_); - proto->set_height(height_); - proto->set_width(width_); - proto->clear_data(); - proto->clear_diff(); - const Dtype* data_vec = cpu_data(); - for (int i = 0; i < count_; ++i) { - proto->add_data(data_vec[i]); - } - if (write_diff) { - const Dtype* diff_vec = cpu_diff(); - for (int i = 0; i < count_; ++i) { - proto->add_diff(diff_vec[i]); - } - } -} - -INSTANTIATE_CLASS(Blob); -template class Blob; -template class Blob; - -} // namespace caffe - diff --git a/caffe-crfrnn/src/caffe/common.cpp b/caffe-crfrnn/src/caffe/common.cpp deleted file mode 100644 index 834d5694..00000000 --- a/caffe-crfrnn/src/caffe/common.cpp +++ /dev/null @@ -1,271 +0,0 @@ -#include -#include -#include - -#include "caffe/common.hpp" -#include "caffe/util/rng.hpp" - -namespace caffe { - -shared_ptr Caffe::singleton_; - -// random seeding -int64_t cluster_seedgen(void) { - int64_t s, seed, pid; - FILE* f = fopen("/dev/urandom", "rb"); - if (f && fread(&seed, 1, sizeof(seed), f) == sizeof(seed)) { - fclose(f); - return seed; - } - - LOG(INFO) << "System entropy source not available, " - "using fallback algorithm to generate seed instead."; - if (f) - fclose(f); - - pid = getpid(); - s = time(NULL); - seed = abs(((s * 181) * ((pid - 83) * 359)) % 104729); - return seed; -} - - -void GlobalInit(int* pargc, char*** pargv) { - // Google flags. - ::gflags::ParseCommandLineFlags(pargc, pargv, true); - // Google logging. - ::google::InitGoogleLogging(*(pargv)[0]); - // Provide a backtrace on segfault. - ::google::InstallFailureSignalHandler(); -} - -#ifdef CPU_ONLY // CPU-only Caffe. - -Caffe::Caffe() - : random_generator_(), mode_(Caffe::CPU), phase_(Caffe::TRAIN) { } - -Caffe::~Caffe() { } - -void Caffe::set_random_seed(const unsigned int seed) { - // RNG seed - Get().random_generator_.reset(new RNG(seed)); -} - -void Caffe::SetDevice(const int device_id) { - NO_GPU; -} - -void Caffe::DeviceQuery() { - NO_GPU; -} - - -class Caffe::RNG::Generator { - public: - Generator() : rng_(new caffe::rng_t(cluster_seedgen())) {} - explicit Generator(unsigned int seed) : rng_(new caffe::rng_t(seed)) {} - caffe::rng_t* rng() { return rng_.get(); } - private: - shared_ptr rng_; -}; - -Caffe::RNG::RNG() : generator_(new Generator()) { } - -Caffe::RNG::RNG(unsigned int seed) : generator_(new Generator(seed)) { } - -Caffe::RNG& Caffe::RNG::operator=(const RNG& other) { - generator_ = other.generator_; - return *this; -} - -void* Caffe::RNG::generator() { - return static_cast(generator_->rng()); -} - -#else // Normal GPU + CPU Caffe. - -Caffe::Caffe() - : cublas_handle_(NULL), curand_generator_(NULL), random_generator_(), - mode_(Caffe::CPU), phase_(Caffe::TRAIN) { - // Try to create a cublas handler, and report an error if failed (but we will - // keep the program running as one might just want to run CPU code). - if (cublasCreate(&cublas_handle_) != CUBLAS_STATUS_SUCCESS) { - LOG(ERROR) << "Cannot create Cublas handle. Cublas won't be available."; - } - // Try to create a curand handler. - if (curandCreateGenerator(&curand_generator_, CURAND_RNG_PSEUDO_DEFAULT) - != CURAND_STATUS_SUCCESS || - curandSetPseudoRandomGeneratorSeed(curand_generator_, cluster_seedgen()) - != CURAND_STATUS_SUCCESS) { - LOG(ERROR) << "Cannot create Curand generator. Curand won't be available."; - } -} - -Caffe::~Caffe() { - if (cublas_handle_) CUBLAS_CHECK(cublasDestroy(cublas_handle_)); - if (curand_generator_) { - CURAND_CHECK(curandDestroyGenerator(curand_generator_)); - } -} - -void Caffe::set_random_seed(const unsigned int seed) { - // Curand seed - static bool g_curand_availability_logged = false; - if (Get().curand_generator_) { - CURAND_CHECK(curandSetPseudoRandomGeneratorSeed(curand_generator(), - seed)); - CURAND_CHECK(curandSetGeneratorOffset(curand_generator(), 0)); - } else { - if (!g_curand_availability_logged) { - LOG(ERROR) << - "Curand not available. Skipping setting the curand seed."; - g_curand_availability_logged = true; - } - } - // RNG seed - Get().random_generator_.reset(new RNG(seed)); -} - -void Caffe::SetDevice(const int device_id) { - int current_device; - CUDA_CHECK(cudaGetDevice(¤t_device)); - if (current_device == device_id) { - return; - } - // The call to cudaSetDevice must come before any calls to Get, which - // may perform initialization using the GPU. - CUDA_CHECK(cudaSetDevice(device_id)); - if (Get().cublas_handle_) CUBLAS_CHECK(cublasDestroy(Get().cublas_handle_)); - if (Get().curand_generator_) { - CURAND_CHECK(curandDestroyGenerator(Get().curand_generator_)); - } - CUBLAS_CHECK(cublasCreate(&Get().cublas_handle_)); - CURAND_CHECK(curandCreateGenerator(&Get().curand_generator_, - CURAND_RNG_PSEUDO_DEFAULT)); - CURAND_CHECK(curandSetPseudoRandomGeneratorSeed(Get().curand_generator_, - cluster_seedgen())); -} - -void Caffe::DeviceQuery() { - cudaDeviceProp prop; - int device; - if (cudaSuccess != cudaGetDevice(&device)) { - printf("No cuda device present.\n"); - return; - } - CUDA_CHECK(cudaGetDeviceProperties(&prop, device)); - LOG(INFO) << "Device id: " << device; - LOG(INFO) << "Major revision number: " << prop.major; - LOG(INFO) << "Minor revision number: " << prop.minor; - LOG(INFO) << "Name: " << prop.name; - LOG(INFO) << "Total global memory: " << prop.totalGlobalMem; - LOG(INFO) << "Total shared memory per block: " << prop.sharedMemPerBlock; - LOG(INFO) << "Total registers per block: " << prop.regsPerBlock; - LOG(INFO) << "Warp size: " << prop.warpSize; - LOG(INFO) << "Maximum memory pitch: " << prop.memPitch; - LOG(INFO) << "Maximum threads per block: " << prop.maxThreadsPerBlock; - LOG(INFO) << "Maximum dimension of block: " - << prop.maxThreadsDim[0] << ", " << prop.maxThreadsDim[1] << ", " - << prop.maxThreadsDim[2]; - LOG(INFO) << "Maximum dimension of grid: " - << prop.maxGridSize[0] << ", " << prop.maxGridSize[1] << ", " - << prop.maxGridSize[2]; - LOG(INFO) << "Clock rate: " << prop.clockRate; - LOG(INFO) << "Total constant memory: " << prop.totalConstMem; - LOG(INFO) << "Texture alignment: " << prop.textureAlignment; - LOG(INFO) << "Concurrent copy and execution: " - << (prop.deviceOverlap ? "Yes" : "No"); - LOG(INFO) << "Number of multiprocessors: " << prop.multiProcessorCount; - LOG(INFO) << "Kernel execution timeout: " - << (prop.kernelExecTimeoutEnabled ? "Yes" : "No"); - return; -} - - -class Caffe::RNG::Generator { - public: - Generator() : rng_(new caffe::rng_t(cluster_seedgen())) {} - explicit Generator(unsigned int seed) : rng_(new caffe::rng_t(seed)) {} - caffe::rng_t* rng() { return rng_.get(); } - private: - shared_ptr rng_; -}; - -Caffe::RNG::RNG() : generator_(new Generator()) { } - -Caffe::RNG::RNG(unsigned int seed) : generator_(new Generator(seed)) { } - -Caffe::RNG& Caffe::RNG::operator=(const RNG& other) { - generator_.reset(other.generator_.get()); - return *this; -} - -void* Caffe::RNG::generator() { - return static_cast(generator_->rng()); -} - -const char* cublasGetErrorString(cublasStatus_t error) { - switch (error) { - case CUBLAS_STATUS_SUCCESS: - return "CUBLAS_STATUS_SUCCESS"; - case CUBLAS_STATUS_NOT_INITIALIZED: - return "CUBLAS_STATUS_NOT_INITIALIZED"; - case CUBLAS_STATUS_ALLOC_FAILED: - return "CUBLAS_STATUS_ALLOC_FAILED"; - case CUBLAS_STATUS_INVALID_VALUE: - return "CUBLAS_STATUS_INVALID_VALUE"; - case CUBLAS_STATUS_ARCH_MISMATCH: - return "CUBLAS_STATUS_ARCH_MISMATCH"; - case CUBLAS_STATUS_MAPPING_ERROR: - return "CUBLAS_STATUS_MAPPING_ERROR"; - case CUBLAS_STATUS_EXECUTION_FAILED: - return "CUBLAS_STATUS_EXECUTION_FAILED"; - case CUBLAS_STATUS_INTERNAL_ERROR: - return "CUBLAS_STATUS_INTERNAL_ERROR"; -#if CUDA_VERSION >= 6000 - case CUBLAS_STATUS_NOT_SUPPORTED: - return "CUBLAS_STATUS_NOT_SUPPORTED"; -#endif -#if CUDA_VERSION >= 6050 - case CUBLAS_STATUS_LICENSE_ERROR: - return "CUBLAS_STATUS_LICENSE_ERROR"; -#endif - } - return "Unknown cublas status"; -} - -const char* curandGetErrorString(curandStatus_t error) { - switch (error) { - case CURAND_STATUS_SUCCESS: - return "CURAND_STATUS_SUCCESS"; - case CURAND_STATUS_VERSION_MISMATCH: - return "CURAND_STATUS_VERSION_MISMATCH"; - case CURAND_STATUS_NOT_INITIALIZED: - return "CURAND_STATUS_NOT_INITIALIZED"; - case CURAND_STATUS_ALLOCATION_FAILED: - return "CURAND_STATUS_ALLOCATION_FAILED"; - case CURAND_STATUS_TYPE_ERROR: - return "CURAND_STATUS_TYPE_ERROR"; - case CURAND_STATUS_OUT_OF_RANGE: - return "CURAND_STATUS_OUT_OF_RANGE"; - case CURAND_STATUS_LENGTH_NOT_MULTIPLE: - return "CURAND_STATUS_LENGTH_NOT_MULTIPLE"; - case CURAND_STATUS_DOUBLE_PRECISION_REQUIRED: - return "CURAND_STATUS_DOUBLE_PRECISION_REQUIRED"; - case CURAND_STATUS_LAUNCH_FAILURE: - return "CURAND_STATUS_LAUNCH_FAILURE"; - case CURAND_STATUS_PREEXISTING_FAILURE: - return "CURAND_STATUS_PREEXISTING_FAILURE"; - case CURAND_STATUS_INITIALIZATION_FAILED: - return "CURAND_STATUS_INITIALIZATION_FAILED"; - case CURAND_STATUS_ARCH_MISMATCH: - return "CURAND_STATUS_ARCH_MISMATCH"; - case CURAND_STATUS_INTERNAL_ERROR: - return "CURAND_STATUS_INTERNAL_ERROR"; - } - return "Unknown curand status"; -} - -#endif // CPU_ONLY - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/data_transformer.cpp b/caffe-crfrnn/src/caffe/data_transformer.cpp deleted file mode 100644 index 023396ce..00000000 --- a/caffe-crfrnn/src/caffe/data_transformer.cpp +++ /dev/null @@ -1,405 +0,0 @@ -#ifndef OSX -#include -#endif - -#include -#include - -#include "caffe/data_transformer.hpp" -#include "caffe/util/io.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/util/rng.hpp" - -namespace caffe { - -template -DataTransformer::DataTransformer(const TransformationParameter& param) - : param_(param) { - phase_ = Caffe::phase(); - // check if we want to use mean_file - if (param_.has_mean_file()) { - CHECK_EQ(param_.mean_value_size(), 0) << - "Cannot specify mean_file and mean_value at the same time"; - const string& mean_file = param.mean_file(); - LOG(INFO) << "Loading mean file from" << mean_file; - BlobProto blob_proto; - ReadProtoFromBinaryFileOrDie(mean_file.c_str(), &blob_proto); - data_mean_.FromProto(blob_proto); - } - // check if we want to use mean_value - if (param_.mean_value_size() > 0) { - CHECK(param_.has_mean_file() == false) << - "Cannot specify mean_file and mean_value at the same time"; - for (int c = 0; c < param_.mean_value_size(); ++c) { - mean_values_.push_back(param_.mean_value(c)); - } - } -} - -template -void DataTransformer::Transform(const Datum& datum, - Dtype* transformed_data) { - const string& data = datum.data(); - const int datum_channels = datum.channels(); - const int datum_height = datum.height(); - const int datum_width = datum.width(); - - const int crop_size = param_.crop_size(); - const Dtype scale = param_.scale(); - const bool do_mirror = param_.mirror() && Rand(2); - const bool has_mean_file = param_.has_mean_file(); - const bool has_uint8 = data.size() > 0; - const bool has_mean_values = mean_values_.size() > 0; - - CHECK_GT(datum_channels, 0); - CHECK_GE(datum_height, crop_size); - CHECK_GE(datum_width, crop_size); - - Dtype* mean = NULL; - if (has_mean_file) { - CHECK_EQ(datum_channels, data_mean_.channels()); - CHECK_EQ(datum_height, data_mean_.height()); - CHECK_EQ(datum_width, data_mean_.width()); - mean = data_mean_.mutable_cpu_data(); - } - if (has_mean_values) { - CHECK(mean_values_.size() == 1 || mean_values_.size() == datum_channels) << - "Specify either 1 mean_value or as many as channels: " << datum_channels; - if (datum_channels > 1 && mean_values_.size() == 1) { - // Replicate the mean_value for simplicity - for (int c = 1; c < datum_channels; ++c) { - mean_values_.push_back(mean_values_[0]); - } - } - } - - int height = datum_height; - int width = datum_width; - - int h_off = 0; - int w_off = 0; - if (crop_size) { - height = crop_size; - width = crop_size; - // We only do random crop when we do training. - if (phase_ == Caffe::TRAIN) { - h_off = Rand(datum_height - crop_size + 1); - w_off = Rand(datum_width - crop_size + 1); - } else { - h_off = (datum_height - crop_size) / 2; - w_off = (datum_width - crop_size) / 2; - } - } - - Dtype datum_element; - int top_index, data_index; - for (int c = 0; c < datum_channels; ++c) { - for (int h = 0; h < height; ++h) { - for (int w = 0; w < width; ++w) { - data_index = (c * datum_height + h_off + h) * datum_width + w_off + w; - if (do_mirror) { - top_index = (c * height + h) * width + (width - 1 - w); - } else { - top_index = (c * height + h) * width + w; - } - if (has_uint8) { - datum_element = - static_cast(static_cast(data[data_index])); - } else { - datum_element = datum.float_data(data_index); - } - if (has_mean_file) { - transformed_data[top_index] = - (datum_element - mean[data_index]) * scale; - } else { - if (has_mean_values) { - transformed_data[top_index] = - (datum_element - mean_values_[c]) * scale; - } else { - transformed_data[top_index] = datum_element * scale; - } - } - } - } - } -} - -template -void DataTransformer::Transform(const Datum& datum, - Blob* transformed_blob) { - const int datum_channels = datum.channels(); - const int datum_height = datum.height(); - const int datum_width = datum.width(); - - const int channels = transformed_blob->channels(); - const int height = transformed_blob->height(); - const int width = transformed_blob->width(); - const int num = transformed_blob->num(); - - CHECK_EQ(channels, datum_channels); - CHECK_LE(height, datum_height); - CHECK_LE(width, datum_width); - CHECK_GE(num, 1); - - const int crop_size = param_.crop_size(); - - if (crop_size) { - CHECK_EQ(crop_size, height); - CHECK_EQ(crop_size, width); - } else { - CHECK_EQ(datum_height, height); - CHECK_EQ(datum_width, width); - } - - Dtype* transformed_data = transformed_blob->mutable_cpu_data(); - Transform(datum, transformed_data); -} - -template -void DataTransformer::Transform(const vector & datum_vector, - Blob* transformed_blob) { - const int datum_num = datum_vector.size(); - const int num = transformed_blob->num(); - const int channels = transformed_blob->channels(); - const int height = transformed_blob->height(); - const int width = transformed_blob->width(); - - CHECK_GT(datum_num, 0) << "There is no datum to add"; - CHECK_LE(datum_num, num) << - "The size of datum_vector must be smaller than transformed_blob->num()"; - Blob uni_blob(1, channels, height, width); - for (int item_id = 0; item_id < datum_num; ++item_id) { - int offset = transformed_blob->offset(item_id); - uni_blob.set_cpu_data(transformed_blob->mutable_cpu_data() + offset); - Transform(datum_vector[item_id], &uni_blob); - } -} - -#ifndef OSX -template -void DataTransformer::Transform(const cv::Mat& cv_img, - Blob* transformed_blob) { - const int img_channels = cv_img.channels(); - const int img_height = cv_img.rows; - const int img_width = cv_img.cols; - - const int channels = transformed_blob->channels(); - const int height = transformed_blob->height(); - const int width = transformed_blob->width(); - const int num = transformed_blob->num(); - - CHECK_EQ(channels, img_channels); - CHECK_LE(height, img_height); - CHECK_LE(width, img_width); - CHECK_GE(num, 1); - - CHECK(cv_img.depth() == CV_8U) << "Image data type must be unsigned byte"; - - const int crop_size = param_.crop_size(); - const Dtype scale = param_.scale(); - const bool do_mirror = param_.mirror() && Rand(2); - const bool has_mean_file = param_.has_mean_file(); - const bool has_mean_values = mean_values_.size() > 0; - - CHECK_GT(img_channels, 0); - CHECK_GE(img_height, crop_size); - CHECK_GE(img_width, crop_size); - - Dtype* mean = NULL; - if (has_mean_file) { - CHECK_EQ(img_channels, data_mean_.channels()); - CHECK_EQ(img_height, data_mean_.height()); - CHECK_EQ(img_width, data_mean_.width()); - mean = data_mean_.mutable_cpu_data(); - } - if (has_mean_values) { - CHECK(mean_values_.size() == 1 || mean_values_.size() == img_channels) << - "Specify either 1 mean_value or as many as channels: " << img_channels; - if (img_channels > 1 && mean_values_.size() == 1) { - // Replicate the mean_value for simplicity - for (int c = 1; c < img_channels; ++c) { - mean_values_.push_back(mean_values_[0]); - } - } - } - - int h_off = 0; - int w_off = 0; - cv::Mat cv_cropped_img = cv_img; - if (crop_size) { - CHECK_EQ(crop_size, height); - CHECK_EQ(crop_size, width); - // We only do random crop when we do training. - if (phase_ == Caffe::TRAIN) { - h_off = Rand(img_height - crop_size + 1); - w_off = Rand(img_width - crop_size + 1); - } else { - h_off = (img_height - crop_size) / 2; - w_off = (img_width - crop_size) / 2; - } - cv::Rect roi(w_off, h_off, crop_size, crop_size); - cv_cropped_img = cv_img(roi); - } else { - CHECK_EQ(img_height, height); - CHECK_EQ(img_width, width); - } - - CHECK(cv_cropped_img.data); - - Dtype* transformed_data = transformed_blob->mutable_cpu_data(); - int top_index; - for (int h = 0; h < height; ++h) { - const uchar* ptr = cv_cropped_img.ptr(h); - int img_index = 0; - for (int w = 0; w < width; ++w) { - for (int c = 0; c < img_channels; ++c) { - if (do_mirror) { - top_index = (c * height + h) * width + (width - 1 - w); - } else { - top_index = (c * height + h) * width + w; - } - // int top_index = (c * height + h) * width + w; - Dtype pixel = static_cast(ptr[img_index++]); - if (has_mean_file) { - int mean_index = (c * img_height + h_off + h) * img_width + w_off + w; - transformed_data[top_index] = - (pixel - mean[mean_index]) * scale; - } else { - if (has_mean_values) { - transformed_data[top_index] = - (pixel - mean_values_[c]) * scale; - } else { - transformed_data[top_index] = pixel * scale; - } - } - } - } - } -} -#endif - -template -void DataTransformer::Transform(Blob* input_blob, - Blob* transformed_blob) { - const int input_num = input_blob->num(); - const int input_channels = input_blob->channels(); - const int input_height = input_blob->height(); - const int input_width = input_blob->width(); - - const int num = transformed_blob->num(); - const int channels = transformed_blob->channels(); - const int height = transformed_blob->height(); - const int width = transformed_blob->width(); - const int size = transformed_blob->count(); - - CHECK_LE(input_num, num); - CHECK_EQ(input_channels, channels); - CHECK_GE(input_height, height); - CHECK_GE(input_width, width); - - const int crop_size = param_.crop_size(); - const Dtype scale = param_.scale(); - const bool do_mirror = param_.mirror() && Rand(2); - const bool has_mean_file = param_.has_mean_file(); - const bool has_mean_values = mean_values_.size() > 0; - - int h_off = 0; - int w_off = 0; - if (crop_size) { - CHECK_EQ(crop_size, height); - CHECK_EQ(crop_size, width); - // We only do random crop when we do training. - if (phase_ == Caffe::TRAIN) { - h_off = Rand(input_height - crop_size + 1); - w_off = Rand(input_width - crop_size + 1); - } else { - h_off = (input_height - crop_size) / 2; - w_off = (input_width - crop_size) / 2; - } - } else { - CHECK_EQ(input_height, height); - CHECK_EQ(input_width, width); - } - - Dtype* input_data = input_blob->mutable_cpu_data(); - if (has_mean_file) { - CHECK_EQ(input_channels, data_mean_.channels()); - CHECK_EQ(input_height, data_mean_.height()); - CHECK_EQ(input_width, data_mean_.width()); - for (int n = 0; n < input_num; ++n) { - int offset = input_blob->offset(n); - caffe_sub(data_mean_.count(), input_data + offset, - data_mean_.cpu_data(), input_data + offset); - } - } - - if (has_mean_values) { - CHECK(mean_values_.size() == 1 || mean_values_.size() == input_channels) << - "Specify either 1 mean_value or as many as channels: " << input_channels; - if (mean_values_.size() == 1) { - caffe_add_scalar(input_blob->count(), -(mean_values_[0]), input_data); - } else { - for (int n = 0; n < input_num; ++n) { - for (int c = 0; c < input_channels; ++c) { - int offset = input_blob->offset(n, c); - caffe_add_scalar(input_height * input_width, -(mean_values_[c]), - input_data + offset); - } - } - } - } - - Dtype* transformed_data = transformed_blob->mutable_cpu_data(); - - for (int n = 0; n < input_num; ++n) { - int top_index_n = n * channels; - int data_index_n = n * channels; - for (int c = 0; c < channels; ++c) { - int top_index_c = (top_index_n + c) * height; - int data_index_c = (data_index_n + c) * input_height + h_off; - for (int h = 0; h < height; ++h) { - int top_index_h = (top_index_c + h) * width; - int data_index_h = (data_index_c + h) * input_width + w_off; - if (do_mirror) { - int top_index_w = top_index_h + width - 1; - for (int w = 0; w < width; ++w) { - transformed_data[top_index_w-w] = input_data[data_index_h + w]; - } - } else { - for (int w = 0; w < width; ++w) { - transformed_data[top_index_h + w] = input_data[data_index_h + w]; - } - } - } - } - } - if (scale != Dtype(1)) { - DLOG(INFO) << "Scale: " << scale; - caffe_scal(size, scale, transformed_data); - } -} - -template -void DataTransformer::InitRand() { - const bool needs_rand = param_.mirror() || - (phase_ == Caffe::TRAIN && param_.crop_size()); - if (needs_rand) { - const unsigned int rng_seed = caffe_rng_rand(); - rng_.reset(new Caffe::RNG(rng_seed)); - } else { - rng_.reset(); - } -} - -template -int DataTransformer::Rand(int n) { - CHECK(rng_); - CHECK_GT(n, 0); - caffe::rng_t* rng = - static_cast(rng_->generator()); - return ((*rng)() % n); -} - -INSTANTIATE_CLASS(DataTransformer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/dataset_factory.cpp b/caffe-crfrnn/src/caffe/dataset_factory.cpp deleted file mode 100644 index 3313de3c..00000000 --- a/caffe-crfrnn/src/caffe/dataset_factory.cpp +++ /dev/null @@ -1,50 +0,0 @@ -#include -#include -#include - -#include "caffe/dataset_factory.hpp" -#include "caffe/leveldb_dataset.hpp" -#include "caffe/lmdb_dataset.hpp" - -namespace caffe { - -template -shared_ptr > DatasetFactory(const DataParameter_DB& type) { - switch (type) { - case DataParameter_DB_LEVELDB: - return shared_ptr >(new LeveldbDataset()); - case DataParameter_DB_LMDB: - return shared_ptr >(new LmdbDataset()); - default: - LOG(FATAL) << "Unknown dataset type " << type; - return shared_ptr >(); - } -} - -template -shared_ptr > DatasetFactory(const string& type) { - if ("leveldb" == type) { - return DatasetFactory(DataParameter_DB_LEVELDB); - } else if ("lmdb" == type) { - return DatasetFactory(DataParameter_DB_LMDB); - } else { - LOG(FATAL) << "Unknown dataset type " << type; - return shared_ptr >(); - } -} - -#define REGISTER_DATASET(key_type, value_type) \ - template shared_ptr > \ - DatasetFactory(const string& type); \ - template shared_ptr > \ - DatasetFactory(const DataParameter_DB& type); \ - -REGISTER_DATASET(string, string); -REGISTER_DATASET(string, vector); -REGISTER_DATASET(string, Datum); - -#undef REGISTER_DATASET - -} // namespace caffe - - diff --git a/caffe-crfrnn/src/caffe/internal_thread.cpp b/caffe-crfrnn/src/caffe/internal_thread.cpp deleted file mode 100644 index d7b6ae20..00000000 --- a/caffe-crfrnn/src/caffe/internal_thread.cpp +++ /dev/null @@ -1,39 +0,0 @@ -#include "caffe/internal_thread.hpp" - -#include "caffe/util/thread.hpp" - -namespace caffe { - -InternalThread::~InternalThread() { - WaitForInternalThreadToExit(); - if (thread_ != NULL) { - delete thread_; - } -} - -bool InternalThread::StartInternalThread() { - if (!WaitForInternalThreadToExit()) { - return false; - } - try { - thread_ = new caffe::Thread - (&InternalThread::InternalThreadEntry, this); - } catch (...) { - return false; - } - return true; -} - -/** Will not return until the internal thread has exited. */ -bool InternalThread::WaitForInternalThreadToExit() { - if (is_started()) { - try { - thread_->join(); - } catch (...) { - return false; - } - } - return true; -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layer_factory.cpp b/caffe-crfrnn/src/caffe/layer_factory.cpp deleted file mode 100644 index 5a286cd4..00000000 --- a/caffe-crfrnn/src/caffe/layer_factory.cpp +++ /dev/null @@ -1,158 +0,0 @@ -#include - -#include "caffe/layer.hpp" -#include "caffe/layer_factory.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -// Get convolution layer according to engine. -template -Layer* GetConvolutionLayer( - const LayerParameter& param) { - ConvolutionParameter_Engine engine = param.convolution_param().engine(); - if (engine == ConvolutionParameter_Engine_DEFAULT) { - engine = ConvolutionParameter_Engine_CAFFE; -#ifdef USE_CUDNN - engine = ConvolutionParameter_Engine_CUDNN; -#endif - } - if (engine == ConvolutionParameter_Engine_CAFFE) { - return new ConvolutionLayer(param); -#ifdef USE_CUDNN - } else if (engine == ConvolutionParameter_Engine_CUDNN) { - return new CuDNNConvolutionLayer(param); -#endif - } else { - LOG(FATAL) << "Layer " << param.name() << " has unknown engine."; - } -} - -REGISTER_LAYER_CREATOR(CONVOLUTION, GetConvolutionLayer); - -// Get pooling layer according to engine. -template -Layer* GetPoolingLayer(const LayerParameter& param) { - PoolingParameter_Engine engine = param.pooling_param().engine(); - if (engine == PoolingParameter_Engine_DEFAULT) { - engine = PoolingParameter_Engine_CAFFE; -#ifdef USE_CUDNN - engine = PoolingParameter_Engine_CUDNN; -#endif - } - if (engine == PoolingParameter_Engine_CAFFE) { - return new PoolingLayer(param); -#ifdef USE_CUDNN - } else if (engine == PoolingParameter_Engine_CUDNN) { - PoolingParameter p_param = param.pooling_param(); - if (p_param.pad() || p_param.pad_h() || p_param.pad_w() || - param.top_size() > 1) { - LOG(INFO) << "CUDNN does not support padding or multiple tops. " - << "Using Caffe's own pooling layer."; - return new PoolingLayer(param); - } - return new CuDNNPoolingLayer(param); -#endif - } else { - LOG(FATAL) << "Layer " << param.name() << " has unknown engine."; - } -} - -REGISTER_LAYER_CREATOR(POOLING, GetPoolingLayer); - -// Get relu layer according to engine. -template -Layer* GetReLULayer(const LayerParameter& param) { - ReLUParameter_Engine engine = param.relu_param().engine(); - if (engine == ReLUParameter_Engine_DEFAULT) { - engine = ReLUParameter_Engine_CAFFE; -#ifdef USE_CUDNN - engine = ReLUParameter_Engine_CUDNN; -#endif - } - if (engine == ReLUParameter_Engine_CAFFE) { - return new ReLULayer(param); -#ifdef USE_CUDNN - } else if (engine == ReLUParameter_Engine_CUDNN) { - return new CuDNNReLULayer(param); -#endif - } else { - LOG(FATAL) << "Layer " << param.name() << " has unknown engine."; - } -} - -REGISTER_LAYER_CREATOR(RELU, GetReLULayer); - -// Get sigmoid layer according to engine. -template -Layer* GetSigmoidLayer(const LayerParameter& param) { - SigmoidParameter_Engine engine = param.sigmoid_param().engine(); - if (engine == SigmoidParameter_Engine_DEFAULT) { - engine = SigmoidParameter_Engine_CAFFE; -#ifdef USE_CUDNN - engine = SigmoidParameter_Engine_CUDNN; -#endif - } - if (engine == SigmoidParameter_Engine_CAFFE) { - return new SigmoidLayer(param); -#ifdef USE_CUDNN - } else if (engine == SigmoidParameter_Engine_CUDNN) { - return new CuDNNSigmoidLayer(param); -#endif - } else { - LOG(FATAL) << "Layer " << param.name() << " has unknown engine."; - } -} - -REGISTER_LAYER_CREATOR(SIGMOID, GetSigmoidLayer); - -// Get softmax layer according to engine. -template -Layer* GetSoftmaxLayer(const LayerParameter& param) { - SoftmaxParameter_Engine engine = param.softmax_param().engine(); - if (engine == SoftmaxParameter_Engine_DEFAULT) { - engine = SoftmaxParameter_Engine_CAFFE; -#ifdef USE_CUDNN - engine = SoftmaxParameter_Engine_CUDNN; -#endif - } - if (engine == SoftmaxParameter_Engine_CAFFE) { - return new SoftmaxLayer(param); -#ifdef USE_CUDNN - } else if (engine == SoftmaxParameter_Engine_CUDNN) { - return new CuDNNSoftmaxLayer(param); -#endif - } else { - LOG(FATAL) << "Layer " << param.name() << " has unknown engine."; - } -} - -REGISTER_LAYER_CREATOR(SOFTMAX, GetSoftmaxLayer); - -// Get tanh layer according to engine. -template -Layer* GetTanHLayer(const LayerParameter& param) { - TanHParameter_Engine engine = param.tanh_param().engine(); - if (engine == TanHParameter_Engine_DEFAULT) { - engine = TanHParameter_Engine_CAFFE; -#ifdef USE_CUDNN - engine = TanHParameter_Engine_CUDNN; -#endif - } - if (engine == TanHParameter_Engine_CAFFE) { - return new TanHLayer(param); -#ifdef USE_CUDNN - } else if (engine == TanHParameter_Engine_CUDNN) { - return new CuDNNTanHLayer(param); -#endif - } else { - LOG(FATAL) << "Layer " << param.name() << " has unknown engine."; - } -} - -REGISTER_LAYER_CREATOR(TANH, GetTanHLayer); - -// Layers that use their constructor as their default creator should be -// registered in their corresponding cpp files. Do not registere them here. -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/absval_layer.cpp b/caffe-crfrnn/src/caffe/layers/absval_layer.cpp deleted file mode 100644 index 0d054ee5..00000000 --- a/caffe-crfrnn/src/caffe/layers/absval_layer.cpp +++ /dev/null @@ -1,44 +0,0 @@ -#include - -#include "caffe/layer.hpp" -#include "caffe/neuron_layers.hpp" -#include "caffe/util/math_functions.hpp" - -namespace caffe { - -template -void AbsValLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - NeuronLayer::LayerSetUp(bottom, top); - CHECK_NE(top[0], bottom[0]) << this->type_name() << " Layer does not " - "allow in-place computation."; -} - -template -void AbsValLayer::Forward_cpu( - const vector*>& bottom, const vector*>& top) { - const int count = top[0]->count(); - Dtype* top_data = top[0]->mutable_cpu_data(); - caffe_abs(count, bottom[0]->cpu_data(), top_data); -} - -template -void AbsValLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - const int count = top[0]->count(); - const Dtype* top_diff = top[0]->cpu_diff(); - if (propagate_down[0]) { - const Dtype* bottom_data = bottom[0]->cpu_data(); - Dtype* bottom_diff = bottom[0]->mutable_cpu_diff(); - caffe_cpu_sign(count, bottom_data, bottom_diff); - caffe_mul(count, bottom_diff, top_diff, bottom_diff); - } -} - -#ifdef CPU_ONLY -STUB_GPU(AbsValLayer); -#endif - -INSTANTIATE_CLASS(AbsValLayer); -REGISTER_LAYER_CLASS(ABSVAL, AbsValLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/absval_layer.cu b/caffe-crfrnn/src/caffe/layers/absval_layer.cu deleted file mode 100644 index 91f3c77f..00000000 --- a/caffe-crfrnn/src/caffe/layers/absval_layer.cu +++ /dev/null @@ -1,34 +0,0 @@ -#include - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void AbsValLayer::Forward_gpu( - const vector*>& bottom, const vector*>& top) { - const int count = top[0]->count(); - Dtype* top_data = top[0]->mutable_gpu_data(); - caffe_gpu_abs(count, bottom[0]->gpu_data(), top_data); -} - -template -void AbsValLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - const int count = top[0]->count(); - const Dtype* top_data = top[0]->gpu_data(); - const Dtype* top_diff = top[0]->gpu_diff(); - if (propagate_down[0]) { - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* bottom_diff = bottom[0]->mutable_gpu_diff(); - caffe_gpu_sign(count, bottom_data, bottom_diff); - caffe_gpu_mul(count, bottom_diff, top_diff, bottom_diff); - } -} - -INSTANTIATE_LAYER_GPU_FUNCS(AbsValLayer); - - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/accuracy_layer.cpp b/caffe-crfrnn/src/caffe/layers/accuracy_layer.cpp deleted file mode 100644 index c61e38f0..00000000 --- a/caffe-crfrnn/src/caffe/layers/accuracy_layer.cpp +++ /dev/null @@ -1,83 +0,0 @@ -#include -#include -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/util/io.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void AccuracyLayer::LayerSetUp( - const vector*>& bottom, const vector*>& top) { - top_k_ = this->layer_param_.accuracy_param().top_k(); -} - -template -void AccuracyLayer::Reshape( - const vector*>& bottom, const vector*>& top) { - CHECK_EQ(bottom[0]->num(), bottom[1]->num()) - << "The data and label should have the same number."; - CHECK_LE(top_k_, bottom[0]->count() / bottom[0]->num()) - << "top_k must be less than or equal to the number of classes."; - CHECK_EQ(bottom[1]->channels(), 1); - //CHECK_EQ(bottom[1]->height(), 1); - //CHECK_EQ(bottom[1]->width(), 1); - CHECK_EQ(bottom[1]->height(), bottom[0]->height()); - CHECK_EQ(bottom[1]->width(), bottom[0]->width()); - top[0]->Reshape(1, 1, 1, 1); -} - -template -void AccuracyLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - Dtype accuracy = 0; - const Dtype* bottom_data = bottom[0]->cpu_data(); - const Dtype* bottom_label = bottom[1]->cpu_data(); - int num = bottom[0]->num(); - int dim = bottom[0]->channels(); - int height = bottom[0]->height(); - int width = bottom[0]->width(); - int gt_label; - int nKnownPixels=0; - vector maxval(top_k_+1); - vector max_id(top_k_+1); - - for (int i = 0; i < num; ++i) { - // Top-k accuracy - for (int h = 0; h < height; ++h){ - for (int w = 0; w < width; ++w){ - gt_label=static_cast(bottom_label[ (i * height + h) * width + w ]); - if (gt_label==255) - continue; - - ++nKnownPixels; - std::vector > bottom_data_vector; - for (int j = 0; j < dim; ++j) { - bottom_data_vector.push_back( - std::make_pair(bottom_data[((i * dim + j) * height + h)*width + w], j)); - } - std::partial_sort( - bottom_data_vector.begin(), bottom_data_vector.begin() + top_k_, - bottom_data_vector.end(), std::greater >()); - // check if true label is in top k predictions - for (int k = 0; k < top_k_; k++) { - if (bottom_data_vector[k].second == gt_label) { - ++accuracy; - break; - } - } - } - } - } - // LOG(INFO) << "Accuracy: " << accuracy; - top[0]->mutable_cpu_data()[0] = accuracy / Dtype(nKnownPixels); - // Accuracy layer should not be used as a loss function. -} - -INSTANTIATE_CLASS(AccuracyLayer); -REGISTER_LAYER_CLASS(ACCURACY, AccuracyLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/argmax_layer.cpp b/caffe-crfrnn/src/caffe/layers/argmax_layer.cpp deleted file mode 100644 index 15e199eb..00000000 --- a/caffe-crfrnn/src/caffe/layers/argmax_layer.cpp +++ /dev/null @@ -1,63 +0,0 @@ -#include -#include -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void ArgMaxLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - out_max_val_ = this->layer_param_.argmax_param().out_max_val(); - top_k_ = this->layer_param_.argmax_param().top_k(); - CHECK_GE(top_k_, 1) << " top k must not be less than 1."; - CHECK_LE(top_k_, bottom[0]->count() / bottom[0]->num()) - << "top_k must be less than or equal to the number of classes."; -} - -template -void ArgMaxLayer::Reshape(const vector*>& bottom, - const vector*>& top) { - if (out_max_val_) { - // Produces max_ind and max_val - top[0]->Reshape(bottom[0]->num(), 2, top_k_, 1); - } else { - // Produces only max_ind - top[0]->Reshape(bottom[0]->num(), 1, top_k_, 1); - } -} - -template -void ArgMaxLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->cpu_data(); - Dtype* top_data = top[0]->mutable_cpu_data(); - int num = bottom[0]->num(); - int dim = bottom[0]->count() / bottom[0]->num(); - for (int i = 0; i < num; ++i) { - std::vector > bottom_data_vector; - for (int j = 0; j < dim; ++j) { - bottom_data_vector.push_back( - std::make_pair(bottom_data[i * dim + j], j)); - } - std::partial_sort( - bottom_data_vector.begin(), bottom_data_vector.begin() + top_k_, - bottom_data_vector.end(), std::greater >()); - for (int j = 0; j < top_k_; ++j) { - top_data[top[0]->offset(i, 0, j)] = bottom_data_vector[j].second; - } - if (out_max_val_) { - for (int j = 0; j < top_k_; ++j) { - top_data[top[0]->offset(i, 1, j)] = bottom_data_vector[j].first; - } - } - } -} - -INSTANTIATE_CLASS(ArgMaxLayer); -REGISTER_LAYER_CLASS(ARGMAX, ArgMaxLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/base_conv_layer.cpp b/caffe-crfrnn/src/caffe/layers/base_conv_layer.cpp deleted file mode 100755 index c53fc4a3..00000000 --- a/caffe-crfrnn/src/caffe/layers/base_conv_layer.cpp +++ /dev/null @@ -1,296 +0,0 @@ -#include - -#include "caffe/filler.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/im2col.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { -//memory reduced change -template -Blob BaseConvolutionLayer::col_buffer_; -//end memory reduced change -template -void BaseConvolutionLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - // Configure the kernel size, padding, stride, and inputs. - ConvolutionParameter conv_param = this->layer_param_.convolution_param(); - CHECK(!conv_param.has_kernel_size() != - !(conv_param.has_kernel_h() && conv_param.has_kernel_w())) - << "Filter size is kernel_size OR kernel_h and kernel_w; not both"; - CHECK(conv_param.has_kernel_size() || - (conv_param.has_kernel_h() && conv_param.has_kernel_w())) - << "For non-square filters both kernel_h and kernel_w are required."; - CHECK((!conv_param.has_pad() && conv_param.has_pad_h() - && conv_param.has_pad_w()) - || (!conv_param.has_pad_h() && !conv_param.has_pad_w())) - << "pad is pad OR pad_h and pad_w are required."; - CHECK((!conv_param.has_stride() && conv_param.has_stride_h() - && conv_param.has_stride_w()) - || (!conv_param.has_stride_h() && !conv_param.has_stride_w())) - << "Stride is stride OR stride_h and stride_w are required."; - if (conv_param.has_kernel_size()) { - kernel_h_ = kernel_w_ = conv_param.kernel_size(); - } else { - kernel_h_ = conv_param.kernel_h(); - kernel_w_ = conv_param.kernel_w(); - } - CHECK_GT(kernel_h_, 0) << "Filter dimensions cannot be zero."; - CHECK_GT(kernel_w_, 0) << "Filter dimensions cannot be zero."; - if (!conv_param.has_pad_h()) { - pad_h_ = pad_w_ = conv_param.pad(); - } else { - pad_h_ = conv_param.pad_h(); - pad_w_ = conv_param.pad_w(); - } - if (!conv_param.has_stride_h()) { - stride_h_ = stride_w_ = conv_param.stride(); - } else { - stride_h_ = conv_param.stride_h(); - stride_w_ = conv_param.stride_w(); - } - // Special case: im2col is the identity for 1x1 convolution with stride 1 - // and no padding, so flag for skipping the buffer and transformation. - is_1x1_ = kernel_w_ == 1 && kernel_h_ == 1 - && stride_h_ == 1 && stride_w_ == 1 && pad_h_ == 0 && pad_w_ == 0; - // Configure output channels and groups. - channels_ = bottom[0]->channels(); - num_output_ = this->layer_param_.convolution_param().num_output(); - CHECK_GT(num_output_, 0); - group_ = this->layer_param_.convolution_param().group(); - CHECK_EQ(channels_ % group_, 0); - CHECK_EQ(num_output_ % group_, 0) - << "Number of output should be multiples of group."; - if (reverse_dimensions()) { - conv_out_channels_ = channels_; - conv_in_channels_ = num_output_; - } else { - conv_out_channels_ = num_output_; - conv_in_channels_ = channels_; - } - // Handle the parameters: weights and biases. - // - blobs_[0] holds the filter weights - // - blobs_[1] holds the biases (optional) - bias_term_ = this->layer_param_.convolution_param().bias_term(); - if (this->blobs_.size() > 0) { - LOG(INFO) << "Skipping parameter initialization"; - } else { - if (bias_term_) { - this->blobs_.resize(2); - } else { - this->blobs_.resize(1); - } - // Initialize and fill the weights: - // output channels x input channels per-group x kernel height x kernel width - this->blobs_[0].reset(new Blob( - conv_out_channels_, conv_in_channels_ / group_, kernel_h_, kernel_w_)); - shared_ptr > weight_filler(GetFiller( - this->layer_param_.convolution_param().weight_filler())); - weight_filler->Fill(this->blobs_[0].get()); - // If necessary, initialize and fill the biases: - // 1 x 1 x 1 x output channels - if (bias_term_) { - this->blobs_[1].reset(new Blob(1, 1, 1, num_output_)); - shared_ptr > bias_filler(GetFiller( - this->layer_param_.convolution_param().bias_filler())); - bias_filler->Fill(this->blobs_[1].get()); - } - } - // Propagate gradients to the parameters (as directed by backward pass). - this->param_propagate_down_.resize(this->blobs_.size(), true); -} - -template -void BaseConvolutionLayer::Reshape(const vector*>& bottom, - const vector*>& top) { - num_ = bottom[0]->num(); - height_ = bottom[0]->height(); - width_ = bottom[0]->width(); - CHECK_EQ(bottom[0]->channels(), channels_) << "Input size incompatible with" - " convolution kernel."; - // TODO: generalize to handle inputs of different shapes. - for (int bottom_id = 1; bottom_id < bottom.size(); ++bottom_id) { - CHECK_EQ(num_, bottom[bottom_id]->num()) << "Inputs must have same num."; - CHECK_EQ(channels_, bottom[bottom_id]->channels()) - << "Inputs must have same channels."; - CHECK_EQ(height_, bottom[bottom_id]->height()) - << "Inputs must have same height."; - CHECK_EQ(width_, bottom[bottom_id]->width()) - << "Inputs must have same width."; - } - // Shape the tops. - compute_output_shape(); - for (int top_id = 0; top_id < top.size(); ++top_id) { - top[top_id]->Reshape(num_, num_output_, height_out_, width_out_); - } - if (reverse_dimensions()) { - conv_in_height_ = height_out_; - conv_in_width_ = width_out_; - conv_out_spatial_dim_ = height_ * width_; - } else { - conv_in_height_ = height_; - conv_in_width_ = width_; - conv_out_spatial_dim_ = height_out_ * width_out_; - } - kernel_dim_ = conv_in_channels_ * kernel_h_ * kernel_w_; - weight_offset_ = conv_out_channels_ * kernel_dim_ / group_ / group_; - col_offset_ = kernel_dim_ * conv_out_spatial_dim_ / group_; - output_offset_ = conv_out_channels_ * conv_out_spatial_dim_ / group_; - // The im2col result buffer will only hold one image at a time to avoid - // overly large memory usage. In the special case of 1x1 convolution - // it goes lazily unused to save memory. - if (reverse_dimensions()) { - col_buffer_.Reshape(1, kernel_dim_, height_, width_); - } else { - col_buffer_.Reshape(1, kernel_dim_, height_out_, width_out_); - } - // Set up the all ones "bias multiplier" for adding biases by BLAS - if (bias_term_) { - bias_multiplier_.Reshape(1, 1, 1, height_out_ * width_out_); - caffe_set(bias_multiplier_.count(), Dtype(1), - bias_multiplier_.mutable_cpu_data()); - } -} - -template -void BaseConvolutionLayer::forward_cpu_gemm(const Dtype* input, - const Dtype* weights, Dtype* output, bool skip_im2col) { - const Dtype* col_buff = input; - if (!is_1x1_) { - if (!skip_im2col) { - conv_im2col_cpu(input, col_buffer_.mutable_cpu_data()); - } - col_buff = col_buffer_.cpu_data(); - } - for (int g = 0; g < group_; ++g) { - caffe_cpu_gemm(CblasNoTrans, CblasNoTrans, conv_out_channels_ / - group_, conv_out_spatial_dim_, kernel_dim_ / group_, - (Dtype)1., weights + weight_offset_ * g, col_buff + col_offset_ * g, - (Dtype)0., output + output_offset_ * g); - } -} - -template -void BaseConvolutionLayer::forward_cpu_bias(Dtype* output, - const Dtype* bias) { - caffe_cpu_gemm(CblasNoTrans, CblasNoTrans, num_output_, - height_out_ * width_out_, 1, (Dtype)1., bias, bias_multiplier_.cpu_data(), - (Dtype)1., output); -} - -template -void BaseConvolutionLayer::backward_cpu_gemm(const Dtype* output, - const Dtype* weights, Dtype* input) { - Dtype* col_buff = col_buffer_.mutable_cpu_data(); - if (is_1x1_) { - col_buff = input; - } - for (int g = 0; g < group_; ++g) { - caffe_cpu_gemm(CblasTrans, CblasNoTrans, kernel_dim_ / group_, - conv_out_spatial_dim_, conv_out_channels_ / group_, - (Dtype)1., weights + weight_offset_ * g, output + output_offset_ * g, - (Dtype)0., col_buff + col_offset_ * g); - } - if (!is_1x1_) { - conv_col2im_cpu(col_buff, input); - } -} - -template -void BaseConvolutionLayer::weight_cpu_gemm(const Dtype* input, - const Dtype* output, Dtype* weights) { - const Dtype* col_buff = input; - if (!is_1x1_) { - conv_im2col_cpu(input, col_buffer_.mutable_cpu_data()); - col_buff = col_buffer_.cpu_data(); - } - for (int g = 0; g < group_; ++g) { - caffe_cpu_gemm(CblasNoTrans, CblasTrans, conv_out_channels_ / group_, - kernel_dim_ / group_, conv_out_spatial_dim_, - (Dtype)1., output + output_offset_ * g, col_buff + col_offset_ * g, - (Dtype)1., weights + weight_offset_ * g); - } -} - -template -void BaseConvolutionLayer::backward_cpu_bias(Dtype* bias, - const Dtype* input) { - caffe_cpu_gemv(CblasNoTrans, num_output_, height_out_ * width_out_, 1., - input, bias_multiplier_.cpu_data(), 1., bias); -} - -#ifndef CPU_ONLY - -template -void BaseConvolutionLayer::forward_gpu_gemm(const Dtype* input, - const Dtype* weights, Dtype* output, bool skip_im2col) { - const Dtype* col_buff = input; - if (!is_1x1_) { - if (!skip_im2col) { - conv_im2col_gpu(input, col_buffer_.mutable_gpu_data()); - } - col_buff = col_buffer_.gpu_data(); - } - for (int g = 0; g < group_; ++g) { - caffe_gpu_gemm(CblasNoTrans, CblasNoTrans, conv_out_channels_ / - group_, conv_out_spatial_dim_, kernel_dim_ / group_, - (Dtype)1., weights + weight_offset_ * g, col_buff + col_offset_ * g, - (Dtype)0., output + output_offset_ * g); - } -} - -template -void BaseConvolutionLayer::forward_gpu_bias(Dtype* output, - const Dtype* bias) { - caffe_gpu_gemm(CblasNoTrans, CblasNoTrans, num_output_, - height_out_ * width_out_, 1, (Dtype)1., bias, bias_multiplier_.gpu_data(), - (Dtype)1., output); -} - -template -void BaseConvolutionLayer::backward_gpu_gemm(const Dtype* output, - const Dtype* weights, Dtype* input) { - Dtype* col_buff = col_buffer_.mutable_gpu_data(); - if (is_1x1_) { - col_buff = input; - } - for (int g = 0; g < group_; ++g) { - caffe_gpu_gemm(CblasTrans, CblasNoTrans, kernel_dim_ / group_, - conv_out_spatial_dim_, conv_out_channels_ / group_, - (Dtype)1., weights + weight_offset_ * g, output + output_offset_ * g, - (Dtype)0., col_buff + col_offset_ * g); - } - if (!is_1x1_) { - conv_col2im_gpu(col_buff, input); - } -} - -template -void BaseConvolutionLayer::weight_gpu_gemm(const Dtype* input, - const Dtype* output, Dtype* weights) { - const Dtype* col_buff = input; - if (!is_1x1_) { - conv_im2col_gpu(input, col_buffer_.mutable_gpu_data()); - col_buff = col_buffer_.gpu_data(); - } - for (int g = 0; g < group_; ++g) { - caffe_gpu_gemm(CblasNoTrans, CblasTrans, conv_out_channels_ / group_, - kernel_dim_ / group_, conv_out_spatial_dim_, - (Dtype)1., output + output_offset_ * g, col_buff + col_offset_ * g, - (Dtype)1., weights + weight_offset_ * g); - } -} - -template -void BaseConvolutionLayer::backward_gpu_bias(Dtype* bias, - const Dtype* input) { - caffe_gpu_gemv(CblasNoTrans, num_output_, height_out_ * width_out_, 1., - input, bias_multiplier_.gpu_data(), 1., bias); -} - -#endif // !CPU_ONLY - -INSTANTIATE_CLASS(BaseConvolutionLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/base_data_layer.cpp b/caffe-crfrnn/src/caffe/layers/base_data_layer.cpp deleted file mode 100644 index eb0aaf82..00000000 --- a/caffe-crfrnn/src/caffe/layers/base_data_layer.cpp +++ /dev/null @@ -1,84 +0,0 @@ -#include -#include - -#include "caffe/data_layers.hpp" -#include "caffe/util/io.hpp" - -namespace caffe { - -template -BaseDataLayer::BaseDataLayer(const LayerParameter& param) - : Layer(param), - transform_param_(param.transform_param()), - data_transformer_(transform_param_) { -} - -template -void BaseDataLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - if (top.size() == 1) { - output_labels_ = false; - } else { - output_labels_ = true; - } - // The subclasses should setup the size of bottom and top - DataLayerSetUp(bottom, top); - data_transformer_.InitRand(); -} - -template -void BasePrefetchingDataLayer::LayerSetUp( - const vector*>& bottom, const vector*>& top) { - BaseDataLayer::LayerSetUp(bottom, top); - // Now, start the prefetch thread. Before calling prefetch, we make two - // cpu_data calls so that the prefetch thread does not accidentally make - // simultaneous cudaMalloc calls when the main thread is running. In some - // GPUs this seems to cause failures if we do not so. - this->prefetch_data_.mutable_cpu_data(); - if (this->output_labels_) { - this->prefetch_label_.mutable_cpu_data(); - } - DLOG(INFO) << "Initializing prefetch"; - this->CreatePrefetchThread(); - DLOG(INFO) << "Prefetch initialized."; -} - -template -void BasePrefetchingDataLayer::CreatePrefetchThread() { - this->phase_ = Caffe::phase(); - this->data_transformer_.InitRand(); - CHECK(StartInternalThread()) << "Thread execution failed"; -} - -template -void BasePrefetchingDataLayer::JoinPrefetchThread() { - CHECK(WaitForInternalThreadToExit()) << "Thread joining failed"; -} - -template -void BasePrefetchingDataLayer::Forward_cpu( - const vector*>& bottom, const vector*>& top) { - // First, join the thread - JoinPrefetchThread(); - DLOG(INFO) << "Thread joined"; - // Copy the data - caffe_copy(prefetch_data_.count(), prefetch_data_.cpu_data(), - top[0]->mutable_cpu_data()); - DLOG(INFO) << "Prefetch copied"; - if (this->output_labels_) { - caffe_copy(prefetch_label_.count(), prefetch_label_.cpu_data(), - top[1]->mutable_cpu_data()); - } - // Start a new prefetch thread - DLOG(INFO) << "CreatePrefetchThread"; - CreatePrefetchThread(); -} - -#ifdef CPU_ONLY -STUB_GPU_FORWARD(BasePrefetchingDataLayer, Forward); -#endif - -INSTANTIATE_CLASS(BaseDataLayer); -INSTANTIATE_CLASS(BasePrefetchingDataLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/base_data_layer.cu b/caffe-crfrnn/src/caffe/layers/base_data_layer.cu deleted file mode 100644 index 204a16d2..00000000 --- a/caffe-crfrnn/src/caffe/layers/base_data_layer.cu +++ /dev/null @@ -1,25 +0,0 @@ -#include - -#include "caffe/data_layers.hpp" - -namespace caffe { - -template -void BasePrefetchingDataLayer::Forward_gpu( - const vector*>& bottom, const vector*>& top) { - // First, join the thread - JoinPrefetchThread(); - // Copy the data - caffe_copy(prefetch_data_.count(), prefetch_data_.cpu_data(), - top[0]->mutable_gpu_data()); - if (this->output_labels_) { - caffe_copy(prefetch_label_.count(), prefetch_label_.cpu_data(), - top[1]->mutable_gpu_data()); - } - // Start a new prefetch thread - CreatePrefetchThread(); -} - -INSTANTIATE_LAYER_GPU_FORWARD(BasePrefetchingDataLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/bnll_layer.cpp b/caffe-crfrnn/src/caffe/layers/bnll_layer.cpp deleted file mode 100644 index cb3583ae..00000000 --- a/caffe-crfrnn/src/caffe/layers/bnll_layer.cpp +++ /dev/null @@ -1,47 +0,0 @@ -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -const float kBNLL_THRESHOLD = 50.; - -template -void BNLLLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->cpu_data(); - Dtype* top_data = top[0]->mutable_cpu_data(); - const int count = bottom[0]->count(); - for (int i = 0; i < count; ++i) { - top_data[i] = bottom_data[i] > 0 ? - bottom_data[i] + log(1. + exp(-bottom_data[i])) : - log(1. + exp(bottom_data[i])); - } -} - -template -void BNLLLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - if (propagate_down[0]) { - const Dtype* bottom_data = bottom[0]->cpu_data(); - const Dtype* top_diff = top[0]->cpu_diff(); - Dtype* bottom_diff = bottom[0]->mutable_cpu_diff(); - const int count = bottom[0]->count(); - Dtype expval; - for (int i = 0; i < count; ++i) { - expval = exp(std::min(bottom_data[i], Dtype(kBNLL_THRESHOLD))); - bottom_diff[i] = top_diff[i] * expval / (expval + 1.); - } - } -} - -#ifdef CPU_ONLY -STUB_GPU(BNLLLayer); -#endif - -INSTANTIATE_CLASS(BNLLLayer); -REGISTER_LAYER_CLASS(BNLL, BNLLLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/bnll_layer.cu b/caffe-crfrnn/src/caffe/layers/bnll_layer.cu deleted file mode 100644 index d963d068..00000000 --- a/caffe-crfrnn/src/caffe/layers/bnll_layer.cu +++ /dev/null @@ -1,60 +0,0 @@ -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -const float kBNLL_THRESHOLD = 50.; - -template -__global__ void BNLLForward(const int n, const Dtype* in, Dtype* out) { - CUDA_KERNEL_LOOP(index, n) { - out[index] = in[index] > 0 ? - in[index] + log(1. + exp(-in[index])) : - log(1. + exp(in[index])); - } -} - -template -void BNLLLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* top_data = top[0]->mutable_gpu_data(); - const int count = bottom[0]->count(); - // NOLINT_NEXT_LINE(whitespace/operators) - BNLLForward<<>>( - count, bottom_data, top_data); - CUDA_POST_KERNEL_CHECK; -} - -template -__global__ void BNLLBackward(const int n, const Dtype* in_diff, - const Dtype* in_data, Dtype* out_diff) { - CUDA_KERNEL_LOOP(index, n) { - Dtype expval = exp(min(in_data[index], Dtype(kBNLL_THRESHOLD))); - out_diff[index] = in_diff[index] * expval / (expval + 1.); - } -} - -template -void BNLLLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - if (propagate_down[0]) { - const Dtype* bottom_data = bottom[0]->gpu_data(); - const Dtype* top_diff = top[0]->gpu_diff(); - Dtype* bottom_diff = bottom[0]->mutable_gpu_diff(); - const int count = bottom[0]->count(); - // NOLINT_NEXT_LINE(whitespace/operators) - BNLLBackward<<>>( - count, top_diff, bottom_data, bottom_diff); - CUDA_POST_KERNEL_CHECK; - } -} - -INSTANTIATE_LAYER_GPU_FUNCS(BNLLLayer); - - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/concat_layer.cpp b/caffe-crfrnn/src/caffe/layers/concat_layer.cpp deleted file mode 100644 index 42082195..00000000 --- a/caffe-crfrnn/src/caffe/layers/concat_layer.cpp +++ /dev/null @@ -1,109 +0,0 @@ -#include - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void ConcatLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - concat_dim_ = this->layer_param_.concat_param().concat_dim(); - CHECK_GE(concat_dim_, 0) << - "concat_dim should be >= 0"; - CHECK_LE(concat_dim_, 1) << - "For now concat_dim <=1, it can only concat num and channels"; -} - -template -void ConcatLayer::Reshape(const vector*>& bottom, - const vector*>& top) { - // Initialize with the first blob. - count_ = bottom[0]->count(); - num_ = bottom[0]->num(); - channels_ = bottom[0]->channels(); - height_ = bottom[0]->height(); - width_ = bottom[0]->width(); - for (int i = 1; i < bottom.size(); ++i) { - count_ += bottom[i]->count(); - if (concat_dim_== 0) { - num_ += bottom[i]->num(); - } else if (concat_dim_ == 1) { - channels_ += bottom[i]->channels(); - } else if (concat_dim_ == 2) { - height_ += bottom[i]->height(); - } else if (concat_dim_ == 3) { - width_ += bottom[i]->width(); - } - } - top[0]->Reshape(num_, channels_, height_, width_); - CHECK_EQ(count_, top[0]->count()); -} - -template -void ConcatLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - Dtype* top_data = top[0]->mutable_cpu_data(); - if (concat_dim_== 0) { - int offset_num = 0; - for (int i = 0; i < bottom.size(); ++i) { - const Dtype* bottom_data = bottom[i]->cpu_data(); - int num_elem = bottom[i]->count(); - caffe_copy(num_elem, bottom_data, top_data+top[0]->offset(offset_num)); - offset_num += bottom[i]->num(); - } - } else if (concat_dim_ == 1) { - int offset_channel = 0; - for (int i = 0; i < bottom.size(); ++i) { - const Dtype* bottom_data = bottom[i]->cpu_data(); - int num_elem = - bottom[i]->channels()*bottom[i]->height()*bottom[i]->width(); - for (int n = 0; n < num_; ++n) { - caffe_copy(num_elem, bottom_data+bottom[i]->offset(n), - top_data+top[0]->offset(n, offset_channel)); - } - offset_channel += bottom[i]->channels(); - } // concat_dim_ is guaranteed to be 0 or 1 by LayerSetUp. - } -} - -template -void ConcatLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - const Dtype* top_diff = top[0]->cpu_diff(); - if (concat_dim_ == 0) { - int offset_num = 0; - for (int i = 0; i < bottom.size(); ++i) { - Blob* blob = bottom[i]; - if (propagate_down[i]) { - Dtype* bottom_diff = blob->mutable_cpu_diff(); - caffe_copy(blob->count(), top_diff + top[0]->offset(offset_num), - bottom_diff); - } - offset_num += blob->num(); - } - } else if (concat_dim_ == 1) { - int offset_channel = 0; - for (int i = 0; i < bottom.size(); ++i) { - Blob* blob = bottom[i]; - if (propagate_down[i]) { - Dtype* bottom_diff = blob->mutable_cpu_diff(); - int num_elem = blob->channels()*blob->height()*blob->width(); - for (int n = 0; n < num_; ++n) { - caffe_copy(num_elem, top_diff + top[0]->offset(n, offset_channel), - bottom_diff + blob->offset(n)); - } - } - offset_channel += blob->channels(); - } - } // concat_dim_ is guaranteed to be 0 or 1 by LayerSetUp. -} - -#ifdef CPU_ONLY -STUB_GPU(ConcatLayer); -#endif - -INSTANTIATE_CLASS(ConcatLayer); -REGISTER_LAYER_CLASS(CONCAT, ConcatLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/concat_layer.cu b/caffe-crfrnn/src/caffe/layers/concat_layer.cu deleted file mode 100644 index 88fc0900..00000000 --- a/caffe-crfrnn/src/caffe/layers/concat_layer.cu +++ /dev/null @@ -1,76 +0,0 @@ -#include - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void ConcatLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - Dtype* top_data = top[0]->mutable_gpu_data(); - if (concat_dim_ == 0) { - int offset_num = 0; - for (int i = 0; i < bottom.size(); ++i) { - const Dtype* bottom_data = bottom[i]->gpu_data(); - caffe_copy(bottom[i]->count(), bottom_data, - top_data + top[0]->offset(offset_num)); - offset_num += bottom[i]->num(); - } - } else if (concat_dim_ == 1) { - int offset_channel = 0; - for (int i = 0; i < bottom.size(); ++i) { - const Dtype* bottom_data = bottom[i]->gpu_data(); - int num_elem = - bottom[i]->channels() * bottom[i]->height() * bottom[i]->width(); - for (int n = 0; n < num_; ++n) { - caffe_copy(num_elem, bottom_data+bottom[i]->offset(n), - top_data + top[0]->offset(n, offset_channel)); - } - offset_channel += bottom[i]->channels(); - } - } else { - LOG(FATAL) << "concat_dim along dim" << concat_dim_ << - " not implemented yet"; - } -} - -template -void ConcatLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - const Dtype* top_diff = top[0]->gpu_diff(); - if (concat_dim_ == 0) { - int offset_num = 0; - for (int i = 0; i < bottom.size(); ++i) { - Blob* blob = bottom[i]; - if (propagate_down[i]) { - Dtype* bottom_diff = blob->mutable_gpu_diff(); - caffe_copy(blob->count(), top_diff + top[0]->offset(offset_num), - bottom_diff); - } - offset_num += blob->num(); - } - } else if (concat_dim_ == 1) { - int offset_channel = 0; - for (int i = 0; i < bottom.size(); ++i) { - Blob* blob = bottom[i]; - if (propagate_down[i]) { - Dtype* bottom_diff = blob->mutable_gpu_diff(); - int num_elem = blob->channels()*blob->height()*blob->width(); - for (int n = 0; n < num_; ++n) { - caffe_copy(num_elem, top_diff + top[0]->offset(n, offset_channel), - bottom_diff + blob->offset(n)); - } - } - offset_channel += blob->channels(); - } - } else { - LOG(FATAL) << "concat_dim along dim" << concat_dim_ << - " not implemented yet"; - } -} - -INSTANTIATE_LAYER_GPU_FUNCS(ConcatLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/contrastive_loss_layer.cpp b/caffe-crfrnn/src/caffe/layers/contrastive_loss_layer.cpp deleted file mode 100644 index 0d0b443b..00000000 --- a/caffe-crfrnn/src/caffe/layers/contrastive_loss_layer.cpp +++ /dev/null @@ -1,101 +0,0 @@ -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/loss_layers.hpp" -#include "caffe/util/io.hpp" -#include "caffe/util/math_functions.hpp" - -namespace caffe { - -template -void ContrastiveLossLayer::LayerSetUp( - const vector*>& bottom, const vector*>& top) { - LossLayer::LayerSetUp(bottom, top); - CHECK_EQ(bottom[0]->channels(), bottom[1]->channels()); - CHECK_EQ(bottom[0]->height(), 1); - CHECK_EQ(bottom[0]->width(), 1); - CHECK_EQ(bottom[1]->height(), 1); - CHECK_EQ(bottom[1]->width(), 1); - CHECK_EQ(bottom[2]->channels(), 1); - CHECK_EQ(bottom[2]->height(), 1); - CHECK_EQ(bottom[2]->width(), 1); - diff_.Reshape(bottom[0]->num(), bottom[0]->channels(), 1, 1); - diff_sq_.Reshape(bottom[0]->num(), bottom[0]->channels(), 1, 1); - dist_sq_.Reshape(bottom[0]->num(), 1, 1, 1); - // vector of ones used to sum along channels - summer_vec_.Reshape(bottom[0]->channels(), 1, 1, 1); - for (int i = 0; i < bottom[0]->channels(); ++i) - summer_vec_.mutable_cpu_data()[i] = Dtype(1); -} - -template -void ContrastiveLossLayer::Forward_cpu( - const vector*>& bottom, - const vector*>& top) { - int count = bottom[0]->count(); - caffe_sub( - count, - bottom[0]->cpu_data(), // a - bottom[1]->cpu_data(), // b - diff_.mutable_cpu_data()); // a_i-b_i - const int channels = bottom[0]->channels(); - Dtype margin = this->layer_param_.contrastive_loss_param().margin(); - Dtype loss(0.0); - for (int i = 0; i < bottom[0]->num(); ++i) { - dist_sq_.mutable_cpu_data()[i] = caffe_cpu_dot(channels, - diff_.cpu_data() + (i*channels), diff_.cpu_data() + (i*channels)); - if (static_cast(bottom[2]->cpu_data()[i])) { // similar pairs - loss += dist_sq_.cpu_data()[i]; - } else { // dissimilar pairs - loss += std::max(margin-dist_sq_.cpu_data()[i], Dtype(0.0)); - } - } - loss = loss / static_cast(bottom[0]->num()) / Dtype(2); - top[0]->mutable_cpu_data()[0] = loss; -} - -template -void ContrastiveLossLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - Dtype margin = this->layer_param_.contrastive_loss_param().margin(); - for (int i = 0; i < 2; ++i) { - if (propagate_down[i]) { - const Dtype sign = (i == 0) ? 1 : -1; - const Dtype alpha = sign * top[0]->cpu_diff()[0] / - static_cast(bottom[i]->num()); - int num = bottom[i]->num(); - int channels = bottom[i]->channels(); - for (int j = 0; j < num; ++j) { - Dtype* bout = bottom[i]->mutable_cpu_diff(); - if (static_cast(bottom[2]->cpu_data()[j])) { // similar pairs - caffe_cpu_axpby( - channels, - alpha, - diff_.cpu_data() + (j*channels), - Dtype(0.0), - bout + (j*channels)); - } else { // dissimilar pairs - if ((margin-dist_sq_.cpu_data()[j]) > Dtype(0.0)) { - caffe_cpu_axpby( - channels, - -alpha, - diff_.cpu_data() + (j*channels), - Dtype(0.0), - bout + (j*channels)); - } else { - caffe_set(channels, Dtype(0), bout + (j*channels)); - } - } - } - } - } -} - -#ifdef CPU_ONLY -STUB_GPU(ContrastiveLossLayer); -#endif - -INSTANTIATE_CLASS(ContrastiveLossLayer); -REGISTER_LAYER_CLASS(CONTRASTIVE_LOSS, ContrastiveLossLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/contrastive_loss_layer.cu b/caffe-crfrnn/src/caffe/layers/contrastive_loss_layer.cu deleted file mode 100644 index 78a55995..00000000 --- a/caffe-crfrnn/src/caffe/layers/contrastive_loss_layer.cu +++ /dev/null @@ -1,91 +0,0 @@ -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/util/io.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void ContrastiveLossLayer::Forward_gpu( - const vector*>& bottom, const vector*>& top) { - const int count = bottom[0]->count(); - caffe_gpu_sub( - count, - bottom[0]->gpu_data(), // a - bottom[1]->gpu_data(), // b - diff_.mutable_gpu_data()); // a_i-b_i - caffe_gpu_powx( - count, - diff_.mutable_gpu_data(), // a_i-b_i - Dtype(2), - diff_sq_.mutable_gpu_data()); // (a_i-b_i)^2 - caffe_gpu_gemv( - CblasNoTrans, - bottom[0]->num(), - bottom[0]->channels(), - Dtype(1.0), - diff_sq_.gpu_data(), // (a_i-b_i)^2 - summer_vec_.gpu_data(), - Dtype(0.0), - dist_sq_.mutable_gpu_data()); // \Sum (a_i-b_i)^2 - Dtype margin = this->layer_param_.contrastive_loss_param().margin(); - Dtype loss(0.0); - for (int i = 0; i < bottom[0]->num(); ++i) { - if (static_cast(bottom[2]->cpu_data()[i])) { // similar pairs - loss += dist_sq_.cpu_data()[i]; - } else { // dissimilar pairs - loss += std::max(margin-dist_sq_.cpu_data()[i], Dtype(0.0)); - } - } - loss = loss / static_cast(bottom[0]->num()) / Dtype(2); - top[0]->mutable_cpu_data()[0] = loss; -} - -template -__global__ void CLLForward(const int count, const int channels, - const Dtype margin, const Dtype alpha, - const Dtype* y, const Dtype* diff, const Dtype* dist_sq, - Dtype *bottom_diff) { - CUDA_KERNEL_LOOP(i, count) { - int n = i / channels; // the num index, to access y and dist_sq - if (static_cast(y[n])) { // similar pairs - bottom_diff[i] = alpha * diff[i]; - } else { // dissimilar pairs - if ((margin-dist_sq[n]) > 0.0) { - bottom_diff[i] = -alpha * diff[i]; - } else { - bottom_diff[i] = 0; - } - } - } -} - -template -void ContrastiveLossLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - for (int i = 0; i < 2; ++i) { - if (propagate_down[i]) { - const int count = bottom[0]->count(); - const int channels = bottom[0]->channels(); - Dtype margin = this->layer_param_.contrastive_loss_param().margin(); - const Dtype sign = (i == 0) ? 1 : -1; - const Dtype alpha = sign * top[0]->cpu_diff()[0] / - static_cast(bottom[0]->num()); - // NOLINT_NEXT_LINE(whitespace/operators) - CLLForward<<>>( - count, channels, margin, alpha, - bottom[2]->gpu_data(), // pair similarity 0 or 1 - diff_.gpu_data(), // the cached eltwise difference between a and b - dist_sq_.gpu_data(), // the cached square distance between a and b - bottom[i]->mutable_gpu_diff()); - CUDA_POST_KERNEL_CHECK; - } - } -} - -INSTANTIATE_LAYER_GPU_FUNCS(ContrastiveLossLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/conv_layer.cpp b/caffe-crfrnn/src/caffe/layers/conv_layer.cpp deleted file mode 100644 index d965ef75..00000000 --- a/caffe-crfrnn/src/caffe/layers/conv_layer.cpp +++ /dev/null @@ -1,75 +0,0 @@ -#include - -#include "caffe/filler.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/im2col.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void ConvolutionLayer::compute_output_shape() { - this->height_out_ = (this->height_ + 2 * this->pad_h_ - this->kernel_h_) - / this->stride_h_ + 1; - this->width_out_ = (this->width_ + 2 * this->pad_w_ - this->kernel_w_) - / this->stride_w_ + 1; -} - -template -void ConvolutionLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* weight = this->blobs_[0]->cpu_data(); - for (int i = 0; i < bottom.size(); ++i) { - const Dtype* bottom_data = bottom[i]->cpu_data(); - Dtype* top_data = top[i]->mutable_cpu_data(); - for (int n = 0; n < this->num_; ++n) { - this->forward_cpu_gemm(bottom_data + bottom[i]->offset(n), weight, - top_data + top[i]->offset(n)); - if (this->bias_term_) { - const Dtype* bias = this->blobs_[1]->cpu_data(); - this->forward_cpu_bias(top_data + top[i]->offset(n), bias); - } - } - } -} - -template -void ConvolutionLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - const Dtype* weight = this->blobs_[0]->cpu_data(); - Dtype* weight_diff = this->blobs_[0]->mutable_cpu_diff(); - for (int i = 0; i < top.size(); ++i) { - const Dtype* top_diff = top[i]->cpu_diff(); - const Dtype* bottom_data = bottom[i]->cpu_data(); - Dtype* bottom_diff = bottom[i]->mutable_cpu_diff(); - // Bias gradient, if necessary. - if (this->bias_term_ && this->param_propagate_down_[1]) { - Dtype* bias_diff = this->blobs_[1]->mutable_cpu_diff(); - for (int n = 0; n < this->num_; ++n) { - this->backward_cpu_bias(bias_diff, top_diff + top[i]->offset(n)); - } - } - if (this->param_propagate_down_[0] || propagate_down[i]) { - for (int n = 0; n < this->num_; ++n) { - // gradient w.r.t. weight. Note that we will accumulate diffs. - if (this->param_propagate_down_[0]) { - this->weight_cpu_gemm(bottom_data + bottom[i]->offset(n), - top_diff + top[i]->offset(n), weight_diff); - } - // gradient w.r.t. bottom data, if necessary. - if (propagate_down[i]) { - this->backward_cpu_gemm(top_diff + top[i]->offset(n), weight, - bottom_diff + bottom[i]->offset(n)); - } - } - } - } -} - -#ifdef CPU_ONLY -STUB_GPU(ConvolutionLayer); -#endif - -INSTANTIATE_CLASS(ConvolutionLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/conv_layer.cu b/caffe-crfrnn/src/caffe/layers/conv_layer.cu deleted file mode 100644 index b8a98ff7..00000000 --- a/caffe-crfrnn/src/caffe/layers/conv_layer.cu +++ /dev/null @@ -1,64 +0,0 @@ -#include - -#include "caffe/filler.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/im2col.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void ConvolutionLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* weight = this->blobs_[0]->gpu_data(); - for (int i = 0; i < bottom.size(); ++i) { - const Dtype* bottom_data = bottom[i]->gpu_data(); - Dtype* top_data = top[i]->mutable_gpu_data(); - for (int n = 0; n < this->num_; ++n) { - this->forward_gpu_gemm(bottom_data + bottom[i]->offset(n), weight, - top_data + top[i]->offset(n)); - if (this->bias_term_) { - const Dtype* bias = this->blobs_[1]->gpu_data(); - this->forward_gpu_bias(top_data + top[i]->offset(n), bias); - } - } - } -} - -template -void ConvolutionLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - const Dtype* weight = this->blobs_[0]->gpu_data(); - Dtype* weight_diff = this->blobs_[0]->mutable_gpu_diff(); - for (int i = 0; i < top.size(); ++i) { - const Dtype* top_diff = top[i]->gpu_diff(); - // Bias gradient, if necessary. - if (this->bias_term_ && this->param_propagate_down_[1]) { - Dtype* bias_diff = this->blobs_[1]->mutable_gpu_diff(); - for (int n = 0; n < this->num_; ++n) { - this->backward_gpu_bias(bias_diff, top_diff + top[i]->offset(n)); - } - } - if (this->param_propagate_down_[0] || propagate_down[i]) { - const Dtype* bottom_data = bottom[i]->gpu_data(); - Dtype* bottom_diff = bottom[i]->mutable_gpu_diff(); - for (int n = 0; n < this->num_; ++n) { - // gradient w.r.t. weight. Note that we will accumulate diffs. - if (this->param_propagate_down_[0]) { - this->weight_gpu_gemm(bottom_data + bottom[i]->offset(n), - top_diff + top[i]->offset(n), weight_diff); - } - // gradient w.r.t. bottom data, if necessary. - if (propagate_down[i]) { - this->backward_gpu_gemm(top_diff + top[i]->offset(n), weight, - bottom_diff + bottom[i]->offset(n)); - } - } - } - } -} - -INSTANTIATE_LAYER_GPU_FUNCS(ConvolutionLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/crop_layer.cpp b/caffe-crfrnn/src/caffe/layers/crop_layer.cpp deleted file mode 100644 index f07012f2..00000000 --- a/caffe-crfrnn/src/caffe/layers/crop_layer.cpp +++ /dev/null @@ -1,126 +0,0 @@ -#include -#include -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/net.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void CropLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - // Construct a map from top blobs to layer inds, skipping over in-place - // connections. - map*, int> down_map; - for (int layer_ind = 0; layer_ind < this->net_->top_vecs().size(); - ++layer_ind) { - vector*> tops = this->net_->top_vecs()[layer_ind]; - for (int top_ind = 0; top_ind < tops.size(); ++top_ind) { - if (down_map.find(tops[top_ind]) == down_map.end()) { - down_map[tops[top_ind]] = layer_ind; - } - } - } - // Walk back from the first bottom, keeping track of all the blobs we pass. - set*> path_blobs; - Blob* blob = bottom[0]; - int layer_ind; - // TODO this logic can be simplified if all blobs are tops - path_blobs.insert(blob); - while (down_map.find(blob) != down_map.end()) { - layer_ind = down_map[blob]; - if (this->net_->bottom_vecs()[layer_ind].size() == 0) { - break; - } - blob = this->net_->bottom_vecs()[layer_ind][0]; - path_blobs.insert(blob); - } - // Now walk back from the second bottom, until we find a blob of intersection. - Blob* inter_blob = bottom[1]; - while (path_blobs.find(inter_blob) == path_blobs.end()) { - CHECK(down_map.find(inter_blob) != down_map.end()) - << "Cannot align apparently disconnected blobs."; - layer_ind = down_map[inter_blob]; - CHECK_GT(this->net_->bottom_vecs()[layer_ind].size(), 0) - << "Cannot align apparently disconnected blobs."; - inter_blob = this->net_->bottom_vecs()[layer_ind][0]; - } - // Compute the coord map from the blob of intersection to each bottom. - vector > coord_maps(2, - DiagonalAffineMap::identity(2)); - for (int i = 0; i < 2; ++i) { - for (Blob* blob = bottom[i]; blob != inter_blob; - blob = this->net_->bottom_vecs()[down_map[blob]][0]) { - shared_ptr > layer = this->net_->layers()[down_map[blob]]; - coord_maps[i] = coord_maps[i].compose(layer->coord_map()); - } - } - // Compute the mapping from first bottom coordinates to second. - DiagonalAffineMap crop_map = - coord_maps[1].compose(coord_maps[0].inv()); - for (int i = 0; i < 2; ++i) { - // Check for scale mismatch (unfortunately, CHECK_DOUBLE_EQ does not - // support a message like the other CHECKs). - CHECK_DOUBLE_EQ(crop_map.coefs()[i].first, 1); - CHECK_LE(crop_map.coefs()[i].second, 0) << "Negative crop width."; - // Check that the crop width is an integer. - CHECK_DOUBLE_EQ(crop_map.coefs()[i].second, - round(crop_map.coefs()[i].second)); - } - crop_h_ = - round(crop_map.coefs()[0].second); - crop_w_ = - round(crop_map.coefs()[1].second); -} - -template -void CropLayer::Reshape(const vector*>& bottom, - const vector*>& top) { - top[0]->Reshape(bottom[0]->num(), bottom[0]->channels(), bottom[1]->height(), - bottom[1]->width()); -} - -template -void CropLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->cpu_data(); - Dtype* top_data = top[0]->mutable_cpu_data(); - for (int n = 0; n < top[0]->num(); ++n) { - for (int c = 0; c < top[0]->channels(); ++c) { - for (int h = 0; h < top[0]->height(); ++h) { - caffe_copy(top[0]->width(), - bottom_data + bottom[0]->offset(n, c, crop_h_ + h, crop_w_), - top_data + top[0]->offset(n, c, h)); - } - } - } -} - -template -void CropLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - const Dtype* top_diff = top[0]->cpu_diff(); - Dtype* bottom_diff = bottom[0]->mutable_cpu_diff(); - if (propagate_down[0]) { - caffe_set(bottom[0]->count(), static_cast(0), bottom_diff); - for (int n = 0; n < top[0]->num(); ++n) { - for (int c = 0; c < top[0]->channels(); ++c) { - for (int h = 0; h < top[0]->height(); ++h) { - caffe_copy(top[0]->width(), - top_diff + top[0]->offset(n, c, h), - bottom_diff + bottom[0]->offset(n, c, crop_h_ + h, crop_w_)); - } - } - } - } -} - -#ifdef CPU_ONLY -STUB_GPU(CropLayer); -#endif - -INSTANTIATE_CLASS(CropLayer); -REGISTER_LAYER_CLASS(CROP, CropLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/crop_layer.cu b/caffe-crfrnn/src/caffe/layers/crop_layer.cu deleted file mode 100644 index 2dd3ff95..00000000 --- a/caffe-crfrnn/src/caffe/layers/crop_layer.cu +++ /dev/null @@ -1,60 +0,0 @@ -#include - -#include "caffe/vision_layers.hpp" - -namespace caffe { - -// Copy (one line per thread) from one array to another, with arbitrary -// strides in the last two dimensions. -template -__global__ void copy_kernel(const int n, const int height, const int width, - const int src_outer_stride, const int src_inner_stride, - const int dest_outer_stride, const int dest_inner_stride, - const Dtype* src, Dtype* dest) { - CUDA_KERNEL_LOOP(index, n) { - int src_start = index / height * src_outer_stride - + index % height * src_inner_stride; - int dest_start = index / height * dest_outer_stride - + index % height * dest_inner_stride; - for (int i = 0; i < width; ++i) { - dest[dest_start + i] = src[src_start + i]; - } - } -} - -template -void CropLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* top_data = top[0]->mutable_gpu_data(); - const int lines = top[0]->count() / top[0]->width(); - - // NOLINT_NEXT_LINE(whitespace/operators) - copy_kernel<<>>( - lines, top[0]->height(), top[0]->width(), - bottom[0]->height() * bottom[0]->width(), bottom[0]->width(), - top[0]->height() * top[0]->width(), top[0]->width(), - bottom_data + bottom[0]->offset(0, 0, crop_h_, crop_w_), top_data); -} - -template -void CropLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - const Dtype* top_diff = top[0]->gpu_diff(); - Dtype* bottom_diff = bottom[0]->mutable_gpu_diff(); - const int lines = top[0]->count() / top[0]->width(); - - if (propagate_down[0]) { - caffe_gpu_set(bottom[0]->count(), static_cast(0), bottom_diff); - // NOLINT_NEXT_LINE(whitespace/operators) - copy_kernel<<>>( - lines, top[0]->height(), top[0]->width(), - top[0]->height() * top[0]->width(), top[0]->width(), - bottom[0]->height() * bottom[0]->width(), bottom[0]->width(), - top_diff, bottom_diff + bottom[0]->offset(0, 0, crop_h_, crop_w_)); - } -} - -INSTANTIATE_LAYER_GPU_FUNCS(CropLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/cudnn_conv_layer.cpp b/caffe-crfrnn/src/caffe/layers/cudnn_conv_layer.cpp deleted file mode 100644 index 5f3a7773..00000000 --- a/caffe-crfrnn/src/caffe/layers/cudnn_conv_layer.cpp +++ /dev/null @@ -1,123 +0,0 @@ -#ifdef USE_CUDNN -#include - -#include "caffe/filler.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/im2col.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -// Set to three for the benefit of the backward pass, which -// can use separate streams for calculating the gradient w.r.t. -// bias, filter weights, and bottom data for each group independently -#define CUDNN_STREAMS_PER_GROUP 3 - -/** - * TODO(dox) explain cuDNN interface - */ -template -void CuDNNConvolutionLayer::LayerSetUp( - const vector*>& bottom, const vector*>& top) { - ConvolutionLayer::LayerSetUp(bottom, top); - // Initialize CUDA streams and cuDNN. - stream_ = new cudaStream_t[this->group_ * CUDNN_STREAMS_PER_GROUP]; - handle_ = new cudnnHandle_t[this->group_ * CUDNN_STREAMS_PER_GROUP]; - - for (int g = 0; g < this->group_ * CUDNN_STREAMS_PER_GROUP; g++) { - CUDA_CHECK(cudaStreamCreate(&stream_[g])); - CUDNN_CHECK(cudnnCreate(&handle_[g])); - CUDNN_CHECK(cudnnSetStream(handle_[g], stream_[g])); - } - - // Set the indexing parameters. - weight_offset_ = (this->num_output_ / this->group_) - * (this->channels_ / this->group_) * this->kernel_h_ * this->kernel_w_; - bias_offset_ = (this->num_output_ / this->group_); - - // Create filter descriptor. - cudnn::createFilterDesc(&filter_desc_, - this->num_output_ / this->group_, this->channels_ / this->group_, - this->kernel_h_, this->kernel_w_); - - // Create tensor descriptor(s) for data and corresponding convolution(s). - for (int i = 0; i < bottom.size(); i++) { - cudnnTensorDescriptor_t bottom_desc; - cudnn::createTensor4dDesc(&bottom_desc); - bottom_descs_.push_back(bottom_desc); - cudnnTensorDescriptor_t top_desc; - cudnn::createTensor4dDesc(&top_desc); - top_descs_.push_back(top_desc); - cudnnConvolutionDescriptor_t conv_desc; - cudnn::createConvolutionDesc(&conv_desc); - conv_descs_.push_back(conv_desc); - } - - // Tensor descriptor for bias. - if (this->bias_term_) { - cudnn::createTensor4dDesc(&bias_desc_); - } -} - -template -void CuDNNConvolutionLayer::Reshape( - const vector*>& bottom, const vector*>& top) { - ConvolutionLayer::Reshape(bottom, top); - bottom_offset_ = (this->channels_ / this->group_) - * this->height_ * this->width_; - top_offset_ = (this->num_output_ / this->group_) - * this->height_out_ * this->width_out_; - - for (int i = 0; i < bottom.size(); i++) { - cudnn::setTensor4dDesc(&bottom_descs_[i], - this->num_, - this->channels_ / this->group_, - this->height_, this->width_, - this->channels_ * this->height_ * this->width_, - this->height_ * this->width_, - this->width_, 1); - cudnn::setTensor4dDesc(&top_descs_[i], - this->num_, - this->num_output_ / this->group_, - this->height_out_, this->width_out_, - this->num_output_ * this->height_out_ * this->width_out_, - this->height_out_ * this->width_out_, - this->width_out_, 1); - cudnn::setConvolutionDesc(&conv_descs_[i], bottom_descs_[i], - filter_desc_, this->pad_h_, this->pad_w_, - this->stride_h_, this->stride_w_); - } - - // Tensor descriptor for bias. - if (this->bias_term_) { - cudnn::setTensor4dDesc(&bias_desc_, - 1, this->num_output_ / this->group_, 1, 1); - } -} - -template -CuDNNConvolutionLayer::~CuDNNConvolutionLayer() { - for (int i = 0; i < bottom_descs_.size(); i++) { - cudnnDestroyTensorDescriptor(bottom_descs_[i]); - cudnnDestroyTensorDescriptor(top_descs_[i]); - cudnnDestroyConvolutionDescriptor(conv_descs_[i]); - } - if (this->bias_term_) { - cudnnDestroyTensorDescriptor(bias_desc_); - } - cudnnDestroyFilterDescriptor(filter_desc_); - - for (int g = 0; g < this->group_ * CUDNN_STREAMS_PER_GROUP; g++) { - cudaStreamDestroy(stream_[g]); - cudnnDestroy(handle_[g]); - } - - delete [] stream_; - delete [] handle_; -} - -INSTANTIATE_CLASS(CuDNNConvolutionLayer); - -} // namespace caffe -#endif diff --git a/caffe-crfrnn/src/caffe/layers/cudnn_conv_layer.cu b/caffe-crfrnn/src/caffe/layers/cudnn_conv_layer.cu deleted file mode 100644 index 5ac30019..00000000 --- a/caffe-crfrnn/src/caffe/layers/cudnn_conv_layer.cu +++ /dev/null @@ -1,149 +0,0 @@ -#ifdef USE_CUDNN -#include - -#include "caffe/filler.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/im2col.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -__global__ void sync_conv_groups() { } - -template -void CuDNNConvolutionLayer::Forward_gpu( - const vector*>& bottom, const vector*>& top) { - for (int i = 0; i < bottom.size(); ++i) { - const Dtype* bottom_data = bottom[i]->gpu_data(); - Dtype* top_data = top[i]->mutable_gpu_data(); - const Dtype* weight = this->blobs_[0]->gpu_data(); - - // Forward through cuDNN in parallel over groups. - for (int g = 0; g < this->group_; g++) { - cudnnConvolutionFwdAlgo_t algo; - - // get the desired convolution algorithm - CUDNN_CHECK(cudnnGetConvolutionForwardAlgorithm(handle_[g], - bottom_descs_[i], - filter_desc_, - conv_descs_[i], - top_descs_[i], - CUDNN_CONVOLUTION_FWD_PREFER_FASTEST, - 0, // memoryLimitInBytes, - &algo)); - - // get minimum size of the workspace needed for the desired algorithm - size_t workspaceSizeInBytes_temp = 0; - - CUDNN_CHECK(cudnnGetConvolutionForwardWorkspaceSize(handle_[g], - bottom_descs_[i], - filter_desc_, - conv_descs_[i], - top_descs_[i], - algo, - &workspaceSizeInBytes)); - - if (workspaceSizeInBytes_temp > workspaceSizeInBytes) { - workspaceSizeInBytes = workspaceSizeInBytes_temp; - // free the existing workspace and allocate a new (larger) one - cudaFree(this->workspace); - cudaMalloc(&(this->workspace), workspaceSizeInBytes); - } - - // Filters. - CUDNN_CHECK(cudnnConvolutionForward(handle_[g], - cudnn::dataType::one, - bottom_descs_[i], bottom_data + bottom_offset_ * g, - filter_desc_, weight + weight_offset_ * g, - conv_descs_[i], - algo, workspace, workspaceSizeInBytes, - cudnn::dataType::zero, - top_descs_[i], top_data + top_offset_ * g)); - - // Bias. - if (this->bias_term_) { - const Dtype* bias_data = this->blobs_[1]->gpu_data(); - CUDNN_CHECK(cudnnAddTensor(handle_[g], CUDNN_ADD_SAME_C, - cudnn::dataType::one, - bias_desc_, bias_data + bias_offset_ * g, - cudnn::dataType::one, - top_descs_[i], top_data + top_offset_ * g)); - } - } - - // Synchronize the work across groups, each of which went into its own - // stream, by launching an empty kernel into the default (null) stream. - // NOLINT_NEXT_LINE(whitespace/operators) - sync_conv_groups<<<1, 1>>>(); - } -} - -template -void CuDNNConvolutionLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - const Dtype* weight = NULL; - Dtype* weight_diff = NULL; - if (this->param_propagate_down_[0]) { - weight = this->blobs_[0]->gpu_data(); - weight_diff = this->blobs_[0]->mutable_gpu_diff(); - caffe_gpu_set(this->blobs_[0]->count(), Dtype(0), weight_diff); - } - Dtype* bias_diff = NULL; - if (this->bias_term_ && this->param_propagate_down_[1]) { - bias_diff = this->blobs_[1]->mutable_gpu_diff(); - caffe_gpu_set(this->blobs_[1]->count(), Dtype(0), bias_diff); - } - for (int i = 0; i < top.size(); ++i) { - const Dtype* top_diff = top[i]->gpu_diff(); - // Backward through cuDNN in parallel over groups and gradients. - for (int g = 0; g < this->group_; g++) { - // Gradient w.r.t. bias. - if (this->bias_term_ && this->param_propagate_down_[1]) { - CUDNN_CHECK(cudnnConvolutionBackwardBias(handle_[0*this->group_ + g], - cudnn::dataType::one, - top_descs_[i], top_diff + top_offset_ * g, - cudnn::dataType::one, - bias_desc_, bias_diff + bias_offset_ * g)); - } - - // Gradient w.r.t. weights. - if (this->param_propagate_down_[0]) { - const Dtype* bottom_data = bottom[i]->gpu_data(); - CUDNN_CHECK(cudnnConvolutionBackwardFilter(handle_[1*this->group_ + g], - cudnn::dataType::one, - bottom_descs_[i], bottom_data + bottom_offset_ * g, - top_descs_[i], top_diff + top_offset_ * g, - conv_descs_[i], - cudnn::dataType::one, - filter_desc_, weight_diff + weight_offset_ * g)); - } - - // Gradient w.r.t. bottom data. - if (propagate_down[i]) { - if (weight == NULL) { - weight = this->blobs_[0]->gpu_data(); - } - Dtype* bottom_diff = bottom[i]->mutable_gpu_diff(); - CUDNN_CHECK(cudnnConvolutionBackwardData(handle_[2*this->group_ + g], - cudnn::dataType::one, - filter_desc_, weight + weight_offset_ * g, - top_descs_[i], top_diff + top_offset_ * g, - conv_descs_[i], - cudnn::dataType::zero, - bottom_descs_[i], bottom_diff + bottom_offset_ * g)); - } - } - - // Synchronize the work across groups, each of which went into its own - // stream, by launching an empty kernel into the default (null) stream. - // NOLINT_NEXT_LINE(whitespace/operators) - sync_conv_groups<<<1, 1>>>(); - } -} - -INSTANTIATE_LAYER_GPU_FUNCS(CuDNNConvolutionLayer); - -} // namespace caffe -#endif - diff --git a/caffe-crfrnn/src/caffe/layers/cudnn_pooling_layer.cpp b/caffe-crfrnn/src/caffe/layers/cudnn_pooling_layer.cpp deleted file mode 100644 index 3e63ab3b..00000000 --- a/caffe-crfrnn/src/caffe/layers/cudnn_pooling_layer.cpp +++ /dev/null @@ -1,46 +0,0 @@ -#ifdef USE_CUDNN -#include - -#include "caffe/filler.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/im2col.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void CuDNNPoolingLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - PoolingLayer::LayerSetUp(bottom, top); - CUDNN_CHECK(cudnnCreate(&handle_)); - cudnn::createTensor4dDesc(&bottom_desc_); - cudnn::createTensor4dDesc(&top_desc_); - cudnn::createPoolingDesc(&pooling_desc_, - this->layer_param_.pooling_param().pool(), &mode_, - this->kernel_h_, this->kernel_w_, this->pad_h_, this->pad_w_, - this->stride_h_, this->stride_w_); -} - -template -void CuDNNPoolingLayer::Reshape(const vector*>& bottom, - const vector*>& top) { - PoolingLayer::Reshape(bottom, top); - cudnn::setTensor4dDesc(&bottom_desc_, bottom[0]->num(), - this->channels_, this->height_, this->width_); - cudnn::setTensor4dDesc(&top_desc_, bottom[0]->num(), - this->channels_, this->pooled_height_, this->pooled_width_); -} - -template -CuDNNPoolingLayer::~CuDNNPoolingLayer() { - cudnnDestroyTensorDescriptor(bottom_desc_); - cudnnDestroyTensorDescriptor(top_desc_); - cudnnDestroyPoolingDescriptor(pooling_desc_); - cudnnDestroy(handle_); -} - -INSTANTIATE_CLASS(CuDNNPoolingLayer); - -} // namespace caffe -#endif diff --git a/caffe-crfrnn/src/caffe/layers/cudnn_pooling_layer.cu b/caffe-crfrnn/src/caffe/layers/cudnn_pooling_layer.cu deleted file mode 100644 index 54eb9461..00000000 --- a/caffe-crfrnn/src/caffe/layers/cudnn_pooling_layer.cu +++ /dev/null @@ -1,46 +0,0 @@ -#ifdef USE_CUDNN -#include - -#include "caffe/filler.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/im2col.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void CuDNNPoolingLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* top_data = top[0]->mutable_gpu_data(); - CUDNN_CHECK(cudnnPoolingForward(handle_, pooling_desc_, - cudnn::dataType::one, - bottom_desc_, bottom_data, - cudnn::dataType::zero, - top_desc_, top_data)); -} - -template -void CuDNNPoolingLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - if (!propagate_down[0]) { - return; - } - const Dtype* top_diff = top[0]->gpu_diff(); - const Dtype* top_data = top[0]->gpu_data(); - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* bottom_diff = bottom[0]->mutable_gpu_diff(); - CUDNN_CHECK(cudnnPoolingBackward(handle_, pooling_desc_, - cudnn::dataType::one, - top_desc_, top_data, top_desc_, top_diff, - bottom_desc_, bottom_data, - cudnn::dataType::zero, - bottom_desc_, bottom_diff)); -} - -INSTANTIATE_LAYER_GPU_FUNCS(CuDNNPoolingLayer); - -} // namespace caffe -#endif - diff --git a/caffe-crfrnn/src/caffe/layers/cudnn_relu_layer.cpp b/caffe-crfrnn/src/caffe/layers/cudnn_relu_layer.cpp deleted file mode 100644 index 783e71be..00000000 --- a/caffe-crfrnn/src/caffe/layers/cudnn_relu_layer.cpp +++ /dev/null @@ -1,42 +0,0 @@ -#ifdef USE_CUDNN -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void CuDNNReLULayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - ReLULayer::LayerSetUp(bottom, top); - // initialize cuDNN - CUDNN_CHECK(cudnnCreate(&handle_)); - cudnn::createTensor4dDesc(&bottom_desc_); - cudnn::createTensor4dDesc(&top_desc_); -} - -template -void CuDNNReLULayer::Reshape(const vector*>& bottom, - const vector*>& top) { - ReLULayer::Reshape(bottom, top); - const int N = bottom[0]->num(); - const int K = bottom[0]->channels(); - const int H = bottom[0]->height(); - const int W = bottom[0]->width(); - cudnn::setTensor4dDesc(&bottom_desc_, N, K, H, W); - cudnn::setTensor4dDesc(&top_desc_, N, K, H, W); -} - -template -CuDNNReLULayer::~CuDNNReLULayer() { - cudnnDestroyTensorDescriptor(this->bottom_desc_); - cudnnDestroyTensorDescriptor(this->top_desc_); - cudnnDestroy(this->handle_); -} - -INSTANTIATE_CLASS(CuDNNReLULayer); - -} // namespace caffe -#endif diff --git a/caffe-crfrnn/src/caffe/layers/cudnn_relu_layer.cu b/caffe-crfrnn/src/caffe/layers/cudnn_relu_layer.cu deleted file mode 100644 index b9d1067a..00000000 --- a/caffe-crfrnn/src/caffe/layers/cudnn_relu_layer.cu +++ /dev/null @@ -1,66 +0,0 @@ -#ifdef USE_CUDNN -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void CuDNNReLULayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - // Fallback to standard Caffe for leaky ReLU. - if (ReLULayer::layer_param_.relu_param().negative_slope() != 0) { - return ReLULayer::Forward_gpu(bottom, top); - } - - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* top_data = top[0]->mutable_gpu_data(); - - Dtype alpha = 1.0; - Dtype beta = 0.0; - - CUDNN_CHECK(cudnnActivationForward(this->handle_, - CUDNN_ACTIVATION_RELU, - cudnn::dataType::one, - this->bottom_desc_, bottom_data, - cudnn::dataType::zero, - this->top_desc_, top_data)); -} - -template -void CuDNNReLULayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - if (!propagate_down[0]) { - return; - } - - // Fallback to standard Caffe for leaky ReLU. - if (ReLULayer::layer_param_.relu_param().negative_slope() != 0) { - return ReLULayer::Backward_gpu(top, propagate_down, bottom); - } - - const Dtype* top_data = top[0]->gpu_data(); - const Dtype* top_diff = top[0]->gpu_diff(); - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* bottom_diff = bottom[0]->mutable_gpu_diff(); - - Dtype alpha = 1.0; - Dtype beta = 0.0; - - CUDNN_CHECK(cudnnActivationBackward(this->handle_, - CUDNN_ACTIVATION_RELU, - cudnn::dataType::one, - this->top_desc_, top_data, this->top_desc_, top_diff, - this->bottom_desc_, bottom_data, - cudnn::dataType::zero, - this->bottom_desc_, bottom_diff)); -} - -INSTANTIATE_LAYER_GPU_FUNCS(CuDNNReLULayer); - -} // namespace caffe -#endif - diff --git a/caffe-crfrnn/src/caffe/layers/cudnn_sigmoid_layer.cpp b/caffe-crfrnn/src/caffe/layers/cudnn_sigmoid_layer.cpp deleted file mode 100644 index 69d749aa..00000000 --- a/caffe-crfrnn/src/caffe/layers/cudnn_sigmoid_layer.cpp +++ /dev/null @@ -1,42 +0,0 @@ -#ifdef USE_CUDNN -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void CuDNNSigmoidLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - SigmoidLayer::LayerSetUp(bottom, top); - // initialize cuDNN - CUDNN_CHECK(cudnnCreate(&handle_)); - cudnn::createTensor4dDesc(&bottom_desc_); - cudnn::createTensor4dDesc(&top_desc_); -} - -template -void CuDNNSigmoidLayer::Reshape(const vector*>& bottom, - const vector*>& top) { - SigmoidLayer::Reshape(bottom, top); - const int N = bottom[0]->num(); - const int K = bottom[0]->channels(); - const int H = bottom[0]->height(); - const int W = bottom[0]->width(); - cudnn::setTensor4dDesc(&bottom_desc_, N, K, H, W); - cudnn::setTensor4dDesc(&top_desc_, N, K, H, W); -} - -template -CuDNNSigmoidLayer::~CuDNNSigmoidLayer() { - cudnnDestroyTensorDescriptor(this->bottom_desc_); - cudnnDestroyTensorDescriptor(this->top_desc_); - cudnnDestroy(this->handle_); -} - -INSTANTIATE_CLASS(CuDNNSigmoidLayer); - -} // namespace caffe -#endif diff --git a/caffe-crfrnn/src/caffe/layers/cudnn_sigmoid_layer.cu b/caffe-crfrnn/src/caffe/layers/cudnn_sigmoid_layer.cu deleted file mode 100644 index 010c09ce..00000000 --- a/caffe-crfrnn/src/caffe/layers/cudnn_sigmoid_layer.cu +++ /dev/null @@ -1,56 +0,0 @@ -#ifdef USE_CUDNN -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void CuDNNSigmoidLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* top_data = top[0]->mutable_gpu_data(); - - Dtype alpha = 1.0; - Dtype beta = 0.0; - - CUDNN_CHECK(cudnnActivationForward(this->handle_, - CUDNN_ACTIVATION_SIGMOID, - cudnn::dataType::one, - this->bottom_desc_, bottom_data, - cudnn::dataType::zero, - this->top_desc_, top_data)); -} - -template -void CuDNNSigmoidLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - if (!propagate_down[0]) { - return; - } - - const Dtype* top_data = top[0]->gpu_data(); - const Dtype* top_diff = top[0]->gpu_diff(); - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* bottom_diff = bottom[0]->mutable_gpu_diff(); - - Dtype alpha = 1.0; - Dtype beta = 0.0; - - CUDNN_CHECK(cudnnActivationBackward(this->handle_, - CUDNN_ACTIVATION_SIGMOID, - cudnn::dataType::one, - this->top_desc_, top_data, this->top_desc_, top_diff, - this->bottom_desc_, bottom_data, - cudnn::dataType::zero, - this->bottom_desc_, bottom_diff)); -} - -INSTANTIATE_LAYER_GPU_FUNCS(CuDNNSigmoidLayer); - -} // namespace caffe -#endif - diff --git a/caffe-crfrnn/src/caffe/layers/cudnn_softmax_layer.cpp b/caffe-crfrnn/src/caffe/layers/cudnn_softmax_layer.cpp deleted file mode 100644 index 3e80c959..00000000 --- a/caffe-crfrnn/src/caffe/layers/cudnn_softmax_layer.cpp +++ /dev/null @@ -1,46 +0,0 @@ -#ifdef USE_CUDNN -#include -#include -#include - -#include "thrust/device_vector.h" - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void CuDNNSoftmaxLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - SoftmaxLayer::LayerSetUp(bottom, top); - // Initialize CUDNN. - CUDNN_CHECK(cudnnCreate(&handle_)); - cudnn::createTensor4dDesc(&bottom_desc_); - cudnn::createTensor4dDesc(&top_desc_); -} - -template -void CuDNNSoftmaxLayer::Reshape(const vector*>& bottom, - const vector*>& top) { - SoftmaxLayer::Reshape(bottom, top); - int N = bottom[0]->num(); - int K = bottom[0]->channels(); - int H = bottom[0]->height(); - int W = bottom[0]->width(); - cudnn::setTensor4dDesc(&bottom_desc_, N, K, H, W); - cudnn::setTensor4dDesc(&top_desc_, N, K, H, W); -} - -template -CuDNNSoftmaxLayer::~CuDNNSoftmaxLayer() { - cudnnDestroyTensorDescriptor(bottom_desc_); - cudnnDestroyTensorDescriptor(top_desc_); - cudnnDestroy(handle_); -} - -INSTANTIATE_CLASS(CuDNNSoftmaxLayer); - -} // namespace caffe -#endif diff --git a/caffe-crfrnn/src/caffe/layers/cudnn_softmax_layer.cu b/caffe-crfrnn/src/caffe/layers/cudnn_softmax_layer.cu deleted file mode 100644 index b5e4a73d..00000000 --- a/caffe-crfrnn/src/caffe/layers/cudnn_softmax_layer.cu +++ /dev/null @@ -1,56 +0,0 @@ -#ifdef USE_CUDNN -#include -#include -#include - -#include "thrust/device_vector.h" - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void CuDNNSoftmaxLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* top_data = top[0]->mutable_gpu_data(); - - Dtype alpha = 1.0; - Dtype beta = 0.0; - - CUDNN_CHECK(cudnnSoftmaxForward(handle_, CUDNN_SOFTMAX_ACCURATE, - CUDNN_SOFTMAX_MODE_CHANNEL, - cudnn::dataType::one, - bottom_desc_, bottom_data, - cudnn::dataType::zero, - top_desc_, top_data)); -} - -template -void CuDNNSoftmaxLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - if (propagate_down[0]) { - const Dtype* top_data = top[0]->gpu_data(); - const Dtype* top_diff = top[0]->gpu_diff(); - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* bottom_diff = bottom[0]->mutable_gpu_diff(); - - Dtype alpha = 1.0; - Dtype beta = 0.0; - - CUDNN_CHECK(cudnnSoftmaxBackward(handle_, CUDNN_SOFTMAX_ACCURATE, - CUDNN_SOFTMAX_MODE_CHANNEL, - cudnn::dataType::one, - top_desc_, top_data, top_desc_, top_diff, - cudnn::dataType::zero, - bottom_desc_, bottom_diff)); - } -} - -INSTANTIATE_LAYER_GPU_FUNCS(CuDNNSoftmaxLayer); - -} // namespace caffe -#endif - diff --git a/caffe-crfrnn/src/caffe/layers/cudnn_tanh_layer.cpp b/caffe-crfrnn/src/caffe/layers/cudnn_tanh_layer.cpp deleted file mode 100644 index 98d3d0f5..00000000 --- a/caffe-crfrnn/src/caffe/layers/cudnn_tanh_layer.cpp +++ /dev/null @@ -1,42 +0,0 @@ -#ifdef USE_CUDNN -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void CuDNNTanHLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - TanHLayer::LayerSetUp(bottom, top); - // initialize cuDNN - CUDNN_CHECK(cudnnCreate(&handle_)); - cudnn::createTensor4dDesc(&bottom_desc_); - cudnn::createTensor4dDesc(&top_desc_); -} - -template -void CuDNNTanHLayer::Reshape(const vector*>& bottom, - const vector*>& top) { - TanHLayer::Reshape(bottom, top); - const int N = bottom[0]->num(); - const int K = bottom[0]->channels(); - const int H = bottom[0]->height(); - const int W = bottom[0]->width(); - cudnn::setTensor4dDesc(&bottom_desc_, N, K, H, W); - cudnn::setTensor4dDesc(&top_desc_, N, K, H, W); -} - -template -CuDNNTanHLayer::~CuDNNTanHLayer() { - cudnnDestroyTensorDescriptor(this->bottom_desc_); - cudnnDestroyTensorDescriptor(this->top_desc_); - cudnnDestroy(this->handle_); -} - -INSTANTIATE_CLASS(CuDNNTanHLayer); - -} // namespace caffe -#endif diff --git a/caffe-crfrnn/src/caffe/layers/cudnn_tanh_layer.cu b/caffe-crfrnn/src/caffe/layers/cudnn_tanh_layer.cu deleted file mode 100644 index 32878646..00000000 --- a/caffe-crfrnn/src/caffe/layers/cudnn_tanh_layer.cu +++ /dev/null @@ -1,56 +0,0 @@ -#ifdef USE_CUDNN -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void CuDNNTanHLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* top_data = top[0]->mutable_gpu_data(); - - Dtype alpha = 1.0; - Dtype beta = 0.0; - - CUDNN_CHECK(cudnnActivationForward(this->handle_, - CUDNN_ACTIVATION_TANH, - cudnn::dataType::one, - this->bottom_desc_, bottom_data, - cudnn::dataType::zero, - this->top_desc_, top_data)); -} - -template -void CuDNNTanHLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - if (!propagate_down[0]) { - return; - } - - const Dtype* top_data = top[0]->gpu_data(); - const Dtype* top_diff = top[0]->gpu_diff(); - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* bottom_diff = bottom[0]->mutable_gpu_diff(); - - Dtype alpha = 1.0; - Dtype beta = 0.0; - - CUDNN_CHECK(cudnnActivationBackward(this->handle_, - CUDNN_ACTIVATION_TANH, - cudnn::dataType::one, - this->top_desc_, top_data, this->top_desc_, top_diff, - this->bottom_desc_, bottom_data, - cudnn::dataType::zero, - this->bottom_desc_, bottom_diff)); -} - -INSTANTIATE_LAYER_GPU_FUNCS(CuDNNTanHLayer); - -} // namespace caffe -#endif - diff --git a/caffe-crfrnn/src/caffe/layers/data_layer.cpp b/caffe-crfrnn/src/caffe/layers/data_layer.cpp deleted file mode 100644 index 36968f36..00000000 --- a/caffe-crfrnn/src/caffe/layers/data_layer.cpp +++ /dev/null @@ -1,158 +0,0 @@ -#include - -#include -#include - -#include "caffe/common.hpp" -#include "caffe/data_layers.hpp" -#include "caffe/dataset_factory.hpp" -#include "caffe/layer.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/util/benchmark.hpp" -#include "caffe/util/io.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/util/rng.hpp" - -namespace caffe { - -template -DataLayer::~DataLayer() { - this->JoinPrefetchThread(); - // clean up the dataset resources - dataset_->close(); -} - -template -void DataLayer::DataLayerSetUp(const vector*>& bottom, - const vector*>& top) { - // Initialize DB - dataset_ = DatasetFactory( - this->layer_param_.data_param().backend()); - const string& source = this->layer_param_.data_param().source(); - LOG(INFO) << "Opening dataset " << source; - CHECK(dataset_->open(source, Dataset::ReadOnly)); - iter_ = dataset_->begin(); - - // Check if we would need to randomly skip a few data points - if (this->layer_param_.data_param().rand_skip()) { - unsigned int skip = caffe_rng_rand() % - this->layer_param_.data_param().rand_skip(); - LOG(INFO) << "Skipping first " << skip << " data points."; - while (skip-- > 0) { - if (++iter_ == dataset_->end()) { - iter_ = dataset_->begin(); - } - } - } - // Read a data point, and use it to initialize the top blob. - CHECK(iter_ != dataset_->end()); - Datum datum = iter_->value; - - if (DecodeDatum(&datum)) { - LOG(INFO) << "Decoding Datum"; - } - // image - int crop_size = this->layer_param_.transform_param().crop_size(); - if (crop_size > 0) { - top[0]->Reshape(this->layer_param_.data_param().batch_size(), - datum.channels(), crop_size, crop_size); - this->prefetch_data_.Reshape(this->layer_param_.data_param().batch_size(), - datum.channels(), crop_size, crop_size); - this->transformed_data_.Reshape(1, datum.channels(), crop_size, crop_size); - } else { - top[0]->Reshape( - this->layer_param_.data_param().batch_size(), datum.channels(), - datum.height(), datum.width()); - this->prefetch_data_.Reshape(this->layer_param_.data_param().batch_size(), - datum.channels(), datum.height(), datum.width()); - this->transformed_data_.Reshape(1, datum.channels(), - datum.height(), datum.width()); - } - LOG(INFO) << "output data size: " << top[0]->num() << "," - << top[0]->channels() << "," << top[0]->height() << "," - << top[0]->width(); - // label - if (this->output_labels_) { - top[1]->Reshape(this->layer_param_.data_param().batch_size(), 1, 1, 1); - this->prefetch_label_.Reshape(this->layer_param_.data_param().batch_size(), - 1, 1, 1); - } -} - -template -void DataLayer::Reshape(const vector*>& bottom, - const vector*>& top) { - // Reshape on single input batches for inputs of varying dimension. - if (this->prefetch_data_.num() == 1) { - top[0]->Reshape(1, this->prefetch_data_.channels(), - this->prefetch_data_.height(), this->prefetch_data_.width()); - } -} - -// This function is used to create a thread that prefetches the data. -template -void DataLayer::InternalThreadEntry() { - CPUTimer batch_timer; - batch_timer.Start(); - double read_time = 0; - double trans_time = 0; - CPUTimer timer; - CHECK(this->prefetch_data_.count()); - CHECK(this->transformed_data_.count()); - - const int batch_size = this->layer_param_.data_param().batch_size(); - // Reshape on single input batches for inputs of varying dimension. - if (batch_size == 1) { - Datum datum = iter_->value; - this->prefetch_data_.Reshape(1, datum.channels(), - datum.height(), datum.width()); - this->transformed_data_.Reshape(1, datum.channels(), - datum.height(), datum.width()); - } - - Dtype* top_data = this->prefetch_data_.mutable_cpu_data(); - Dtype* top_label = NULL; // suppress warnings about uninitialized variables - - if (this->output_labels_) { - top_label = this->prefetch_label_.mutable_cpu_data(); - } - for (int item_id = 0; item_id < batch_size; ++item_id) { - timer.Start(); - // get a blob - CHECK(iter_ != dataset_->end()); - const Datum& datum = iter_->value; - - cv::Mat cv_img; - if (datum.encoded()) { - cv_img = DecodeDatumToCVMat(datum); - } - read_time += timer.MicroSeconds(); - timer.Start(); - - // Apply data transformations (mirror, scale, crop...) - int offset = this->prefetch_data_.offset(item_id); - this->transformed_data_.set_cpu_data(top_data + offset); - if (datum.encoded()) { - this->data_transformer_.Transform(cv_img, &(this->transformed_data_)); - } else { - this->data_transformer_.Transform(datum, &(this->transformed_data_)); - } - if (this->output_labels_) { - top_label[item_id] = datum.label(); - } - trans_time += timer.MicroSeconds(); - // go to the next iter - ++iter_; - if (iter_ == dataset_->end()) { - iter_ = dataset_->begin(); - } - } - batch_timer.Stop(); - DLOG(INFO) << "Prefetch batch: " << batch_timer.MilliSeconds() << " ms."; - DLOG(INFO) << " Read time: " << read_time / 1000 << " ms."; - DLOG(INFO) << "Transform time: " << trans_time / 1000 << " ms."; -} - -INSTANTIATE_CLASS(DataLayer); -REGISTER_LAYER_CLASS(DATA, DataLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/deconv_layer.cpp b/caffe-crfrnn/src/caffe/layers/deconv_layer.cpp deleted file mode 100644 index 80a1d602..00000000 --- a/caffe-crfrnn/src/caffe/layers/deconv_layer.cpp +++ /dev/null @@ -1,78 +0,0 @@ -#include - -#include "caffe/filler.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/im2col.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void DeconvolutionLayer::compute_output_shape() { - this->height_out_ = this->stride_h_ * (this->height_ - 1) + this->kernel_h_ - - 2 * this->pad_h_; - this->width_out_ = this->stride_w_ * (this->width_ - 1) + this->kernel_w_ - - 2 * this->pad_w_; -} - -template -void DeconvolutionLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* weight = this->blobs_[0]->cpu_data(); - for (int i = 0; i < bottom.size(); ++i) { - const Dtype* bottom_data = bottom[i]->cpu_data(); - Dtype* top_data = top[i]->mutable_cpu_data(); - for (int n = 0; n < this->num_; ++n) { - this->backward_cpu_gemm(bottom_data + bottom[i]->offset(n), weight, - top_data + top[i]->offset(n)); - if (this->bias_term_) { - const Dtype* bias = this->blobs_[1]->cpu_data(); - this->forward_cpu_bias(top_data + top[i]->offset(n), bias); - } - } - } -} - -template -void DeconvolutionLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - const Dtype* weight = this->blobs_[0]->cpu_data(); - Dtype* weight_diff = this->blobs_[0]->mutable_cpu_diff(); - for (int i = 0; i < top.size(); ++i) { - const Dtype* top_diff = top[i]->cpu_diff(); - const Dtype* bottom_data = bottom[i]->cpu_data(); - Dtype* bottom_diff = bottom[i]->mutable_cpu_diff(); - // Bias gradient, if necessary. - if (this->bias_term_ && this->param_propagate_down_[1]) { - Dtype* bias_diff = this->blobs_[1]->mutable_cpu_diff(); - for (int n = 0; n < this->num_; ++n) { - this->backward_cpu_bias(bias_diff, top_diff + top[i]->offset(n)); - } - } - if (this->param_propagate_down_[0] || propagate_down[i]) { - for (int n = 0; n < this->num_; ++n) { - // Gradient w.r.t. weight. Note that we will accumulate diffs. - if (this->param_propagate_down_[0]) { - this->weight_cpu_gemm(top_diff + top[i]->offset(n), - bottom_data + bottom[i]->offset(n), weight_diff); - } - // Gradient w.r.t. bottom data, if necessary, reusing the column buffer - // we might have just computed above. - if (propagate_down[i]) { - this->forward_cpu_gemm(top_diff + top[i]->offset(n), weight, - bottom_diff + bottom[i]->offset(n), - this->param_propagate_down_[0]); - } - } - } - } -} - -#ifdef CPU_ONLY -STUB_GPU(DeconvolutionLayer); -#endif - -INSTANTIATE_CLASS(DeconvolutionLayer); -REGISTER_LAYER_CLASS(DECONVOLUTION, DeconvolutionLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/deconv_layer.cu b/caffe-crfrnn/src/caffe/layers/deconv_layer.cu deleted file mode 100644 index 39bc4de8..00000000 --- a/caffe-crfrnn/src/caffe/layers/deconv_layer.cu +++ /dev/null @@ -1,64 +0,0 @@ -#include - -#include "caffe/filler.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/im2col.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void DeconvolutionLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* weight = this->blobs_[0]->gpu_data(); - for (int i = 0; i < bottom.size(); ++i) { - const Dtype* bottom_data = bottom[i]->gpu_data(); - Dtype* top_data = top[i]->mutable_gpu_data(); - for (int n = 0; n < this->num_; ++n) { - this->backward_gpu_gemm(bottom_data + bottom[i]->offset(n), weight, - top_data + top[i]->offset(n)); - if (this->bias_term_) { - const Dtype* bias = this->blobs_[1]->gpu_data(); - this->forward_gpu_bias(top_data + top[i]->offset(n), bias); - } - } - } -} - -template -void DeconvolutionLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - const Dtype* weight = this->blobs_[0]->gpu_data(); - Dtype* weight_diff = this->blobs_[0]->mutable_gpu_diff(); - for (int i = 0; i < top.size(); ++i) { - const Dtype* top_diff = top[i]->gpu_diff(); - const Dtype* bottom_data = bottom[i]->gpu_data(); - Dtype* bottom_diff = bottom[i]->mutable_gpu_diff(); - // Bias gradient, if necessary. - if (this->bias_term_ && this->param_propagate_down_[1]) { - Dtype* bias_diff = this->blobs_[1]->mutable_gpu_diff(); - for (int n = 0; n < this->num_; ++n) { - this->backward_gpu_bias(bias_diff, top_diff + top[i]->offset(n)); - } - } - if (this->param_propagate_down_[0] || propagate_down[i]) { - for (int n = 0; n < this->num_; ++n) { - // gradient w.r.t. weight. Note that we will accumulate diffs. - if (this->param_propagate_down_[0]) { - this->weight_gpu_gemm(top_diff + top[i]->offset(n), - bottom_data + bottom[i]->offset(n), weight_diff); - } - // gradient w.r.t. bottom data, if necessary. - if (propagate_down[i]) { - this->forward_gpu_gemm(top_diff + top[i]->offset(n), weight, - bottom_diff + bottom[i]->offset(n)); - } - } - } - } -} - -INSTANTIATE_LAYER_GPU_FUNCS(DeconvolutionLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/dropout_layer.cpp b/caffe-crfrnn/src/caffe/layers/dropout_layer.cpp deleted file mode 100644 index 8c8936a7..00000000 --- a/caffe-crfrnn/src/caffe/layers/dropout_layer.cpp +++ /dev/null @@ -1,77 +0,0 @@ -// TODO (sergeyk): effect should not be dependent on phase. wasted memcpy. - -#include - -#include "caffe/common.hpp" -#include "caffe/layer.hpp" -#include "caffe/syncedmem.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void DropoutLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - NeuronLayer::LayerSetUp(bottom, top); - threshold_ = this->layer_param_.dropout_param().dropout_ratio(); - DCHECK(threshold_ > 0.); - DCHECK(threshold_ < 1.); - scale_ = 1. / (1. - threshold_); - uint_thres_ = static_cast(UINT_MAX * threshold_); -} - -template -void DropoutLayer::Reshape(const vector*>& bottom, - const vector*>& top) { - NeuronLayer::Reshape(bottom, top); - // Set up the cache for random number generation - rand_vec_.Reshape(bottom[0]->num(), bottom[0]->channels(), - bottom[0]->height(), bottom[0]->width()); -} - -template -void DropoutLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->cpu_data(); - Dtype* top_data = top[0]->mutable_cpu_data(); - unsigned int* mask = rand_vec_.mutable_cpu_data(); - const int count = bottom[0]->count(); - if (Caffe::phase() == Caffe::TRAIN) { - // Create random numbers - caffe_rng_bernoulli(count, 1. - threshold_, mask); - for (int i = 0; i < count; ++i) { - top_data[i] = bottom_data[i] * mask[i] * scale_; - } - } else { - caffe_copy(bottom[0]->count(), bottom_data, top_data); - } -} - -template -void DropoutLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - if (propagate_down[0]) { - const Dtype* top_diff = top[0]->cpu_diff(); - Dtype* bottom_diff = bottom[0]->mutable_cpu_diff(); - if (Caffe::phase() == Caffe::TRAIN) { - const unsigned int* mask = rand_vec_.cpu_data(); - const int count = bottom[0]->count(); - for (int i = 0; i < count; ++i) { - bottom_diff[i] = top_diff[i] * mask[i] * scale_; - } - } else { - caffe_copy(top[0]->count(), top_diff, bottom_diff); - } - } -} - - -#ifdef CPU_ONLY -STUB_GPU(DropoutLayer); -#endif - -INSTANTIATE_CLASS(DropoutLayer); -REGISTER_LAYER_CLASS(DROPOUT, DropoutLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/dropout_layer.cu b/caffe-crfrnn/src/caffe/layers/dropout_layer.cu deleted file mode 100644 index df13d8ec..00000000 --- a/caffe-crfrnn/src/caffe/layers/dropout_layer.cu +++ /dev/null @@ -1,77 +0,0 @@ -#include -#include -#include - -#include "caffe/common.hpp" -#include "caffe/layer.hpp" -#include "caffe/syncedmem.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - - -template -__global__ void DropoutForward(const int n, const Dtype* in, - const unsigned int* mask, const unsigned int threshold, const float scale, - Dtype* out) { - CUDA_KERNEL_LOOP(index, n) { - out[index] = in[index] * (mask[index] > threshold) * scale; - } -} - -template -void DropoutLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* top_data = top[0]->mutable_gpu_data(); - const int count = bottom[0]->count(); - if (Caffe::phase() == Caffe::TRAIN) { - unsigned int* mask = - static_cast(rand_vec_.mutable_gpu_data()); - caffe_gpu_rng_uniform(count, mask); - // set thresholds - // NOLINT_NEXT_LINE(whitespace/operators) - DropoutForward<<>>( - count, bottom_data, mask, uint_thres_, scale_, top_data); - CUDA_POST_KERNEL_CHECK; - } else { - caffe_copy(count, bottom_data, top_data); - } -} - -template -__global__ void DropoutBackward(const int n, const Dtype* in_diff, - const unsigned int* mask, const unsigned int threshold, const float scale, - Dtype* out_diff) { - CUDA_KERNEL_LOOP(index, n) { - out_diff[index] = in_diff[index] * scale * (mask[index] > threshold); - } -} - -template -void DropoutLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - if (propagate_down[0]) { - const Dtype* top_diff = top[0]->gpu_diff(); - Dtype* bottom_diff = bottom[0]->mutable_gpu_diff(); - if (Caffe::phase() == Caffe::TRAIN) { - const unsigned int* mask = - static_cast(rand_vec_.gpu_data()); - const int count = bottom[0]->count(); - // NOLINT_NEXT_LINE(whitespace/operators) - DropoutBackward<<>>( - count, top_diff, mask, uint_thres_, scale_, bottom_diff); - CUDA_POST_KERNEL_CHECK; - } else { - caffe_copy(top[0]->count(), top_diff, bottom_diff); - } - } -} - -INSTANTIATE_LAYER_GPU_FUNCS(DropoutLayer); - - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/dummy_data_layer.cpp b/caffe-crfrnn/src/caffe/layers/dummy_data_layer.cpp deleted file mode 100644 index 15cf5a58..00000000 --- a/caffe-crfrnn/src/caffe/layers/dummy_data_layer.cpp +++ /dev/null @@ -1,97 +0,0 @@ -#include - -#include "caffe/filler.hpp" -#include "caffe/layer.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void DummyDataLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - const int num_top = top.size(); - const DummyDataParameter& param = this->layer_param_.dummy_data_param(); - const int num_data_filler = param.data_filler_size(); - CHECK(num_data_filler == 0 || num_data_filler == 1 || - num_data_filler == num_top) - << "Number of data fillers must be 0, 1 or equal to the number of tops: " - << num_top << "; you specified " << num_data_filler << " data fillers."; - CHECK(param.num_size() == 1 || param.num_size() == num_top) - << "Must specify either a single (1) 'num' or one for each top blob " - << "(" << num_top << "); you specified " << param.num_size() << "."; - CHECK(param.channels_size() == 1 || param.channels_size() == num_top) - << "Must specify either a single (1) 'channels' or one for each top blob " - << "(" << num_top << "); you specified " << param.channels_size() << "."; - CHECK(param.height_size() == 1 || param.height_size() == num_top) - << "Must specify either a single (1) 'height' or one for each top blob " - << "(" << num_top << "); you specified " << param.height_size() << "."; - CHECK(param.width_size() == 1 || param.width_size() == num_top) - << "Must specify either a single (1) 'width' or one for each top blob " - << "(" << num_top << "); you specified " << param.width_size() << "."; - // refill_[i] tells Forward i whether or not to actually refill top Blob i. - // If refill_[i] is false, Forward does nothing for Blob i. We use this to - // avoid wastefully refilling "constant" Blobs in every forward pass. - // We first fill refill_ in with the INVERSE of its final values. - // The first time we run Forward from the LayerSetUp method, we'll fill only - // Blobs for which refill_ is normally false. These Blobs will never be - // filled again. - refill_.clear(); - fillers_.clear(); - if (num_data_filler <= 1) { - FillerParameter filler_param; - if (num_data_filler == 0) { - filler_param.set_type("constant"); - filler_param.set_value(0); - } else { - filler_param.CopyFrom(param.data_filler(0)); - } - // Refill on each iteration iff not using a constant filler, - // but use the inverse of this rule for the first run. - refill_.resize(1); - refill_[0] = (strcmp(filler_param.type().c_str(), "constant") == 0); - fillers_.resize(1); - fillers_[0].reset(GetFiller(filler_param)); - } else { - refill_.resize(num_top); - fillers_.resize(num_top); - for (int i = 0; i < num_top; ++i) { - fillers_[i].reset(GetFiller(param.data_filler(i))); - // Refill on each iteration iff not using a constant filler, - // but use the inverse of this rule for the first run. - refill_[i] = - (strcmp(param.data_filler(i).type().c_str(), "constant") == 0); - } - } - for (int i = 0; i < num_top; ++i) { - const int num = (param.num_size() == 1) ? param.num(0) : param.num(i); - const int channels = - (param.channels_size() == 1) ? param.channels(0) : param.channels(i); - const int height = - (param.height_size() == 1) ? param.height(0) : param.height(i); - const int width = - (param.width_size() == 1) ? param.width(0) : param.width(i); - top[i]->Reshape(num, channels, height, width); - } - // Run Forward once, with refill_ inverted, to fill the constant Blobs. - this->Forward(bottom, top); - // Invert the inverted refill_ values to refill the desired (non-constant) - // Blobs in every usual forward pass. - for (int i = 0; i < refill_.size(); ++i) { - refill_[i] = !refill_[i]; - } -} - -template -void DummyDataLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - for (int i = 0; i < top.size(); ++i) { - const int filler_id = (fillers_.size() > 1) ? i : 0; - if (refill_[filler_id]) { - fillers_[filler_id]->Fill(top[i]); - } - } -} - -INSTANTIATE_CLASS(DummyDataLayer); -REGISTER_LAYER_CLASS(DUMMY_DATA, DummyDataLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/eltwise_layer.cpp b/caffe-crfrnn/src/caffe/layers/eltwise_layer.cpp deleted file mode 100644 index 0c239f4a..00000000 --- a/caffe-crfrnn/src/caffe/layers/eltwise_layer.cpp +++ /dev/null @@ -1,167 +0,0 @@ -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void EltwiseLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - CHECK(this->layer_param().eltwise_param().coeff_size() == 0 - || this->layer_param().eltwise_param().coeff_size() == bottom.size()) << - "Eltwise Layer takes one coefficient per bottom blob."; - CHECK(!(this->layer_param().eltwise_param().operation() - == EltwiseParameter_EltwiseOp_PROD - && this->layer_param().eltwise_param().coeff_size())) << - "Eltwise layer only takes coefficients for summation."; - op_ = this->layer_param_.eltwise_param().operation(); - // Blob-wise coefficients for the elementwise operation. - coeffs_ = vector(bottom.size(), 1); - if (this->layer_param().eltwise_param().coeff_size()) { - for (int i = 0; i < bottom.size(); ++i) { - coeffs_[i] = this->layer_param().eltwise_param().coeff(i); - } - } - stable_prod_grad_ = this->layer_param_.eltwise_param().stable_prod_grad(); -} - -template -void EltwiseLayer::Reshape(const vector*>& bottom, - const vector*>& top) { - const int num = bottom[0]->num(); - const int channels = bottom[0]->channels(); - const int height = bottom[0]->height(); - const int width = bottom[0]->width(); - for (int i = 1; i < bottom.size(); ++i) { - CHECK_EQ(num, bottom[i]->num()); - CHECK_EQ(channels, bottom[i]->channels()); - CHECK_EQ(height, bottom[i]->height()); - CHECK_EQ(width, bottom[i]->width()); - } - top[0]->Reshape(num, channels, height, width); - // If max operation, we will initialize the vector index part. - if (this->layer_param_.eltwise_param().operation() == - EltwiseParameter_EltwiseOp_MAX && top.size() == 1) { - max_idx_.Reshape(bottom[0]->num(), channels, height, width); - } -} - -template -void EltwiseLayer::Forward_cpu( - const vector*>& bottom, const vector*>& top) { - int* mask = NULL; - const Dtype* bottom_data_a = NULL; - const Dtype* bottom_data_b = NULL; - const int count = top[0]->count(); - Dtype* top_data = top[0]->mutable_cpu_data(); - switch (op_) { - case EltwiseParameter_EltwiseOp_PROD: - caffe_mul(count, bottom[0]->cpu_data(), bottom[1]->cpu_data(), top_data); - for (int i = 2; i < bottom.size(); ++i) { - caffe_mul(count, top_data, bottom[i]->cpu_data(), top_data); - } - break; - case EltwiseParameter_EltwiseOp_SUM: - caffe_set(count, Dtype(0), top_data); - // TODO(shelhamer) does BLAS optimize to sum for coeff = 1? - for (int i = 0; i < bottom.size(); ++i) { - caffe_axpy(count, coeffs_[i], bottom[i]->cpu_data(), top_data); - } - break; - case EltwiseParameter_EltwiseOp_MAX: - // Initialize - mask = max_idx_.mutable_cpu_data(); - caffe_set(count, -1, mask); - caffe_set(count, Dtype(-FLT_MAX), top_data); - // bottom 0 & 1 - bottom_data_a = bottom[0]->cpu_data(); - bottom_data_b = bottom[1]->cpu_data(); - for (int idx = 0; idx < count; ++idx) { - if (bottom_data_a[idx] > bottom_data_b[idx]) { - top_data[idx] = bottom_data_a[idx]; // maxval - mask[idx] = 0; // maxid - } else { - top_data[idx] = bottom_data_b[idx]; // maxval - mask[idx] = 1; // maxid - } - } - // bottom 2++ - for (int blob_idx = 2; blob_idx < bottom.size(); ++blob_idx) { - bottom_data_b = bottom[blob_idx]->cpu_data(); - for (int idx = 0; idx < count; ++idx) { - if (bottom_data_b[idx] > top_data[idx]) { - top_data[idx] = bottom_data_b[idx]; // maxval - mask[idx] = blob_idx; // maxid - } - } - } - break; - default: - LOG(FATAL) << "Unknown elementwise operation."; - } -} - -template -void EltwiseLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - const int* mask = NULL; - const int count = top[0]->count(); - const Dtype* top_data = top[0]->cpu_data(); - const Dtype* top_diff = top[0]->cpu_diff(); - for (int i = 0; i < bottom.size(); ++i) { - if (propagate_down[i]) { - const Dtype* bottom_data = bottom[i]->cpu_data(); - Dtype* bottom_diff = bottom[i]->mutable_cpu_diff(); - switch (op_) { - case EltwiseParameter_EltwiseOp_PROD: - if (stable_prod_grad_) { - bool initialized = false; - for (int j = 0; j < bottom.size(); ++j) { - if (i == j) { continue; } - if (!initialized) { - caffe_copy(count, bottom[j]->cpu_data(), bottom_diff); - initialized = true; - } else { - caffe_mul(count, bottom[j]->cpu_data(), bottom_diff, - bottom_diff); - } - } - } else { - caffe_div(count, top_data, bottom_data, bottom_diff); - } - caffe_mul(count, bottom_diff, top_diff, bottom_diff); - break; - case EltwiseParameter_EltwiseOp_SUM: - if (coeffs_[i] == Dtype(1)) { - caffe_copy(count, top_diff, bottom_diff); - } else { - caffe_cpu_scale(count, coeffs_[i], top_diff, bottom_diff); - } - break; - case EltwiseParameter_EltwiseOp_MAX: - mask = max_idx_.cpu_data(); - for (int index = 0; index < count; ++index) { - Dtype gradient = 0; - if (mask[index] == i) { - gradient += top_diff[index]; - } - bottom_diff[index] = gradient; - } - break; - default: - LOG(FATAL) << "Unknown elementwise operation."; - } - } - } -} - -#ifdef CPU_ONLY -STUB_GPU(EltwiseLayer); -#endif - -INSTANTIATE_CLASS(EltwiseLayer); -REGISTER_LAYER_CLASS(ELTWISE, EltwiseLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/eltwise_layer.cu b/caffe-crfrnn/src/caffe/layers/eltwise_layer.cu deleted file mode 100644 index 2247870d..00000000 --- a/caffe-crfrnn/src/caffe/layers/eltwise_layer.cu +++ /dev/null @@ -1,135 +0,0 @@ -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -__global__ void MaxForward(const int nthreads, const Dtype* bottom_data_a, - const Dtype* bottom_data_b, const int blob_idx, Dtype* top_data, - int* mask) { - CUDA_KERNEL_LOOP(index, nthreads) { - Dtype maxval = -FLT_MAX; - int maxidx = -1; - if (bottom_data_a[index] > bottom_data_b[index]) { - // only update for very first bottom_data blob (blob_idx == 0) - if (blob_idx == 0) { - maxval = bottom_data_a[index]; - top_data[index] = maxval; - maxidx = blob_idx; - mask[index] = maxidx; - } - } else { - maxval = bottom_data_b[index]; - top_data[index] = maxval; - maxidx = blob_idx + 1; - mask[index] = maxidx; - } - } -} - -template -void EltwiseLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - int* mask = NULL; - const int count = top[0]->count(); - Dtype* top_data = top[0]->mutable_gpu_data(); - switch (op_) { - case EltwiseParameter_EltwiseOp_PROD: - caffe_gpu_mul(count, bottom[0]->gpu_data(), bottom[1]->gpu_data(), - top_data); - for (int i = 2; i < bottom.size(); ++i) { - caffe_gpu_mul(count, top_data, bottom[i]->gpu_data(), top_data); - } - break; - case EltwiseParameter_EltwiseOp_SUM: - caffe_gpu_set(count, Dtype(0.), top_data); - // TODO(shelhamer) does cuBLAS optimize to sum for coeff = 1? - for (int i = 0; i < bottom.size(); ++i) { - caffe_gpu_axpy(count, coeffs_[i], bottom[i]->gpu_data(), top_data); - } - break; - case EltwiseParameter_EltwiseOp_MAX: - mask = max_idx_.mutable_gpu_data(); - // NOLINT_NEXT_LINE(whitespace/operators) - MaxForward <<>>( - count, bottom[0]->gpu_data(), bottom[1]->gpu_data(), 0, top_data, mask); - for (int i = 2; i < bottom.size(); ++i) { - // NOLINT_NEXT_LINE(whitespace/operators) - MaxForward<<>>( - count, top_data, bottom[i]->gpu_data(), i-1, top_data, mask); - } - break; - default: - LOG(FATAL) << "Unknown elementwise operation."; - } -} - -template -__global__ void MaxBackward(const int nthreads, const Dtype* top_diff, - const int blob_idx, const int* mask, Dtype* bottom_diff) { - CUDA_KERNEL_LOOP(index, nthreads) { - Dtype gradient = 0; - if (mask[index] == blob_idx) { - gradient += top_diff[index]; - } - bottom_diff[index] = gradient; - } -} - -template -void EltwiseLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - const int* mask = NULL; - const int count = top[0]->count(); - const Dtype* top_data = top[0]->gpu_data(); - const Dtype* top_diff = top[0]->gpu_diff(); - for (int i = 0; i < bottom.size(); ++i) { - if (propagate_down[i]) { - const Dtype* bottom_data = bottom[i]->gpu_data(); - Dtype* bottom_diff = bottom[i]->mutable_gpu_diff(); - switch (op_) { - case EltwiseParameter_EltwiseOp_PROD: - if (stable_prod_grad_) { - bool initialized = false; - for (int j = 0; j < bottom.size(); ++j) { - if (i == j) { continue; } - if (!initialized) { - caffe_copy(count, bottom[j]->gpu_data(), bottom_diff); - initialized = true; - } else { - caffe_gpu_mul(count, bottom[j]->gpu_data(), bottom_diff, - bottom_diff); - } - } - } else { - caffe_gpu_div(count, top_data, bottom_data, bottom_diff); - } - caffe_gpu_mul(count, bottom_diff, top_diff, bottom_diff); - break; - case EltwiseParameter_EltwiseOp_SUM: - if (coeffs_[i] == Dtype(1.)) { - caffe_copy(count, top_diff, bottom_diff); - } else { - caffe_gpu_scale(count, coeffs_[i], top_diff, bottom_diff); - } - break; - case EltwiseParameter_EltwiseOp_MAX: - mask = max_idx_.gpu_data(); - MaxBackward // NOLINT_NEXT_LINE(whitespace/operators) - <<>>( - count, top_diff, i, mask, bottom_diff); - break; - default: - LOG(FATAL) << "Unknown elementwise operation."; - } - } - } -} - -INSTANTIATE_LAYER_GPU_FUNCS(EltwiseLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/euclidean_loss_layer.cpp b/caffe-crfrnn/src/caffe/layers/euclidean_loss_layer.cpp deleted file mode 100644 index d965027f..00000000 --- a/caffe-crfrnn/src/caffe/layers/euclidean_loss_layer.cpp +++ /dev/null @@ -1,58 +0,0 @@ -#include - -#include "caffe/layer.hpp" -#include "caffe/util/io.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void EuclideanLossLayer::Reshape( - const vector*>& bottom, const vector*>& top) { - LossLayer::Reshape(bottom, top); - CHECK_EQ(bottom[0]->channels(), bottom[1]->channels()); - CHECK_EQ(bottom[0]->height(), bottom[1]->height()); - CHECK_EQ(bottom[0]->width(), bottom[1]->width()); - diff_.Reshape(bottom[0]->num(), bottom[0]->channels(), - bottom[0]->height(), bottom[0]->width()); -} - -template -void EuclideanLossLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - int count = bottom[0]->count(); - caffe_sub( - count, - bottom[0]->cpu_data(), - bottom[1]->cpu_data(), - diff_.mutable_cpu_data()); - Dtype dot = caffe_cpu_dot(count, diff_.cpu_data(), diff_.cpu_data()); - Dtype loss = dot / bottom[0]->num() / Dtype(2); - top[0]->mutable_cpu_data()[0] = loss; -} - -template -void EuclideanLossLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - for (int i = 0; i < 2; ++i) { - if (propagate_down[i]) { - const Dtype sign = (i == 0) ? 1 : -1; - const Dtype alpha = sign * top[0]->cpu_diff()[0] / bottom[i]->num(); - caffe_cpu_axpby( - bottom[i]->count(), // count - alpha, // alpha - diff_.cpu_data(), // a - Dtype(0), // beta - bottom[i]->mutable_cpu_diff()); // b - } - } -} - -#ifdef CPU_ONLY -STUB_GPU(EuclideanLossLayer); -#endif - -INSTANTIATE_CLASS(EuclideanLossLayer); -REGISTER_LAYER_CLASS(EUCLIDEAN_LOSS, EuclideanLossLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/euclidean_loss_layer.cu b/caffe-crfrnn/src/caffe/layers/euclidean_loss_layer.cu deleted file mode 100644 index 5b1de3ad..00000000 --- a/caffe-crfrnn/src/caffe/layers/euclidean_loss_layer.cu +++ /dev/null @@ -1,44 +0,0 @@ -#include - -#include "caffe/layer.hpp" -#include "caffe/util/io.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void EuclideanLossLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - int count = bottom[0]->count(); - caffe_gpu_sub( - count, - bottom[0]->gpu_data(), - bottom[1]->gpu_data(), - diff_.mutable_gpu_data()); - Dtype dot; - caffe_gpu_dot(count, diff_.gpu_data(), diff_.gpu_data(), &dot); - Dtype loss = dot / bottom[0]->num() / Dtype(2); - top[0]->mutable_cpu_data()[0] = loss; -} - -template -void EuclideanLossLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - for (int i = 0; i < 2; ++i) { - if (propagate_down[i]) { - const Dtype sign = (i == 0) ? 1 : -1; - const Dtype alpha = sign * top[0]->cpu_diff()[0] / bottom[i]->num(); - caffe_gpu_axpby( - bottom[i]->count(), // count - alpha, // alpha - diff_.gpu_data(), // a - Dtype(0), // beta - bottom[i]->mutable_gpu_diff()); // b - } - } -} - -INSTANTIATE_LAYER_GPU_FUNCS(EuclideanLossLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/exp_layer.cpp b/caffe-crfrnn/src/caffe/layers/exp_layer.cpp deleted file mode 100644 index 92cb5deb..00000000 --- a/caffe-crfrnn/src/caffe/layers/exp_layer.cpp +++ /dev/null @@ -1,68 +0,0 @@ -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void ExpLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - NeuronLayer::LayerSetUp(bottom, top); - const Dtype base = this->layer_param_.exp_param().base(); - if (base != Dtype(-1)) { - CHECK_GT(base, 0) << "base must be strictly positive."; - } - // If base == -1, interpret the base as e and set log_base = 1 exactly. - // Otherwise, calculate its log explicitly. - const Dtype log_base = (base == Dtype(-1)) ? Dtype(1) : log(base); - CHECK(!isnan(log_base)) - << "NaN result: log(base) = log(" << base << ") = " << log_base; - CHECK(!isinf(log_base)) - << "Inf result: log(base) = log(" << base << ") = " << log_base; - const Dtype input_scale = this->layer_param_.exp_param().scale(); - const Dtype input_shift = this->layer_param_.exp_param().shift(); - inner_scale_ = log_base * input_scale; - outer_scale_ = (input_shift == Dtype(0)) ? Dtype(1) : pow(base, input_shift); -} - -template -void ExpLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - const int count = bottom[0]->count(); - const Dtype* bottom_data = bottom[0]->cpu_data(); - Dtype* top_data = top[0]->mutable_cpu_data(); - if (inner_scale_ == Dtype(1)) { - caffe_exp(count, bottom_data, top_data); - } else { - caffe_cpu_scale(count, inner_scale_, bottom_data, top_data); - caffe_exp(count, top_data, top_data); - } - if (outer_scale_ != Dtype(1)) { - caffe_scal(count, outer_scale_, top_data); - } -} - -template -void ExpLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - if (!propagate_down[0]) { return; } - const int count = bottom[0]->count(); - const Dtype* top_data = top[0]->cpu_data(); - const Dtype* top_diff = top[0]->cpu_diff(); - Dtype* bottom_diff = bottom[0]->mutable_cpu_diff(); - caffe_mul(count, top_data, top_diff, bottom_diff); - if (inner_scale_ != Dtype(1)) { - caffe_scal(count, inner_scale_, bottom_diff); - } -} - -#ifdef CPU_ONLY -STUB_GPU(ExpLayer); -#endif - -INSTANTIATE_CLASS(ExpLayer); -REGISTER_LAYER_CLASS(EXP, ExpLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/exp_layer.cu b/caffe-crfrnn/src/caffe/layers/exp_layer.cu deleted file mode 100644 index 2d75d8dd..00000000 --- a/caffe-crfrnn/src/caffe/layers/exp_layer.cu +++ /dev/null @@ -1,44 +0,0 @@ -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void ExpLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - const int count = bottom[0]->count(); - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* top_data = top[0]->mutable_gpu_data(); - if (inner_scale_ == Dtype(1)) { - caffe_gpu_exp(count, bottom_data, top_data); - } else { - caffe_gpu_scale(count, inner_scale_, bottom_data, top_data); - caffe_gpu_exp(count, top_data, top_data); - } - if (outer_scale_ != Dtype(1)) { - caffe_gpu_scal(count, outer_scale_, top_data); - } -} - -template -void ExpLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - if (!propagate_down[0]) { return; } - const int count = bottom[0]->count(); - const Dtype* top_data = top[0]->gpu_data(); - const Dtype* top_diff = top[0]->gpu_diff(); - Dtype* bottom_diff = bottom[0]->mutable_gpu_diff(); - caffe_gpu_mul(count, top_data, top_diff, bottom_diff); - if (inner_scale_ != Dtype(1)) { - caffe_gpu_scal(count, inner_scale_, bottom_diff); - } -} - -INSTANTIATE_LAYER_GPU_FUNCS(ExpLayer); - - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/flatten_layer.cpp b/caffe-crfrnn/src/caffe/layers/flatten_layer.cpp deleted file mode 100644 index ec43caba..00000000 --- a/caffe-crfrnn/src/caffe/layers/flatten_layer.cpp +++ /dev/null @@ -1,38 +0,0 @@ -#include - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void FlattenLayer::Reshape(const vector*>& bottom, - const vector*>& top) { - int channels_out = bottom[0]->channels() * bottom[0]->height() - * bottom[0]->width(); - top[0]->Reshape(bottom[0]->num(), channels_out, 1, 1); - count_ = bottom[0]->num() * channels_out; - CHECK_EQ(count_, bottom[0]->count()); - CHECK_EQ(count_, top[0]->count()); -} - -template -void FlattenLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - top[0]->ShareData(*bottom[0]); -} - -template -void FlattenLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - bottom[0]->ShareDiff(*top[0]); -} - -#ifdef CPU_ONLY -STUB_GPU(FlattenLayer); -#endif - -INSTANTIATE_CLASS(FlattenLayer); -REGISTER_LAYER_CLASS(FLATTEN, FlattenLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/flatten_layer.cu b/caffe-crfrnn/src/caffe/layers/flatten_layer.cu deleted file mode 100644 index 42abdad4..00000000 --- a/caffe-crfrnn/src/caffe/layers/flatten_layer.cu +++ /dev/null @@ -1,23 +0,0 @@ -#include - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void FlattenLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - top[0]->ShareData(*bottom[0]); -} - -template -void FlattenLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - bottom[0]->ShareDiff(*top[0]); -} - -INSTANTIATE_LAYER_GPU_FUNCS(FlattenLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/hdf5_data_layer.cpp b/caffe-crfrnn/src/caffe/layers/hdf5_data_layer.cpp deleted file mode 100644 index 706c4a18..00000000 --- a/caffe-crfrnn/src/caffe/layers/hdf5_data_layer.cpp +++ /dev/null @@ -1,125 +0,0 @@ -/* -TODO: -- load file in a separate thread ("prefetch") -- can be smarter about the memcpy call instead of doing it row-by-row - :: use util functions caffe_copy, and Blob->offset() - :: don't forget to update hdf5_daa_layer.cu accordingly -- add ability to shuffle filenames if flag is set -*/ -#include // NOLINT(readability/streams) -#include -#include - -#include "hdf5.h" -#include "hdf5_hl.h" -#include "stdint.h" - -#include "caffe/layer.hpp" -#include "caffe/util/io.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -HDF5DataLayer::~HDF5DataLayer() { } - -// Load data and label from HDF5 filename into the class property blobs. -template -void HDF5DataLayer::LoadHDF5FileData(const char* filename) { - DLOG(INFO) << "Loading HDF5 file: " << filename; - hid_t file_id = H5Fopen(filename, H5F_ACC_RDONLY, H5P_DEFAULT); - if (file_id < 0) { - LOG(FATAL) << "Failed opening HDF5 file: " << filename; - } - - int top_size = this->layer_param_.top_size(); - hdf_blobs_.resize(top_size); - - const int MIN_DATA_DIM = 1; - const int MAX_DATA_DIM = 4; - - for (int i = 0; i < top_size; ++i) { - hdf_blobs_[i] = shared_ptr >(new Blob()); - hdf5_load_nd_dataset(file_id, this->layer_param_.top(i).c_str(), - MIN_DATA_DIM, MAX_DATA_DIM, hdf_blobs_[i].get()); - } - - herr_t status = H5Fclose(file_id); - CHECK_GE(status, 0) << "Failed to close HDF5 file: " << filename; - - // MinTopBlobs==1 guarantees at least one top blob - int num = hdf_blobs_[0]->num(); - for (int i = 1; i < top_size; ++i) { - CHECK_EQ(hdf_blobs_[i]->num(), num); - } - DLOG(INFO) << "Successully loaded " << hdf_blobs_[0]->num() << " rows"; -} - -template -void HDF5DataLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - // Read the source to parse the filenames. - const string& source = this->layer_param_.hdf5_data_param().source(); - LOG(INFO) << "Loading list of HDF5 filenames from: " << source; - hdf_filenames_.clear(); - std::ifstream source_file(source.c_str()); - if (source_file.is_open()) { - std::string line; - while (source_file >> line) { - hdf_filenames_.push_back(line); - } - } else { - LOG(FATAL) << "Failed to open source file: " << source; - } - source_file.close(); - num_files_ = hdf_filenames_.size(); - current_file_ = 0; - LOG(INFO) << "Number of HDF5 files: " << num_files_; - CHECK_GE(num_files_, 1) << "Must have at least 1 HDF5 filename listed in " - << source; - - // Load the first HDF5 file and initialize the line counter. - LoadHDF5FileData(hdf_filenames_[current_file_].c_str()); - current_row_ = 0; - - // Reshape blobs. - const int batch_size = this->layer_param_.hdf5_data_param().batch_size(); - const int top_size = this->layer_param_.top_size(); - for (int i = 0; i < top_size; ++i) { - top[i]->Reshape(batch_size, hdf_blobs_[i]->channels(), - hdf_blobs_[i]->height(), hdf_blobs_[i]->width()); - } -} - -template -void HDF5DataLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - const int batch_size = this->layer_param_.hdf5_data_param().batch_size(); - for (int i = 0; i < batch_size; ++i, ++current_row_) { - if (current_row_ == hdf_blobs_[0]->num()) { - if (num_files_ > 1) { - ++current_file_; - if (current_file_ == num_files_) { - current_file_ = 0; - DLOG(INFO) << "Looping around to first file."; - } - LoadHDF5FileData(hdf_filenames_[current_file_].c_str()); - } - current_row_ = 0; - } - for (int j = 0; j < this->layer_param_.top_size(); ++j) { - int data_dim = top[j]->count() / top[j]->num(); - caffe_copy(data_dim, - &hdf_blobs_[j]->cpu_data()[current_row_ * data_dim], - &top[j]->mutable_cpu_data()[i * data_dim]); - } - } -} - -#ifdef CPU_ONLY -STUB_GPU_FORWARD(HDF5DataLayer, Forward); -#endif - -INSTANTIATE_CLASS(HDF5DataLayer); -REGISTER_LAYER_CLASS(HDF5_DATA, HDF5DataLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/hdf5_data_layer.cu b/caffe-crfrnn/src/caffe/layers/hdf5_data_layer.cu deleted file mode 100644 index 02e3821d..00000000 --- a/caffe-crfrnn/src/caffe/layers/hdf5_data_layer.cu +++ /dev/null @@ -1,46 +0,0 @@ -/* -TODO: -- only load parts of the file, in accordance with a prototxt param "max_mem" -*/ - -#include -#include -#include - -#include "hdf5.h" -#include "hdf5_hl.h" - -#include "caffe/layer.hpp" -#include "caffe/util/io.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void HDF5DataLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - const int batch_size = this->layer_param_.hdf5_data_param().batch_size(); - for (int i = 0; i < batch_size; ++i, ++current_row_) { - if (current_row_ == hdf_blobs_[0]->num()) { - if (num_files_ > 1) { - current_file_ += 1; - if (current_file_ == num_files_) { - current_file_ = 0; - DLOG(INFO) << "Looping around to first file."; - } - LoadHDF5FileData(hdf_filenames_[current_file_].c_str()); - } - current_row_ = 0; - } - for (int j = 0; j < this->layer_param_.top_size(); ++j) { - int data_dim = top[j]->count() / top[j]->num(); - caffe_copy(data_dim, - &hdf_blobs_[j]->cpu_data()[current_row_ * data_dim], - &top[j]->mutable_gpu_data()[i * data_dim]); - } - } -} - -INSTANTIATE_LAYER_GPU_FUNCS(HDF5DataLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/hdf5_output_layer.cpp b/caffe-crfrnn/src/caffe/layers/hdf5_output_layer.cpp deleted file mode 100644 index 4a72a18a..00000000 --- a/caffe-crfrnn/src/caffe/layers/hdf5_output_layer.cpp +++ /dev/null @@ -1,74 +0,0 @@ -#include - -#include "hdf5.h" -#include "hdf5_hl.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/io.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -HDF5OutputLayer::HDF5OutputLayer(const LayerParameter& param) - : Layer(param), - file_name_(param.hdf5_output_param().file_name()) { - /* create a HDF5 file */ - file_id_ = H5Fcreate(file_name_.c_str(), H5F_ACC_TRUNC, H5P_DEFAULT, - H5P_DEFAULT); - CHECK_GE(file_id_, 0) << "Failed to open HDF5 file" << file_name_; -} - -template -HDF5OutputLayer::~HDF5OutputLayer() { - herr_t status = H5Fclose(file_id_); - CHECK_GE(status, 0) << "Failed to close HDF5 file " << file_name_; -} - -template -void HDF5OutputLayer::SaveBlobs() { - // TODO: no limit on the number of blobs - LOG(INFO) << "Saving HDF5 file " << file_name_; - CHECK_EQ(data_blob_.num(), label_blob_.num()) << - "data blob and label blob must have the same batch size"; - hdf5_save_nd_dataset(file_id_, HDF5_DATA_DATASET_NAME, data_blob_); - hdf5_save_nd_dataset(file_id_, HDF5_DATA_LABEL_NAME, label_blob_); - LOG(INFO) << "Successfully saved " << data_blob_.num() << " rows"; -} - -template -void HDF5OutputLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - CHECK_GE(bottom.size(), 2); - CHECK_EQ(bottom[0]->num(), bottom[1]->num()); - data_blob_.Reshape(bottom[0]->num(), bottom[0]->channels(), - bottom[0]->height(), bottom[0]->width()); - label_blob_.Reshape(bottom[1]->num(), bottom[1]->channels(), - bottom[1]->height(), bottom[1]->width()); - const int data_datum_dim = bottom[0]->count() / bottom[0]->num(); - const int label_datum_dim = bottom[1]->count() / bottom[1]->num(); - - for (int i = 0; i < bottom[0]->num(); ++i) { - caffe_copy(data_datum_dim, &bottom[0]->cpu_data()[i * data_datum_dim], - &data_blob_.mutable_cpu_data()[i * data_datum_dim]); - caffe_copy(label_datum_dim, &bottom[1]->cpu_data()[i * label_datum_dim], - &label_blob_.mutable_cpu_data()[i * label_datum_dim]); - } - SaveBlobs(); -} - -template -void HDF5OutputLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - return; -} - -#ifdef CPU_ONLY -STUB_GPU(HDF5OutputLayer); -#endif - -INSTANTIATE_CLASS(HDF5OutputLayer); -REGISTER_LAYER_CLASS(HDF5_OUTPUT, HDF5OutputLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/hdf5_output_layer.cu b/caffe-crfrnn/src/caffe/layers/hdf5_output_layer.cu deleted file mode 100644 index ae497c34..00000000 --- a/caffe-crfrnn/src/caffe/layers/hdf5_output_layer.cu +++ /dev/null @@ -1,43 +0,0 @@ -#include - -#include "hdf5.h" -#include "hdf5_hl.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/io.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void HDF5OutputLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - CHECK_GE(bottom.size(), 2); - CHECK_EQ(bottom[0]->num(), bottom[1]->num()); - data_blob_.Reshape(bottom[0]->num(), bottom[0]->channels(), - bottom[0]->height(), bottom[0]->width()); - label_blob_.Reshape(bottom[1]->num(), bottom[1]->channels(), - bottom[1]->height(), bottom[1]->width()); - const int data_datum_dim = bottom[0]->count() / bottom[0]->num(); - const int label_datum_dim = bottom[1]->count() / bottom[1]->num(); - - for (int i = 0; i < bottom[0]->num(); ++i) { - caffe_copy(data_datum_dim, &bottom[0]->gpu_data()[i * data_datum_dim], - &data_blob_.mutable_cpu_data()[i * data_datum_dim]); - caffe_copy(label_datum_dim, &bottom[1]->gpu_data()[i * label_datum_dim], - &label_blob_.mutable_cpu_data()[i * label_datum_dim]); - } - SaveBlobs(); -} - -template -void HDF5OutputLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - return; -} - -INSTANTIATE_LAYER_GPU_FUNCS(HDF5OutputLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/hinge_loss_layer.cpp b/caffe-crfrnn/src/caffe/layers/hinge_loss_layer.cpp deleted file mode 100644 index 4dfafcc8..00000000 --- a/caffe-crfrnn/src/caffe/layers/hinge_loss_layer.cpp +++ /dev/null @@ -1,81 +0,0 @@ -#include -#include -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/util/io.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void HingeLossLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->cpu_data(); - Dtype* bottom_diff = bottom[0]->mutable_cpu_diff(); - const Dtype* label = bottom[1]->cpu_data(); - int num = bottom[0]->num(); - int count = bottom[0]->count(); - int dim = count / num; - - caffe_copy(count, bottom_data, bottom_diff); - for (int i = 0; i < num; ++i) { - bottom_diff[i * dim + static_cast(label[i])] *= -1; - } - for (int i = 0; i < num; ++i) { - for (int j = 0; j < dim; ++j) { - bottom_diff[i * dim + j] = std::max( - Dtype(0), 1 + bottom_diff[i * dim + j]); - } - } - Dtype* loss = top[0]->mutable_cpu_data(); - switch (this->layer_param_.hinge_loss_param().norm()) { - case HingeLossParameter_Norm_L1: - loss[0] = caffe_cpu_asum(count, bottom_diff) / num; - break; - case HingeLossParameter_Norm_L2: - loss[0] = caffe_cpu_dot(count, bottom_diff, bottom_diff) / num; - break; - default: - LOG(FATAL) << "Unknown Norm"; - } -} - -template -void HingeLossLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - if (propagate_down[1]) { - LOG(FATAL) << this->type_name() - << " Layer cannot backpropagate to label inputs."; - } - if (propagate_down[0]) { - Dtype* bottom_diff = bottom[0]->mutable_cpu_diff(); - const Dtype* label = bottom[1]->cpu_data(); - int num = bottom[0]->num(); - int count = bottom[0]->count(); - int dim = count / num; - - for (int i = 0; i < num; ++i) { - bottom_diff[i * dim + static_cast(label[i])] *= -1; - } - - const Dtype loss_weight = top[0]->cpu_diff()[0]; - switch (this->layer_param_.hinge_loss_param().norm()) { - case HingeLossParameter_Norm_L1: - caffe_cpu_sign(count, bottom_diff, bottom_diff); - caffe_scal(count, loss_weight / num, bottom_diff); - break; - case HingeLossParameter_Norm_L2: - caffe_scal(count, loss_weight * 2 / num, bottom_diff); - break; - default: - LOG(FATAL) << "Unknown Norm"; - } - } -} - -INSTANTIATE_CLASS(HingeLossLayer); -REGISTER_LAYER_CLASS(HINGE_LOSS, HingeLossLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/im2col_layer.cpp b/caffe-crfrnn/src/caffe/layers/im2col_layer.cpp deleted file mode 100644 index 2c4bb902..00000000 --- a/caffe-crfrnn/src/caffe/layers/im2col_layer.cpp +++ /dev/null @@ -1,92 +0,0 @@ -#include - -#include "caffe/common.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/im2col.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void Im2colLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - ConvolutionParameter conv_param = this->layer_param_.convolution_param(); - CHECK(!conv_param.has_kernel_size() != - !(conv_param.has_kernel_h() && conv_param.has_kernel_w())) - << "Filter size is kernel_size OR kernel_h and kernel_w; not both"; - CHECK(conv_param.has_kernel_size() || - (conv_param.has_kernel_h() && conv_param.has_kernel_w())) - << "For non-square filters both kernel_h and kernel_w are required."; - CHECK((!conv_param.has_pad() && conv_param.has_pad_h() - && conv_param.has_pad_w()) - || (!conv_param.has_pad_h() && !conv_param.has_pad_w())) - << "pad is pad OR pad_h and pad_w are required."; - CHECK((!conv_param.has_stride() && conv_param.has_stride_h() - && conv_param.has_stride_w()) - || (!conv_param.has_stride_h() && !conv_param.has_stride_w())) - << "Stride is stride OR stride_h and stride_w are required."; - if (conv_param.has_kernel_size()) { - kernel_h_ = kernel_w_ = conv_param.kernel_size(); - } else { - kernel_h_ = conv_param.kernel_h(); - kernel_w_ = conv_param.kernel_w(); - } - CHECK_GT(kernel_h_, 0) << "Filter dimensions cannot be zero."; - CHECK_GT(kernel_w_, 0) << "Filter dimensions cannot be zero."; - if (!conv_param.has_pad_h()) { - pad_h_ = pad_w_ = conv_param.pad(); - } else { - pad_h_ = conv_param.pad_h(); - pad_w_ = conv_param.pad_w(); - } - if (!conv_param.has_stride_h()) { - stride_h_ = stride_w_ = conv_param.stride(); - } else { - stride_h_ = conv_param.stride_h(); - stride_w_ = conv_param.stride_w(); - } -} - -template -void Im2colLayer::Reshape(const vector*>& bottom, - const vector*>& top) { - channels_ = bottom[0]->channels(); - height_ = bottom[0]->height(); - width_ = bottom[0]->width(); - top[0]->Reshape( - bottom[0]->num(), channels_ * kernel_h_ * kernel_w_, - (height_ + 2 * pad_h_ - kernel_h_) / stride_h_ + 1, - (width_ + 2 * pad_w_ - kernel_w_) / stride_w_ + 1); -} - -template -void Im2colLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->cpu_data(); - Dtype* top_data = top[0]->mutable_cpu_data(); - for (int n = 0; n < bottom[0]->num(); ++n) { - im2col_cpu(bottom_data + bottom[0]->offset(n), channels_, height_, - width_, kernel_h_, kernel_w_, pad_h_, pad_w_, - stride_h_, stride_w_, top_data + top[0]->offset(n)); - } -} - -template -void Im2colLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - const Dtype* top_diff = top[0]->cpu_diff(); - Dtype* bottom_diff = bottom[0]->mutable_cpu_diff(); - for (int n = 0; n < top[0]->num(); ++n) { - col2im_cpu(top_diff + top[0]->offset(n), channels_, height_, width_, - kernel_h_, kernel_w_, pad_h_, pad_w_, - stride_h_, stride_w_, bottom_diff + bottom[0]->offset(n)); - } -} - -#ifdef CPU_ONLY -STUB_GPU(Im2colLayer); -#endif - -INSTANTIATE_CLASS(Im2colLayer); -REGISTER_LAYER_CLASS(IM2COL, Im2colLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/im2col_layer.cu b/caffe-crfrnn/src/caffe/layers/im2col_layer.cu deleted file mode 100644 index 9c338b14..00000000 --- a/caffe-crfrnn/src/caffe/layers/im2col_layer.cu +++ /dev/null @@ -1,37 +0,0 @@ -#include - -#include "caffe/common.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/im2col.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void Im2colLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* top_data = top[0]->mutable_gpu_data(); - for (int n = 0; n < bottom[0]->num(); ++n) { - im2col_gpu(bottom_data + bottom[0]->offset(n), channels_, height_, - width_, kernel_h_, kernel_w_, pad_h_, pad_w_, - stride_h_, stride_w_, top_data + top[0]->offset(n)); - } -} - -template -void Im2colLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - const Dtype* top_diff = top[0]->gpu_diff(); - Dtype* bottom_diff = bottom[0]->mutable_gpu_diff(); - for (int n = 0; n < top[0]->num(); ++n) { - col2im_gpu(top_diff + top[0]->offset(n), channels_, height_, width_, - kernel_h_, kernel_w_, pad_h_, pad_w_, - stride_h_, stride_w_, bottom_diff + bottom[0]->offset(n)); - } -} - - -INSTANTIATE_LAYER_GPU_FUNCS(Im2colLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/image_data_layer.cpp b/caffe-crfrnn/src/caffe/layers/image_data_layer.cpp deleted file mode 100644 index 50997a23..00000000 --- a/caffe-crfrnn/src/caffe/layers/image_data_layer.cpp +++ /dev/null @@ -1,151 +0,0 @@ -#include // NOLINT(readability/streams) -#include // NOLINT(readability/streams) -#include -#include -#include - -#include "caffe/data_layers.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/benchmark.hpp" -#include "caffe/util/io.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/util/rng.hpp" - -namespace caffe { - -template -ImageDataLayer::~ImageDataLayer() { - this->JoinPrefetchThread(); -} - -template -void ImageDataLayer::DataLayerSetUp(const vector*>& bottom, - const vector*>& top) { - const int new_height = this->layer_param_.image_data_param().new_height(); - const int new_width = this->layer_param_.image_data_param().new_width(); - const bool is_color = this->layer_param_.image_data_param().is_color(); - string root_folder = this->layer_param_.image_data_param().root_folder(); - - CHECK((new_height == 0 && new_width == 0) || - (new_height > 0 && new_width > 0)) << "Current implementation requires " - "new_height and new_width to be set at the same time."; - // Read the file with filenames and labels - const string& source = this->layer_param_.image_data_param().source(); - LOG(INFO) << "Opening file " << source; - std::ifstream infile(source.c_str()); - string filename; - int label; - while (infile >> filename >> label) { - lines_.push_back(std::make_pair(filename, label)); - } - - if (this->layer_param_.image_data_param().shuffle()) { - // randomly shuffle data - LOG(INFO) << "Shuffling data"; - const unsigned int prefetch_rng_seed = caffe_rng_rand(); - prefetch_rng_.reset(new Caffe::RNG(prefetch_rng_seed)); - ShuffleImages(); - } - LOG(INFO) << "A total of " << lines_.size() << " images."; - - lines_id_ = 0; - // Check if we would need to randomly skip a few data points - if (this->layer_param_.image_data_param().rand_skip()) { - unsigned int skip = caffe_rng_rand() % - this->layer_param_.image_data_param().rand_skip(); - LOG(INFO) << "Skipping first " << skip << " data points."; - CHECK_GT(lines_.size(), skip) << "Not enough points to skip"; - lines_id_ = skip; - } - // Read an image, and use it to initialize the top blob. - cv::Mat cv_img = ReadImageToCVMat(root_folder + lines_[lines_id_].first, - new_height, new_width, is_color); - const int channels = cv_img.channels(); - const int height = cv_img.rows; - const int width = cv_img.cols; - // image - const int crop_size = this->layer_param_.transform_param().crop_size(); - const int batch_size = this->layer_param_.image_data_param().batch_size(); - if (crop_size > 0) { - top[0]->Reshape(batch_size, channels, crop_size, crop_size); - this->prefetch_data_.Reshape(batch_size, channels, crop_size, crop_size); - this->transformed_data_.Reshape(1, channels, crop_size, crop_size); - } else { - top[0]->Reshape(batch_size, channels, height, width); - this->prefetch_data_.Reshape(batch_size, channels, height, width); - this->transformed_data_.Reshape(1, channels, height, width); - } - LOG(INFO) << "output data size: " << top[0]->num() << "," - << top[0]->channels() << "," << top[0]->height() << "," - << top[0]->width(); - // label - top[1]->Reshape(batch_size, 1, 1, 1); - this->prefetch_label_.Reshape(batch_size, 1, 1, 1); -} - -template -void ImageDataLayer::ShuffleImages() { - caffe::rng_t* prefetch_rng = - static_cast(prefetch_rng_->generator()); - shuffle(lines_.begin(), lines_.end(), prefetch_rng); -} - -// This function is used to create a thread that prefetches the data. -template -void ImageDataLayer::InternalThreadEntry() { - CPUTimer batch_timer; - batch_timer.Start(); - double read_time = 0; - double trans_time = 0; - CPUTimer timer; - CHECK(this->prefetch_data_.count()); - CHECK(this->transformed_data_.count()); - Dtype* top_data = this->prefetch_data_.mutable_cpu_data(); - Dtype* top_label = this->prefetch_label_.mutable_cpu_data(); - ImageDataParameter image_data_param = this->layer_param_.image_data_param(); - const int batch_size = image_data_param.batch_size(); - const int new_height = image_data_param.new_height(); - const int new_width = image_data_param.new_width(); - const bool is_color = image_data_param.is_color(); - string root_folder = image_data_param.root_folder(); - - // datum scales - const int lines_size = lines_.size(); - for (int item_id = 0; item_id < batch_size; ++item_id) { - // get a blob - timer.Start(); - CHECK_GT(lines_size, lines_id_); - cv::Mat cv_img = ReadImageToCVMat(root_folder + lines_[lines_id_].first, - new_height, new_width, is_color); - if (!cv_img.data) { - continue; - } - read_time += timer.MicroSeconds(); - timer.Start(); - // Apply transformations (mirror, crop...) to the image - int offset = this->prefetch_data_.offset(item_id); - this->transformed_data_.set_cpu_data(top_data + offset); - this->data_transformer_.Transform(cv_img, &(this->transformed_data_)); - trans_time += timer.MicroSeconds(); - - top_label[item_id] = lines_[lines_id_].second; - // go to the next iter - lines_id_++; - if (lines_id_ >= lines_size) { - // We have reached the end. Restart from the first. - DLOG(INFO) << "Restarting data prefetching from start."; - lines_id_ = 0; - if (this->layer_param_.image_data_param().shuffle()) { - ShuffleImages(); - } - } - } - batch_timer.Stop(); - DLOG(INFO) << "Prefetch batch: " << batch_timer.MilliSeconds() << " ms."; - DLOG(INFO) << " Read time: " << read_time / 1000 << " ms."; - DLOG(INFO) << "Transform time: " << trans_time / 1000 << " ms."; -} - -INSTANTIATE_CLASS(ImageDataLayer); -REGISTER_LAYER_CLASS(IMAGE_DATA, ImageDataLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/infogain_loss_layer.cpp b/caffe-crfrnn/src/caffe/layers/infogain_loss_layer.cpp deleted file mode 100644 index 8910431d..00000000 --- a/caffe-crfrnn/src/caffe/layers/infogain_loss_layer.cpp +++ /dev/null @@ -1,110 +0,0 @@ -#include -#include -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/util/io.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void InfogainLossLayer::LayerSetUp( - const vector*>& bottom, const vector*>& top) { - LossLayer::LayerSetUp(bottom, top); - if (bottom.size() < 3) { - CHECK(this->layer_param_.infogain_loss_param().has_source()) - << "Infogain matrix source must be specified."; - BlobProto blob_proto; - ReadProtoFromBinaryFile( - this->layer_param_.infogain_loss_param().source(), &blob_proto); - infogain_.FromProto(blob_proto); - } -} - -template -void InfogainLossLayer::Reshape( - const vector*>& bottom, const vector*>& top) { - LossLayer::Reshape(bottom, top); - Blob* infogain = NULL; - if (bottom.size() < 3) { - infogain = &infogain_; - } else { - infogain = bottom[2]; - } - CHECK_EQ(bottom[1]->channels(), 1); - CHECK_EQ(bottom[1]->height(), 1); - CHECK_EQ(bottom[1]->width(), 1); - const int num = bottom[0]->num(); - const int dim = bottom[0]->count() / num; - CHECK_EQ(infogain->num(), 1); - CHECK_EQ(infogain->channels(), 1); - CHECK_EQ(infogain->height(), dim); - CHECK_EQ(infogain->width(), dim); -} - - -template -void InfogainLossLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->cpu_data(); - const Dtype* bottom_label = bottom[1]->cpu_data(); - const Dtype* infogain_mat = NULL; - if (bottom.size() < 3) { - infogain_mat = infogain_.cpu_data(); - } else { - infogain_mat = bottom[2]->cpu_data(); - } - int num = bottom[0]->num(); - int dim = bottom[0]->count() / bottom[0]->num(); - Dtype loss = 0; - for (int i = 0; i < num; ++i) { - int label = static_cast(bottom_label[i]); - for (int j = 0; j < dim; ++j) { - Dtype prob = std::max(bottom_data[i * dim + j], Dtype(kLOG_THRESHOLD)); - loss -= infogain_mat[label * dim + j] * log(prob); - } - } - top[0]->mutable_cpu_data()[0] = loss / num; -} - -template -void InfogainLossLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - if (propagate_down[1]) { - LOG(FATAL) << this->type_name() - << " Layer cannot backpropagate to label inputs."; - } - if (propagate_down.size() > 2 && propagate_down[2]) { - LOG(FATAL) << this->type_name() - << " Layer cannot backpropagate to infogain inputs."; - } - if (propagate_down[0]) { - const Dtype* bottom_data = bottom[0]->cpu_data(); - const Dtype* bottom_label = bottom[1]->cpu_data(); - const Dtype* infogain_mat = NULL; - if (bottom.size() < 3) { - infogain_mat = infogain_.cpu_data(); - } else { - infogain_mat = bottom[2]->cpu_data(); - } - Dtype* bottom_diff = bottom[0]->mutable_cpu_diff(); - int num = bottom[0]->num(); - int dim = bottom[0]->count() / bottom[0]->num(); - const Dtype scale = - top[0]->cpu_diff()[0] / num; - for (int i = 0; i < num; ++i) { - const int label = static_cast(bottom_label[i]); - for (int j = 0; j < dim; ++j) { - Dtype prob = std::max(bottom_data[i * dim + j], Dtype(kLOG_THRESHOLD)); - bottom_diff[i * dim + j] = scale * infogain_mat[label * dim + j] / prob; - } - } - } -} - -INSTANTIATE_CLASS(InfogainLossLayer); -REGISTER_LAYER_CLASS(INFOGAIN_LOSS, InfogainLossLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/inner_product_layer.cpp b/caffe-crfrnn/src/caffe/layers/inner_product_layer.cpp deleted file mode 100644 index 2ba4d662..00000000 --- a/caffe-crfrnn/src/caffe/layers/inner_product_layer.cpp +++ /dev/null @@ -1,108 +0,0 @@ -#include - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void InnerProductLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - const int num_output = this->layer_param_.inner_product_param().num_output(); - bias_term_ = this->layer_param_.inner_product_param().bias_term(); - N_ = num_output; - K_ = bottom[0]->count() / bottom[0]->num(); - // Check if we need to set up the weights - if (this->blobs_.size() > 0) { - LOG(INFO) << "Skipping parameter initialization"; - } else { - if (bias_term_) { - this->blobs_.resize(2); - } else { - this->blobs_.resize(1); - } - // Intialize the weight - this->blobs_[0].reset(new Blob(1, 1, N_, K_)); - // fill the weights - shared_ptr > weight_filler(GetFiller( - this->layer_param_.inner_product_param().weight_filler())); - weight_filler->Fill(this->blobs_[0].get()); - // If necessary, intiialize and fill the bias term - if (bias_term_) { - this->blobs_[1].reset(new Blob(1, 1, 1, N_)); - shared_ptr > bias_filler(GetFiller( - this->layer_param_.inner_product_param().bias_filler())); - bias_filler->Fill(this->blobs_[1].get()); - } - } // parameter initialization - this->param_propagate_down_.resize(this->blobs_.size(), true); -} - -template -void InnerProductLayer::Reshape(const vector*>& bottom, - const vector*>& top) { - // Figure out the dimensions - M_ = bottom[0]->num(); - CHECK_EQ(bottom[0]->count() / bottom[0]->num(), K_) << "Input size " - "incompatible with inner product parameters."; - top[0]->Reshape(bottom[0]->num(), N_, 1, 1); - // Set up the bias multiplier - if (bias_term_) { - bias_multiplier_.Reshape(1, 1, 1, M_); - caffe_set(M_, Dtype(1), bias_multiplier_.mutable_cpu_data()); - } -} - -template -void InnerProductLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->cpu_data(); - Dtype* top_data = top[0]->mutable_cpu_data(); - const Dtype* weight = this->blobs_[0]->cpu_data(); - caffe_cpu_gemm(CblasNoTrans, CblasTrans, M_, N_, K_, (Dtype)1., - bottom_data, weight, (Dtype)0., top_data); - if (bias_term_) { - caffe_cpu_gemm(CblasNoTrans, CblasNoTrans, M_, N_, 1, (Dtype)1., - bias_multiplier_.cpu_data(), - this->blobs_[1]->cpu_data(), (Dtype)1., top_data); - } -} - -template -void InnerProductLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - if (this->param_propagate_down_[0]) { - const Dtype* top_diff = top[0]->cpu_diff(); - const Dtype* bottom_data = bottom[0]->cpu_data(); - // Gradient with respect to weight - caffe_cpu_gemm(CblasTrans, CblasNoTrans, N_, K_, M_, (Dtype)1., - top_diff, bottom_data, (Dtype)1., this->blobs_[0]->mutable_cpu_diff()); - } - if (bias_term_ && this->param_propagate_down_[1]) { - const Dtype* top_diff = top[0]->cpu_diff(); - // Gradient with respect to bias - caffe_cpu_gemv(CblasTrans, M_, N_, (Dtype)1., top_diff, - bias_multiplier_.cpu_data(), (Dtype)1., - this->blobs_[1]->mutable_cpu_diff()); - } - if (propagate_down[0]) { - const Dtype* top_diff = top[0]->cpu_diff(); - // Gradient with respect to bottom data - caffe_cpu_gemm(CblasNoTrans, CblasNoTrans, M_, K_, N_, (Dtype)1., - top_diff, this->blobs_[0]->cpu_data(), (Dtype)0., - bottom[0]->mutable_cpu_diff()); - } -} - -#ifdef CPU_ONLY -STUB_GPU(InnerProductLayer); -#endif - -INSTANTIATE_CLASS(InnerProductLayer); -REGISTER_LAYER_CLASS(INNER_PRODUCT, InnerProductLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/inner_product_layer.cu b/caffe-crfrnn/src/caffe/layers/inner_product_layer.cu deleted file mode 100644 index dd90cac1..00000000 --- a/caffe-crfrnn/src/caffe/layers/inner_product_layer.cu +++ /dev/null @@ -1,56 +0,0 @@ -#include - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void InnerProductLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* top_data = top[0]->mutable_gpu_data(); - const Dtype* weight = this->blobs_[0]->gpu_data(); - caffe_gpu_gemm(CblasNoTrans, CblasTrans, M_, N_, K_, (Dtype)1., - bottom_data, weight, (Dtype)0., top_data); - if (bias_term_) { - caffe_gpu_gemm(CblasNoTrans, CblasNoTrans, M_, N_, 1, (Dtype)1., - bias_multiplier_.gpu_data(), - this->blobs_[1]->gpu_data(), (Dtype)1., top_data); - } -} - -template -void InnerProductLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - if (this->param_propagate_down_[0]) { - const Dtype* top_diff = top[0]->gpu_diff(); - const Dtype* bottom_data = bottom[0]->gpu_data(); - // Gradient with respect to weight - caffe_gpu_gemm(CblasTrans, CblasNoTrans, N_, K_, M_, (Dtype)1., - top_diff, bottom_data, (Dtype)1., this->blobs_[0]->mutable_gpu_diff()); - } - if (bias_term_ && this->param_propagate_down_[1]) { - const Dtype* top_diff = top[0]->gpu_diff(); - // Gradient with respect to bias - caffe_gpu_gemv(CblasTrans, M_, N_, (Dtype)1., top_diff, - bias_multiplier_.gpu_data(), (Dtype)1., - this->blobs_[1]->mutable_gpu_diff()); - } - if (propagate_down[0]) { - const Dtype* top_diff = top[0]->gpu_diff(); - // Gradient with respect to bottom data - caffe_gpu_gemm(CblasNoTrans, CblasNoTrans, M_, K_, N_, (Dtype)1., - top_diff, this->blobs_[0]->gpu_data(), (Dtype)0., - bottom[0]->mutable_gpu_diff()); - } -} - -INSTANTIATE_LAYER_GPU_FUNCS(InnerProductLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/loss_layer.cpp b/caffe-crfrnn/src/caffe/layers/loss_layer.cpp deleted file mode 100644 index a5b6d11b..00000000 --- a/caffe-crfrnn/src/caffe/layers/loss_layer.cpp +++ /dev/null @@ -1,32 +0,0 @@ -#include -#include -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/util/io.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void LossLayer::LayerSetUp( - const vector*>& bottom, const vector*>& top) { - // LossLayers have a non-zero (1) loss by default. - if (this->layer_param_.loss_weight_size() == 0) { - this->layer_param_.add_loss_weight(Dtype(1)); - } -} - -template -void LossLayer::Reshape( - const vector*>& bottom, const vector*>& top) { - CHECK_EQ(bottom[0]->num(), bottom[1]->num()) - << "The data and label should have the same number."; - top[0]->Reshape(1, 1, 1, 1); -} - -INSTANTIATE_CLASS(LossLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/lrn_layer.cpp b/caffe-crfrnn/src/caffe/layers/lrn_layer.cpp deleted file mode 100644 index a878cf84..00000000 --- a/caffe-crfrnn/src/caffe/layers/lrn_layer.cpp +++ /dev/null @@ -1,256 +0,0 @@ -#include - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void LRNLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - size_ = this->layer_param_.lrn_param().local_size(); - CHECK_EQ(size_ % 2, 1) << "LRN only supports odd values for local_size"; - pre_pad_ = (size_ - 1) / 2; - alpha_ = this->layer_param_.lrn_param().alpha(); - beta_ = this->layer_param_.lrn_param().beta(); - k_ = this->layer_param_.lrn_param().k(); - if (this->layer_param_.lrn_param().norm_region() == - LRNParameter_NormRegion_WITHIN_CHANNEL) { - // Set up split_layer_ to use inputs in the numerator and denominator. - split_top_vec_.clear(); - split_top_vec_.push_back(&product_input_); - split_top_vec_.push_back(&square_input_); - LayerParameter split_param; - split_layer_.reset(new SplitLayer(split_param)); - split_layer_->SetUp(bottom, split_top_vec_); - // Set up square_layer_ to square the inputs. - square_bottom_vec_.clear(); - square_top_vec_.clear(); - square_bottom_vec_.push_back(&square_input_); - square_top_vec_.push_back(&square_output_); - LayerParameter square_param; - square_param.mutable_power_param()->set_power(Dtype(2)); - square_layer_.reset(new PowerLayer(square_param)); - square_layer_->SetUp(square_bottom_vec_, square_top_vec_); - // Set up pool_layer_ to sum over square neighborhoods of the input. - pool_top_vec_.clear(); - pool_top_vec_.push_back(&pool_output_); - LayerParameter pool_param; - pool_param.mutable_pooling_param()->set_pool( - PoolingParameter_PoolMethod_AVE); - pool_param.mutable_pooling_param()->set_pad(pre_pad_); - pool_param.mutable_pooling_param()->set_kernel_size(size_); - pool_layer_.reset(new PoolingLayer(pool_param)); - pool_layer_->SetUp(square_top_vec_, pool_top_vec_); - // Set up power_layer_ to compute (1 + alpha_/N^2 s)^-beta_, where s is - // the sum of a squared neighborhood (the output of pool_layer_). - power_top_vec_.clear(); - power_top_vec_.push_back(&power_output_); - LayerParameter power_param; - power_param.mutable_power_param()->set_power(-beta_); - power_param.mutable_power_param()->set_scale(alpha_); - power_param.mutable_power_param()->set_shift(Dtype(1)); - power_layer_.reset(new PowerLayer(power_param)); - power_layer_->SetUp(pool_top_vec_, power_top_vec_); - // Set up a product_layer_ to compute outputs by multiplying inputs by the - // inverse demoninator computed by the power layer. - product_bottom_vec_.clear(); - product_bottom_vec_.push_back(&product_input_); - product_bottom_vec_.push_back(&power_output_); - LayerParameter product_param; - EltwiseParameter* eltwise_param = product_param.mutable_eltwise_param(); - eltwise_param->set_operation(EltwiseParameter_EltwiseOp_PROD); - product_layer_.reset(new EltwiseLayer(product_param)); - product_layer_->SetUp(product_bottom_vec_, top); - } -} - -template -void LRNLayer::Reshape(const vector*>& bottom, - const vector*>& top) { - num_ = bottom[0]->num(); - channels_ = bottom[0]->channels(); - height_ = bottom[0]->height(); - width_ = bottom[0]->width(); - switch (this->layer_param_.lrn_param().norm_region()) { - case LRNParameter_NormRegion_ACROSS_CHANNELS: - top[0]->Reshape(num_, channels_, height_, width_); - scale_.Reshape(num_, channels_, height_, width_); - break; - case LRNParameter_NormRegion_WITHIN_CHANNEL: - split_layer_->Reshape(bottom, split_top_vec_); - square_layer_->Reshape(square_bottom_vec_, square_top_vec_); - pool_layer_->Reshape(square_top_vec_, pool_top_vec_); - power_layer_->Reshape(pool_top_vec_, power_top_vec_); - product_layer_->Reshape(product_bottom_vec_, top); - break; - } -} - -template -void LRNLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - switch (this->layer_param_.lrn_param().norm_region()) { - case LRNParameter_NormRegion_ACROSS_CHANNELS: - CrossChannelForward_cpu(bottom, top); - break; - case LRNParameter_NormRegion_WITHIN_CHANNEL: - WithinChannelForward(bottom, top); - break; - default: - LOG(FATAL) << "Unknown normalization region."; - } -} - -template -void LRNLayer::CrossChannelForward_cpu( - const vector*>& bottom, const vector*>& top) { - const Dtype* bottom_data = bottom[0]->cpu_data(); - Dtype* top_data = top[0]->mutable_cpu_data(); - Dtype* scale_data = scale_.mutable_cpu_data(); - // start with the constant value - for (int i = 0; i < scale_.count(); ++i) { - scale_data[i] = k_; - } - Blob padded_square(1, channels_ + size_ - 1, height_, width_); - Dtype* padded_square_data = padded_square.mutable_cpu_data(); - caffe_set(padded_square.count(), Dtype(0), padded_square_data); - Dtype alpha_over_size = alpha_ / size_; - // go through the images - for (int n = 0; n < num_; ++n) { - // compute the padded square - caffe_sqr(channels_ * height_ * width_, - bottom_data + bottom[0]->offset(n), - padded_square_data + padded_square.offset(0, pre_pad_)); - // Create the first channel scale - for (int c = 0; c < size_; ++c) { - caffe_axpy(height_ * width_, alpha_over_size, - padded_square_data + padded_square.offset(0, c), - scale_data + scale_.offset(n, 0)); - } - for (int c = 1; c < channels_; ++c) { - // copy previous scale - caffe_copy(height_ * width_, - scale_data + scale_.offset(n, c - 1), - scale_data + scale_.offset(n, c)); - // add head - caffe_axpy(height_ * width_, alpha_over_size, - padded_square_data + padded_square.offset(0, c + size_ - 1), - scale_data + scale_.offset(n, c)); - // subtract tail - caffe_axpy(height_ * width_, -alpha_over_size, - padded_square_data + padded_square.offset(0, c - 1), - scale_data + scale_.offset(n, c)); - } - } - - // In the end, compute output - caffe_powx(scale_.count(), scale_data, -beta_, top_data); - caffe_mul(scale_.count(), top_data, bottom_data, top_data); -} - -template -void LRNLayer::WithinChannelForward( - const vector*>& bottom, const vector*>& top) { - split_layer_->Forward(bottom, split_top_vec_); - square_layer_->Forward(square_bottom_vec_, square_top_vec_); - pool_layer_->Forward(square_top_vec_, pool_top_vec_); - power_layer_->Forward(pool_top_vec_, power_top_vec_); - product_layer_->Forward(product_bottom_vec_, top); -} - -template -void LRNLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - switch (this->layer_param_.lrn_param().norm_region()) { - case LRNParameter_NormRegion_ACROSS_CHANNELS: - CrossChannelBackward_cpu(top, propagate_down, bottom); - break; - case LRNParameter_NormRegion_WITHIN_CHANNEL: - WithinChannelBackward(top, propagate_down, bottom); - break; - default: - LOG(FATAL) << "Unknown normalization region."; - } -} - -template -void LRNLayer::CrossChannelBackward_cpu( - const vector*>& top, const vector& propagate_down, - const vector*>& bottom) { - const Dtype* top_diff = top[0]->cpu_diff(); - const Dtype* top_data = top[0]->cpu_data(); - const Dtype* bottom_data = bottom[0]->cpu_data(); - const Dtype* scale_data = scale_.cpu_data(); - Dtype* bottom_diff = bottom[0]->mutable_cpu_diff(); - Blob padded_ratio(1, channels_ + size_ - 1, height_, width_); - Blob accum_ratio(1, 1, height_, width_); - Dtype* padded_ratio_data = padded_ratio.mutable_cpu_data(); - Dtype* accum_ratio_data = accum_ratio.mutable_cpu_data(); - // We hack a little bit by using the diff() to store an additional result - Dtype* accum_ratio_times_bottom = accum_ratio.mutable_cpu_diff(); - caffe_set(padded_ratio.count(), Dtype(0), padded_ratio_data); - Dtype cache_ratio_value = 2. * alpha_ * beta_ / size_; - - caffe_powx(scale_.count(), scale_data, -beta_, bottom_diff); - caffe_mul(scale_.count(), top_diff, bottom_diff, bottom_diff); - - // go through individual data - int inverse_pre_pad = size_ - (size_ + 1) / 2; - for (int n = 0; n < num_; ++n) { - int block_offset = scale_.offset(n); - // first, compute diff_i * y_i / s_i - caffe_mul(channels_ * height_ * width_, - top_diff + block_offset, top_data + block_offset, - padded_ratio_data + padded_ratio.offset(0, inverse_pre_pad)); - caffe_div(channels_ * height_ * width_, - padded_ratio_data + padded_ratio.offset(0, inverse_pre_pad), - scale_data + block_offset, - padded_ratio_data + padded_ratio.offset(0, inverse_pre_pad)); - // Now, compute the accumulated ratios and the bottom diff - caffe_set(accum_ratio.count(), Dtype(0), accum_ratio_data); - for (int c = 0; c < size_ - 1; ++c) { - caffe_axpy(height_ * width_, 1., - padded_ratio_data + padded_ratio.offset(0, c), accum_ratio_data); - } - for (int c = 0; c < channels_; ++c) { - caffe_axpy(height_ * width_, 1., - padded_ratio_data + padded_ratio.offset(0, c + size_ - 1), - accum_ratio_data); - // compute bottom diff - caffe_mul(height_ * width_, - bottom_data + top[0]->offset(n, c), - accum_ratio_data, accum_ratio_times_bottom); - caffe_axpy(height_ * width_, -cache_ratio_value, - accum_ratio_times_bottom, bottom_diff + top[0]->offset(n, c)); - caffe_axpy(height_ * width_, -1., - padded_ratio_data + padded_ratio.offset(0, c), accum_ratio_data); - } - } -} - -template -void LRNLayer::WithinChannelBackward( - const vector*>& top, const vector& propagate_down, - const vector*>& bottom) { - if (propagate_down[0]) { - vector product_propagate_down(2, true); - product_layer_->Backward(top, product_propagate_down, product_bottom_vec_); - power_layer_->Backward(power_top_vec_, propagate_down, pool_top_vec_); - pool_layer_->Backward(pool_top_vec_, propagate_down, square_top_vec_); - square_layer_->Backward(square_top_vec_, propagate_down, - square_bottom_vec_); - split_layer_->Backward(split_top_vec_, propagate_down, bottom); - } -} - -#ifdef CPU_ONLY -STUB_GPU(LRNLayer); -STUB_GPU_FORWARD(LRNLayer, CrossChannelForward); -STUB_GPU_BACKWARD(LRNLayer, CrossChannelBackward); -#endif - -INSTANTIATE_CLASS(LRNLayer); -REGISTER_LAYER_CLASS(LRN, LRNLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/lrn_layer.cu b/caffe-crfrnn/src/caffe/layers/lrn_layer.cu deleted file mode 100644 index 58c39926..00000000 --- a/caffe-crfrnn/src/caffe/layers/lrn_layer.cu +++ /dev/null @@ -1,206 +0,0 @@ -#include - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -__global__ void LRNFillScale(const int nthreads, const Dtype* in, - const int num, const int channels, const int height, - const int width, const int size, const Dtype alpha_over_size, - const Dtype k, Dtype* scale) { - CUDA_KERNEL_LOOP(index, nthreads) { - // find out the local offset - int w = index % width; - int h = (index / width) % height; - int n = index / width / height; - int offset = (n * channels * height + h) * width + w; - int step = height * width; - in += offset; - scale += offset; - int head = 0; - int pre_pad = (size - 1) / 2; - int post_pad = size - pre_pad - 1; - Dtype accum_scale = 0; - // fill the scale at [n, :, h, w] - // accumulate values - while (head < post_pad) { - accum_scale += in[head * step] * in[head * step]; - ++head; - } - // until we reach size, nothing needs to be subtracted - while (head < size) { - accum_scale += in[head * step] * in[head * step]; - scale[(head - post_pad) * step] = k + accum_scale * alpha_over_size; - ++head; - } - // both add and subtract - while (head < channels) { - accum_scale += in[head * step] * in[head * step]; - accum_scale -= in[(head - size) * step] * in[(head - size) * step]; - scale[(head - post_pad) * step] = k + accum_scale * alpha_over_size; - ++head; - } - // subtract only - while (head < channels + post_pad) { - accum_scale -= in[(head - size) * step] * in[(head - size) * step]; - scale[(head - post_pad) * step] = k + accum_scale * alpha_over_size; - ++head; - } - } -} - - -template -void LRNLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - switch (this->layer_param_.lrn_param().norm_region()) { - case LRNParameter_NormRegion_ACROSS_CHANNELS: - CrossChannelForward_gpu(bottom, top); - break; - case LRNParameter_NormRegion_WITHIN_CHANNEL: - WithinChannelForward(bottom, top); - break; - default: - LOG(FATAL) << "Unknown normalization region."; - } -} - -// TODO: check if it would be faster to just put it into the previous kernel. -template -__global__ void LRNComputeOutput(const int nthreads, const Dtype* in, - const Dtype* scale, const Dtype negative_beta, Dtype* out) { - CUDA_KERNEL_LOOP(index, nthreads) { - out[index] = in[index] * pow(scale[index], negative_beta); - } -} - -template -void LRNLayer::CrossChannelForward_gpu( - const vector*>& bottom, const vector*>& top) { - // First, compute scale - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* top_data = top[0]->mutable_gpu_data(); - Dtype* scale_data = scale_.mutable_gpu_data(); - // We will launch one kernel for each pixel location, and have the kernel - // go through all the channels. - int n_threads = num_ * height_ * width_; - // NOLINT_NEXT_LINE(whitespace/operators) - LRNFillScale<<>>( - n_threads, bottom_data, num_, channels_, height_, width_, size_, - alpha_ / size_, k_, scale_data); - CUDA_POST_KERNEL_CHECK; - n_threads = bottom[0]->count(); - // NOLINT_NEXT_LINE(whitespace/operators) - LRNComputeOutput<<>>( - n_threads, bottom_data, scale_data, -beta_, top_data); - CUDA_POST_KERNEL_CHECK; -} -template void LRNLayer::CrossChannelForward_gpu( - const vector*>& bottom, const vector*>& top); -template void LRNLayer::CrossChannelForward_gpu( - const vector*>& bottom, const vector*>& top); - - -template -void LRNLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - switch (this->layer_param_.lrn_param().norm_region()) { - case LRNParameter_NormRegion_ACROSS_CHANNELS: - CrossChannelBackward_gpu(top, propagate_down, bottom); - break; - case LRNParameter_NormRegion_WITHIN_CHANNEL: - WithinChannelBackward(top, propagate_down, bottom); - break; - default: - LOG(FATAL) << "Unknown normalization region."; - } -} - -template -__global__ void LRNComputeDiff(const int nthreads, const Dtype* bottom_data, - const Dtype* top_data, const Dtype* scale, const Dtype* top_diff, - const int num, const int channels, const int height, - const int width, const int size, const Dtype negative_beta, - const Dtype cache_ratio, - Dtype* bottom_diff) { - CUDA_KERNEL_LOOP(index, nthreads) { - // find out the local offset - int w = index % width; - int h = (index / width) % height; - int n = index / width / height; - int offset = (n * channels * height + h) * width + w; - int step = height * width; - bottom_data += offset; - top_data += offset; - scale += offset; - top_diff += offset; - bottom_diff += offset; - int head = 0; - int pre_pad = size - (size + 1) / 2; - int post_pad = size - pre_pad - 1; - Dtype accum_ratio = 0; - // accumulate values - while (head < post_pad) { - accum_ratio += top_diff[head * step] * top_data[head * step] / - scale[head * step]; - ++head; - } - // until we reach size, nothing needs to be subtracted - while (head < size) { - accum_ratio += top_diff[head * step] * top_data[head * step] / - scale[head * step]; - bottom_diff[(head - post_pad) * step] = top_diff[(head - post_pad) * step] - * pow(scale[(head - post_pad) * step], negative_beta) - cache_ratio * - bottom_data[(head - post_pad) * step] * accum_ratio; - ++head; - } - // both add and subtract - while (head < channels) { - accum_ratio += top_diff[head * step] * top_data[head * step] / - scale[head * step]; - accum_ratio -= top_diff[(head - size) * step] * - top_data[(head - size) * step] / scale[(head - size) * step]; - bottom_diff[(head - post_pad) * step] = top_diff[(head - post_pad) * step] - * pow(scale[(head - post_pad) * step], negative_beta) - cache_ratio * - bottom_data[(head - post_pad) * step] * accum_ratio; - ++head; - } - // subtract only - while (head < channels + post_pad) { - accum_ratio -= top_diff[(head - size) * step] * - top_data[(head - size) * step] / scale[(head - size) * step]; - bottom_diff[(head - post_pad) * step] = top_diff[(head - post_pad) * step] - * pow(scale[(head - post_pad) * step], negative_beta) - cache_ratio * - bottom_data[(head - post_pad) * step] * accum_ratio; - ++head; - } - } -} - -template -void LRNLayer::CrossChannelBackward_gpu( - const vector*>& top, const vector& propagate_down, - const vector*>& bottom) { - int n_threads = num_ * height_ * width_; - // NOLINT_NEXT_LINE(whitespace/operators) - LRNComputeDiff<<>>( - n_threads, bottom[0]->gpu_data(), top[0]->gpu_data(), - scale_.gpu_data(), top[0]->gpu_diff(), num_, channels_, height_, width_, - size_, -beta_, Dtype(2. * alpha_ * beta_ / size_), - bottom[0]->mutable_gpu_diff()); -} -template void LRNLayer::CrossChannelBackward_gpu( - const vector*>& top, const vector& propagate_down, - const vector*>& bottom); -template void LRNLayer::CrossChannelBackward_gpu( - const vector*>& top, const vector& propagate_down, - const vector*>& bottom); - - - -INSTANTIATE_LAYER_GPU_FUNCS(LRNLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/meanfield_iteration.cpp b/caffe-crfrnn/src/caffe/layers/meanfield_iteration.cpp deleted file mode 100755 index d6efc3ac..00000000 --- a/caffe-crfrnn/src/caffe/layers/meanfield_iteration.cpp +++ /dev/null @@ -1,284 +0,0 @@ -/*! - * \brief A helper class for {@link MultiStageMeanfieldLayer} class, which is the Caffe layer that implements the - * CRF-RNN described in the paper: Conditional Random Fields as Recurrent Neural Networks. IEEE ICCV 2015. - * - * This class itself is not a proper Caffe layer although it behaves like one to some degree. - * - * \authors Sadeep Jayasumana, Bernardino Romera-Paredes, Shuai Zheng, Zhizhong Su. - * \version 1.0 - * \date 2015 - * \copyright Torr Vision Group, University of Oxford. - * \details If you use this code, please consider citing the paper: - * Shuai Zheng, Sadeep Jayasumana, Bernardino Romera-Paredes, Vibhav Vineet, Zhizhong Su, Dalong Du, - * Chang Huang, Philip H. S. Torr. Conditional Random Fields as Recurrent Neural Networks. IEEE ICCV 2015. - * - * For more information about CRF-RNN, please visit the project website http://crfasrnn.torr.vision. - */ -#include - -#include "caffe/filler.hpp" -#include "caffe/layer.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -/** - * To be invoked once only immediately after construction. - */ -template -void MeanfieldIteration::OneTimeSetUp( - Blob* const unary_terms, - Blob* const softmax_input, - Blob* const output_blob, - const shared_ptr spatial_lattice, - const Blob* const spatial_norm) { - - spatial_lattice_ = spatial_lattice; - spatial_norm_ = spatial_norm; - - count_ = unary_terms->count(); - num_ = unary_terms->num(); - channels_ = unary_terms->channels(); - height_ = unary_terms->height(); - width_ = unary_terms->width(); - num_pixels_ = height_ * width_; - - if (this->blobs_.size() > 0) { - LOG(INFO) << "Meanfield iteration skipping parameter initialization."; - } else { - blobs_.resize(3); - blobs_[0].reset(new Blob(1, 1, channels_, channels_)); // spatial kernel weight - blobs_[1].reset(new Blob(1, 1, channels_, channels_)); // bilateral kernel weight - blobs_[2].reset(new Blob(1, 1, channels_, channels_)); // compatibility transform matrix - } - - pairwise_.Reshape(num_, channels_, height_, width_); - spatial_out_blob_.Reshape(num_, channels_, height_, width_); - bilateral_out_blob_.Reshape(num_, channels_, height_, width_); - message_passing_.Reshape(num_, channels_, height_, width_); - - // Softmax layer configuration - softmax_bottom_vec_.clear(); - softmax_bottom_vec_.push_back(softmax_input); - - softmax_top_vec_.clear(); - softmax_top_vec_.push_back(&prob_); - - LayerParameter softmax_param; - softmax_layer_.reset(new SoftmaxLayer(softmax_param)); - softmax_layer_->SetUp(softmax_bottom_vec_, softmax_top_vec_); - - // Sum layer configuration - sum_bottom_vec_.clear(); - sum_bottom_vec_.push_back(unary_terms); - sum_bottom_vec_.push_back(&pairwise_); - - sum_top_vec_.clear(); - sum_top_vec_.push_back(output_blob); - - LayerParameter sum_param; - sum_param.mutable_eltwise_param()->add_coeff(Dtype(1.)); - sum_param.mutable_eltwise_param()->add_coeff(Dtype(-1.)); - sum_param.mutable_eltwise_param()->set_operation(EltwiseParameter_EltwiseOp_SUM); - sum_layer_.reset(new EltwiseLayer(sum_param)); - sum_layer_->SetUp(sum_bottom_vec_, sum_top_vec_); -} - -/** - * To be invoked before every call to the Forward_cpu() method. - */ -template -void MeanfieldIteration::PrePass( - const vector > >& parameters_to_copy_from, - const vector >* const bilateral_lattices, - const Blob* const bilateral_norms) { - - bilateral_lattices_ = bilateral_lattices; - bilateral_norms_ = bilateral_norms; - - // Get copies of the up-to-date parameters. - for (int i = 0; i < parameters_to_copy_from.size(); ++i) { - blobs_[i]->CopyFrom(*(parameters_to_copy_from[i].get())); - } -} - -/** - * Forward pass during the inference. - */ -template -void MeanfieldIteration::Forward_cpu() { - - - //------------------------------- Softmax normalization-------------------- - softmax_layer_->Forward(softmax_bottom_vec_, softmax_top_vec_); - - //-----------------------------------Message passing----------------------- - for (int n = 0; n < num_; ++n) { - - Dtype* spatial_out_data = spatial_out_blob_.mutable_cpu_data() + spatial_out_blob_.offset(n); - const Dtype* prob_input_data = prob_.cpu_data() + prob_.offset(n); - - spatial_lattice_->compute(spatial_out_data, prob_input_data, channels_, false); - - // Pixel-wise normalization. - for (int channel_id = 0; channel_id < channels_; ++channel_id) { - caffe_mul(num_pixels_, spatial_norm_->cpu_data(), - spatial_out_data + channel_id * num_pixels_, - spatial_out_data + channel_id * num_pixels_); - } - - Dtype* bilateral_out_data = bilateral_out_blob_.mutable_cpu_data() + bilateral_out_blob_.offset(n); - - (*bilateral_lattices_)[n]->compute(bilateral_out_data, prob_input_data, channels_, false); - // Pixel-wise normalization. - for (int channel_id = 0; channel_id < channels_; ++channel_id) { - caffe_mul(num_pixels_, bilateral_norms_->cpu_data() + bilateral_norms_->offset(n), - bilateral_out_data + channel_id * num_pixels_, - bilateral_out_data + channel_id * num_pixels_); - } - } - - caffe_set(count_, Dtype(0.), message_passing_.mutable_cpu_data()); - - for (int n = 0; n < num_; ++n) { - caffe_cpu_gemm(CblasNoTrans, CblasNoTrans, channels_, num_pixels_, channels_, (Dtype) 1., - this->blobs_[0]->cpu_data(), spatial_out_blob_.cpu_data() + spatial_out_blob_.offset(n), (Dtype) 0., - message_passing_.mutable_cpu_data() + message_passing_.offset(n)); - } - - for (int n = 0; n < num_; ++n) { - caffe_cpu_gemm(CblasNoTrans, CblasNoTrans, channels_, num_pixels_, channels_, (Dtype) 1., - this->blobs_[1]->cpu_data(), bilateral_out_blob_.cpu_data() + bilateral_out_blob_.offset(n), (Dtype) 1., - message_passing_.mutable_cpu_data() + message_passing_.offset(n)); - } - - //--------------------------- Compatibility multiplication ---------------- - //Result from message passing needs to be multiplied with compatibility values. - for (int n = 0; n < num_; ++n) { - caffe_cpu_gemm(CblasNoTrans, CblasNoTrans, channels_, num_pixels_, - channels_, (Dtype) 1., this->blobs_[2]->cpu_data(), - message_passing_.cpu_data() + message_passing_.offset(n), (Dtype) 0., - pairwise_.mutable_cpu_data() + pairwise_.offset(n)); - } - - //------------------------- Adding unaries, normalization is left to the next iteration -------------- - // Add unary - sum_layer_->Forward(sum_bottom_vec_, sum_top_vec_); -} - - -template -void MeanfieldIteration::Backward_cpu() { - - - //---------------------------- Add unary gradient -------------------------- - vector eltwise_propagate_down(2, true); - sum_layer_->Backward(sum_top_vec_, eltwise_propagate_down, sum_bottom_vec_); - - //---------------------------- Update compatibility diffs ------------------ - caffe_set(this->blobs_[2]->count(), Dtype(0.), this->blobs_[2]->mutable_cpu_diff()); - - for (int n = 0; n < num_; ++n) { - caffe_cpu_gemm(CblasNoTrans, CblasTrans, channels_, channels_, - num_pixels_, (Dtype) 1., pairwise_.cpu_diff() + pairwise_.offset(n), - message_passing_.cpu_data() + message_passing_.offset(n), (Dtype) 1., - this->blobs_[2]->mutable_cpu_diff()); - } - - //-------------------------- Gradient after compatibility transform--- ----- - for (int n = 0; n < num_; ++n) { - caffe_cpu_gemm(CblasTrans, CblasNoTrans, channels_, num_pixels_, - channels_, (Dtype) 1., this->blobs_[2]->cpu_data(), - pairwise_.cpu_diff() + pairwise_.offset(n), (Dtype) 0., - message_passing_.mutable_cpu_diff() + message_passing_.offset(n)); - } - - // ------------------------- Gradient w.r.t. kernels weights ------------ - caffe_set(this->blobs_[0]->count(), Dtype(0.), this->blobs_[0]->mutable_cpu_diff()); - caffe_set(this->blobs_[1]->count(), Dtype(0.), this->blobs_[1]->mutable_cpu_diff()); - - for (int n = 0; n < num_; ++n) { - caffe_cpu_gemm(CblasNoTrans, CblasTrans, channels_, channels_, - num_pixels_, (Dtype) 1., message_passing_.cpu_diff() + message_passing_.offset(n), - spatial_out_blob_.cpu_data() + spatial_out_blob_.offset(n), (Dtype) 1., - this->blobs_[0]->mutable_cpu_diff()); - } - - for (int n = 0; n < num_; ++n) { - caffe_cpu_gemm(CblasNoTrans, CblasTrans, channels_, channels_, - num_pixels_, (Dtype) 1., message_passing_.cpu_diff() + message_passing_.offset(n), - bilateral_out_blob_.cpu_data() + bilateral_out_blob_.offset(n), (Dtype) 1., - this->blobs_[1]->mutable_cpu_diff()); - } - - /*Dtype* tmp = new Dtype[count_]; - caffe_mul(count_, message_passing_.cpu_diff(), spatial_out_blob_.cpu_data(), tmp); - - for (int c = 0; c < count_; ++c) { - (this->blobs_[0]->mutable_cpu_diff())[0] += tmp[c]; - } - - caffe_mul(count_, message_passing_.cpu_diff(), bilateral_out_blob_.cpu_data(), tmp); - for (int c = 0; c < count_; ++c) { - (this->blobs_[1]->mutable_cpu_diff())[0] += tmp[c]; - } - - delete[] tmp;*/ - - // TODO: Check whether there's a way to improve the accuracy of this calculation. - for (int n = 0; n < num_; ++n) { - caffe_cpu_gemm(CblasTrans, CblasNoTrans, channels_, num_pixels_, channels_, (Dtype) 1., - this->blobs_[0]->cpu_data(), message_passing_.cpu_diff() + message_passing_.offset(n), - (Dtype) 0., - spatial_out_blob_.mutable_cpu_diff() + spatial_out_blob_.offset(n)); - } - //caffe_cpu_scale(count_, (this->blobs_[0]->cpu_data())[0], - // message_passing_.cpu_diff(), spatial_out_blob_.mutable_cpu_diff()); - - for (int n = 0; n < num_; ++n) { - caffe_cpu_gemm(CblasTrans, CblasNoTrans, channels_, num_pixels_, channels_, (Dtype) 1., - this->blobs_[1]->cpu_data(), message_passing_.cpu_diff() + message_passing_.offset(n), - (Dtype) 0., - bilateral_out_blob_.mutable_cpu_diff() + bilateral_out_blob_.offset(n)); - } - //caffe_cpu_scale(count_, (this->blobs_[1]->cpu_data())[0], - // message_passing_.cpu_diff(), bilateral_out_blob_.mutable_cpu_diff()); - - - //---------------------------- BP thru normalization -------------------------- - for (int n = 0; n < num_; ++n) { - - Dtype *spatial_out_diff = spatial_out_blob_.mutable_cpu_diff() + spatial_out_blob_.offset(n); - for (int channel_id = 0; channel_id < channels_; ++channel_id) { - caffe_mul(num_pixels_, spatial_norm_->cpu_data(), - spatial_out_diff + channel_id * num_pixels_, - spatial_out_diff + channel_id * num_pixels_); - } - - Dtype *bilateral_out_diff = bilateral_out_blob_.mutable_cpu_diff() + bilateral_out_blob_.offset(n); - for (int channel_id = 0; channel_id < channels_; ++channel_id) { - caffe_mul(num_pixels_, bilateral_norms_->cpu_data() + bilateral_norms_->offset(n), - bilateral_out_diff + channel_id * num_pixels_, - bilateral_out_diff + channel_id * num_pixels_); - } - } - - //--------------------------- Gradient for message passing --------------- - for (int n = 0; n < num_; ++n) { - - spatial_lattice_->compute(prob_.mutable_cpu_diff() + prob_.offset(n), - spatial_out_blob_.cpu_diff() + spatial_out_blob_.offset(n), channels_, - true, false); - - (*bilateral_lattices_)[n]->compute(prob_.mutable_cpu_diff() + prob_.offset(n), - bilateral_out_blob_.cpu_diff() + bilateral_out_blob_.offset(n), - channels_, true, true); - } - - //-------------------------------------------------------------------------------- - vector propagate_down(2, true); - softmax_layer_->Backward(softmax_top_vec_, propagate_down, softmax_bottom_vec_); -} - -INSTANTIATE_CLASS(MeanfieldIteration); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/memory_data_layer.cpp b/caffe-crfrnn/src/caffe/layers/memory_data_layer.cpp deleted file mode 100644 index 613ca2d4..00000000 --- a/caffe-crfrnn/src/caffe/layers/memory_data_layer.cpp +++ /dev/null @@ -1,76 +0,0 @@ -#include - -#include "caffe/data_layers.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/io.hpp" - -namespace caffe { - -template -void MemoryDataLayer::DataLayerSetUp(const vector*>& bottom, - const vector*>& top) { - batch_size_ = this->layer_param_.memory_data_param().batch_size(); - channels_ = this->layer_param_.memory_data_param().channels(); - height_ = this->layer_param_.memory_data_param().height(); - width_ = this->layer_param_.memory_data_param().width(); - size_ = channels_ * height_ * width_; - CHECK_GT(batch_size_ * size_, 0) << - "batch_size, channels, height, and width must be specified and" - " positive in memory_data_param"; - top[0]->Reshape(batch_size_, channels_, height_, width_); - top[1]->Reshape(batch_size_, 1, 1, 1); - added_data_.Reshape(batch_size_, channels_, height_, width_); - added_label_.Reshape(batch_size_, 1, 1, 1); - data_ = NULL; - labels_ = NULL; - added_data_.cpu_data(); - added_label_.cpu_data(); -} - -template -void MemoryDataLayer::AddDatumVector(const vector& datum_vector) { - CHECK(!has_new_data_) << - "Can't add Datum when earlier ones haven't been consumed" - << " by the upper layers"; - size_t num = datum_vector.size(); - CHECK_GT(num, 0) << "There is no datum to add"; - CHECK_LE(num, batch_size_) << - "The number of added datum must be no greater than the batch size"; - - // Apply data transformations (mirror, scale, crop...) - this->data_transformer_.Transform(datum_vector, &added_data_); - // Copy Labels - Dtype* top_label = added_label_.mutable_cpu_data(); - for (int item_id = 0; item_id < num; ++item_id) { - top_label[item_id] = datum_vector[item_id].label(); - } - // num_images == batch_size_ - Dtype* top_data = added_data_.mutable_cpu_data(); - Reset(top_data, top_label, batch_size_); - has_new_data_ = true; -} - -template -void MemoryDataLayer::Reset(Dtype* data, Dtype* labels, int n) { - CHECK(data); - CHECK(labels); - CHECK_EQ(n % batch_size_, 0) << "n must be a multiple of batch size"; - data_ = data; - labels_ = labels; - n_ = n; - pos_ = 0; -} - -template -void MemoryDataLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - CHECK(data_) << "MemoryDataLayer needs to be initalized by calling Reset"; - top[0]->set_cpu_data(data_ + pos_ * size_); - top[1]->set_cpu_data(labels_ + pos_); - pos_ = (pos_ + batch_size_) % n_; - has_new_data_ = false; -} - -INSTANTIATE_CLASS(MemoryDataLayer); -REGISTER_LAYER_CLASS(MEMORY_DATA, MemoryDataLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/multi_stage_meanfield.cpp b/caffe-crfrnn/src/caffe/layers/multi_stage_meanfield.cpp deleted file mode 100755 index ae59656f..00000000 --- a/caffe-crfrnn/src/caffe/layers/multi_stage_meanfield.cpp +++ /dev/null @@ -1,256 +0,0 @@ -/*! - * \brief The Caffe layer that implements the CRF-RNN described in the paper: - * Conditional Random Fields as Recurrent Neural Networks. IEEE ICCV 2015. - * - * \authors Sadeep Jayasumana, Bernardino Romera-Paredes, Shuai Zheng, Zhizhong Su. - * \version 1.0 - * \date 2015 - * \copyright Torr Vision Group, University of Oxford. - * \details If you use this code, please consider citing the paper: - * Shuai Zheng, Sadeep Jayasumana, Bernardino Romera-Paredes, Vibhav Vineet, Zhizhong Su, Dalong Du, - * Chang Huang, Philip H. S. Torr. Conditional Random Fields as Recurrent Neural Networks. IEEE ICCV 2015. - * - * For more information about CRF-RNN, please visit the project website http://crfasrnn.torr.vision. - */ -#include - -#include "caffe/filler.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/im2col.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void MultiStageMeanfieldLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - - const caffe::MultiStageMeanfieldParameter meanfield_param = this->layer_param_.multi_stage_meanfield_param(); - - num_iterations_ = meanfield_param.num_iterations(); - - CHECK_GT(num_iterations_, 1) << "Number of iterations must be greater than 1."; - - theta_alpha_ = meanfield_param.theta_alpha(); - theta_beta_ = meanfield_param.theta_beta(); - theta_gamma_ = meanfield_param.theta_gamma(); - - count_ = bottom[0]->count(); - num_ = bottom[0]->num(); - channels_ = bottom[0]->channels(); - height_ = bottom[0]->height(); - width_ = bottom[0]->width(); - num_pixels_ = height_ * width_; - - LOG(INFO) << "This implementation has not been tested batch size > 1."; - - top[0]->Reshape(num_, channels_, height_, width_); - - // Initialize the parameters that will updated by backpropagation. - if (this->blobs_.size() > 0) { - LOG(INFO) << "Multimeanfield layer skipping parameter initialization."; - } else { - - this->blobs_.resize(3);// blobs_[0] - spatial kernel weights, blobs_[1] - bilateral kernel weights, blobs_[2] - compatability matrix - - // Allocate space for kernel weights. - this->blobs_[0].reset(new Blob(1, 1, channels_, channels_)); - this->blobs_[1].reset(new Blob(1, 1, channels_, channels_)); - - caffe_set(channels_ * channels_, Dtype(0.), this->blobs_[0]->mutable_cpu_data()); - caffe_set(channels_ * channels_, Dtype(0.), this->blobs_[1]->mutable_cpu_data()); - - // Initialize the kernels weights. The two files spatial.par and bilateral.par should be available. - FILE * pFile; - pFile = fopen("spatial.par", "r"); - CHECK(pFile) << "The file 'spatial.par' is not found. Please create it with initial spatial kernel weights."; - for (int i = 0; i < channels_; i++) { - fscanf(pFile, "%lf", &this->blobs_[0]->mutable_cpu_data()[i * channels_ + i]); - } - fclose(pFile); - - pFile = fopen("bilateral.par", "r"); - CHECK(pFile) << "The file 'bilateral.par' is not found. Please create it with initial bilateral kernel weights."; - for (int i = 0; i < channels_; i++) { - fscanf(pFile, "%lf", &this->blobs_[1]->mutable_cpu_data()[i * channels_ + i]); - } - fclose(pFile); - - // Initialize the compatibility matrix. - this->blobs_[2].reset(new Blob(1, 1, channels_, channels_)); - caffe_set(channels_ * channels_, Dtype(0.), this->blobs_[2]->mutable_cpu_data()); - - // Initialize it to have the Potts model. - for (int c = 0; c < channels_; ++c) { - (this->blobs_[2]->mutable_cpu_data())[c * channels_ + c] = Dtype(-1.); - } - } - - // Initialize the spatial lattice. This does not need to be computed for every image because we use a fixed size. - float spatial_kernel[2 * num_pixels_]; - compute_spatial_kernel(spatial_kernel); - spatial_lattice_.reset(new ModifiedPermutohedral()); - spatial_lattice_->init(spatial_kernel, 2, num_pixels_); - - // Calculate spatial filter normalization factors. - norm_feed_.reset(new Dtype[num_pixels_]); - caffe_set(num_pixels_, Dtype(1.0), norm_feed_.get()); - spatial_norm_.Reshape(1, 1, height_, width_); - Dtype* norm_data = spatial_norm_.mutable_cpu_data(); - spatial_lattice_->compute(norm_data, norm_feed_.get(), 1); - for (int i = 0; i < num_pixels_; ++i) { - norm_data[i] = 1.0f / (norm_data[i] + 1e-20f); - } - - // Allocate space for bilateral kernels. This is a temporary buffer used to compute bilateral lattices later. - // Also allocate space for holding bilateral filter normalization values. - bilateral_kernel_buffer_.reset(new float[5 * num_pixels_]); - bilateral_norms_.Reshape(num_, 1, height_, width_); - - // Configure the split layer that is used to make copies of the unary term. One copy for each iteration. - // It may be possible to optimize this calculation later. - split_layer_bottom_vec_.clear(); - split_layer_bottom_vec_.push_back(bottom[0]); - - split_layer_top_vec_.clear(); - - split_layer_out_blobs_.resize(num_iterations_); - for (int i = 0; i < num_iterations_; i++) { - split_layer_out_blobs_[i].reset(new Blob()); - split_layer_top_vec_.push_back(split_layer_out_blobs_[i].get()); - } - - LayerParameter split_layer_param; - split_layer_.reset(new SplitLayer(split_layer_param)); - split_layer_->SetUp(split_layer_bottom_vec_, split_layer_top_vec_); - - // Make blobs to store outputs of each meanfield iteration. Output of the last iteration is stored in top[0]. - // So we need only (num_iterations_ - 1) blobs. - iteration_output_blobs_.resize(num_iterations_ - 1); - for (int i = 0; i < num_iterations_ - 1; ++i) { - iteration_output_blobs_[i].reset(new Blob(num_, channels_, height_, width_)); - } - - // Make instances of MeanfieldIteration and initialize them. - meanfield_iterations_.resize(num_iterations_); - for (int i = 0; i < num_iterations_; ++i) { - meanfield_iterations_[i].reset(new MeanfieldIteration()); - meanfield_iterations_[i]->OneTimeSetUp( - split_layer_out_blobs_[i].get(), // unary terms - (i == 0) ? bottom[1] : iteration_output_blobs_[i - 1].get(), // softmax input - (i == num_iterations_ - 1) ? top[0] : iteration_output_blobs_[i].get(), // output blob - spatial_lattice_, // spatial lattice - &spatial_norm_); // spatial normalization factors. - } - - this->param_propagate_down_.resize(this->blobs_.size(), true); - - LOG(INFO) << ("MultiStageMeanfieldLayer initialized."); -} - -template -void MultiStageMeanfieldLayer::Reshape(const vector*>& bottom, - const vector*>& top) { - // Do nothing. -} - - -/** - * Performs filter-based mean field inference given the image and unaries. - * - * bottom[0] - Unary terms - * bottom[1] - Softmax input/Output from the previous iteration (a copy of the unary terms if this is the first stage). - * bottom[2] - RGB images - * - * top[0] - Output of the mean field inference (not normalized). - */ -template -void MultiStageMeanfieldLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - - split_layer_bottom_vec_[0] = bottom[0]; - split_layer_->Forward(split_layer_bottom_vec_, split_layer_top_vec_); - - // Initialize the bilateral lattices. - bilateral_lattices_.resize(num_); - for (int n = 0; n < num_; ++n) { - - compute_bilateral_kernel(bottom[2], n, bilateral_kernel_buffer_.get()); - bilateral_lattices_[n].reset(new ModifiedPermutohedral()); - bilateral_lattices_[n]->init(bilateral_kernel_buffer_.get(), 5, num_pixels_); - - // Calculate bilateral filter normalization factors. - Dtype* norm_output_data = bilateral_norms_.mutable_cpu_data() + bilateral_norms_.offset(n); - bilateral_lattices_[n]->compute(norm_output_data, norm_feed_.get(), 1); - for (int i = 0; i < num_pixels_; ++i) { - norm_output_data[i] = 1.f / (norm_output_data[i] + 1e-20f); - } - } - - for (int i = 0; i < num_iterations_; ++i) { - - meanfield_iterations_[i]->PrePass(this->blobs_, &bilateral_lattices_, &bilateral_norms_); - - meanfield_iterations_[i]->Forward_cpu(); - } -} - -/** - * Backprop through filter-based mean field inference. - */ -template -void MultiStageMeanfieldLayer::Backward_cpu( - const vector*>& top, const vector& propagate_down, - const vector*>& bottom) { - - for (int i = (num_iterations_ - 1); i >= 0; --i) { - meanfield_iterations_[i]->Backward_cpu(); - } - - vector split_layer_propagate_down(1, true); - split_layer_->Backward(split_layer_top_vec_, split_layer_propagate_down, split_layer_bottom_vec_); - - // Accumulate diffs from mean field iterations. - for (int blob_id = 0; blob_id < this->blobs_.size(); ++blob_id) { - - Blob* cur_blob = this->blobs_[blob_id].get(); - - if (this->param_propagate_down_[blob_id]) { - - caffe_set(cur_blob->count(), Dtype(0), cur_blob->mutable_cpu_diff()); - - for (int i = 0; i < num_iterations_; ++i) { - const Dtype* diffs_to_add = meanfield_iterations_[i]->blobs()[blob_id]->cpu_diff(); - caffe_axpy(cur_blob->count(), Dtype(1.), diffs_to_add, cur_blob->mutable_cpu_diff()); - } - } - } -} - -template -void MultiStageMeanfieldLayer::compute_bilateral_kernel(const Blob* const rgb_blob, const int n, - float* const output_kernel) { - - for (int p = 0; p < num_pixels_; ++p) { - output_kernel[5 * p] = static_cast(p % width_) / theta_alpha_; - output_kernel[5 * p + 1] = static_cast(p / width_) / theta_alpha_; - - const Dtype * const rgb_data_start = rgb_blob->cpu_data() + rgb_blob->offset(n); - output_kernel[5 * p + 2] = static_cast(rgb_data_start[p] / theta_beta_); - output_kernel[5 * p + 3] = static_cast((rgb_data_start + num_pixels_)[p] / theta_beta_); - output_kernel[5 * p + 4] = static_cast((rgb_data_start + num_pixels_ * 2)[p] / theta_beta_); - } -} - -template -void MultiStageMeanfieldLayer::compute_spatial_kernel(float* const output_kernel) { - - for (int p = 0; p < num_pixels_; ++p) { - output_kernel[2*p] = static_cast(p % width_) / theta_gamma_; - output_kernel[2*p + 1] = static_cast(p / width_) / theta_gamma_; - } -} - -INSTANTIATE_CLASS(MultiStageMeanfieldLayer); -REGISTER_LAYER_CLASS(MULTI_STAGE_MEANFIELD, MultiStageMeanfieldLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/multinomial_logistic_loss_layer.cpp b/caffe-crfrnn/src/caffe/layers/multinomial_logistic_loss_layer.cpp deleted file mode 100644 index 78a1f60f..00000000 --- a/caffe-crfrnn/src/caffe/layers/multinomial_logistic_loss_layer.cpp +++ /dev/null @@ -1,66 +0,0 @@ -#include -#include -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/util/io.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void MultinomialLogisticLossLayer::Reshape( - const vector*>& bottom, const vector*>& top) { - LossLayer::Reshape(bottom, top); - CHECK_EQ(bottom[1]->channels(), 1); - CHECK_EQ(bottom[1]->height(), 1); - CHECK_EQ(bottom[1]->width(), 1); -} - -template -void MultinomialLogisticLossLayer::Forward_cpu( - const vector*>& bottom, const vector*>& top) { - const Dtype* bottom_data = bottom[0]->cpu_data(); - const Dtype* bottom_label = bottom[1]->cpu_data(); - int num = bottom[0]->num(); - int dim = bottom[0]->count() / bottom[0]->num(); - Dtype loss = 0; - for (int i = 0; i < num; ++i) { - int label = static_cast(bottom_label[i]); - Dtype prob = std::max( - bottom_data[i * dim + label], Dtype(kLOG_THRESHOLD)); - loss -= log(prob); - } - top[0]->mutable_cpu_data()[0] = loss / num; -} - -template -void MultinomialLogisticLossLayer::Backward_cpu( - const vector*>& top, const vector& propagate_down, - const vector*>& bottom) { - if (propagate_down[1]) { - LOG(FATAL) << this->type_name() - << " Layer cannot backpropagate to label inputs."; - } - if (propagate_down[0]) { - const Dtype* bottom_data = bottom[0]->cpu_data(); - const Dtype* bottom_label = bottom[1]->cpu_data(); - Dtype* bottom_diff = bottom[0]->mutable_cpu_diff(); - int num = bottom[0]->num(); - int dim = bottom[0]->count() / bottom[0]->num(); - caffe_set(bottom[0]->count(), Dtype(0), bottom_diff); - const Dtype scale = - top[0]->cpu_diff()[0] / num; - for (int i = 0; i < num; ++i) { - int label = static_cast(bottom_label[i]); - Dtype prob = std::max( - bottom_data[i * dim + label], Dtype(kLOG_THRESHOLD)); - bottom_diff[i * dim + label] = scale / prob; - } - } -} - -INSTANTIATE_CLASS(MultinomialLogisticLossLayer); -REGISTER_LAYER_CLASS(MULTINOMIAL_LOGISTIC_LOSS, MultinomialLogisticLossLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/mvn_layer.cpp b/caffe-crfrnn/src/caffe/layers/mvn_layer.cpp deleted file mode 100644 index 104ad95c..00000000 --- a/caffe-crfrnn/src/caffe/layers/mvn_layer.cpp +++ /dev/null @@ -1,163 +0,0 @@ -#include -#include - -#include "caffe/common_layers.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" - -namespace caffe { - -template -void MVNLayer::Reshape(const vector*>& bottom, - const vector*>& top) { - top[0]->Reshape(bottom[0]->num(), bottom[0]->channels(), - bottom[0]->height(), bottom[0]->width()); - mean_.Reshape(bottom[0]->num(), bottom[0]->channels(), - 1, 1); - variance_.Reshape(bottom[0]->num(), bottom[0]->channels(), - 1, 1); - temp_.Reshape(bottom[0]->num(), bottom[0]->channels(), - bottom[0]->height(), bottom[0]->width()); - sum_multiplier_.Reshape(1, 1, - bottom[0]->height(), bottom[0]->width()); - Dtype* multiplier_data = sum_multiplier_.mutable_cpu_data(); - caffe_set(sum_multiplier_.count(), Dtype(1), multiplier_data); -} - -template -void MVNLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->cpu_data(); - Dtype* top_data = top[0]->mutable_cpu_data(); - int num; - if (this->layer_param_.mvn_param().across_channels()) - num = bottom[0]->num(); - else - num = bottom[0]->num() * bottom[0]->channels(); - - int dim = bottom[0]->count() / num; - Dtype eps = 1e-10; - - if (this->layer_param_.mvn_param().normalize_variance()) { - // put the squares of bottom into temp_ - caffe_powx(bottom[0]->count(), bottom_data, Dtype(2), - temp_.mutable_cpu_data()); - - // computes variance using var(X) = E(X^2) - (EX)^2 - caffe_cpu_gemv(CblasNoTrans, num, dim, 1. / dim, bottom_data, - sum_multiplier_.cpu_data(), 0., mean_.mutable_cpu_data()); // EX - caffe_cpu_gemv(CblasNoTrans, num, dim, 1. / dim, temp_.cpu_data(), - sum_multiplier_.cpu_data(), 0., - variance_.mutable_cpu_data()); // E(X^2) - caffe_powx(mean_.count(), mean_.cpu_data(), Dtype(2), - temp_.mutable_cpu_data()); // (EX)^2 - caffe_sub(mean_.count(), variance_.cpu_data(), temp_.cpu_data(), - variance_.mutable_cpu_data()); // variance - - // do mean and variance normalization - // subtract mean - caffe_cpu_gemm(CblasNoTrans, CblasNoTrans, num, dim, 1, -1., - mean_.cpu_data(), sum_multiplier_.cpu_data(), 0., - temp_.mutable_cpu_data()); - - caffe_add(temp_.count(), bottom_data, temp_.cpu_data(), top_data); - - // normalize variance - caffe_powx(variance_.count(), variance_.cpu_data(), Dtype(0.5), - variance_.mutable_cpu_data()); - - caffe_add_scalar(variance_.count(), eps, variance_.mutable_cpu_data()); - - caffe_cpu_gemm(CblasNoTrans, CblasNoTrans, num, dim, 1, 1., - variance_.cpu_data(), sum_multiplier_.cpu_data(), 0., - temp_.mutable_cpu_data()); - - caffe_div(temp_.count(), top_data, temp_.cpu_data(), top_data); - } else { - caffe_cpu_gemv(CblasNoTrans, num, dim, 1. / dim, bottom_data, - sum_multiplier_.cpu_data(), 0., mean_.mutable_cpu_data()); // EX - - // subtract mean - caffe_cpu_gemm(CblasNoTrans, CblasNoTrans, num, dim, 1, -1., - mean_.cpu_data(), sum_multiplier_.cpu_data(), 0., - temp_.mutable_cpu_data()); - - caffe_add(temp_.count(), bottom_data, temp_.cpu_data(), top_data); - } -} - -template -void MVNLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - const Dtype* top_diff = top[0]->cpu_diff(); - const Dtype* top_data = top[0]->cpu_data(); - const Dtype* bottom_data = bottom[0]->cpu_data(); - Dtype* bottom_diff = bottom[0]->mutable_cpu_diff(); - - int num; - if (this->layer_param_.mvn_param().across_channels()) - num = bottom[0]->num(); - else - num = bottom[0]->num() * bottom[0]->channels(); - - int dim = bottom[0]->count() / num; - Dtype eps = 1e-10; - - if (this->layer_param_.mvn_param().normalize_variance()) { - caffe_mul(temp_.count(), top_data, top_diff, bottom_diff); - caffe_cpu_gemv(CblasNoTrans, num, dim, 1., bottom_diff, - sum_multiplier_.cpu_data(), 0., mean_.mutable_cpu_data()); - caffe_cpu_gemm(CblasNoTrans, CblasNoTrans, num, dim, 1, 1., - mean_.cpu_data(), sum_multiplier_.cpu_data(), 0., - bottom_diff); - caffe_mul(temp_.count(), top_data, bottom_diff, bottom_diff); - - caffe_cpu_gemv(CblasNoTrans, num, dim, 1., top_diff, - sum_multiplier_.cpu_data(), 0., mean_.mutable_cpu_data()); - caffe_cpu_gemm(CblasNoTrans, CblasNoTrans, num, dim, 1, 1., - mean_.cpu_data(), sum_multiplier_.cpu_data(), 1., - bottom_diff); - - caffe_cpu_axpby(temp_.count(), Dtype(1), top_diff, Dtype(-1. / dim), - bottom_diff); - - // put the squares of bottom into temp_ - caffe_powx(temp_.count(), bottom_data, Dtype(2), - temp_.mutable_cpu_data()); - - // computes variance using var(X) = E(X^2) - (EX)^2 - caffe_cpu_gemv(CblasNoTrans, num, dim, 1. / dim, bottom_data, - sum_multiplier_.cpu_data(), 0., mean_.mutable_cpu_data()); // EX - caffe_cpu_gemv(CblasNoTrans, num, dim, 1. / dim, temp_.cpu_data(), - sum_multiplier_.cpu_data(), 0., - variance_.mutable_cpu_data()); // E(X^2) - caffe_powx(mean_.count(), mean_.cpu_data(), Dtype(2), - temp_.mutable_cpu_data()); // (EX)^2 - caffe_sub(mean_.count(), variance_.cpu_data(), temp_.cpu_data(), - variance_.mutable_cpu_data()); // variance - - // normalize variance - caffe_powx(variance_.count(), variance_.cpu_data(), Dtype(0.5), - variance_.mutable_cpu_data()); - - caffe_add_scalar(variance_.count(), eps, variance_.mutable_cpu_data()); - - caffe_cpu_gemm(CblasNoTrans, CblasNoTrans, num, dim, 1, 1., - variance_.cpu_data(), sum_multiplier_.cpu_data(), 0., - temp_.mutable_cpu_data()); - - caffe_div(temp_.count(), bottom_diff, temp_.cpu_data(), bottom_diff); - } else { - caffe_copy(temp_.count(), top_diff, bottom_diff); - } -} - - -#ifdef CPU_ONLY -STUB_GPU(MVNLayer); -#endif - -INSTANTIATE_CLASS(MVNLayer); -REGISTER_LAYER_CLASS(MVN, MVNLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/mvn_layer.cu b/caffe-crfrnn/src/caffe/layers/mvn_layer.cu deleted file mode 100644 index 0667f503..00000000 --- a/caffe-crfrnn/src/caffe/layers/mvn_layer.cu +++ /dev/null @@ -1,145 +0,0 @@ -#include -#include - -#include "caffe/common_layers.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" - -namespace caffe { - -template -void MVNLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* top_data = top[0]->mutable_gpu_data(); - int num; - if (this->layer_param_.mvn_param().across_channels()) - num = bottom[0]->num(); - else - num = bottom[0]->num() * bottom[0]->channels(); - - int dim = bottom[0]->count() / num; - - if (this->layer_param_.mvn_param().normalize_variance()) { - // put the squares of bottom into temp_ - caffe_gpu_powx(bottom[0]->count(), bottom_data, Dtype(2), - temp_.mutable_gpu_data()); - - // computes variance using var(X) = E(X^2) - (EX)^2 - caffe_gpu_gemv(CblasNoTrans, num, dim, 1. / dim, bottom_data, - sum_multiplier_.gpu_data(), 0., mean_.mutable_gpu_data()); // EX - caffe_gpu_gemv(CblasNoTrans, num, dim, 1. / dim, temp_.gpu_data(), - sum_multiplier_.gpu_data(), 0., - variance_.mutable_gpu_data()); // E(X^2) - caffe_gpu_powx(mean_.count(), mean_.gpu_data(), Dtype(2), - temp_.mutable_gpu_data()); // (EX)^2 - caffe_gpu_sub(mean_.count(), variance_.gpu_data(), temp_.gpu_data(), - variance_.mutable_gpu_data()); // variance - - Dtype eps = 1e-10; - - // do mean and variance normalization - // subtract mean - caffe_gpu_gemm(CblasNoTrans, CblasNoTrans, num, dim, 1, -1., - mean_.gpu_data(), sum_multiplier_.gpu_data(), 0., - temp_.mutable_gpu_data()); - - caffe_gpu_add(temp_.count(), bottom_data, temp_.gpu_data(), top_data); - - // normalize variance - caffe_gpu_powx(variance_.count(), variance_.gpu_data(), Dtype(0.5), - variance_.mutable_gpu_data()); - - caffe_gpu_add_scalar(variance_.count(), eps, variance_.mutable_gpu_data()); - - caffe_gpu_gemm(CblasNoTrans, CblasNoTrans, num, dim, 1, 1., - variance_.gpu_data(), sum_multiplier_.gpu_data(), 0., - temp_.mutable_gpu_data()); - - caffe_gpu_div(temp_.count(), top_data, temp_.gpu_data(), top_data); - } else { - caffe_gpu_gemv(CblasNoTrans, num, dim, 1. / dim, bottom_data, - sum_multiplier_.gpu_data(), 0., mean_.mutable_gpu_data()); // EX - - // subtract mean - caffe_gpu_gemm(CblasNoTrans, CblasNoTrans, num, dim, 1, -1., - mean_.gpu_data(), sum_multiplier_.gpu_data(), 0., - temp_.mutable_gpu_data()); - - caffe_gpu_add(temp_.count(), bottom_data, temp_.gpu_data(), top_data); - } -} - -template -void MVNLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - const Dtype* top_diff = top[0]->gpu_diff(); - const Dtype* top_data = top[0]->gpu_data(); - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* bottom_diff = bottom[0]->mutable_gpu_diff(); - - int num; - if (this->layer_param_.mvn_param().across_channels()) - num = bottom[0]->num(); - else - num = bottom[0]->num() * bottom[0]->channels(); - - int dim = bottom[0]->count() / num; - - Dtype eps = 1e-10; - - if (this->layer_param_.mvn_param().normalize_variance()) { - caffe_gpu_mul(temp_.count(), top_data, top_diff, bottom_diff); - caffe_gpu_gemv(CblasNoTrans, num, dim, 1., bottom_diff, - sum_multiplier_.gpu_data(), 0., mean_.mutable_gpu_data()); - caffe_gpu_gemm(CblasNoTrans, CblasNoTrans, num, dim, 1, 1., - mean_.gpu_data(), sum_multiplier_.gpu_data(), 0., - bottom_diff); - caffe_gpu_mul(temp_.count(), top_data, bottom_diff, bottom_diff); - - caffe_gpu_gemv(CblasNoTrans, num, dim, 1., top_diff, - sum_multiplier_.gpu_data(), 0., mean_.mutable_gpu_data()); - caffe_gpu_gemm(CblasNoTrans, CblasNoTrans, num, dim, 1, 1., - mean_.gpu_data(), sum_multiplier_.gpu_data(), 1., - bottom_diff); - - caffe_gpu_axpby(temp_.count(), Dtype(1), top_diff, Dtype(-1. / dim), - bottom_diff); - - // put the squares of bottom into temp_ - caffe_gpu_powx(temp_.count(), bottom_data, Dtype(2), - temp_.mutable_gpu_data()); - - // computes variance using var(X) = E(X^2) - (EX)^2 - caffe_gpu_gemv(CblasNoTrans, num, dim, 1. / dim, bottom_data, - sum_multiplier_.gpu_data(), 0., mean_.mutable_gpu_data()); // EX - caffe_gpu_gemv(CblasNoTrans, num, dim, 1. / dim, temp_.gpu_data(), - sum_multiplier_.gpu_data(), 0., - variance_.mutable_gpu_data()); // E(X^2) - caffe_gpu_powx(mean_.count(), mean_.gpu_data(), Dtype(2), - temp_.mutable_gpu_data()); // (EX)^2 - caffe_gpu_sub(mean_.count(), variance_.gpu_data(), temp_.gpu_data(), - variance_.mutable_gpu_data()); // variance - - // normalize variance - caffe_gpu_powx(variance_.count(), variance_.gpu_data(), Dtype(0.5), - variance_.mutable_gpu_data()); - - caffe_gpu_add_scalar(variance_.count(), eps, variance_.mutable_gpu_data()); - - caffe_gpu_gemm(CblasNoTrans, CblasNoTrans, num, dim, 1, 1., - variance_.gpu_data(), sum_multiplier_.gpu_data(), 0., - temp_.mutable_gpu_data()); - - caffe_gpu_div(temp_.count(), bottom_diff, temp_.gpu_data(), bottom_diff); - } else { - caffe_copy(temp_.count(), top_diff, bottom_diff); - } -} - - -INSTANTIATE_LAYER_GPU_FUNCS(MVNLayer); - - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/neuron_layer.cpp b/caffe-crfrnn/src/caffe/layers/neuron_layer.cpp deleted file mode 100644 index ba67b438..00000000 --- a/caffe-crfrnn/src/caffe/layers/neuron_layer.cpp +++ /dev/null @@ -1,16 +0,0 @@ -#include - -#include "caffe/layer.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void NeuronLayer::Reshape(const vector*>& bottom, - const vector*>& top) { - top[0]->ReshapeLike(*bottom[0]); -} - -INSTANTIATE_CLASS(NeuronLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/pooling_layer.cpp b/caffe-crfrnn/src/caffe/layers/pooling_layer.cpp deleted file mode 100644 index 2bfbb01f..00000000 --- a/caffe-crfrnn/src/caffe/layers/pooling_layer.cpp +++ /dev/null @@ -1,318 +0,0 @@ -#include -#include -#include - -#include "caffe/common.hpp" -#include "caffe/layer.hpp" -#include "caffe/syncedmem.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -using std::min; -using std::max; - -template -void PoolingLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - PoolingParameter pool_param = this->layer_param_.pooling_param(); - if (pool_param.global_pooling()) { - CHECK(!(pool_param.has_kernel_size() || - pool_param.has_kernel_h() || pool_param.has_kernel_w())) - << "With Global_pooling: true Filter size cannot specified"; - } else { - CHECK(!pool_param.has_kernel_size() != - !(pool_param.has_kernel_h() && pool_param.has_kernel_w())) - << "Filter size is kernel_size OR kernel_h and kernel_w; not both"; - CHECK(pool_param.has_kernel_size() || - (pool_param.has_kernel_h() && pool_param.has_kernel_w())) - << "For non-square filters both kernel_h and kernel_w are required."; - } - CHECK((!pool_param.has_pad() && pool_param.has_pad_h() - && pool_param.has_pad_w()) - || (!pool_param.has_pad_h() && !pool_param.has_pad_w())) - << "pad is pad OR pad_h and pad_w are required."; - CHECK((!pool_param.has_stride() && pool_param.has_stride_h() - && pool_param.has_stride_w()) - || (!pool_param.has_stride_h() && !pool_param.has_stride_w())) - << "Stride is stride OR stride_h and stride_w are required."; - global_pooling_ = pool_param.global_pooling(); - if (global_pooling_) { - kernel_h_ = bottom[0]->height(); - kernel_w_ = bottom[0]->width(); - } else { - if (pool_param.has_kernel_size()) { - kernel_h_ = kernel_w_ = pool_param.kernel_size(); - } else { - kernel_h_ = pool_param.kernel_h(); - kernel_w_ = pool_param.kernel_w(); - } - } - CHECK_GT(kernel_h_, 0) << "Filter dimensions cannot be zero."; - CHECK_GT(kernel_w_, 0) << "Filter dimensions cannot be zero."; - if (!pool_param.has_pad_h()) { - pad_h_ = pad_w_ = pool_param.pad(); - } else { - pad_h_ = pool_param.pad_h(); - pad_w_ = pool_param.pad_w(); - } - if (!pool_param.has_stride_h()) { - stride_h_ = stride_w_ = pool_param.stride(); - } else { - stride_h_ = pool_param.stride_h(); - stride_w_ = pool_param.stride_w(); - } - if (global_pooling_) { - CHECK(pad_h_ == 0 && pad_w_ == 0 && stride_h_ == 1 && stride_w_ == 1) - << "With Global_pooling: true; only pad = 0 and stride = 1"; - } - if (pad_h_ != 0 || pad_w_ != 0) { - CHECK(this->layer_param_.pooling_param().pool() - == PoolingParameter_PoolMethod_AVE - || this->layer_param_.pooling_param().pool() - == PoolingParameter_PoolMethod_MAX) - << "Padding implemented only for average and max pooling."; - CHECK_LT(pad_h_, kernel_h_); - CHECK_LT(pad_w_, kernel_w_); - } -} - -template -void PoolingLayer::Reshape(const vector*>& bottom, - const vector*>& top) { - channels_ = bottom[0]->channels(); - height_ = bottom[0]->height(); - width_ = bottom[0]->width(); - if (global_pooling_) { - kernel_h_ = bottom[0]->height(); - kernel_w_ = bottom[0]->width(); - } - pooled_height_ = static_cast(ceil(static_cast( - height_ + 2 * pad_h_ - kernel_h_) / stride_h_)) + 1; - pooled_width_ = static_cast(ceil(static_cast( - width_ + 2 * pad_w_ - kernel_w_) / stride_w_)) + 1; - if (pad_h_ || pad_w_) { - // If we have padding, ensure that the last pooling starts strictly - // inside the image (instead of at the padding); otherwise clip the last. - if ((pooled_height_ - 1) * stride_h_ >= height_ + pad_h_) { - --pooled_height_; - } - if ((pooled_width_ - 1) * stride_w_ >= width_ + pad_w_) { - --pooled_width_; - } - CHECK_LT((pooled_height_ - 1) * stride_h_, height_ + pad_h_); - CHECK_LT((pooled_width_ - 1) * stride_w_, width_ + pad_w_); - } - top[0]->Reshape(bottom[0]->num(), channels_, pooled_height_, - pooled_width_); - if (top.size() > 1) { - top[1]->ReshapeLike(*top[0]); - } - // If max pooling, we will initialize the vector index part. - if (this->layer_param_.pooling_param().pool() == - PoolingParameter_PoolMethod_MAX && top.size() == 1) { - max_idx_.Reshape(bottom[0]->num(), channels_, pooled_height_, - pooled_width_); - } - // If stochastic pooling, we will initialize the random index part. - if (this->layer_param_.pooling_param().pool() == - PoolingParameter_PoolMethod_STOCHASTIC) { - rand_idx_.Reshape(bottom[0]->num(), channels_, pooled_height_, - pooled_width_); - } -} - -// TODO(Yangqing): Is there a faster way to do pooling in the channel-first -// case? -template -void PoolingLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->cpu_data(); - Dtype* top_data = top[0]->mutable_cpu_data(); - const int top_count = top[0]->count(); - // We'll output the mask to top[1] if it's of size >1. - const bool use_top_mask = top.size() > 1; - int* mask = NULL; // suppress warnings about uninitalized variables - Dtype* top_mask = NULL; - // Different pooling methods. We explicitly do the switch outside the for - // loop to save time, although this results in more code. - switch (this->layer_param_.pooling_param().pool()) { - case PoolingParameter_PoolMethod_MAX: - // Initialize - if (use_top_mask) { - top_mask = top[1]->mutable_cpu_data(); - caffe_set(top_count, Dtype(-1), top_mask); - } else { - mask = max_idx_.mutable_cpu_data(); - caffe_set(top_count, -1, mask); - } - caffe_set(top_count, Dtype(-FLT_MAX), top_data); - // The main loop - for (int n = 0; n < bottom[0]->num(); ++n) { - for (int c = 0; c < channels_; ++c) { - for (int ph = 0; ph < pooled_height_; ++ph) { - for (int pw = 0; pw < pooled_width_; ++pw) { - int hstart = ph * stride_h_ - pad_h_; - int wstart = pw * stride_w_ - pad_w_; - int hend = min(hstart + kernel_h_, height_); - int wend = min(wstart + kernel_w_, width_); - hstart = max(hstart, 0); - wstart = max(wstart, 0); - const int pool_index = ph * pooled_width_ + pw; - for (int h = hstart; h < hend; ++h) { - for (int w = wstart; w < wend; ++w) { - const int index = h * width_ + w; - if (bottom_data[index] > top_data[pool_index]) { - top_data[pool_index] = bottom_data[index]; - if (use_top_mask) { - top_mask[pool_index] = static_cast(index); - } else { - mask[pool_index] = index; - } - } - } - } - } - } - // compute offset - bottom_data += bottom[0]->offset(0, 1); - top_data += top[0]->offset(0, 1); - if (use_top_mask) { - top_mask += top[0]->offset(0, 1); - } else { - mask += top[0]->offset(0, 1); - } - } - } - break; - case PoolingParameter_PoolMethod_AVE: - for (int i = 0; i < top_count; ++i) { - top_data[i] = 0; - } - // The main loop - for (int n = 0; n < bottom[0]->num(); ++n) { - for (int c = 0; c < channels_; ++c) { - for (int ph = 0; ph < pooled_height_; ++ph) { - for (int pw = 0; pw < pooled_width_; ++pw) { - int hstart = ph * stride_h_ - pad_h_; - int wstart = pw * stride_w_ - pad_w_; - int hend = min(hstart + kernel_h_, height_ + pad_h_); - int wend = min(wstart + kernel_w_, width_ + pad_w_); - int pool_size = (hend - hstart) * (wend - wstart); - hstart = max(hstart, 0); - wstart = max(wstart, 0); - hend = min(hend, height_); - wend = min(wend, width_); - for (int h = hstart; h < hend; ++h) { - for (int w = wstart; w < wend; ++w) { - top_data[ph * pooled_width_ + pw] += - bottom_data[h * width_ + w]; - } - } - top_data[ph * pooled_width_ + pw] /= pool_size; - } - } - // compute offset - bottom_data += bottom[0]->offset(0, 1); - top_data += top[0]->offset(0, 1); - } - } - break; - case PoolingParameter_PoolMethod_STOCHASTIC: - NOT_IMPLEMENTED; - break; - default: - LOG(FATAL) << "Unknown pooling method."; - } -} - -template -void PoolingLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - if (!propagate_down[0]) { - return; - } - const Dtype* top_diff = top[0]->cpu_diff(); - Dtype* bottom_diff = bottom[0]->mutable_cpu_diff(); - // Different pooling methods. We explicitly do the switch outside the for - // loop to save time, although this results in more codes. - caffe_set(bottom[0]->count(), Dtype(0), bottom_diff); - // We'll output the mask to top[1] if it's of size >1. - const bool use_top_mask = top.size() > 1; - const int* mask = NULL; // suppress warnings about uninitialized variables - const Dtype* top_mask = NULL; - switch (this->layer_param_.pooling_param().pool()) { - case PoolingParameter_PoolMethod_MAX: - // The main loop - if (use_top_mask) { - top_mask = top[1]->cpu_data(); - } else { - mask = max_idx_.cpu_data(); - } - for (int n = 0; n < top[0]->num(); ++n) { - for (int c = 0; c < channels_; ++c) { - for (int ph = 0; ph < pooled_height_; ++ph) { - for (int pw = 0; pw < pooled_width_; ++pw) { - const int index = ph * pooled_width_ + pw; - const int bottom_index = - use_top_mask ? top_mask[index] : mask[index]; - bottom_diff[bottom_index] += top_diff[index]; - } - } - bottom_diff += bottom[0]->offset(0, 1); - top_diff += top[0]->offset(0, 1); - if (use_top_mask) { - top_mask += top[0]->offset(0, 1); - } else { - mask += top[0]->offset(0, 1); - } - } - } - break; - case PoolingParameter_PoolMethod_AVE: - // The main loop - for (int n = 0; n < top[0]->num(); ++n) { - for (int c = 0; c < channels_; ++c) { - for (int ph = 0; ph < pooled_height_; ++ph) { - for (int pw = 0; pw < pooled_width_; ++pw) { - int hstart = ph * stride_h_ - pad_h_; - int wstart = pw * stride_w_ - pad_w_; - int hend = min(hstart + kernel_h_, height_ + pad_h_); - int wend = min(wstart + kernel_w_, width_ + pad_w_); - int pool_size = (hend - hstart) * (wend - wstart); - hstart = max(hstart, 0); - wstart = max(wstart, 0); - hend = min(hend, height_); - wend = min(wend, width_); - for (int h = hstart; h < hend; ++h) { - for (int w = wstart; w < wend; ++w) { - bottom_diff[h * width_ + w] += - top_diff[ph * pooled_width_ + pw] / pool_size; - } - } - } - } - // offset - bottom_diff += bottom[0]->offset(0, 1); - top_diff += top[0]->offset(0, 1); - } - } - break; - case PoolingParameter_PoolMethod_STOCHASTIC: - NOT_IMPLEMENTED; - break; - default: - LOG(FATAL) << "Unknown pooling method."; - } -} - - -#ifdef CPU_ONLY -STUB_GPU(PoolingLayer); -#endif - -INSTANTIATE_CLASS(PoolingLayer); - - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/pooling_layer.cu b/caffe-crfrnn/src/caffe/layers/pooling_layer.cu deleted file mode 100644 index 0d3f2183..00000000 --- a/caffe-crfrnn/src/caffe/layers/pooling_layer.cu +++ /dev/null @@ -1,379 +0,0 @@ -#include -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -__global__ void MaxPoolForward(const int nthreads, const Dtype* bottom_data, - const int num, const int channels, const int height, - const int width, const int pooled_height, const int pooled_width, - const int kernel_h, const int kernel_w, const int stride_h, - const int stride_w, const int pad_h, const int pad_w, Dtype* top_data, - int* mask, Dtype* top_mask) { - CUDA_KERNEL_LOOP(index, nthreads) { - int pw = index % pooled_width; - int ph = (index / pooled_width) % pooled_height; - int c = (index / pooled_width / pooled_height) % channels; - int n = index / pooled_width / pooled_height / channels; - int hstart = ph * stride_h - pad_h; - int wstart = pw * stride_w - pad_w; - int hend = min(hstart + kernel_h, height); - int wend = min(wstart + kernel_w, width); - hstart = max(hstart, 0); - wstart = max(wstart, 0); - Dtype maxval = -FLT_MAX; - int maxidx = -1; - bottom_data += (n * channels + c) * height * width; - for (int h = hstart; h < hend; ++h) { - for (int w = wstart; w < wend; ++w) { - if (bottom_data[h * width + w] > maxval) { - maxidx = h * width + w; - maxval = bottom_data[maxidx]; - } - } - } - top_data[index] = maxval; - if (mask) { - mask[index] = maxidx; - } else { - top_mask[index] = maxidx; - } - } -} - -template -__global__ void AvePoolForward(const int nthreads, const Dtype* bottom_data, - const int num, const int channels, const int height, - const int width, const int pooled_height, const int pooled_width, - const int kernel_h, const int kernel_w, const int stride_h, - const int stride_w, const int pad_h, const int pad_w, Dtype* top_data) { - CUDA_KERNEL_LOOP(index, nthreads) { - int pw = index % pooled_width; - int ph = (index / pooled_width) % pooled_height; - int c = (index / pooled_width / pooled_height) % channels; - int n = index / pooled_width / pooled_height / channels; - int hstart = ph * stride_h - pad_h; - int wstart = pw * stride_w - pad_w; - int hend = min(hstart + kernel_h, height + pad_h); - int wend = min(wstart + kernel_w, width + pad_w); - int pool_size = (hend - hstart) * (wend - wstart); - hstart = max(hstart, 0); - wstart = max(wstart, 0); - hend = min(hend, height); - wend = min(wend, width); - Dtype aveval = 0; - bottom_data += (n * channels + c) * height * width; - for (int h = hstart; h < hend; ++h) { - for (int w = wstart; w < wend; ++w) { - aveval += bottom_data[h * width + w]; - } - } - top_data[index] = aveval / pool_size; - } -} - -template -__global__ void StoPoolForwardTrain(const int nthreads, - const Dtype* bottom_data, - const int num, const int channels, const int height, - const int width, const int pooled_height, const int pooled_width, - const int kernel_h, const int kernel_w, const int stride_h, - const int stride_w, Dtype* rand_idx, Dtype* top_data) { - CUDA_KERNEL_LOOP(index, nthreads) { - int pw = index % pooled_width; - int ph = (index / pooled_width) % pooled_height; - int c = (index / pooled_width / pooled_height) % channels; - int n = index / pooled_width / pooled_height / channels; - int hstart = ph * stride_h; - int hend = min(hstart + kernel_h, height); - int wstart = pw * stride_w; - int wend = min(wstart + kernel_w, width); - Dtype cumsum = 0.; - bottom_data += (n * channels + c) * height * width; - // First pass: get sum - for (int h = hstart; h < hend; ++h) { - for (int w = wstart; w < wend; ++w) { - cumsum += bottom_data[h * width + w]; - } - } - float thres = rand_idx[index] * cumsum; - // Second pass: get value, and set index. - cumsum = 0; - for (int h = hstart; h < hend; ++h) { - for (int w = wstart; w < wend; ++w) { - cumsum += bottom_data[h * width + w]; - if (cumsum >= thres) { - rand_idx[index] = ((n * channels + c) * height + h) * width + w; - top_data[index] = bottom_data[h * width + w]; - return; - } - } - } - } -} - - -template -__global__ void StoPoolForwardTest(const int nthreads, - const Dtype* bottom_data, - const int num, const int channels, const int height, - const int width, const int pooled_height, const int pooled_width, - const int kernel_h, const int kernel_w, const int stride_h, - const int stride_w, Dtype* top_data) { - CUDA_KERNEL_LOOP(index, nthreads) { - int pw = index % pooled_width; - int ph = (index / pooled_width) % pooled_height; - int c = (index / pooled_width / pooled_height) % channels; - int n = index / pooled_width / pooled_height / channels; - int hstart = ph * stride_h; - int hend = min(hstart + kernel_h, height); - int wstart = pw * stride_w; - int wend = min(wstart + kernel_w, width); - // We set cumsum to be 0 to avoid divide-by-zero problems - Dtype cumsum = FLT_MIN; - Dtype cumvalues = 0.; - bottom_data += (n * channels + c) * height * width; - // First pass: get sum - for (int h = hstart; h < hend; ++h) { - for (int w = wstart; w < wend; ++w) { - cumsum += bottom_data[h * width + w]; - cumvalues += bottom_data[h * width + w] * bottom_data[h * width + w]; - } - } - top_data[index] = cumvalues / cumsum; - } -} - - -template -void PoolingLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* top_data = top[0]->mutable_gpu_data(); - int count = top[0]->count(); - // We'll output the mask to top[1] if it's of size >1. - const bool use_top_mask = top.size() > 1; - int* mask = NULL; - Dtype* top_mask = NULL; - switch (this->layer_param_.pooling_param().pool()) { - case PoolingParameter_PoolMethod_MAX: - if (use_top_mask) { - top_mask = top[1]->mutable_gpu_data(); - } else { - mask = max_idx_.mutable_gpu_data(); - } - // NOLINT_NEXT_LINE(whitespace/operators) - MaxPoolForward<<>>( - count, bottom_data, bottom[0]->num(), channels_, - height_, width_, pooled_height_, pooled_width_, kernel_h_, - kernel_w_, stride_h_, stride_w_, pad_h_, pad_w_, top_data, - mask, top_mask); - break; - case PoolingParameter_PoolMethod_AVE: - // NOLINT_NEXT_LINE(whitespace/operators) - AvePoolForward<<>>( - count, bottom_data, bottom[0]->num(), channels_, - height_, width_, pooled_height_, pooled_width_, kernel_h_, - kernel_w_, stride_h_, stride_w_, pad_h_, pad_w_, top_data); - break; - case PoolingParameter_PoolMethod_STOCHASTIC: - if (Caffe::phase() == Caffe::TRAIN) { - // We need to create the random index as well. - caffe_gpu_rng_uniform(count, Dtype(0), Dtype(1), - rand_idx_.mutable_gpu_data()); - // NOLINT_NEXT_LINE(whitespace/operators) - StoPoolForwardTrain<<>>( - count, bottom_data, bottom[0]->num(), channels_, - height_, width_, pooled_height_, pooled_width_, kernel_h_, - kernel_w_, stride_h_, stride_w_, - rand_idx_.mutable_gpu_data(), top_data); - } else { - // NOLINT_NEXT_LINE(whitespace/operators) - StoPoolForwardTest<<>>( - count, bottom_data, bottom[0]->num(), channels_, - height_, width_, pooled_height_, pooled_width_, kernel_h_, - kernel_w_, stride_h_, stride_w_, top_data); - } - break; - default: - LOG(FATAL) << "Unknown pooling method."; - } - CUDA_POST_KERNEL_CHECK; -} - - -template -__global__ void MaxPoolBackward(const int nthreads, const Dtype* top_diff, - const int* mask, const Dtype* top_mask, const int num, const int channels, - const int height, const int width, const int pooled_height, - const int pooled_width, const int kernel_h, const int kernel_w, - const int stride_h, const int stride_w, const int pad_h, const int pad_w, - Dtype* bottom_diff) { - CUDA_KERNEL_LOOP(index, nthreads) { - // find out the local index - // find out the local offset - int w = index % width; - int h = (index / width) % height; - int c = (index / width / height) % channels; - int n = index / width / height / channels; - int phstart = - (h + pad_h < kernel_h) ? 0 : (h + pad_h - kernel_h) / stride_h + 1; - int phend = min((h + pad_h) / stride_h + 1, pooled_height); - int pwstart = - (w + pad_w < kernel_w) ? 0 : (w + pad_w - kernel_w) / stride_w + 1; - int pwend = min((w + pad_w) / stride_w + 1, pooled_width); - Dtype gradient = 0; - int offset = (n * channels + c) * pooled_height * pooled_width; - top_diff += offset; - if (mask) { - mask += offset; - for (int ph = phstart; ph < phend; ++ph) { - for (int pw = pwstart; pw < pwend; ++pw) { - if (mask[ph * pooled_width + pw] == h * width + w) { - gradient += top_diff[ph * pooled_width + pw]; - } - } - } - } else { - top_mask += offset; - for (int ph = phstart; ph < phend; ++ph) { - for (int pw = pwstart; pw < pwend; ++pw) { - if (top_mask[ph * pooled_width + pw] == h * width + w) { - gradient += top_diff[ph * pooled_width + pw]; - } - } - } - } - bottom_diff[index] = gradient; - } -} - -template -__global__ void AvePoolBackward(const int nthreads, const Dtype* top_diff, - const int num, const int channels, const int height, - const int width, const int pooled_height, const int pooled_width, - const int kernel_h, const int kernel_w, const int stride_h, - const int stride_w, const int pad_h, const int pad_w, - Dtype* bottom_diff) { - CUDA_KERNEL_LOOP(index, nthreads) { - // find out the local index - // find out the local offset - int w = index % width + pad_w; - int h = (index / width) % height + pad_h; - int c = (index / width / height) % channels; - int n = index / width / height / channels; - int phstart = (h < kernel_h) ? 0 : (h - kernel_h) / stride_h + 1; - int phend = min(h / stride_h + 1, pooled_height); - int pwstart = (w < kernel_w) ? 0 : (w - kernel_w) / stride_w + 1; - int pwend = min(w / stride_w + 1, pooled_width); - Dtype gradient = 0; - top_diff += (n * channels + c) * pooled_height * pooled_width; - for (int ph = phstart; ph < phend; ++ph) { - for (int pw = pwstart; pw < pwend; ++pw) { - // figure out the pooling size - int hstart = ph * stride_h - pad_h; - int wstart = pw * stride_w - pad_w; - int hend = min(hstart + kernel_h, height + pad_h); - int wend = min(wstart + kernel_w, width + pad_w); - int pool_size = (hend - hstart) * (wend - wstart); - gradient += top_diff[ph * pooled_width + pw] / pool_size; - } - } - bottom_diff[index] = gradient; - } -} - - -template -__global__ void StoPoolBackward(const int nthreads, - const Dtype* rand_idx, const Dtype* top_diff, - const int num, const int channels, const int height, - const int width, const int pooled_height, const int pooled_width, - const int kernel_h, const int kernel_w, const int stride_h, - const int stride_w, Dtype* bottom_diff) { - CUDA_KERNEL_LOOP(index, nthreads) { - // find out the local index - // find out the local offset - int w = index % width; - int h = (index / width) % height; - int c = (index / width / height) % channels; - int n = index / width / height / channels; - int phstart = (h < kernel_h) ? 0 : (h - kernel_h) / stride_h + 1; - int phend = min(h / stride_h + 1, pooled_height); - int pwstart = (w < kernel_w) ? 0 : (w - kernel_w) / stride_w + 1; - int pwend = min(w / stride_w + 1, pooled_width); - Dtype gradient = 0; - rand_idx += (n * channels + c) * pooled_height * pooled_width; - top_diff += (n * channels + c) * pooled_height * pooled_width; - for (int ph = phstart; ph < phend; ++ph) { - for (int pw = pwstart; pw < pwend; ++pw) { - gradient += top_diff[ph * pooled_width + pw] * - (index == static_cast(rand_idx[ph * pooled_width + pw])); - } - } - bottom_diff[index] = gradient; - } -} - - -template -void PoolingLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - if (!propagate_down[0]) { - return; - } - const Dtype* top_diff = top[0]->gpu_diff(); - Dtype* bottom_diff = bottom[0]->mutable_gpu_diff(); - const int count = bottom[0]->count(); - caffe_gpu_set(count, Dtype(0.), bottom_diff); - // We'll output the mask to top[1] if it's of size >1. - const bool use_top_mask = top.size() > 1; - const int* mask = NULL; - const Dtype* top_mask = NULL; - switch (this->layer_param_.pooling_param().pool()) { - case PoolingParameter_PoolMethod_MAX: - if (use_top_mask) { - top_mask = top[1]->gpu_data(); - } else { - mask = max_idx_.gpu_data(); - } - // NOLINT_NEXT_LINE(whitespace/operators) - MaxPoolBackward<<>>( - count, top_diff, mask, top_mask, top[0]->num(), channels_, - height_, width_, pooled_height_, pooled_width_, - kernel_h_, kernel_w_, stride_h_, stride_w_, pad_h_, pad_w_, - bottom_diff); - break; - case PoolingParameter_PoolMethod_AVE: - // NOLINT_NEXT_LINE(whitespace/operators) - AvePoolBackward<<>>( - count, top_diff, top[0]->num(), channels_, - height_, width_, pooled_height_, pooled_width_, kernel_h_, - kernel_w_, stride_h_, stride_w_, pad_h_, pad_w_, bottom_diff); - break; - case PoolingParameter_PoolMethod_STOCHASTIC: - // NOLINT_NEXT_LINE(whitespace/operators) - StoPoolBackward<<>>( - count, rand_idx_.gpu_data(), top_diff, - top[0]->num(), channels_, height_, width_, pooled_height_, - pooled_width_, kernel_h_, kernel_w_, stride_h_, stride_w_, - bottom_diff); - break; - default: - LOG(FATAL) << "Unknown pooling method."; - } - CUDA_POST_KERNEL_CHECK; -} - - -INSTANTIATE_LAYER_GPU_FUNCS(PoolingLayer); - - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/power_layer.cpp b/caffe-crfrnn/src/caffe/layers/power_layer.cpp deleted file mode 100644 index 69bd120e..00000000 --- a/caffe-crfrnn/src/caffe/layers/power_layer.cpp +++ /dev/null @@ -1,103 +0,0 @@ -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void PowerLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - NeuronLayer::LayerSetUp(bottom, top); - power_ = this->layer_param_.power_param().power(); - scale_ = this->layer_param_.power_param().scale(); - shift_ = this->layer_param_.power_param().shift(); - diff_scale_ = power_ * scale_; -} - -// Compute y = (shift + scale * x)^power -template -void PowerLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - Dtype* top_data = top[0]->mutable_cpu_data(); - const int count = bottom[0]->count(); - // Special case where we can ignore the input: scale or power is 0. - if (diff_scale_ == Dtype(0)) { - Dtype value = (power_ == 0) ? Dtype(1) : pow(shift_, power_); - caffe_set(count, value, top_data); - return; - } - const Dtype* bottom_data = bottom[0]->cpu_data(); - caffe_copy(count, bottom_data, top_data); - if (scale_ != Dtype(1)) { - caffe_scal(count, scale_, top_data); - } - if (shift_ != Dtype(0)) { - caffe_add_scalar(count, shift_, top_data); - } - if (power_ != Dtype(1)) { - caffe_powx(count, top_data, power_, top_data); - } -} - -template -void PowerLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - if (propagate_down[0]) { - Dtype* bottom_diff = bottom[0]->mutable_cpu_diff(); - const int count = bottom[0]->count(); - const Dtype* top_diff = top[0]->cpu_diff(); - if (diff_scale_ == Dtype(0) || power_ == Dtype(1)) { - caffe_set(count, diff_scale_, bottom_diff); - } else { - const Dtype* bottom_data = bottom[0]->cpu_data(); - // Compute dy/dx = scale * power * (shift + scale * x)^(power - 1) - // = diff_scale * y / (shift + scale * x) - if (power_ == Dtype(2)) { - // Special case for y = (shift + scale * x)^2 - // -> dy/dx = 2 * scale * (shift + scale * x) - // = diff_scale * shift + diff_scale * scale * x - caffe_cpu_axpby(count, diff_scale_ * scale_, bottom_data, - Dtype(0), bottom_diff); - if (shift_ != Dtype(0)) { - caffe_add_scalar(count, diff_scale_ * shift_, bottom_diff); - } - } else if (shift_ == Dtype(0)) { - // Special case for y = (scale * x)^power - // -> dy/dx = scale * power * (scale * x)^(power - 1) - // = scale * power * (scale * x)^power * (scale * x)^(-1) - // = power * y / x - const Dtype* top_data = top[0]->cpu_data(); - caffe_div(count, top_data, bottom_data, bottom_diff); - caffe_scal(count, power_, bottom_diff); - } else { - caffe_copy(count, bottom_data, bottom_diff); - if (scale_ != Dtype(1)) { - caffe_scal(count, scale_, bottom_diff); - } - if (shift_ != Dtype(0)) { - caffe_add_scalar(count, shift_, bottom_diff); - } - const Dtype* top_data = top[0]->cpu_data(); - caffe_div(count, top_data, bottom_diff, bottom_diff); - if (diff_scale_ != Dtype(1)) { - caffe_scal(count, diff_scale_, bottom_diff); - } - } - } - if (diff_scale_ != Dtype(0)) { - caffe_mul(count, top_diff, bottom_diff, bottom_diff); - } - } -} - -#ifdef CPU_ONLY -STUB_GPU(PowerLayer); -#endif - -INSTANTIATE_CLASS(PowerLayer); -REGISTER_LAYER_CLASS(POWER, PowerLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/power_layer.cu b/caffe-crfrnn/src/caffe/layers/power_layer.cu deleted file mode 100644 index 90d94405..00000000 --- a/caffe-crfrnn/src/caffe/layers/power_layer.cu +++ /dev/null @@ -1,87 +0,0 @@ -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void PowerLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - Dtype* top_data = top[0]->mutable_gpu_data(); - const int count = bottom[0]->count(); - // Special case where we can ignore the input: scale or power is 0. - if (diff_scale_ == Dtype(0)) { - Dtype value = (power_ == 0) ? Dtype(1) : pow(shift_, power_); - caffe_gpu_set(count, value, top_data); - return; - } - const Dtype* bottom_data = bottom[0]->gpu_data(); - caffe_copy(count, bottom_data, top_data); - if (scale_ != Dtype(1)) { - caffe_gpu_scal(count, scale_, top_data); - } - if (shift_ != Dtype(0)) { - caffe_gpu_add_scalar(count, shift_, top_data); - } - if (power_ != Dtype(1)) { - caffe_gpu_powx(count, top_data, power_, top_data); - } -} - -template -void PowerLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - if (propagate_down[0]) { - Dtype* bottom_diff = bottom[0]->mutable_gpu_diff(); - const int count = bottom[0]->count(); - const Dtype* top_diff = top[0]->gpu_diff(); - if (diff_scale_ == Dtype(0) || power_ == Dtype(1)) { - caffe_gpu_set(count, diff_scale_, bottom_diff); - } else { - const Dtype* bottom_data = bottom[0]->gpu_data(); - // Compute dy/dx = scale * power * (shift + scale * x)^(power - 1) - // = diff_scale * y / (shift + scale * x) - if (power_ == Dtype(2)) { - // Special case for y = (shift + scale * x)^2 - // -> dy/dx = 2 * scale * (shift + scale * x) - // = diff_scale * shift + diff_scale * scale * x - caffe_gpu_axpby(count, diff_scale_ * scale_, bottom_data, - Dtype(0), bottom_diff); - if (shift_ != Dtype(0)) { - caffe_gpu_add_scalar(count, diff_scale_ * shift_, bottom_diff); - } - } else if (shift_ == Dtype(0)) { - // Special case for y = (scale * x)^power - // -> dy/dx = scale * power * (scale * x)^(power - 1) - // = scale * power * (scale * x)^power * (scale * x)^(-1) - // = power * y / x - const Dtype* top_data = top[0]->gpu_data(); - caffe_gpu_div(count, top_data, bottom_data, bottom_diff); - caffe_gpu_scal(count, power_, bottom_diff); - } else { - caffe_copy(count, bottom_data, bottom_diff); - if (scale_ != Dtype(1)) { - caffe_gpu_scal(count, scale_, bottom_diff); - } - if (shift_ != Dtype(0)) { - caffe_gpu_add_scalar(count, shift_, bottom_diff); - } - const Dtype* top_data = top[0]->gpu_data(); - caffe_gpu_div(count, top_data, bottom_diff, bottom_diff); - if (diff_scale_ != Dtype(1)) { - caffe_gpu_scal(count, diff_scale_, bottom_diff); - } - } - } - caffe_gpu_mul(count, top_diff, bottom_diff, bottom_diff); - } -} - -INSTANTIATE_LAYER_GPU_FUNCS(PowerLayer); - - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/relu_layer.cpp b/caffe-crfrnn/src/caffe/layers/relu_layer.cpp deleted file mode 100644 index 7d5e6034..00000000 --- a/caffe-crfrnn/src/caffe/layers/relu_layer.cpp +++ /dev/null @@ -1,47 +0,0 @@ -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void ReLULayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->cpu_data(); - Dtype* top_data = top[0]->mutable_cpu_data(); - const int count = bottom[0]->count(); - Dtype negative_slope = this->layer_param_.relu_param().negative_slope(); - for (int i = 0; i < count; ++i) { - top_data[i] = std::max(bottom_data[i], Dtype(0)) - + negative_slope * std::min(bottom_data[i], Dtype(0)); - } -} - -template -void ReLULayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - if (propagate_down[0]) { - const Dtype* bottom_data = bottom[0]->cpu_data(); - const Dtype* top_diff = top[0]->cpu_diff(); - Dtype* bottom_diff = bottom[0]->mutable_cpu_diff(); - const int count = bottom[0]->count(); - Dtype negative_slope = this->layer_param_.relu_param().negative_slope(); - for (int i = 0; i < count; ++i) { - bottom_diff[i] = top_diff[i] * ((bottom_data[i] > 0) - + negative_slope * (bottom_data[i] <= 0)); - } - } -} - - -#ifdef CPU_ONLY -STUB_GPU(ReLULayer); -#endif - -INSTANTIATE_CLASS(ReLULayer); - - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/relu_layer.cu b/caffe-crfrnn/src/caffe/layers/relu_layer.cu deleted file mode 100644 index b8924c85..00000000 --- a/caffe-crfrnn/src/caffe/layers/relu_layer.cu +++ /dev/null @@ -1,65 +0,0 @@ -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -__global__ void ReLUForward(const int n, const Dtype* in, Dtype* out, - Dtype negative_slope) { - CUDA_KERNEL_LOOP(index, n) { - out[index] = in[index] > 0 ? in[index] : in[index] * negative_slope; - } -} - -template -void ReLULayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* top_data = top[0]->mutable_gpu_data(); - const int count = bottom[0]->count(); - Dtype negative_slope = this->layer_param_.relu_param().negative_slope(); - // NOLINT_NEXT_LINE(whitespace/operators) - ReLUForward<<>>( - count, bottom_data, top_data, negative_slope); - CUDA_POST_KERNEL_CHECK; - // << " count: " << count << " bottom_data: " - // << (unsigned long)bottom_data - // << " top_data: " << (unsigned long)top_data - // << " blocks: " << CAFFE_GET_BLOCKS(count) - // << " threads: " << CAFFE_CUDA_NUM_THREADS; -} - -template -__global__ void ReLUBackward(const int n, const Dtype* in_diff, - const Dtype* in_data, Dtype* out_diff, Dtype negative_slope) { - CUDA_KERNEL_LOOP(index, n) { - out_diff[index] = in_diff[index] * ((in_data[index] > 0) - + (in_data[index] <= 0) * negative_slope); - } -} - -template -void ReLULayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - if (propagate_down[0]) { - const Dtype* bottom_data = bottom[0]->gpu_data(); - const Dtype* top_diff = top[0]->gpu_diff(); - Dtype* bottom_diff = bottom[0]->mutable_gpu_diff(); - const int count = bottom[0]->count(); - Dtype negative_slope = this->layer_param_.relu_param().negative_slope(); - // NOLINT_NEXT_LINE(whitespace/operators) - ReLUBackward<<>>( - count, top_diff, bottom_data, bottom_diff, negative_slope); - CUDA_POST_KERNEL_CHECK; - } -} - - -INSTANTIATE_LAYER_GPU_FUNCS(ReLULayer); - - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/sigmoid_cross_entropy_loss_layer.cpp b/caffe-crfrnn/src/caffe/layers/sigmoid_cross_entropy_loss_layer.cpp deleted file mode 100644 index d1e327a5..00000000 --- a/caffe-crfrnn/src/caffe/layers/sigmoid_cross_entropy_loss_layer.cpp +++ /dev/null @@ -1,79 +0,0 @@ -#include -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void SigmoidCrossEntropyLossLayer::LayerSetUp( - const vector*>& bottom, const vector*>& top) { - LossLayer::LayerSetUp(bottom, top); - sigmoid_bottom_vec_.clear(); - sigmoid_bottom_vec_.push_back(bottom[0]); - sigmoid_top_vec_.clear(); - sigmoid_top_vec_.push_back(sigmoid_output_.get()); - sigmoid_layer_->SetUp(sigmoid_bottom_vec_, sigmoid_top_vec_); -} - -template -void SigmoidCrossEntropyLossLayer::Reshape( - const vector*>& bottom, const vector*>& top) { - LossLayer::Reshape(bottom, top); - CHECK_EQ(bottom[0]->count(), bottom[1]->count()) << - "SIGMOID_CROSS_ENTROPY_LOSS layer inputs must have the same count."; - sigmoid_layer_->Reshape(sigmoid_bottom_vec_, sigmoid_top_vec_); -} - -template -void SigmoidCrossEntropyLossLayer::Forward_cpu( - const vector*>& bottom, const vector*>& top) { - // The forward pass computes the sigmoid outputs. - sigmoid_bottom_vec_[0] = bottom[0]; - sigmoid_layer_->Forward(sigmoid_bottom_vec_, sigmoid_top_vec_); - // Compute the loss (negative log likelihood) - const int count = bottom[0]->count(); - const int num = bottom[0]->num(); - // Stable version of loss computation from input data - const Dtype* input_data = bottom[0]->cpu_data(); - const Dtype* target = bottom[1]->cpu_data(); - Dtype loss = 0; - for (int i = 0; i < count; ++i) { - loss -= input_data[i] * (target[i] - (input_data[i] >= 0)) - - log(1 + exp(input_data[i] - 2 * input_data[i] * (input_data[i] >= 0))); - } - top[0]->mutable_cpu_data()[0] = loss / num; -} - -template -void SigmoidCrossEntropyLossLayer::Backward_cpu( - const vector*>& top, const vector& propagate_down, - const vector*>& bottom) { - if (propagate_down[1]) { - LOG(FATAL) << this->type_name() - << " Layer cannot backpropagate to label inputs."; - } - if (propagate_down[0]) { - // First, compute the diff - const int count = bottom[0]->count(); - const int num = bottom[0]->num(); - const Dtype* sigmoid_output_data = sigmoid_output_->cpu_data(); - const Dtype* target = bottom[1]->cpu_data(); - Dtype* bottom_diff = bottom[0]->mutable_cpu_diff(); - caffe_sub(count, sigmoid_output_data, target, bottom_diff); - // Scale down gradient - const Dtype loss_weight = top[0]->cpu_diff()[0]; - caffe_scal(count, loss_weight / num, bottom_diff); - } -} - -#ifdef CPU_ONLY -STUB_GPU(SigmoidCrossEntropyLossLayer); -#endif - -INSTANTIATE_CLASS(SigmoidCrossEntropyLossLayer); -REGISTER_LAYER_CLASS(SIGMOID_CROSS_ENTROPY_LOSS, SigmoidCrossEntropyLossLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/sigmoid_cross_entropy_loss_layer.cu b/caffe-crfrnn/src/caffe/layers/sigmoid_cross_entropy_loss_layer.cu deleted file mode 100644 index d9db4af6..00000000 --- a/caffe-crfrnn/src/caffe/layers/sigmoid_cross_entropy_loss_layer.cu +++ /dev/null @@ -1,57 +0,0 @@ -#include -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void SigmoidCrossEntropyLossLayer::Forward_gpu( - const vector*>& bottom, const vector*>& top) { - // The forward pass computes the sigmoid outputs. - sigmoid_bottom_vec_[0] = bottom[0]; - sigmoid_layer_->Forward(sigmoid_bottom_vec_, sigmoid_top_vec_); - // Compute the loss (negative log likelihood) - const int count = bottom[0]->count(); - const int num = bottom[0]->num(); - // Stable version of loss computation from input data - const Dtype* input_data = bottom[0]->cpu_data(); - const Dtype* target = bottom[1]->cpu_data(); - Dtype loss = 0; - for (int i = 0; i < count; ++i) { - loss -= input_data[i] * (target[i] - (input_data[i] >= 0)) - - log(1 + exp(input_data[i] - 2 * input_data[i] * (input_data[i] >= 0))); - } - top[0]->mutable_cpu_data()[0] = loss / num; -} - -template -void SigmoidCrossEntropyLossLayer::Backward_gpu( - const vector*>& top, const vector& propagate_down, - const vector*>& bottom) { - if (propagate_down[1]) { - LOG(FATAL) << this->type_name() - << " Layer cannot backpropagate to label inputs."; - } - if (propagate_down[0]) { - // First, compute the diff - const int count = bottom[0]->count(); - const int num = bottom[0]->num(); - const Dtype* sigmoid_output_data = sigmoid_output_->gpu_data(); - const Dtype* target = bottom[1]->gpu_data(); - Dtype* bottom_diff = bottom[0]->mutable_gpu_diff(); - caffe_copy(count, sigmoid_output_data, bottom_diff); - caffe_gpu_axpy(count, Dtype(-1), target, bottom_diff); - // Scale down gradient - const Dtype loss_weight = top[0]->cpu_diff()[0]; - caffe_gpu_scal(count, loss_weight / num, bottom_diff); - } -} - -INSTANTIATE_LAYER_GPU_FUNCS(SigmoidCrossEntropyLossLayer); - - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/sigmoid_layer.cpp b/caffe-crfrnn/src/caffe/layers/sigmoid_layer.cpp deleted file mode 100644 index 48c38490..00000000 --- a/caffe-crfrnn/src/caffe/layers/sigmoid_layer.cpp +++ /dev/null @@ -1,49 +0,0 @@ -#include -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -inline Dtype sigmoid(Dtype x) { - return 1. / (1. + exp(-x)); -} - -template -void SigmoidLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->cpu_data(); - Dtype* top_data = top[0]->mutable_cpu_data(); - const int count = bottom[0]->count(); - for (int i = 0; i < count; ++i) { - top_data[i] = sigmoid(bottom_data[i]); - } -} - -template -void SigmoidLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - if (propagate_down[0]) { - const Dtype* top_data = top[0]->cpu_data(); - const Dtype* top_diff = top[0]->cpu_diff(); - Dtype* bottom_diff = bottom[0]->mutable_cpu_diff(); - const int count = bottom[0]->count(); - for (int i = 0; i < count; ++i) { - const Dtype sigmoid_x = top_data[i]; - bottom_diff[i] = top_diff[i] * sigmoid_x * (1. - sigmoid_x); - } - } -} - -#ifdef CPU_ONLY -STUB_GPU(SigmoidLayer); -#endif - -INSTANTIATE_CLASS(SigmoidLayer); - - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/sigmoid_layer.cu b/caffe-crfrnn/src/caffe/layers/sigmoid_layer.cu deleted file mode 100644 index e1af0657..00000000 --- a/caffe-crfrnn/src/caffe/layers/sigmoid_layer.cu +++ /dev/null @@ -1,62 +0,0 @@ -#include -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -__global__ void SigmoidForward(const int n, const Dtype* in, Dtype* out) { - CUDA_KERNEL_LOOP(index, n) { - out[index] = 1. / (1. + exp(-in[index])); - } -} - -template -void SigmoidLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* top_data = top[0]->mutable_gpu_data(); - const int count = bottom[0]->count(); - // NOLINT_NEXT_LINE(whitespace/operators) - SigmoidForward<<>>( - count, bottom_data, top_data); - CUDA_POST_KERNEL_CHECK; - // << " count: " << count << " bottom_data: " - // << (unsigned long)bottom_data - // << " top_data: " << (unsigned long)top_data - // << " blocks: " << CAFFE_GET_BLOCKS(count) - // << " threads: " << CAFFE_CUDA_NUM_THREADS; -} - -template -__global__ void SigmoidBackward(const int n, const Dtype* in_diff, - const Dtype* out_data, Dtype* out_diff) { - CUDA_KERNEL_LOOP(index, n) { - const Dtype sigmoid_x = out_data[index]; - out_diff[index] = in_diff[index] * sigmoid_x * (1 - sigmoid_x); - } -} - -template -void SigmoidLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - if (propagate_down[0]) { - const Dtype* top_data = top[0]->gpu_data(); - const Dtype* top_diff = top[0]->gpu_diff(); - Dtype* bottom_diff = bottom[0]->mutable_gpu_diff(); - const int count = bottom[0]->count(); - // NOLINT_NEXT_LINE(whitespace/operators) - SigmoidBackward<<>>( - count, top_diff, top_data, bottom_diff); - CUDA_POST_KERNEL_CHECK; - } -} - -INSTANTIATE_LAYER_GPU_FUNCS(SigmoidLayer); - - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/silence_layer.cpp b/caffe-crfrnn/src/caffe/layers/silence_layer.cpp deleted file mode 100644 index 9bd20574..00000000 --- a/caffe-crfrnn/src/caffe/layers/silence_layer.cpp +++ /dev/null @@ -1,26 +0,0 @@ -#include - -#include "caffe/common_layers.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" - -namespace caffe { - -template -void SilenceLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - for (int i = 0; i < bottom.size(); ++i) { - if (propagate_down[i]) { - caffe_set(bottom[i]->count(), Dtype(0), - bottom[i]->mutable_cpu_data()); - } - } -} - -#ifdef CPU_ONLY -STUB_GPU(SilenceLayer); -#endif - -INSTANTIATE_CLASS(SilenceLayer); -REGISTER_LAYER_CLASS(SILENCE, SilenceLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/silence_layer.cu b/caffe-crfrnn/src/caffe/layers/silence_layer.cu deleted file mode 100644 index 8d044ee7..00000000 --- a/caffe-crfrnn/src/caffe/layers/silence_layer.cu +++ /dev/null @@ -1,28 +0,0 @@ -#include - -#include "caffe/common_layers.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" - -namespace caffe { - -template -void SilenceLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - // Do nothing. -} - -template -void SilenceLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - for (int i = 0; i < bottom.size(); ++i) { - if (propagate_down[i]) { - caffe_gpu_set(bottom[i]->count(), Dtype(0), - bottom[i]->mutable_gpu_data()); - } - } -} - -INSTANTIATE_LAYER_GPU_FUNCS(SilenceLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/slice_layer.cpp b/caffe-crfrnn/src/caffe/layers/slice_layer.cpp deleted file mode 100644 index 60a5ecfa..00000000 --- a/caffe-crfrnn/src/caffe/layers/slice_layer.cpp +++ /dev/null @@ -1,141 +0,0 @@ -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void SliceLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - const SliceParameter& slice_param = this->layer_param_.slice_param(); - slice_dim_ = slice_param.slice_dim(); - CHECK_GE(slice_dim_, 0); - CHECK_LE(slice_dim_, 1) << "Can only slice num and channels"; - slice_point_.clear(); - std::copy(slice_param.slice_point().begin(), - slice_param.slice_point().end(), - std::back_inserter(slice_point_)); -} - -template -void SliceLayer::Reshape(const vector*>& bottom, - const vector*>& top) { - count_ = 0; - num_ = bottom[0]->num(); - channels_ = bottom[0]->channels(); - height_ = bottom[0]->height(); - width_ = bottom[0]->width(); - if (slice_point_.size() != 0) { - CHECK_EQ(slice_point_.size(), top.size() - 1); - if (slice_dim_ == 0) { - CHECK_LE(top.size(), num_); - } else { - CHECK_LE(top.size(), channels_); - } - int prev = 0; - vector slices; - for (int i = 0; i < slice_point_.size(); ++i) { - CHECK_GT(slice_point_[i], prev); - slices.push_back(slice_point_[i] - prev); - prev = slice_point_[i]; - } - if (slice_dim_ == 0) { - slices.push_back(num_ - prev); - for (int i = 0; i < top.size(); ++i) { - top[i]->Reshape(slices[i], channels_, height_, width_); - count_ += top[i]->count(); - } - } else { - slices.push_back(channels_ - prev); - for (int i = 0; i < top.size(); ++i) { - top[i]->Reshape(num_, slices[i], height_, width_); - count_ += top[i]->count(); - } - } - } else { - if (slice_dim_ == 0) { - CHECK_EQ(num_ % top.size(), 0) - << "Number of top blobs (" << top.size() << ") " - << "should evenly divide input num ( " << num_ << ")"; - num_ = num_ / top.size(); - } else { - CHECK_EQ(channels_ % top.size(), 0) - << "Number of top blobs (" << top.size() << ") " - << "should evenly divide input channels ( " << channels_ << ")"; - channels_ = channels_ / top.size(); - } - for (int i = 0; i < top.size(); ++i) { - top[i]->Reshape(num_, channels_, height_, width_); - count_ += top[i]->count(); - } - } - CHECK_EQ(count_, bottom[0]->count()); -} - -template -void SliceLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->mutable_cpu_data(); - if (slice_dim_ == 0) { - int offset_num = 0; - for (int i = 0; i < top.size(); ++i) { - Blob* blob = top[i]; - Dtype* top_data = blob->mutable_cpu_data(); - caffe_copy(blob->count(), bottom_data + bottom[0]->offset(offset_num), - top_data); - offset_num += blob->num(); - } - } else if (slice_dim_ == 1) { - int offset_channel = 0; - for (int i = 0; i < top.size(); ++i) { - Blob* blob = top[i]; - Dtype* top_data = blob->mutable_cpu_data(); - const int num_elem = blob->channels() * blob->height() * blob->width(); - for (int n = 0; n < num_; ++n) { - caffe_copy(num_elem, bottom_data + bottom[0]->offset(n, offset_channel), - top_data + blob->offset(n)); - } - offset_channel += blob->channels(); - } - } // slice_dim_ is guaranteed to be 0 or 1 by SetUp. -} - -template -void SliceLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - if (!propagate_down[0]) { return; } - Dtype* bottom_diff = bottom[0]->mutable_cpu_diff(); - if (slice_dim_ == 0) { - int offset_num = 0; - for (int i = 0; i < top.size(); ++i) { - Blob* blob = top[i]; - const Dtype* top_diff = blob->cpu_diff(); - caffe_copy(blob->count(), top_diff, - bottom_diff + bottom[0]->offset(offset_num)); - offset_num += blob->num(); - } - } else if (slice_dim_ == 1) { - int offset_channel = 0; - for (int i = 0; i < top.size(); ++i) { - Blob* blob = top[i]; - const Dtype* top_diff = blob->cpu_diff(); - const int num_elem = blob->channels() * blob->height() * blob->width(); - for (int n = 0; n < num_; ++n) { - caffe_copy(num_elem, top_diff + blob->offset(n), - bottom_diff + bottom[0]->offset(n, offset_channel)); - } - offset_channel += blob->channels(); - } - } // slice_dim_ is guaranteed to be 0 or 1 by SetUp. -} - -#ifdef CPU_ONLY -STUB_GPU(SliceLayer); -#endif - -INSTANTIATE_CLASS(SliceLayer); -REGISTER_LAYER_CLASS(SLICE, SliceLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/slice_layer.cu b/caffe-crfrnn/src/caffe/layers/slice_layer.cu deleted file mode 100644 index b5c5e615..00000000 --- a/caffe-crfrnn/src/caffe/layers/slice_layer.cu +++ /dev/null @@ -1,68 +0,0 @@ -#include - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void SliceLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->mutable_gpu_data(); - if (slice_dim_ == 0) { - int offset_num = 0; - for (int i = 0; i < top.size(); ++i) { - Blob* blob = top[i]; - Dtype* top_data = blob->mutable_gpu_data(); - caffe_copy(blob->count(), bottom_data + bottom[0]->offset(offset_num), - top_data); - offset_num += blob->num(); - } - } else if (slice_dim_ == 1) { - int offset_channel = 0; - for (int i = 0; i < top.size(); ++i) { - Blob* blob = top[i]; - Dtype* top_data = blob->mutable_gpu_data(); - const int num_elem = blob->channels() * blob->height() * blob->width(); - for (int n = 0; n < num_; ++n) { - caffe_copy(num_elem, bottom_data + bottom[0]->offset(n, offset_channel), - top_data + blob->offset(n)); - } - offset_channel += blob->channels(); - } - } // slice_dim_ is guaranteed to be 0 or 1 by SetUp. -} - -template -void SliceLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - if (!propagate_down[0]) { return; } - Dtype* bottom_diff = bottom[0]->mutable_gpu_diff(); - if (slice_dim_ == 0) { - int offset_num = 0; - for (int i = 0; i < top.size(); ++i) { - Blob* blob = top[i]; - const Dtype* top_diff = blob->gpu_diff(); - caffe_copy(blob->count(), top_diff, - bottom_diff + bottom[0]->offset(offset_num)); - offset_num += blob->num(); - } - } else if (slice_dim_ == 1) { - int offset_channel = 0; - for (int i = 0; i < top.size(); ++i) { - Blob* blob = top[i]; - const Dtype* top_diff = blob->gpu_diff(); - const int num_elem = blob->channels() * blob->height() * blob->width(); - for (int n = 0; n < num_; ++n) { - caffe_copy(num_elem, top_diff + blob->offset(n), - bottom_diff + bottom[0]->offset(n, offset_channel)); - } - offset_channel += blob->channels(); - } - } // slice_dim_ is guaranteed to be 0 or 1 by SetUp. -} - -INSTANTIATE_LAYER_GPU_FUNCS(SliceLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/softmax_layer.cpp b/caffe-crfrnn/src/caffe/layers/softmax_layer.cpp deleted file mode 100644 index c7b09fff..00000000 --- a/caffe-crfrnn/src/caffe/layers/softmax_layer.cpp +++ /dev/null @@ -1,95 +0,0 @@ -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void SoftmaxLayer::Reshape(const vector*>& bottom, - const vector*>& top) { - top[0]->Reshape(bottom[0]->num(), bottom[0]->channels(), - bottom[0]->height(), bottom[0]->width()); - sum_multiplier_.Reshape(1, bottom[0]->channels(), 1, 1); - Dtype* multiplier_data = sum_multiplier_.mutable_cpu_data(); - for (int i = 0; i < sum_multiplier_.count(); ++i) { - multiplier_data[i] = 1.; - } - scale_.Reshape(bottom[0]->num(), 1, bottom[0]->height(), bottom[0]->width()); -} - -template -void SoftmaxLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->cpu_data(); - Dtype* top_data = top[0]->mutable_cpu_data(); - Dtype* scale_data = scale_.mutable_cpu_data(); - int num = bottom[0]->num(); - int channels = bottom[0]->channels(); - int dim = bottom[0]->count() / bottom[0]->num(); - int spatial_dim = bottom[0]->height() * bottom[0]->width(); - caffe_copy(bottom[0]->count(), bottom_data, top_data); - // We need to subtract the max to avoid numerical issues, compute the exp, - // and then normalize. - for (int i = 0; i < num; ++i) { - // initialize scale_data to the first plane - caffe_copy(spatial_dim, bottom_data + i * dim, scale_data); - for (int j = 0; j < channels; j++) { - for (int k = 0; k < spatial_dim; k++) { - scale_data[k] = std::max(scale_data[k], - bottom_data[i * dim + j * spatial_dim + k]); - } - } - // subtraction - caffe_cpu_gemm(CblasNoTrans, CblasNoTrans, channels, spatial_dim, - 1, -1., sum_multiplier_.cpu_data(), scale_data, 1., top_data + i * dim); - // exponentiation - caffe_exp(dim, top_data + i * dim, top_data + i * dim); - // sum after exp - caffe_cpu_gemv(CblasTrans, channels, spatial_dim, 1., - top_data + i * dim, sum_multiplier_.cpu_data(), 0., scale_data); - // division - for (int j = 0; j < channels; j++) { - caffe_div(spatial_dim, top_data + top[0]->offset(i, j), scale_data, - top_data + top[0]->offset(i, j)); - } - } -} - -template -void SoftmaxLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - const Dtype* top_diff = top[0]->cpu_diff(); - const Dtype* top_data = top[0]->cpu_data(); - Dtype* bottom_diff = bottom[0]->mutable_cpu_diff(); - Dtype* scale_data = scale_.mutable_cpu_data(); - int num = top[0]->num(); - int channels = top[0]->channels(); - int dim = top[0]->count() / top[0]->num(); - int spatial_dim = top[0]->height() * top[0]->width(); - caffe_copy(top[0]->count(), top_diff, bottom_diff); - for (int i = 0; i < num; ++i) { - // compute dot(top_diff, top_data) and subtract them from the bottom diff - for (int k = 0; k < spatial_dim; ++k) { - scale_data[k] = caffe_cpu_strided_dot(channels, - bottom_diff + i * dim + k, spatial_dim, - top_data + i * dim + k, spatial_dim); - } - // subtraction - caffe_cpu_gemm(CblasNoTrans, CblasNoTrans, channels, spatial_dim, 1, - -1., sum_multiplier_.cpu_data(), scale_data, 1., bottom_diff + i * dim); - } - // elementwise multiplication - caffe_mul(top[0]->count(), bottom_diff, top_data, bottom_diff); -} - - -#ifdef CPU_ONLY -STUB_GPU(SoftmaxLayer); -#endif - -INSTANTIATE_CLASS(SoftmaxLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/softmax_layer.cu b/caffe-crfrnn/src/caffe/layers/softmax_layer.cu deleted file mode 100644 index 292ad2b3..00000000 --- a/caffe-crfrnn/src/caffe/layers/softmax_layer.cu +++ /dev/null @@ -1,154 +0,0 @@ -#include -#include -#include - -#include "thrust/device_vector.h" - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -__global__ void kernel_channel_max(const int num, const int channels, - const int spatial_dim, const Dtype* data, Dtype* out) { - CUDA_KERNEL_LOOP(index, num * spatial_dim) { - int n = index / spatial_dim; - int s = index % spatial_dim; - Dtype maxval = -FLT_MAX; - for (int c = 0; c < channels; ++c) { - maxval = max(data[(n * channels + c) * spatial_dim + s], maxval); - } - out[index] = maxval; - } -} - -template -__global__ void kernel_channel_subtract(const int num, const int channels, - const int spatial_dim, Dtype* data, const Dtype* channel_max) { - CUDA_KERNEL_LOOP(index, num * spatial_dim) { - int n = index / spatial_dim; - int s = index % spatial_dim; - for (int c = 0; c < channels; ++c) { - data[(n * channels + c) * spatial_dim + s] -= channel_max[index]; - } - } -} - -template -__global__ void kernel_exp(const int count, const Dtype* data, Dtype* out) { - CUDA_KERNEL_LOOP(index, count) { - out[index] = exp(data[index]); - } -} - -template -__global__ void kernel_channel_sum(const int num, const int channels, - const int spatial_dim, const Dtype* data, Dtype* channel_sum) { - CUDA_KERNEL_LOOP(index, num * spatial_dim) { - int n = index / spatial_dim; - int s = index % spatial_dim; - Dtype sum = 0; - for (int c = 0; c < channels; ++c) { - sum += data[(n * channels + c) * spatial_dim + s]; - } - channel_sum[index] = sum; - } -} - -template -__global__ void kernel_channel_div(const int num, const int channels, - const int spatial_dim, Dtype* data, const Dtype* channel_sum) { - CUDA_KERNEL_LOOP(index, num * spatial_dim) { - int n = index / spatial_dim; - int s = index % spatial_dim; - for (int c = 0; c < channels; ++c) { - data[(n * channels + c) * spatial_dim + s] /= channel_sum[index]; - } - } -} - -template -__global__ void kernel_channel_dot(const int num, const int channels, - const int spatial_dim, const Dtype* data_1, const Dtype* data_2, - Dtype* channel_dot) { - CUDA_KERNEL_LOOP(index, num * spatial_dim) { - int n = index / spatial_dim; - int s = index % spatial_dim; - Dtype dot = 0; - for (int c = 0; c < channels; ++c) { - dot += (data_1[(n * channels + c) * spatial_dim + s] - * data_2[(n * channels + c) * spatial_dim + s]); - } - channel_dot[index] = dot; - } -} - -template -void SoftmaxLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* top_data = top[0]->mutable_gpu_data(); - Dtype* scale_data = scale_.mutable_gpu_data(); - int num = bottom[0]->num(); - int channels = bottom[0]->channels(); - int spatial_dim = bottom[0]->height() * bottom[0]->width(); - caffe_copy(bottom[0]->count(), bottom_data, top_data); - // We need to subtract the max to avoid numerical issues, compute the exp, - // and then normalize. - // compute max - // NOLINT_NEXT_LINE(whitespace/operators) - kernel_channel_max<<>>(num, channels, spatial_dim, top_data, - scale_data); - // subtract - // NOLINT_NEXT_LINE(whitespace/operators) - kernel_channel_subtract<<>>(num, channels, spatial_dim, top_data, - scale_data); - // exponentiate - // NOLINT_NEXT_LINE(whitespace/operators) - kernel_exp<<>>(num * channels * spatial_dim, top_data, - top_data); - // sum after exp - // NOLINT_NEXT_LINE(whitespace/operators) - kernel_channel_sum<<>>(num, channels, spatial_dim, top_data, - scale_data); - // divide - // NOLINT_NEXT_LINE(whitespace/operators) - kernel_channel_div<<>>(num, channels, spatial_dim, top_data, - scale_data); -} - -template -void SoftmaxLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - const Dtype* top_diff = top[0]->gpu_diff(); - const Dtype* top_data = top[0]->gpu_data(); - Dtype* bottom_diff = bottom[0]->mutable_gpu_diff(); - Dtype* scale_data = scale_.mutable_gpu_data(); - int num = top[0]->num(); - int channels = top[0]->channels(); - int spatial_dim = top[0]->height() * top[0]->width(); - caffe_copy(top[0]->count(), top_diff, bottom_diff); - // Compute inner1d(top_diff, top_data) and subtract them from the bottom diff. - // NOLINT_NEXT_LINE(whitespace/operators) - kernel_channel_dot<<>>(num, channels, spatial_dim, top_diff, top_data, - scale_data); - // NOLINT_NEXT_LINE(whitespace/operators) - kernel_channel_subtract<<>>(num, channels, spatial_dim, bottom_diff, - scale_data); - // elementwise multiplication - caffe_gpu_mul(top[0]->count(), bottom_diff, top_data, bottom_diff); -} - -INSTANTIATE_LAYER_GPU_FUNCS(SoftmaxLayer); - - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/softmax_loss_layer.cpp b/caffe-crfrnn/src/caffe/layers/softmax_loss_layer.cpp deleted file mode 100644 index 55eb0918..00000000 --- a/caffe-crfrnn/src/caffe/layers/softmax_loss_layer.cpp +++ /dev/null @@ -1,117 +0,0 @@ -#include -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void SoftmaxWithLossLayer::LayerSetUp( - const vector*>& bottom, const vector*>& top) { - LossLayer::LayerSetUp(bottom, top); - softmax_bottom_vec_.clear(); - softmax_bottom_vec_.push_back(bottom[0]); - softmax_top_vec_.clear(); - softmax_top_vec_.push_back(&prob_); - softmax_layer_->SetUp(softmax_bottom_vec_, softmax_top_vec_); - - has_ignore_label_ = - this->layer_param_.loss_param().has_ignore_label(); - if (has_ignore_label_) { - ignore_label_ = this->layer_param_.loss_param().ignore_label(); - } - normalize_ = this->layer_param_.loss_param().normalize(); -} - -template -void SoftmaxWithLossLayer::Reshape( - const vector*>& bottom, const vector*>& top) { - LossLayer::Reshape(bottom, top); - softmax_layer_->Reshape(softmax_bottom_vec_, softmax_top_vec_); - if (top.size() >= 2) { - // softmax output - top[1]->ReshapeLike(*bottom[0]); - } -} - -template -void SoftmaxWithLossLayer::Forward_cpu( - const vector*>& bottom, const vector*>& top) { - // The forward pass computes the softmax prob values. - softmax_layer_->Forward(softmax_bottom_vec_, softmax_top_vec_); - const Dtype* prob_data = prob_.cpu_data(); - const Dtype* label = bottom[1]->cpu_data(); - int num = prob_.num(); - int dim = prob_.count() / num; - int spatial_dim = prob_.height() * prob_.width(); - int count = 0; - Dtype loss = 0; - for (int i = 0; i < num; ++i) { - for (int j = 0; j < spatial_dim; j++) { - const int label_value = static_cast(label[i * spatial_dim + j]); - if (has_ignore_label_ && label_value == ignore_label_) { - continue; - } - DCHECK_GE(label_value, 0); - DCHECK_LT(label_value, prob_.channels()); - loss -= log(std::max(prob_data[i * dim + label_value * spatial_dim + j], - Dtype(FLT_MIN))); - ++count; - } - } - if (normalize_) { - top[0]->mutable_cpu_data()[0] = loss / count; - } else { - top[0]->mutable_cpu_data()[0] = loss / num; - } - if (top.size() == 2) { - top[1]->ShareData(prob_); - } -} - -template -void SoftmaxWithLossLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - if (propagate_down[1]) { - LOG(FATAL) << this->type_name() - << " Layer cannot backpropagate to label inputs."; - } - if (propagate_down[0]) { - Dtype* bottom_diff = bottom[0]->mutable_cpu_diff(); - const Dtype* prob_data = prob_.cpu_data(); - caffe_copy(prob_.count(), prob_data, bottom_diff); - const Dtype* label = bottom[1]->cpu_data(); - int num = prob_.num(); - int dim = prob_.count() / num; - int spatial_dim = prob_.height() * prob_.width(); - int count = 0; - for (int i = 0; i < num; ++i) { - for (int j = 0; j < spatial_dim; ++j) { - const int label_value = static_cast(label[i * spatial_dim + j]); - if (has_ignore_label_ && label_value == ignore_label_) { - for (int c = 0; c < bottom[0]->channels(); ++c) { - bottom_diff[i * dim + c * spatial_dim + j] = 0; - } - } else { - bottom_diff[i * dim + label_value * spatial_dim + j] -= 1; - ++count; - } - } - } - // Scale gradient - const Dtype loss_weight = top[0]->cpu_diff()[0]; - if (normalize_) { - caffe_scal(prob_.count(), loss_weight / count, bottom_diff); - } else { - caffe_scal(prob_.count(), loss_weight / num, bottom_diff); - } - } -} - -INSTANTIATE_CLASS(SoftmaxWithLossLayer); -REGISTER_LAYER_CLASS(SOFTMAX_LOSS, SoftmaxWithLossLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/split_layer.cpp b/caffe-crfrnn/src/caffe/layers/split_layer.cpp deleted file mode 100644 index 51ac61f4..00000000 --- a/caffe-crfrnn/src/caffe/layers/split_layer.cpp +++ /dev/null @@ -1,60 +0,0 @@ -#include - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void SplitLayer::Reshape(const vector*>& bottom, - const vector*>& top) { - count_ = bottom[0]->count(); - for (int i = 0; i < top.size(); ++i) { - // Do not allow in-place computation in the SplitLayer. Instead, share data - // by reference in the forward pass, and keep separate diff allocations in - // the backward pass. (Technically, it should be possible to share the diff - // blob of the first split output with the input, but this seems to cause - // some strange effects in practice...) - CHECK_NE(top[i], bottom[0]) << this->type_name() << " Layer does not " - "allow in-place computation."; - top[i]->Reshape(bottom[0]->num(), bottom[0]->channels(), - bottom[0]->height(), bottom[0]->width()); - CHECK_EQ(count_, top[i]->count()); - } -} - -template -void SplitLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - for (int i = 0; i < top.size(); ++i) { - top[i]->ShareData(*bottom[0]); - } -} - -template -void SplitLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - if (!propagate_down[0]) { return; } - if (top.size() == 1) { - caffe_copy(count_, top[0]->cpu_diff(), bottom[0]->mutable_cpu_diff()); - return; - } - caffe_add(count_, top[0]->cpu_diff(), top[1]->cpu_diff(), - bottom[0]->mutable_cpu_diff()); - // Add remaining top blob diffs. - for (int i = 2; i < top.size(); ++i) { - const Dtype* top_diff = top[i]->cpu_diff(); - Dtype* bottom_diff = bottom[0]->mutable_cpu_diff(); - caffe_axpy(count_, Dtype(1.), top_diff, bottom_diff); - } -} - - -#ifdef CPU_ONLY -STUB_GPU(SplitLayer); -#endif - -INSTANTIATE_CLASS(SplitLayer); -REGISTER_LAYER_CLASS(SPLIT, SplitLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/split_layer.cu b/caffe-crfrnn/src/caffe/layers/split_layer.cu deleted file mode 100644 index a4f5df26..00000000 --- a/caffe-crfrnn/src/caffe/layers/split_layer.cu +++ /dev/null @@ -1,38 +0,0 @@ -#include - -#include "caffe/layer.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void SplitLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - for (int i = 0; i < top.size(); ++i) { - top[i]->ShareData(*bottom[0]); - } -} - -template -void SplitLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, const vector*>& bottom) { - if (!propagate_down[0]) { return; } - if (top.size() == 1) { - caffe_copy(count_, top[0]->gpu_diff(), bottom[0]->mutable_gpu_diff()); - return; - } - caffe_gpu_add(count_, top[0]->gpu_diff(), top[1]->gpu_diff(), - bottom[0]->mutable_gpu_diff()); - // Add remaining top blob diffs. - for (int i = 2; i < top.size(); ++i) { - const Dtype* top_diff = top[i]->gpu_diff(); - Dtype* bottom_diff = bottom[0]->mutable_gpu_diff(); - caffe_gpu_axpy(count_, Dtype(1.), top_diff, bottom_diff); - } -} - - -INSTANTIATE_LAYER_GPU_FUNCS(SplitLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/tanh_layer.cpp b/caffe-crfrnn/src/caffe/layers/tanh_layer.cpp deleted file mode 100644 index ee5ed773..00000000 --- a/caffe-crfrnn/src/caffe/layers/tanh_layer.cpp +++ /dev/null @@ -1,46 +0,0 @@ -// TanH neuron activation function layer. -// Adapted from ReLU layer code written by Yangqing Jia - -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -void TanHLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->cpu_data(); - Dtype* top_data = top[0]->mutable_cpu_data(); - const int count = bottom[0]->count(); - for (int i = 0; i < count; ++i) { - top_data[i] = tanh(bottom_data[i]); - } -} - -template -void TanHLayer::Backward_cpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - if (propagate_down[0]) { - const Dtype* top_data = top[0]->cpu_data(); - const Dtype* top_diff = top[0]->cpu_diff(); - Dtype* bottom_diff = bottom[0]->mutable_cpu_diff(); - const int count = bottom[0]->count(); - Dtype tanhx; - for (int i = 0; i < count; ++i) { - tanhx = top_data[i]; - bottom_diff[i] = top_diff[i] * (1 - tanhx * tanhx); - } - } -} - -#ifdef CPU_ONLY -STUB_GPU(TanHLayer); -#endif - -INSTANTIATE_CLASS(TanHLayer); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/tanh_layer.cu b/caffe-crfrnn/src/caffe/layers/tanh_layer.cu deleted file mode 100644 index ccd6e63e..00000000 --- a/caffe-crfrnn/src/caffe/layers/tanh_layer.cu +++ /dev/null @@ -1,59 +0,0 @@ -// TanH neuron activation function layer. -// Adapted from ReLU layer code written by Yangqing Jia - -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -__global__ void TanHForward(const int n, const Dtype* in, Dtype* out) { - CUDA_KERNEL_LOOP(index, n) { - out[index] = tanh(in[index]); - } -} - -template -void TanHLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* top_data = top[0]->mutable_gpu_data(); - const int count = bottom[0]->count(); - // NOLINT_NEXT_LINE(whitespace/operators) - TanHForward<<>>( - count, bottom_data, top_data); - CUDA_POST_KERNEL_CHECK; -} - -template -__global__ void TanHBackward(const int n, const Dtype* in_diff, - const Dtype* out_data, Dtype* out_diff) { - CUDA_KERNEL_LOOP(index, n) { - Dtype tanhx = out_data[index]; - out_diff[index] = in_diff[index] * (1 - tanhx * tanhx); - } -} - -template -void TanHLayer::Backward_gpu(const vector*>& top, - const vector& propagate_down, - const vector*>& bottom) { - if (propagate_down[0]) { - const Dtype* top_data = top[0]->gpu_data(); - const Dtype* top_diff = top[0]->gpu_diff(); - Dtype* bottom_diff = bottom[0]->mutable_gpu_diff(); - const int count = bottom[0]->count(); - // NOLINT_NEXT_LINE(whitespace/operators) - TanHBackward<<>>( - count, top_diff, top_data, bottom_diff); - CUDA_POST_KERNEL_CHECK; - } -} - -INSTANTIATE_LAYER_GPU_FUNCS(TanHLayer); - - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/threshold_layer.cpp b/caffe-crfrnn/src/caffe/layers/threshold_layer.cpp deleted file mode 100644 index 9e68c32d..00000000 --- a/caffe-crfrnn/src/caffe/layers/threshold_layer.cpp +++ /dev/null @@ -1,33 +0,0 @@ -#include - -#include "caffe/layer.hpp" -#include "caffe/vision_layers.hpp" - - -namespace caffe { - -template -void ThresholdLayer::LayerSetUp(const vector*>& bottom, - const vector*>& top) { - NeuronLayer::LayerSetUp(bottom, top); - threshold_ = this->layer_param_.threshold_param().threshold(); -} - -template -void ThresholdLayer::Forward_cpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->cpu_data(); - Dtype* top_data = top[0]->mutable_cpu_data(); - const int count = bottom[0]->count(); - for (int i = 0; i < count; ++i) { - top_data[i] = (bottom_data[i] > threshold_) ? Dtype(1) : Dtype(0); - } -} - -#ifdef CPU_ONLY -STUB_GPU_FORWARD(ThresholdLayer, Forward); -#endif - -INSTANTIATE_CLASS(ThresholdLayer); -REGISTER_LAYER_CLASS(THRESHOLD, ThresholdLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/threshold_layer.cu b/caffe-crfrnn/src/caffe/layers/threshold_layer.cu deleted file mode 100644 index bfa7f159..00000000 --- a/caffe-crfrnn/src/caffe/layers/threshold_layer.cu +++ /dev/null @@ -1,33 +0,0 @@ -#include -#include - -#include "caffe/layer.hpp" -#include "caffe/vision_layers.hpp" - -namespace caffe { - -template -__global__ void ThresholdForward(const int n, const Dtype threshold, - const Dtype* in, Dtype* out) { - CUDA_KERNEL_LOOP(index, n) { - out[index] = in[index] > threshold ? 1 : 0; - } -} - -template -void ThresholdLayer::Forward_gpu(const vector*>& bottom, - const vector*>& top) { - const Dtype* bottom_data = bottom[0]->gpu_data(); - Dtype* top_data = top[0]->mutable_gpu_data(); - const int count = bottom[0]->count(); - // NOLINT_NEXT_LINE(whitespace/operators) - ThresholdForward<<>>( - count, threshold_, bottom_data, top_data); - CUDA_POST_KERNEL_CHECK; -} - - -INSTANTIATE_LAYER_GPU_FORWARD(ThresholdLayer); - - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/layers/window_data_layer.cpp b/caffe-crfrnn/src/caffe/layers/window_data_layer.cpp deleted file mode 100644 index 6287b385..00000000 --- a/caffe-crfrnn/src/caffe/layers/window_data_layer.cpp +++ /dev/null @@ -1,467 +0,0 @@ -#include - -#include -#include -#include -#include -#include - -#include "opencv2/core/core.hpp" -#include "opencv2/highgui/highgui.hpp" -#include "opencv2/imgproc/imgproc.hpp" - -#include "caffe/common.hpp" -#include "caffe/data_layers.hpp" -#include "caffe/layer.hpp" -#include "caffe/util/benchmark.hpp" -#include "caffe/util/io.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/util/rng.hpp" - -// caffe.proto > LayerParameter > WindowDataParameter -// 'source' field specifies the window_file -// 'crop_size' indicates the desired warped size - -#if CV_VERSION_MAJOR == 3 -const int CV_LOAD_IMAGE_COLOR = cv::IMREAD_COLOR; -#endif - -namespace caffe { - -template -WindowDataLayer::~WindowDataLayer() { - this->JoinPrefetchThread(); -} - -template -void WindowDataLayer::DataLayerSetUp(const vector*>& bottom, - const vector*>& top) { - // LayerSetUp runs through the window_file and creates two structures - // that hold windows: one for foreground (object) windows and one - // for background (non-object) windows. We use an overlap threshold - // to decide which is which. - - // window_file format - // repeated: - // # image_index - // img_path (abs path) - // channels - // height - // width - // num_windows - // class_index overlap x1 y1 x2 y2 - - LOG(INFO) << "Window data layer:" << std::endl - << " foreground (object) overlap threshold: " - << this->layer_param_.window_data_param().fg_threshold() << std::endl - << " background (non-object) overlap threshold: " - << this->layer_param_.window_data_param().bg_threshold() << std::endl - << " foreground sampling fraction: " - << this->layer_param_.window_data_param().fg_fraction() << std::endl - << " cache_images: " - << this->layer_param_.window_data_param().cache_images() << std::endl - << " root_folder: " - << this->layer_param_.window_data_param().root_folder(); - - cache_images_ = this->layer_param_.window_data_param().cache_images(); - string root_folder = this->layer_param_.window_data_param().root_folder(); - - const bool prefetch_needs_rand = - this->transform_param_.mirror() || - this->transform_param_.crop_size(); - if (prefetch_needs_rand) { - const unsigned int prefetch_rng_seed = caffe_rng_rand(); - prefetch_rng_.reset(new Caffe::RNG(prefetch_rng_seed)); - } else { - prefetch_rng_.reset(); - } - - std::ifstream infile(this->layer_param_.window_data_param().source().c_str()); - CHECK(infile.good()) << "Failed to open window file " - << this->layer_param_.window_data_param().source() << std::endl; - - map label_hist; - label_hist.insert(std::make_pair(0, 0)); - - string hashtag; - int image_index, channels; - if (!(infile >> hashtag >> image_index)) { - LOG(FATAL) << "Window file is empty"; - } - do { - CHECK_EQ(hashtag, "#"); - // read image path - string image_path; - infile >> image_path; - image_path = root_folder + image_path; - // read image dimensions - vector image_size(3); - infile >> image_size[0] >> image_size[1] >> image_size[2]; - channels = image_size[0]; - image_database_.push_back(std::make_pair(image_path, image_size)); - - if (cache_images_) { - Datum datum; - if (!ReadFileToDatum(image_path, &datum)) { - LOG(ERROR) << "Could not open or find file " << image_path; - return; - } - image_database_cache_.push_back(std::make_pair(image_path, datum)); - } - // read each box - int num_windows; - infile >> num_windows; - const float fg_threshold = - this->layer_param_.window_data_param().fg_threshold(); - const float bg_threshold = - this->layer_param_.window_data_param().bg_threshold(); - for (int i = 0; i < num_windows; ++i) { - int label, x1, y1, x2, y2; - float overlap; - infile >> label >> overlap >> x1 >> y1 >> x2 >> y2; - - vector window(WindowDataLayer::NUM); - window[WindowDataLayer::IMAGE_INDEX] = image_index; - window[WindowDataLayer::LABEL] = label; - window[WindowDataLayer::OVERLAP] = overlap; - window[WindowDataLayer::X1] = x1; - window[WindowDataLayer::Y1] = y1; - window[WindowDataLayer::X2] = x2; - window[WindowDataLayer::Y2] = y2; - - // add window to foreground list or background list - if (overlap >= fg_threshold) { - int label = window[WindowDataLayer::LABEL]; - CHECK_GT(label, 0); - fg_windows_.push_back(window); - label_hist.insert(std::make_pair(label, 0)); - label_hist[label]++; - } else if (overlap < bg_threshold) { - // background window, force label and overlap to 0 - window[WindowDataLayer::LABEL] = 0; - window[WindowDataLayer::OVERLAP] = 0; - bg_windows_.push_back(window); - label_hist[0]++; - } - } - - if (image_index % 100 == 0) { - LOG(INFO) << "num: " << image_index << " " - << image_path << " " - << image_size[0] << " " - << image_size[1] << " " - << image_size[2] << " " - << "windows to process: " << num_windows; - } - } while (infile >> hashtag >> image_index); - - LOG(INFO) << "Number of images: " << image_index+1; - - for (map::iterator it = label_hist.begin(); - it != label_hist.end(); ++it) { - LOG(INFO) << "class " << it->first << " has " << label_hist[it->first] - << " samples"; - } - - LOG(INFO) << "Amount of context padding: " - << this->layer_param_.window_data_param().context_pad(); - - LOG(INFO) << "Crop mode: " - << this->layer_param_.window_data_param().crop_mode(); - - // image - const int crop_size = this->transform_param_.crop_size(); - CHECK_GT(crop_size, 0); - const int batch_size = this->layer_param_.window_data_param().batch_size(); - top[0]->Reshape(batch_size, channels, crop_size, crop_size); - this->prefetch_data_.Reshape(batch_size, channels, crop_size, crop_size); - - LOG(INFO) << "output data size: " << top[0]->num() << "," - << top[0]->channels() << "," << top[0]->height() << "," - << top[0]->width(); - // label - top[1]->Reshape(batch_size, 1, 1, 1); - this->prefetch_label_.Reshape(batch_size, 1, 1, 1); - - // data mean - has_mean_file_ = this->transform_param_.has_mean_file(); - has_mean_values_ = this->transform_param_.mean_value_size() > 0; - if (has_mean_file_) { - const string& mean_file = - this->transform_param_.mean_file(); - LOG(INFO) << "Loading mean file from" << mean_file; - BlobProto blob_proto; - ReadProtoFromBinaryFileOrDie(mean_file.c_str(), &blob_proto); - data_mean_.FromProto(blob_proto); - } - if (has_mean_values_) { - CHECK(has_mean_file_ == false) << - "Cannot specify mean_file and mean_value at the same time"; - for (int c = 0; c < this->transform_param_.mean_value_size(); ++c) { - mean_values_.push_back(this->transform_param_.mean_value(c)); - } - CHECK(mean_values_.size() == 1 || mean_values_.size() == channels) << - "Specify either 1 mean_value or as many as channels: " << channels; - if (channels > 1 && mean_values_.size() == 1) { - // Replicate the mean_value for simplicity - for (int c = 1; c < channels; ++c) { - mean_values_.push_back(mean_values_[0]); - } - } - } -} - -template -unsigned int WindowDataLayer::PrefetchRand() { - CHECK(prefetch_rng_); - caffe::rng_t* prefetch_rng = - static_cast(prefetch_rng_->generator()); - return (*prefetch_rng)(); -} - -// Thread fetching the data -template -void WindowDataLayer::InternalThreadEntry() { - // At each iteration, sample N windows where N*p are foreground (object) - // windows and N*(1-p) are background (non-object) windows - CPUTimer batch_timer; - batch_timer.Start(); - double read_time = 0; - double trans_time = 0; - CPUTimer timer; - Dtype* top_data = this->prefetch_data_.mutable_cpu_data(); - Dtype* top_label = this->prefetch_label_.mutable_cpu_data(); - const Dtype scale = this->layer_param_.window_data_param().scale(); - const int batch_size = this->layer_param_.window_data_param().batch_size(); - const int context_pad = this->layer_param_.window_data_param().context_pad(); - const int crop_size = this->transform_param_.crop_size(); - const bool mirror = this->transform_param_.mirror(); - const float fg_fraction = - this->layer_param_.window_data_param().fg_fraction(); - Dtype* mean = NULL; - int mean_off = 0; - int mean_width = 0; - int mean_height = 0; - if (this->has_mean_file_) { - mean = this->data_mean_.mutable_cpu_data(); - mean_off = (this->data_mean_.width() - crop_size) / 2; - mean_width = this->data_mean_.width(); - mean_height = this->data_mean_.height(); - } - cv::Size cv_crop_size(crop_size, crop_size); - const string& crop_mode = this->layer_param_.window_data_param().crop_mode(); - - bool use_square = (crop_mode == "square") ? true : false; - - // zero out batch - caffe_set(this->prefetch_data_.count(), Dtype(0), top_data); - - const int num_fg = static_cast(static_cast(batch_size) - * fg_fraction); - const int num_samples[2] = { batch_size - num_fg, num_fg }; - - int item_id = 0; - // sample from bg set then fg set - for (int is_fg = 0; is_fg < 2; ++is_fg) { - for (int dummy = 0; dummy < num_samples[is_fg]; ++dummy) { - // sample a window - timer.Start(); - const unsigned int rand_index = PrefetchRand(); - vector window = (is_fg) ? - fg_windows_[rand_index % fg_windows_.size()] : - bg_windows_[rand_index % bg_windows_.size()]; - - bool do_mirror = mirror && PrefetchRand() % 2; - - // load the image containing the window - pair > image = - image_database_[window[WindowDataLayer::IMAGE_INDEX]]; - - cv::Mat cv_img; - if (this->cache_images_) { - pair image_cached = - image_database_cache_[window[WindowDataLayer::IMAGE_INDEX]]; - cv_img = DecodeDatumToCVMat(image_cached.second); - } else { - cv_img = cv::imread(image.first, CV_LOAD_IMAGE_COLOR); - if (!cv_img.data) { - LOG(ERROR) << "Could not open or find file " << image.first; - return; - } - } - read_time += timer.MicroSeconds(); - timer.Start(); - const int channels = cv_img.channels(); - - // crop window out of image and warp it - int x1 = window[WindowDataLayer::X1]; - int y1 = window[WindowDataLayer::Y1]; - int x2 = window[WindowDataLayer::X2]; - int y2 = window[WindowDataLayer::Y2]; - - int pad_w = 0; - int pad_h = 0; - if (context_pad > 0 || use_square) { - // scale factor by which to expand the original region - // such that after warping the expanded region to crop_size x crop_size - // there's exactly context_pad amount of padding on each side - Dtype context_scale = static_cast(crop_size) / - static_cast(crop_size - 2*context_pad); - - // compute the expanded region - Dtype half_height = static_cast(y2-y1+1)/2.0; - Dtype half_width = static_cast(x2-x1+1)/2.0; - Dtype center_x = static_cast(x1) + half_width; - Dtype center_y = static_cast(y1) + half_height; - if (use_square) { - if (half_height > half_width) { - half_width = half_height; - } else { - half_height = half_width; - } - } - x1 = static_cast(round(center_x - half_width*context_scale)); - x2 = static_cast(round(center_x + half_width*context_scale)); - y1 = static_cast(round(center_y - half_height*context_scale)); - y2 = static_cast(round(center_y + half_height*context_scale)); - - // the expanded region may go outside of the image - // so we compute the clipped (expanded) region and keep track of - // the extent beyond the image - int unclipped_height = y2-y1+1; - int unclipped_width = x2-x1+1; - int pad_x1 = std::max(0, -x1); - int pad_y1 = std::max(0, -y1); - int pad_x2 = std::max(0, x2 - cv_img.cols + 1); - int pad_y2 = std::max(0, y2 - cv_img.rows + 1); - // clip bounds - x1 = x1 + pad_x1; - x2 = x2 - pad_x2; - y1 = y1 + pad_y1; - y2 = y2 - pad_y2; - CHECK_GT(x1, -1); - CHECK_GT(y1, -1); - CHECK_LT(x2, cv_img.cols); - CHECK_LT(y2, cv_img.rows); - - int clipped_height = y2-y1+1; - int clipped_width = x2-x1+1; - - // scale factors that would be used to warp the unclipped - // expanded region - Dtype scale_x = - static_cast(crop_size)/static_cast(unclipped_width); - Dtype scale_y = - static_cast(crop_size)/static_cast(unclipped_height); - - // size to warp the clipped expanded region to - cv_crop_size.width = - static_cast(round(static_cast(clipped_width)*scale_x)); - cv_crop_size.height = - static_cast(round(static_cast(clipped_height)*scale_y)); - pad_x1 = static_cast(round(static_cast(pad_x1)*scale_x)); - pad_x2 = static_cast(round(static_cast(pad_x2)*scale_x)); - pad_y1 = static_cast(round(static_cast(pad_y1)*scale_y)); - pad_y2 = static_cast(round(static_cast(pad_y2)*scale_y)); - - pad_h = pad_y1; - // if we're mirroring, we mirror the padding too (to be pedantic) - if (do_mirror) { - pad_w = pad_x2; - } else { - pad_w = pad_x1; - } - - // ensure that the warped, clipped region plus the padding fits in the - // crop_size x crop_size image (it might not due to rounding) - if (pad_h + cv_crop_size.height > crop_size) { - cv_crop_size.height = crop_size - pad_h; - } - if (pad_w + cv_crop_size.width > crop_size) { - cv_crop_size.width = crop_size - pad_w; - } - } - - cv::Rect roi(x1, y1, x2-x1+1, y2-y1+1); - cv::Mat cv_cropped_img = cv_img(roi); - cv::resize(cv_cropped_img, cv_cropped_img, - cv_crop_size, 0, 0, cv::INTER_LINEAR); - - // horizontal flip at random - if (do_mirror) { - cv::flip(cv_cropped_img, cv_cropped_img, 1); - } - - // copy the warped window into top_data - for (int h = 0; h < cv_cropped_img.rows; ++h) { - const uchar* ptr = cv_cropped_img.ptr(h); - int img_index = 0; - for (int w = 0; w < cv_cropped_img.cols; ++w) { - for (int c = 0; c < channels; ++c) { - int top_index = ((item_id * channels + c) * crop_size + h + pad_h) - * crop_size + w + pad_w; - // int top_index = (c * height + h) * width + w; - Dtype pixel = static_cast(ptr[img_index++]); - if (this->has_mean_file_) { - int mean_index = (c * mean_height + h + mean_off + pad_h) - * mean_width + w + mean_off + pad_w; - top_data[top_index] = (pixel - mean[mean_index]) * scale; - } else { - if (this->has_mean_values_) { - top_data[top_index] = (pixel - this->mean_values_[c]) * scale; - } else { - top_data[top_index] = pixel * scale; - } - } - } - } - } - trans_time += timer.MicroSeconds(); - // get window label - top_label[item_id] = window[WindowDataLayer::LABEL]; - - #if 0 - // useful debugging code for dumping transformed windows to disk - string file_id; - std::stringstream ss; - ss << PrefetchRand(); - ss >> file_id; - std::ofstream inf((string("dump/") + file_id + - string("_info.txt")).c_str(), std::ofstream::out); - inf << image.first << std::endl - << window[WindowDataLayer::X1]+1 << std::endl - << window[WindowDataLayer::Y1]+1 << std::endl - << window[WindowDataLayer::X2]+1 << std::endl - << window[WindowDataLayer::Y2]+1 << std::endl - << do_mirror << std::endl - << top_label[item_id] << std::endl - << is_fg << std::endl; - inf.close(); - std::ofstream top_data_file((string("dump/") + file_id + - string("_data.txt")).c_str(), - std::ofstream::out | std::ofstream::binary); - for (int c = 0; c < channels; ++c) { - for (int h = 0; h < crop_size; ++h) { - for (int w = 0; w < crop_size; ++w) { - top_data_file.write(reinterpret_cast( - &top_data[((item_id * channels + c) * crop_size + h) - * crop_size + w]), - sizeof(Dtype)); - } - } - } - top_data_file.close(); - #endif - - item_id++; - } - } - batch_timer.Stop(); - DLOG(INFO) << "Prefetch batch: " << batch_timer.MilliSeconds() << " ms."; - DLOG(INFO) << " Read time: " << read_time / 1000 << " ms."; - DLOG(INFO) << "Transform time: " << trans_time / 1000 << " ms."; -} - -INSTANTIATE_CLASS(WindowDataLayer); -REGISTER_LAYER_CLASS(WINDOW_DATA, WindowDataLayer); -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/leveldb_dataset.cpp b/caffe-crfrnn/src/caffe/leveldb_dataset.cpp deleted file mode 100644 index 53df9857..00000000 --- a/caffe-crfrnn/src/caffe/leveldb_dataset.cpp +++ /dev/null @@ -1,265 +0,0 @@ -#include -#include -#include - -#include "caffe/caffe.hpp" -#include "caffe/leveldb_dataset.hpp" - -namespace caffe { - -template -bool LeveldbDataset::open(const string& filename, - Mode mode) { - DLOG(INFO) << "LevelDB: Open " << filename; - - leveldb::Options options; - switch (mode) { - case Base::New: - DLOG(INFO) << " mode NEW"; - options.error_if_exists = true; - options.create_if_missing = true; - read_only_ = false; - break; - case Base::ReadWrite: - DLOG(INFO) << " mode RW"; - options.error_if_exists = false; - options.create_if_missing = true; - read_only_ = false; - break; - case Base::ReadOnly: - DLOG(INFO) << " mode RO"; - options.error_if_exists = false; - options.create_if_missing = false; - read_only_ = true; - break; - default: - DLOG(FATAL) << "unknown mode " << mode; - } - options.write_buffer_size = 268435456; - options.max_open_files = 100; - - leveldb::DB* db; - - LOG(INFO) << "Opening leveldb " << filename; - leveldb::Status status = leveldb::DB::Open( - options, filename, &db); - db_.reset(db); - - if (!status.ok()) { - LOG(ERROR) << "Failed to open leveldb " << filename - << ". Is it already existing?"; - return false; - } - - batch_.reset(new leveldb::WriteBatch()); - return true; -} - -template -bool LeveldbDataset::put(const K& key, const V& value) { - DLOG(INFO) << "LevelDB: Put"; - - if (read_only_) { - LOG(ERROR) << "put can not be used on a dataset in ReadOnly mode"; - return false; - } - - CHECK_NOTNULL(batch_.get()); - - string serialized_key; - if (!KCoder::serialize(key, &serialized_key)) { - return false; - } - - string serialized_value; - if (!VCoder::serialize(value, &serialized_value)) { - return false; - } - - batch_->Put(serialized_key, serialized_value); - - return true; -} - -template -bool LeveldbDataset::get(const K& key, V* value) { - DLOG(INFO) << "LevelDB: Get"; - - string serialized_key; - if (!KCoder::serialize(key, &serialized_key)) { - return false; - } - - string serialized_value; - leveldb::Status status = - db_->Get(leveldb::ReadOptions(), serialized_key, &serialized_value); - - if (!status.ok()) { - LOG(ERROR) << "leveldb get failed"; - return false; - } - - if (!VCoder::deserialize(serialized_value, value)) { - return false; - } - - return true; -} - -template -bool LeveldbDataset::first_key(K* key) { - DLOG(INFO) << "LevelDB: First key"; - - CHECK_NOTNULL(db_.get()); - shared_ptr iter(db_->NewIterator(leveldb::ReadOptions())); - iter->SeekToFirst(); - CHECK(iter->Valid()); - const leveldb::Slice& key_slice = iter->key(); - return KCoder::deserialize(key_slice.data(), key_slice.size(), key); -} - -template -bool LeveldbDataset::last_key(K* key) { - DLOG(INFO) << "LevelDB: Last key"; - - CHECK_NOTNULL(db_.get()); - shared_ptr iter(db_->NewIterator(leveldb::ReadOptions())); - iter->SeekToLast(); - CHECK(iter->Valid()); - const leveldb::Slice& key_slice = iter->key(); - return KCoder::deserialize(key_slice.data(), key_slice.size(), key); -} - -template -bool LeveldbDataset::commit() { - DLOG(INFO) << "LevelDB: Commit"; - - if (read_only_) { - LOG(ERROR) << "commit can not be used on a dataset in ReadOnly mode"; - return false; - } - - CHECK_NOTNULL(db_.get()); - CHECK_NOTNULL(batch_.get()); - - leveldb::Status status = db_->Write(leveldb::WriteOptions(), batch_.get()); - - batch_.reset(new leveldb::WriteBatch()); - - return status.ok(); -} - -template -void LeveldbDataset::close() { - DLOG(INFO) << "LevelDB: Close"; - - batch_.reset(); - db_.reset(); -} - -template -void LeveldbDataset::keys(vector* keys) { - DLOG(INFO) << "LevelDB: Keys"; - - keys->clear(); - for (const_iterator iter = begin(); iter != end(); ++iter) { - keys->push_back(iter->key); - } -} - -template -typename LeveldbDataset::const_iterator - LeveldbDataset::begin() const { - CHECK_NOTNULL(db_.get()); - shared_ptr iter(db_->NewIterator(leveldb::ReadOptions())); - iter->SeekToFirst(); - if (!iter->Valid()) { - iter.reset(); - } - - shared_ptr state; - if (iter) { - state.reset(new LeveldbState(db_, iter)); - } - return const_iterator(this, state); -} - -template -typename LeveldbDataset::const_iterator - LeveldbDataset::end() const { - shared_ptr state; - return const_iterator(this, state); -} - -template -typename LeveldbDataset::const_iterator - LeveldbDataset::cbegin() const { - return begin(); -} - -template -typename LeveldbDataset::const_iterator - LeveldbDataset::cend() const { return end(); } - -template -bool LeveldbDataset::equal( - shared_ptr state1, shared_ptr state2) const { - shared_ptr leveldb_state1 = - boost::dynamic_pointer_cast(state1); - - shared_ptr leveldb_state2 = - boost::dynamic_pointer_cast(state2); - - // The KV store doesn't really have any sort of ordering, - // so while we can do a sequential scan over the collection, - // we can't really use subranges. - return !leveldb_state1 && !leveldb_state2; -} - -template -void LeveldbDataset::increment( - shared_ptr* state) const { - shared_ptr leveldb_state = - boost::dynamic_pointer_cast(*state); - - CHECK_NOTNULL(leveldb_state.get()); - - shared_ptr& iter = leveldb_state->iter_; - - CHECK_NOTNULL(iter.get()); - CHECK(iter->Valid()); - - iter->Next(); - if (!iter->Valid()) { - state->reset(); - } -} - -template -typename Dataset::KV& - LeveldbDataset::dereference( - shared_ptr state) const { - shared_ptr leveldb_state = - boost::dynamic_pointer_cast(state); - - CHECK_NOTNULL(leveldb_state.get()); - - shared_ptr& iter = leveldb_state->iter_; - - CHECK_NOTNULL(iter.get()); - - CHECK(iter->Valid()); - - const leveldb::Slice& key = iter->key(); - const leveldb::Slice& value = iter->value(); - CHECK(KCoder::deserialize(key.data(), key.size(), - &leveldb_state->kv_pair_.key)); - CHECK(VCoder::deserialize(value.data(), value.size(), - &leveldb_state->kv_pair_.value)); - - return leveldb_state->kv_pair_; -} - -INSTANTIATE_DATASET(LeveldbDataset); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/lmdb_dataset.cpp b/caffe-crfrnn/src/caffe/lmdb_dataset.cpp deleted file mode 100644 index 8f8e68e9..00000000 --- a/caffe-crfrnn/src/caffe/lmdb_dataset.cpp +++ /dev/null @@ -1,366 +0,0 @@ -#include - -#include -#include -#include - -#include "caffe/caffe.hpp" -#include "caffe/lmdb_dataset.hpp" - -namespace caffe { - -template -bool LmdbDataset::open(const string& filename, - Mode mode) { - DLOG(INFO) << "LMDB: Open " << filename; - - CHECK(NULL == env_); - CHECK(NULL == write_txn_); - CHECK(NULL == read_txn_); - CHECK_EQ(0, dbi_); - - int retval; - if (mode != Base::ReadOnly) { - retval = mkdir(filename.c_str(), 0744); - switch (mode) { - case Base::New: - if (0 != retval) { - LOG(ERROR) << "mkdir " << filename << " failed"; - return false; - } - break; - case Base::ReadWrite: - if (-1 == retval && EEXIST != errno) { - LOG(ERROR) << "mkdir " << filename << " failed (" - << strerror(errno) << ")"; - return false; - } - break; - default: - LOG(FATAL) << "Invalid mode " << mode; - } - } - - retval = mdb_env_create(&env_); - if (MDB_SUCCESS != retval) { - LOG(ERROR) << "mdb_env_create failed " - << mdb_strerror(retval); - return false; - } - - retval = mdb_env_set_mapsize(env_, 1099511627776); - if (MDB_SUCCESS != retval) { - LOG(ERROR) << "mdb_env_set_mapsize failed " << mdb_strerror(retval); - return false; - } - - int flag1 = 0; - int flag2 = 0; - if (mode == Base::ReadOnly) { - flag1 = MDB_RDONLY | MDB_NOTLS; - flag2 = MDB_RDONLY; - } - - retval = mdb_env_open(env_, filename.c_str(), flag1, 0664); - if (MDB_SUCCESS != retval) { - LOG(ERROR) << "mdb_env_open failed " << mdb_strerror(retval); - return false; - } - - retval = mdb_txn_begin(env_, NULL, MDB_RDONLY, &read_txn_); - if (MDB_SUCCESS != retval) { - LOG(ERROR) << "mdb_txn_begin failed " << mdb_strerror(retval); - return false; - } - - retval = mdb_txn_begin(env_, NULL, flag2, &write_txn_); - if (MDB_SUCCESS != retval) { - LOG(ERROR) << "mdb_txn_begin failed " << mdb_strerror(retval); - return false; - } - - retval = mdb_open(write_txn_, NULL, 0, &dbi_); - if (MDB_SUCCESS != retval) { - LOG(ERROR) << "mdb_open failed" << mdb_strerror(retval); - return false; - } - - return true; -} - -template -bool LmdbDataset::put(const K& key, const V& value) { - DLOG(INFO) << "LMDB: Put"; - - vector serialized_key; - if (!KCoder::serialize(key, &serialized_key)) { - LOG(ERROR) << "failed to serialize key"; - return false; - } - - vector serialized_value; - if (!VCoder::serialize(value, &serialized_value)) { - LOG(ERROR) << "failed to serialized value"; - return false; - } - - MDB_val mdbkey, mdbdata; - mdbdata.mv_size = serialized_value.size(); - mdbdata.mv_data = serialized_value.data(); - mdbkey.mv_size = serialized_key.size(); - mdbkey.mv_data = serialized_key.data(); - - CHECK_NOTNULL(write_txn_); - CHECK_NE(0, dbi_); - - int retval = mdb_put(write_txn_, dbi_, &mdbkey, &mdbdata, 0); - if (MDB_SUCCESS != retval) { - LOG(ERROR) << "mdb_put failed " << mdb_strerror(retval); - return false; - } - - return true; -} - -template -bool LmdbDataset::get(const K& key, V* value) { - DLOG(INFO) << "LMDB: Get"; - - vector serialized_key; - if (!KCoder::serialize(key, &serialized_key)) { - LOG(ERROR) << "failed to serialized key"; - return false; - } - - MDB_val mdbkey, mdbdata; - mdbkey.mv_data = serialized_key.data(); - mdbkey.mv_size = serialized_key.size(); - - int retval; - retval = mdb_get(read_txn_, dbi_, &mdbkey, &mdbdata); - if (MDB_SUCCESS != retval) { - LOG(ERROR) << "mdb_get failed " << mdb_strerror(retval); - return false; - } - - if (!VCoder::deserialize(reinterpret_cast(mdbdata.mv_data), - mdbdata.mv_size, value)) { - LOG(ERROR) << "failed to deserialize value"; - return false; - } - - return true; -} - -template -bool LmdbDataset::first_key(K* key) { - DLOG(INFO) << "LMDB: First key"; - - int retval; - - MDB_cursor* cursor; - retval = mdb_cursor_open(read_txn_, dbi_, &cursor); - CHECK_EQ(retval, MDB_SUCCESS) << mdb_strerror(retval); - MDB_val mdbkey; - MDB_val mdbval; - retval = mdb_cursor_get(cursor, &mdbkey, &mdbval, MDB_FIRST); - CHECK_EQ(retval, MDB_SUCCESS) << mdb_strerror(retval); - - mdb_cursor_close(cursor); - - if (!KCoder::deserialize(reinterpret_cast(mdbkey.mv_data), - mdbkey.mv_size, key)) { - LOG(ERROR) << "failed to deserialize key"; - return false; - } - - return true; -} - -template -bool LmdbDataset::last_key(K* key) { - DLOG(INFO) << "LMDB: Last key"; - - int retval; - - MDB_cursor* cursor; - retval = mdb_cursor_open(read_txn_, dbi_, &cursor); - CHECK_EQ(retval, MDB_SUCCESS) << mdb_strerror(retval); - MDB_val mdbkey; - MDB_val mdbval; - retval = mdb_cursor_get(cursor, &mdbkey, &mdbval, MDB_LAST); - CHECK_EQ(retval, MDB_SUCCESS) << mdb_strerror(retval); - - mdb_cursor_close(cursor); - - if (!KCoder::deserialize(reinterpret_cast(mdbkey.mv_data), - mdbkey.mv_size, key)) { - LOG(ERROR) << "failed to deserialize key"; - return false; - } - - return true; -} - -template -bool LmdbDataset::commit() { - DLOG(INFO) << "LMDB: Commit"; - - CHECK_NOTNULL(write_txn_); - - int retval; - retval = mdb_txn_commit(write_txn_); - if (MDB_SUCCESS != retval) { - LOG(ERROR) << "mdb_txn_commit failed " << mdb_strerror(retval); - return false; - } - - mdb_txn_abort(read_txn_); - - retval = mdb_txn_begin(env_, NULL, 0, &write_txn_); - if (MDB_SUCCESS != retval) { - LOG(ERROR) << "mdb_txn_begin failed " << mdb_strerror(retval); - return false; - } - - retval = mdb_txn_begin(env_, NULL, MDB_RDONLY, &read_txn_); - if (MDB_SUCCESS != retval) { - LOG(ERROR) << "mdb_txn_begin failed " << mdb_strerror(retval); - return false; - } - - return true; -} - -template -void LmdbDataset::close() { - DLOG(INFO) << "LMDB: Close"; - - if (env_ && dbi_) { - mdb_txn_abort(write_txn_); - mdb_txn_abort(read_txn_); - mdb_close(env_, dbi_); - mdb_env_close(env_); - env_ = NULL; - dbi_ = 0; - write_txn_ = NULL; - read_txn_ = NULL; - } -} - -template -void LmdbDataset::keys(vector* keys) { - DLOG(INFO) << "LMDB: Keys"; - - keys->clear(); - for (const_iterator iter = begin(); iter != end(); ++iter) { - keys->push_back(iter->key); - } -} - -template -typename LmdbDataset::const_iterator - LmdbDataset::begin() const { - int retval; - - MDB_cursor* cursor; - retval = mdb_cursor_open(read_txn_, dbi_, &cursor); - CHECK_EQ(retval, MDB_SUCCESS) << mdb_strerror(retval); - MDB_val key; - MDB_val val; - retval = mdb_cursor_get(cursor, &key, &val, MDB_FIRST); - - CHECK(MDB_SUCCESS == retval || MDB_NOTFOUND == retval) - << mdb_strerror(retval); - - shared_ptr state; - if (MDB_SUCCESS == retval) { - state.reset(new LmdbState(cursor, read_txn_, &dbi_)); - } else { - mdb_cursor_close(cursor); - } - return const_iterator(this, state); -} - -template -typename LmdbDataset::const_iterator - LmdbDataset::end() const { - shared_ptr state; - return const_iterator(this, state); -} - -template -typename LmdbDataset::const_iterator - LmdbDataset::cbegin() const { return begin(); } - -template -typename LmdbDataset::const_iterator - LmdbDataset::cend() const { return end(); } - -template -bool LmdbDataset::equal(shared_ptr state1, - shared_ptr state2) const { - shared_ptr lmdb_state1 = - boost::dynamic_pointer_cast(state1); - - shared_ptr lmdb_state2 = - boost::dynamic_pointer_cast(state2); - - // The KV store doesn't really have any sort of ordering, - // so while we can do a sequential scan over the collection, - // we can't really use subranges. - return !lmdb_state1 && !lmdb_state2; -} - -template -void LmdbDataset::increment( - shared_ptr* state) const { - shared_ptr lmdb_state = - boost::dynamic_pointer_cast(*state); - - CHECK_NOTNULL(lmdb_state.get()); - - MDB_cursor*& cursor = lmdb_state->cursor_; - - CHECK_NOTNULL(cursor); - - MDB_val key; - MDB_val val; - int retval = mdb_cursor_get(cursor, &key, &val, MDB_NEXT); - if (MDB_NOTFOUND == retval) { - mdb_cursor_close(cursor); - state->reset(); - } else { - CHECK_EQ(MDB_SUCCESS, retval) << mdb_strerror(retval); - } -} - -template -typename Dataset::KV& - LmdbDataset::dereference( - shared_ptr state) const { - shared_ptr lmdb_state = - boost::dynamic_pointer_cast(state); - - CHECK_NOTNULL(lmdb_state.get()); - - MDB_cursor*& cursor = lmdb_state->cursor_; - - CHECK_NOTNULL(cursor); - - MDB_val mdb_key; - MDB_val mdb_val; - int retval = mdb_cursor_get(cursor, &mdb_key, &mdb_val, MDB_GET_CURRENT); - CHECK_EQ(retval, MDB_SUCCESS) << mdb_strerror(retval); - - CHECK(KCoder::deserialize(reinterpret_cast(mdb_key.mv_data), - mdb_key.mv_size, &lmdb_state->kv_pair_.key)); - CHECK(VCoder::deserialize(reinterpret_cast(mdb_val.mv_data), - mdb_val.mv_size, &lmdb_state->kv_pair_.value)); - - return lmdb_state->kv_pair_; -} - -INSTANTIATE_DATASET(LmdbDataset); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/net.cpp b/caffe-crfrnn/src/caffe/net.cpp deleted file mode 100644 index 67f8a22b..00000000 --- a/caffe-crfrnn/src/caffe/net.cpp +++ /dev/null @@ -1,826 +0,0 @@ -#include -#include -#include -#include -#include -#include - -#include "caffe/common.hpp" -#include "caffe/layer.hpp" -#include "caffe/net.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/util/insert_splits.hpp" -#include "caffe/util/io.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/util/upgrade_proto.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -template -Net::Net(const NetParameter& param) { - Init(param); -} - -template -Net::Net(const string& param_file) { - NetParameter param; - ReadNetParamsFromTextFileOrDie(param_file, ¶m); - Init(param); -} - -template -void Net::Init(const NetParameter& in_param) { - // Filter layers based on their include/exclude rules and - // the current NetState. - NetParameter filtered_param; - FilterNet(in_param, &filtered_param); - LOG(INFO) << "Initializing net from parameters: " << std::endl - << filtered_param.DebugString(); - // Create a copy of filtered_param with splits added where necessary. - NetParameter param; - InsertSplits(filtered_param, ¶m); - // Basically, build all the layers and set up its connections. - name_ = param.name(); - map blob_name_to_idx; - set available_blobs; - CHECK_EQ(param.input_size() * 4, param.input_dim_size()) - << "Incorrect input blob dimension specifications."; - memory_used_ = 0; - // set the input blobs - for (int input_id = 0; input_id < param.input_size(); ++input_id) { - const int layer_id = -1; // inputs have fake layer ID -1 - AppendTop(param, layer_id, input_id, &available_blobs, &blob_name_to_idx); - } - DLOG(INFO) << "Memory required for data: " << memory_used_ * sizeof(Dtype); - // For each layer, set up their input and output - bottom_vecs_.resize(param.layers_size()); - top_vecs_.resize(param.layers_size()); - bottom_id_vecs_.resize(param.layers_size()); - top_id_vecs_.resize(param.layers_size()); - bottom_need_backward_.resize(param.layers_size()); - for (int layer_id = 0; layer_id < param.layers_size(); ++layer_id) { - const LayerParameter& layer_param = param.layers(layer_id); - layers_.push_back(shared_ptr >( - LayerRegistry::CreateLayer(layer_param))); - layers_[layer_id]->set_net(this); - layer_names_.push_back(layer_param.name()); - LOG(INFO) << "Creating Layer " << layer_param.name(); - bool need_backward = false; - // Figure out this layer's input and output - for (int bottom_id = 0; bottom_id < layer_param.bottom_size(); - ++bottom_id) { - const int blob_id = AppendBottom(param, layer_id, bottom_id, - &available_blobs, &blob_name_to_idx); - // If a blob needs backward, this layer should provide it. - need_backward |= blob_need_backward_[blob_id]; - } - int num_top = layer_param.top_size(); - for (int top_id = 0; top_id < num_top; ++top_id) { - AppendTop(param, layer_id, top_id, &available_blobs, &blob_name_to_idx); - } - // If the layer specifies that AutoTopBlobs() -> true and the LayerParameter - // specified fewer than the required number (as specified by - // ExactNumTopBlobs() or MinTopBlobs()), allocate them here. - Layer* layer = layers_[layer_id].get(); - if (layer->AutoTopBlobs()) { - const int needed_num_top = - std::max(layer->MinTopBlobs(), layer->ExactNumTopBlobs()); - for (; num_top < needed_num_top; ++num_top) { - // Add "anonymous" top blobs -- do not modify available_blobs or - // blob_name_to_idx as we don't want these blobs to be usable as input - // to other layers. - AppendTop(param, layer_id, num_top, NULL, NULL); - } - } - // After this layer is connected, set it up. - LOG(INFO) << "Setting up " << layer_names_[layer_id]; - layers_[layer_id]->SetUp(bottom_vecs_[layer_id], top_vecs_[layer_id]); - for (int top_id = 0; top_id < top_vecs_[layer_id].size(); ++top_id) { - if (blob_loss_weights_.size() <= top_id_vecs_[layer_id][top_id]) { - blob_loss_weights_.resize(top_id_vecs_[layer_id][top_id] + 1, Dtype(0)); - } - blob_loss_weights_[top_id_vecs_[layer_id][top_id]] = layer->loss(top_id); - LOG(INFO) << "Top shape: " << top_vecs_[layer_id][top_id]->num() << " " - << top_vecs_[layer_id][top_id]->channels() << " " - << top_vecs_[layer_id][top_id]->height() << " " - << top_vecs_[layer_id][top_id]->width() << " (" - << top_vecs_[layer_id][top_id]->count() << ")"; - if (layer->loss(top_id)) { - LOG(INFO) << " with loss weight " << layer->loss(top_id); - } - memory_used_ += top_vecs_[layer_id][top_id]->count(); - } - DLOG(INFO) << "Memory required for data: " << memory_used_ * sizeof(Dtype); - const int blobs_lr_size = layer_param.blobs_lr_size(); - const int num_param_blobs = layers_[layer_id]->blobs().size(); - CHECK(blobs_lr_size == num_param_blobs || blobs_lr_size == 0) - << "Incorrect blobs lr size: should be either 0 " - << "or the same as the number of the layer's parameter blobs."; - if (blobs_lr_size) { - // Check if this layer needs backward operation itself - for (int param_id = 0; param_id < blobs_lr_size; ++param_id) { - const bool param_need_backward = layer_param.blobs_lr(param_id) > 0; - need_backward |= param_need_backward; - layers_[layer_id]->set_param_propagate_down(param_id, - param_need_backward); - } - } else if (layers_[layer_id]->blobs().size()) { - // catch: if a layer param does not specify blobs_lr, we should assume the - // learning rate to be 1. Thus we will need to perform backward. - need_backward = true; - for (int param_id = 0; param_id < blobs_lr_size; ++param_id) { - layers_[layer_id]->set_param_propagate_down(param_id, true); - } - } - const int param_size = layer_param.param_size(); - CHECK(param_size == num_param_blobs || param_size == 0) - << "Incorrect param size: should be either 0 or the same as " - "the number of the layer's parameter blobs: " << num_param_blobs; - const int blob_share_mode_size = layer_param.blob_share_mode_size(); - CHECK(blob_share_mode_size == num_param_blobs || blob_share_mode_size == 0) - << "Incorrect blob_share_mode size: should be either 0 or the same as " - "the number of the layer's parameter blobs: " << num_param_blobs; - for (int param_id = 0; param_id < num_param_blobs; ++param_id) { - AppendParam(param, layer_id, param_id); - } - // Finally, set the backward flag - layer_need_backward_.push_back(need_backward); - if (need_backward) { - for (int top_id = 0; top_id < top_id_vecs_[layer_id].size(); ++top_id) { - blob_need_backward_[top_id_vecs_[layer_id][top_id]] = true; - } - } - } - // Go through the net backwards to determine which blobs contribute to the - // loss. We can skip backward computation for blobs that don't contribute - // to the loss. - set blobs_under_loss; - for (int layer_id = layers_.size() - 1; layer_id >= 0; --layer_id) { - bool layer_contributes_loss = false; - for (int top_id = 0; top_id < top_vecs_[layer_id].size(); ++top_id) { - const string& blob_name = blob_names_[top_id_vecs_[layer_id][top_id]]; - if (layers_[layer_id]->loss(top_id) || - (blobs_under_loss.find(blob_name) != blobs_under_loss.end())) { - layer_contributes_loss = true; - break; - } - } - if (!layer_contributes_loss) { layer_need_backward_[layer_id] = false; } - if (layer_need_backward_[layer_id]) { - LOG(INFO) << layer_names_[layer_id] << " needs backward computation."; - } else { - LOG(INFO) << layer_names_[layer_id] - << " does not need backward computation."; - } - for (int bottom_id = 0; bottom_id < bottom_vecs_[layer_id].size(); - ++bottom_id) { - if (layer_contributes_loss) { - const string& blob_name = - blob_names_[bottom_id_vecs_[layer_id][bottom_id]]; - blobs_under_loss.insert(blob_name); - } else { - bottom_need_backward_[layer_id][bottom_id] = false; - } - } - } - // Handle force_backward if needed. - if (param.force_backward()) { - for (int layer_id = 0; layer_id < layers_.size(); ++layer_id) { - layer_need_backward_[layer_id] = true; - for (int bottom_id = 0; - bottom_id < bottom_need_backward_[layer_id].size(); ++bottom_id) { - bottom_need_backward_[layer_id][bottom_id] = - bottom_need_backward_[layer_id][bottom_id] || - layers_[layer_id]->AllowForceBackward(bottom_id); - blob_need_backward_[bottom_id_vecs_[layer_id][bottom_id]] = - blob_need_backward_[bottom_id_vecs_[layer_id][bottom_id]] || - bottom_need_backward_[layer_id][bottom_id]; - } - for (int param_id = 0; param_id < layers_[layer_id]->blobs().size(); - ++param_id) { - layers_[layer_id]->set_param_propagate_down(param_id, true); - } - } - } - // In the end, all remaining blobs are considered output blobs. - for (set::iterator it = available_blobs.begin(); - it != available_blobs.end(); ++it) { - LOG(INFO) << "This network produces output " << *it; - net_output_blobs_.push_back(blobs_[blob_name_to_idx[*it]].get()); - net_output_blob_indices_.push_back(blob_name_to_idx[*it]); - } - for (size_t blob_id = 0; blob_id < blob_names_.size(); ++blob_id) { - blob_names_index_[blob_names_[blob_id]] = blob_id; - } - for (size_t layer_id = 0; layer_id < layer_names_.size(); ++layer_id) { - layer_names_index_[layer_names_[layer_id]] = layer_id; - } - GetLearningRateAndWeightDecay(); - LOG(INFO) << "Network initialization done."; - LOG(INFO) << "Memory required for data: " << memory_used_ * sizeof(Dtype); - // Don't display debug info by default. - debug_info_ = false; -} - -template -void Net::FilterNet(const NetParameter& param, - NetParameter* param_filtered) { - NetState net_state(param.state()); - // Let the phase of the net be the current global phase provided in the Caffe - // singleton, unless explicitly provided by the state. - if (!net_state.has_phase()) { - switch (Caffe::phase()) { - case Caffe::TRAIN: - net_state.set_phase(TRAIN); - break; - case Caffe::TEST: - net_state.set_phase(TEST); - break; - default: - LOG(FATAL) << "Unknown phase: " << Caffe::phase(); - } - } - param_filtered->CopyFrom(param); - param_filtered->clear_layers(); - for (int i = 0; i < param.layers_size(); ++i) { - const LayerParameter& layer_param = param.layers(i); - const string& layer_name = layer_param.name(); - CHECK(layer_param.include_size() == 0 || layer_param.exclude_size() == 0) - << "Specify either include rules or exclude rules; not both."; - // If no include rules are specified, the layer is included by default and - // only excluded if it meets one of the exclude rules. - bool layer_included = (layer_param.include_size() == 0); - for (int j = 0; layer_included && j < layer_param.exclude_size(); ++j) { - if (StateMeetsRule(net_state, layer_param.exclude(j), layer_name)) { - layer_included = false; - } - } - for (int j = 0; !layer_included && j < layer_param.include_size(); ++j) { - if (StateMeetsRule(net_state, layer_param.include(j), layer_name)) { - layer_included = true; - } - } - if (layer_included) { - param_filtered->add_layers()->CopyFrom(layer_param); - } - } -} - -template -bool Net::StateMeetsRule(const NetState& state, - const NetStateRule& rule, const string& layer_name) { - // Check whether the rule is broken due to phase. - if (rule.has_phase()) { - if (rule.phase() != state.phase()) { - LOG(INFO) << "The NetState phase (" << state.phase() - << ") differed from the phase (" << rule.phase() - << ") specified by a rule in layer " << layer_name; - return false; - } - } - // Check whether the rule is broken due to min level. - if (rule.has_min_level()) { - if (state.level() < rule.min_level()) { - LOG(INFO) << "The NetState level (" << state.level() - << ") is above the min_level (" << rule.min_level() - << ") specified by a rule in layer " << layer_name; - return false; - } - } - // Check whether the rule is broken due to max level. - if (rule.has_max_level()) { - if (state.level() > rule.max_level()) { - LOG(INFO) << "The NetState level (" << state.level() - << ") is above the max_level (" << rule.max_level() - << ") specified by a rule in layer " << layer_name; - return false; - } - } - // Check whether the rule is broken due to stage. The NetState must - // contain ALL of the rule's stages to meet it. - for (int i = 0; i < rule.stage_size(); ++i) { - // Check that the NetState contains the rule's ith stage. - bool has_stage = false; - for (int j = 0; !has_stage && j < state.stage_size(); ++j) { - if (rule.stage(i) == state.stage(j)) { has_stage = true; } - } - if (!has_stage) { - LOG(INFO) << "The NetState did not contain stage '" << rule.stage(i) - << "' specified by a rule in layer " << layer_name; - return false; - } - } - // Check whether the rule is broken due to not_stage. The NetState must - // contain NONE of the rule's not_stages to meet it. - for (int i = 0; i < rule.not_stage_size(); ++i) { - // Check that the NetState contains the rule's ith not_stage. - bool has_stage = false; - for (int j = 0; !has_stage && j < state.stage_size(); ++j) { - if (rule.not_stage(i) == state.stage(j)) { has_stage = true; } - } - if (has_stage) { - LOG(INFO) << "The NetState contained a not_stage '" << rule.not_stage(i) - << "' specified by a rule in layer " << layer_name; - return false; - } - } - return true; -} - -// Helper for Net::Init: add a new input or top blob to the net. (Inputs have -// layer_id == -1, tops have layer_id >= 0.) -template -void Net::AppendTop(const NetParameter& param, const int layer_id, - const int top_id, set* available_blobs, - map* blob_name_to_idx) { - shared_ptr layer_param((layer_id >= 0) ? - (new LayerParameter(param.layers(layer_id))) : NULL); - const string& blob_name = layer_param ? - (layer_param->top_size() > top_id ? - layer_param->top(top_id) : "(automatic)") : param.input(top_id); - // Check if we are doing in-place computation - if (blob_name_to_idx && layer_param && layer_param->bottom_size() > top_id && - blob_name == layer_param->bottom(top_id)) { - // In-place computation - LOG(INFO) << layer_param->name() << " -> " << blob_name << " (in-place)"; - top_vecs_[layer_id].push_back(blobs_[(*blob_name_to_idx)[blob_name]].get()); - top_id_vecs_[layer_id].push_back((*blob_name_to_idx)[blob_name]); - } else if (blob_name_to_idx && - blob_name_to_idx->find(blob_name) != blob_name_to_idx->end()) { - // If we are not doing in-place computation but have duplicated blobs, - // raise an error. - LOG(FATAL) << "Duplicate blobs produced by multiple sources."; - } else { - // Normal output. - if (layer_param) { - LOG(INFO) << layer_param->name() << " -> " << blob_name; - } else { - LOG(INFO) << "Input " << top_id << " -> " << blob_name; - } - shared_ptr > blob_pointer(new Blob()); - const int blob_id = blobs_.size(); - blobs_.push_back(blob_pointer); - blob_names_.push_back(blob_name); - blob_need_backward_.push_back(false); - if (blob_name_to_idx) { (*blob_name_to_idx)[blob_name] = blob_id; } - if (layer_id == -1) { - // Set the (explicitly specified) dimensions of the input blob. - blob_pointer->Reshape(param.input_dim(top_id * 4), - param.input_dim(top_id * 4 + 1), - param.input_dim(top_id * 4 + 2), - param.input_dim(top_id * 4 + 3)); - net_input_blob_indices_.push_back(blob_id); - net_input_blobs_.push_back(blob_pointer.get()); - } else { - top_id_vecs_[layer_id].push_back(blob_id); - top_vecs_[layer_id].push_back(blob_pointer.get()); - } - } - if (available_blobs) { available_blobs->insert(blob_name); } -} - -// Helper for Net::Init: add a new bottom blob to the net. -template -int Net::AppendBottom(const NetParameter& param, - const int layer_id, const int bottom_id, - set* available_blobs, map* blob_name_to_idx) { - const LayerParameter& layer_param = param.layers(layer_id); - const string& blob_name = layer_param.bottom(bottom_id); - if (available_blobs->find(blob_name) == available_blobs->end()) { - LOG(FATAL) << "Unknown blob input " << blob_name - << " (at index " << bottom_id << ") to layer " << layer_id; - } - const int blob_id = (*blob_name_to_idx)[blob_name]; - LOG(INFO) << layer_names_[layer_id] << " <- " << blob_name; - bottom_vecs_[layer_id].push_back(blobs_[blob_id].get()); - bottom_id_vecs_[layer_id].push_back(blob_id); - available_blobs->erase(blob_name); - const bool need_backward = blob_need_backward_[blob_id]; - bottom_need_backward_[layer_id].push_back(need_backward); - return blob_id; -} - -template -void Net::AppendParam(const NetParameter& param, const int layer_id, - const int param_id) { - const LayerParameter& layer_param = layers_[layer_id]->layer_param(); - const int param_size = layer_param.param_size(); - string param_name = param_size ? layer_param.param(param_id) : ""; - if (param_name.size()) { - param_display_names_.push_back(param_name); - } else { - ostringstream param_display_name; - param_display_name << param_id; - param_display_names_.push_back(param_display_name.str()); - } - const int net_param_id = params_.size(); - params_.push_back(layers_[layer_id]->blobs()[param_id]); - param_layer_indices_.push_back(make_pair(layer_id, param_id)); - if (!param_size || !param_name.size() || (param_name.size() && - param_names_index_.find(param_name) == param_names_index_.end())) { - // This layer "owns" this parameter blob -- it is either anonymous - // (i.e., not given a param_name) or explicitly given a name that we - // haven't already seen. - param_owners_.push_back(-1); - if (param_size) { - param_names_index_[param_name] = net_param_id; - } - } else { - // Named param blob with name we've seen before: share params - const int owner_net_param_id = param_names_index_[param_name]; - param_owners_.push_back(owner_net_param_id); - const pair& owner_index = - param_layer_indices_[owner_net_param_id]; - const int owner_layer_id = owner_index.first; - const int owner_param_id = owner_index.second; - LOG(INFO) << "Sharing parameters '" << param_name << "' owned by " - << "layer '" << layer_names_[owner_layer_id] << "', param " - << "index " << owner_param_id; - Blob* this_blob = layers_[layer_id]->blobs()[param_id].get(); - Blob* owner_blob = - layers_[owner_layer_id]->blobs()[owner_param_id].get(); - const int blob_share_mode_size = layer_param.blob_share_mode_size(); - if (blob_share_mode_size > param_id && - (layer_param.blob_share_mode(param_id) == - LayerParameter_DimCheckMode_PERMISSIVE)) { - // Permissive dimension checking -- only check counts are the same. - CHECK_EQ(this_blob->count(), owner_blob->count()) - << "Shared parameter blobs must have the same count."; - } else { - // Strict dimension checking -- all dims must be the same. - CHECK_EQ(this_blob->num(), owner_blob->num()) - << "Shared parameter blobs must have the same num."; - CHECK_EQ(this_blob->channels(), owner_blob->channels()) - << "Shared parameter blobs must have the same channels."; - CHECK_EQ(this_blob->height(), owner_blob->height()) - << "Shared parameter blobs must have the same height."; - CHECK_EQ(this_blob->width(), owner_blob->width()) - << "Shared parameter blobs must have the same width."; - } - layers_[layer_id]->blobs()[param_id]->ShareData( - *layers_[owner_layer_id]->blobs()[owner_param_id]); - } -} - -template -void Net::GetLearningRateAndWeightDecay() { - LOG(INFO) << "Collecting Learning Rate and Weight Decay."; - for (int i = 0; i < layers_.size(); ++i) { - vector > >& layer_blobs = layers_[i]->blobs(); - // push the learning rate mutlipliers - if (layers_[i]->layer_param().blobs_lr_size()) { - CHECK_EQ(layers_[i]->layer_param().blobs_lr_size(), layer_blobs.size()); - for (int j = 0; j < layer_blobs.size(); ++j) { - float local_lr = layers_[i]->layer_param().blobs_lr(j); - CHECK_GE(local_lr, 0.); - params_lr_.push_back(local_lr); - } - } else { - for (int j = 0; j < layer_blobs.size(); ++j) { - params_lr_.push_back(1.); - } - } - // push the weight decay multipliers - if (layers_[i]->layer_param().weight_decay_size()) { - CHECK_EQ(layers_[i]->layer_param().weight_decay_size(), - layer_blobs.size()); - for (int j = 0; j < layer_blobs.size(); ++j) { - float local_decay = layers_[i]->layer_param().weight_decay(j); - CHECK_GE(local_decay, 0.); - params_weight_decay_.push_back(local_decay); - } - } else { - for (int j = 0; j < layer_blobs.size(); ++j) { - params_weight_decay_.push_back(1.); - } - } - } -} - -template -Dtype Net::ForwardFromTo(int start, int end) { - CHECK_GE(start, 0); - CHECK_LT(end, layers_.size()); - Dtype loss = 0; - for (int i = start; i <= end; ++i) { - // LOG(ERROR) << "Forwarding " << layer_names_[i]; - layers_[i]->Reshape(bottom_vecs_[i], top_vecs_[i]); - Dtype layer_loss = layers_[i]->Forward(bottom_vecs_[i], top_vecs_[i]); - loss += layer_loss; - if (debug_info_) { ForwardDebugInfo(i); } - } - return loss; -} - -template -Dtype Net::ForwardFrom(int start) { - return ForwardFromTo(start, layers_.size() - 1); -} - -template -Dtype Net::ForwardTo(int end) { - return ForwardFromTo(0, end); -} - -template -const vector*>& Net::ForwardPrefilled(Dtype* loss) { - if (loss != NULL) { - *loss = ForwardFromTo(0, layers_.size() - 1); - } else { - ForwardFromTo(0, layers_.size() - 1); - } - return net_output_blobs_; -} - -template -const vector*>& Net::Forward( - const vector*> & bottom, Dtype* loss) { - // Copy bottom to internal bottom - for (int i = 0; i < bottom.size(); ++i) { - net_input_blobs_[i]->CopyFrom(*bottom[i]); - } - return ForwardPrefilled(loss); -} - -template -string Net::Forward(const string& input_blob_protos, Dtype* loss) { - BlobProtoVector blob_proto_vec; - if (net_input_blobs_.size()) { - blob_proto_vec.ParseFromString(input_blob_protos); - CHECK_EQ(blob_proto_vec.blobs_size(), net_input_blobs_.size()) - << "Incorrect input size."; - for (int i = 0; i < blob_proto_vec.blobs_size(); ++i) { - net_input_blobs_[i]->FromProto(blob_proto_vec.blobs(i)); - } - } - ForwardPrefilled(loss); - blob_proto_vec.Clear(); - for (int i = 0; i < net_output_blobs_.size(); ++i) { - net_output_blobs_[i]->ToProto(blob_proto_vec.add_blobs()); - } - string output; - blob_proto_vec.SerializeToString(&output); - return output; -} - -template -void Net::BackwardFromTo(int start, int end) { - CHECK_GE(end, 0); - CHECK_LT(start, layers_.size()); - for (int i = start; i >= end; --i) { - if (layer_need_backward_[i]) { - layers_[i]->Backward( - top_vecs_[i], bottom_need_backward_[i], bottom_vecs_[i]); - if (debug_info_) { BackwardDebugInfo(i); } - } - } -} - -template -void Net::ForwardDebugInfo(const int layer_id) { - for (int top_id = 0; top_id < top_vecs_[layer_id].size(); ++top_id) { - const Blob& blob = *top_vecs_[layer_id][top_id]; - const string& blob_name = blob_names_[top_id_vecs_[layer_id][top_id]]; - const Dtype data_abs_val_mean = blob.asum_data() / blob.count(); - LOG(INFO) << " [Forward] " - << "Layer " << layer_names_[layer_id] << ", top blob " << blob_name - << " data: " << data_abs_val_mean; - } -} - -template -void Net::BackwardDebugInfo(const int layer_id) { - const vector*>& bottom_vec = bottom_vecs_[layer_id]; - for (int bottom_id = 0; bottom_id < bottom_vec.size(); ++bottom_id) { - if (!bottom_need_backward_[layer_id][bottom_id]) { continue; } - const Blob& blob = *bottom_vec[bottom_id]; - const string& blob_name = blob_names_[bottom_id_vecs_[layer_id][bottom_id]]; - const Dtype diff_abs_val_mean = blob.asum_diff() / blob.count(); - LOG(INFO) << " [Backward] " - << "Layer " << layer_names_[layer_id] << ", bottom blob " << blob_name - << " diff: " << diff_abs_val_mean; - } - for (int param_id = 0; param_id < layers_[layer_id]->blobs().size(); - ++param_id) { - if (!layers_[layer_id]->param_propagate_down(param_id)) { continue; } - const Blob& blob = *layers_[layer_id]->blobs()[param_id]; - const Dtype diff_abs_val_mean = blob.asum_diff() / blob.count(); - LOG(INFO) << " [Backward] " - << "Layer " << layer_names_[layer_id] << ", param blob " << param_id - << " diff: " << diff_abs_val_mean; - } -} - -template -void Net::UpdateDebugInfo(const int param_id) { - const Blob& blob = *params_[param_id]; - const int param_owner = param_owners_[param_id]; - const string& layer_name = layer_names_[param_layer_indices_[param_id].first]; - const string& param_display_name = param_display_names_[param_id]; - const Dtype diff_abs_val_mean = blob.asum_diff() / blob.count(); - if (param_owner < 0) { - const Dtype data_abs_val_mean = blob.asum_data() / blob.count(); - LOG(INFO) << " [Update] Layer " << layer_name - << ", param " << param_display_name - << " data: " << data_abs_val_mean << "; diff: " << diff_abs_val_mean; - } else { - const string& owner_layer_name = - layer_names_[param_layer_indices_[param_owner].first]; - LOG(INFO) << " [Update] Layer " << layer_name - << ", param blob " << param_display_name - << " (owned by layer " << owner_layer_name << ", " - << "param " << param_display_names_[param_owners_[param_id]] << ")" - << " diff: " << diff_abs_val_mean; - } -} - -template -void Net::ShareTrainedLayersWith(Net* other) { - int num_source_layers = other->layers().size(); - for (int i = 0; i < num_source_layers; ++i) { - Layer* source_layer = other->layers()[i].get(); - const string& source_layer_name = other->layer_names()[i]; - int target_layer_id = 0; - while (target_layer_id != layer_names_.size() && - layer_names_[target_layer_id] != source_layer_name) { - ++target_layer_id; - } - if (target_layer_id == layer_names_.size()) { - DLOG(INFO) << "Ignoring source layer " << source_layer_name; - continue; - } - DLOG(INFO) << "Copying source layer " << source_layer_name; - vector > >& target_blobs = - layers_[target_layer_id]->blobs(); - CHECK_EQ(target_blobs.size(), source_layer->blobs().size()) - << "Incompatible number of blobs for layer " << source_layer_name; - for (int j = 0; j < target_blobs.size(); ++j) { - Blob* source_blob = source_layer->blobs()[j].get(); - CHECK_EQ(target_blobs[j]->num(), source_blob->num()); - CHECK_EQ(target_blobs[j]->channels(), source_blob->channels()); - CHECK_EQ(target_blobs[j]->height(), source_blob->height()); - CHECK_EQ(target_blobs[j]->width(), source_blob->width()); - target_blobs[j]->ShareData(*source_blob); - } - } -} - -template -void Net::BackwardFrom(int start) { - BackwardFromTo(start, 0); -} - -template -void Net::BackwardTo(int end) { - BackwardFromTo(layers_.size() - 1, end); -} - -template -void Net::Backward() { - BackwardFromTo(layers_.size() - 1, 0); -} - -template -void Net::Reshape() { - for (int i = 0; i < layers_.size(); ++i) { - layers_[i]->Reshape(bottom_vecs_[i], top_vecs_[i]); - } -} - -template -void Net::CopyTrainedLayersFrom(const NetParameter& param) { - int num_source_layers = param.layers_size(); - for (int i = 0; i < num_source_layers; ++i) { - const LayerParameter& source_layer = param.layers(i); - const string& source_layer_name = source_layer.name(); - int target_layer_id = 0; - while (target_layer_id != layer_names_.size() && - layer_names_[target_layer_id] != source_layer_name) { - ++target_layer_id; - } - if (target_layer_id == layer_names_.size()) { - DLOG(INFO) << "Ignoring source layer " << source_layer_name; - continue; - } - DLOG(INFO) << "Copying source layer " << source_layer_name; - vector > >& target_blobs = - layers_[target_layer_id]->blobs(); - CHECK_EQ(target_blobs.size(), source_layer.blobs_size()) - << "Incompatible number of blobs for layer " << source_layer_name; - for (int j = 0; j < target_blobs.size(); ++j) { - CHECK_EQ(target_blobs[j]->num(), source_layer.blobs(j).num()); - CHECK_EQ(target_blobs[j]->channels(), source_layer.blobs(j).channels()); - CHECK_EQ(target_blobs[j]->height(), source_layer.blobs(j).height()); - CHECK_EQ(target_blobs[j]->width(), source_layer.blobs(j).width()); - target_blobs[j]->FromProto(source_layer.blobs(j)); - } - } -} - -template -void Net::CopyTrainedLayersFrom(const string trained_filename) { - NetParameter param; - ReadNetParamsFromBinaryFileOrDie(trained_filename, ¶m); - CopyTrainedLayersFrom(param); -} - -template -void Net::ToProto(NetParameter* param, bool write_diff) { - param->Clear(); - param->set_name(name_); - // Add bottom and top - for (int i = 0; i < net_input_blob_indices_.size(); ++i) { - param->add_input(blob_names_[net_input_blob_indices_[i]]); - } - DLOG(INFO) << "Serializing " << layers_.size() << " layers"; - for (int i = 0; i < layers_.size(); ++i) { - LayerParameter* layer_param = param->add_layers(); - for (int j = 0; j < bottom_id_vecs_[i].size(); ++j) { - layer_param->add_bottom(blob_names_[bottom_id_vecs_[i][j]]); - } - for (int j = 0; j < top_id_vecs_[i].size(); ++j) { - layer_param->add_top(blob_names_[top_id_vecs_[i][j]]); - } - layers_[i]->ToProto(layer_param, write_diff); - } -} - -template -void Net::Update() { - // First, accumulate the diffs of any shared parameters into their owner's - // diff. (Assumes that the learning rate, weight decay, etc. have already been - // accounted for in the current diff.) - for (int i = 0; i < params_.size(); ++i) { - if (param_owners_[i] < 0) { continue; } - if (debug_info_) { UpdateDebugInfo(i); } - const int count = params_[i]->count(); - const Dtype* this_diff; - Dtype* owner_diff; - switch (Caffe::mode()) { - case Caffe::CPU: - this_diff = params_[i]->cpu_diff(); - owner_diff = params_[param_owners_[i]]->mutable_cpu_diff(); - caffe_add(count, this_diff, owner_diff, owner_diff); - break; -#ifndef CPU_ONLY - case Caffe::GPU: - this_diff = params_[i]->gpu_diff(); - owner_diff = params_[param_owners_[i]]->mutable_gpu_diff(); - caffe_gpu_add(count, this_diff, owner_diff, owner_diff); - break; -#else - NO_GPU; -#endif - default: - LOG(FATAL) << "Unknown caffe mode: " << Caffe::mode(); - } - } - // Now, update the owned parameters. - for (int i = 0; i < params_.size(); ++i) { - if (param_owners_[i] >= 0) { continue; } - if (debug_info_) { UpdateDebugInfo(i); } - params_[i]->Update(); - } -} - -template -bool Net::has_blob(const string& blob_name) { - return blob_names_index_.find(blob_name) != blob_names_index_.end(); -} - -template -const shared_ptr > Net::blob_by_name( - const string& blob_name) { - shared_ptr > blob_ptr; - if (has_blob(blob_name)) { - blob_ptr = blobs_[blob_names_index_[blob_name]]; - } else { - blob_ptr.reset((Blob*)(NULL)); - LOG(WARNING) << "Unknown blob name " << blob_name; - } - return blob_ptr; -} - -template -bool Net::has_layer(const string& layer_name) { - return layer_names_index_.find(layer_name) != layer_names_index_.end(); -} - -template -const shared_ptr > Net::layer_by_name( - const string& layer_name) { - shared_ptr > layer_ptr; - if (has_layer(layer_name)) { - layer_ptr = layers_[layer_names_index_[layer_name]]; - } else { - layer_ptr.reset((Layer*)(NULL)); - LOG(WARNING) << "Unknown layer name " << layer_name; - } - return layer_ptr; -} - -INSTANTIATE_CLASS(Net); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/proto/CMakeLists.txt b/caffe-crfrnn/src/caffe/proto/CMakeLists.txt deleted file mode 100644 index 12e7ce0a..00000000 --- a/caffe-crfrnn/src/caffe/proto/CMakeLists.txt +++ /dev/null @@ -1,46 +0,0 @@ -project( Proto ) - -# Google Protocol Buffers -find_package( Protobuf REQUIRED ) - -# As of Ubuntu 14.04 protoc is no longer a part of libprotobuf-dev package and should be installed -# separately as in: sudo apt-get install protobuf-compiler -if(PROTOBUF_PROTOC_EXECUTABLE) - message(STATUS "Found PROTOBUF Compiler: ${PROTOBUF_PROTOC_EXECUTABLE}") -else() - message(FATAL_ERROR "Could not find PROTOBUF Compiler") -endif() - -include_directories(${PROTOBUF_INCLUDE_DIR}) -file(GLOB ProtoFiles "${CMAKE_CURRENT_SOURCE_DIR}/*.proto") -PROTOBUF_GENERATE_CPP(ProtoSources ProtoHeaders ${ProtoFiles}) -PROTOBUF_GENERATE_PYTHON(ProtoSourcesPy ${ProtoFiles}) - -add_custom_target(protoPy DEPENDS ${ProtoSourcesPy}) - -add_library(proto - ${ProtoSources} - ${ProtoHeaders} - ) - - -target_link_libraries(proto ${PROTOBUF_LIBRARIES}) - -# Create proto include directory -file(MAKE_DIRECTORY ${CMAKE_SOURCE_DIR}/include/caffe/proto) - -# Copy proto headers to include/caffe/proto/ -foreach(header ${ProtoHeaders}) - - ADD_CUSTOM_COMMAND(TARGET proto - COMMAND cmake -E copy ${header} - ${Caffe_INCLUDE_DIRS}/caffe/proto/ - DEPENDS ${header} -) - -endforeach(header) - -file(WRITE __init__.py) -install(PROGRAMS __init__.py DESTINATION python/caffe/proto) -install(PROGRAMS ${ProtoSourcesPy} DESTINATION python/caffe/proto) - diff --git a/caffe-crfrnn/src/caffe/proto/caffe.proto b/caffe-crfrnn/src/caffe/proto/caffe.proto deleted file mode 100644 index 1e407cba..00000000 --- a/caffe-crfrnn/src/caffe/proto/caffe.proto +++ /dev/null @@ -1,862 +0,0 @@ -syntax = "proto2"; - -package caffe; - -message BlobProto { - optional int32 num = 1 [default = 0]; - optional int32 channels = 2 [default = 0]; - optional int32 height = 3 [default = 0]; - optional int32 width = 4 [default = 0]; - repeated float data = 5 [packed = true]; - repeated float diff = 6 [packed = true]; -} - -// The BlobProtoVector is simply a way to pass multiple blobproto instances -// around. -message BlobProtoVector { - repeated BlobProto blobs = 1; -} - -message Datum { - optional int32 channels = 1; - optional int32 height = 2; - optional int32 width = 3; - // the actual image data, in bytes - optional bytes data = 4; - optional int32 label = 5; - // Optionally, the datum could also hold float data. - repeated float float_data = 6; - // If true data contains an encoded image that need to be decoded - optional bool encoded = 7 [default = false]; -} - -message FillerParameter { - // The filler type. - optional string type = 1 [default = 'constant']; - optional float value = 2 [default = 0]; // the value in constant filler - optional float min = 3 [default = 0]; // the min value in uniform filler - optional float max = 4 [default = 1]; // the max value in uniform filler - optional float mean = 5 [default = 0]; // the mean value in Gaussian filler - optional float std = 6 [default = 1]; // the std value in Gaussian filler - // The expected number of non-zero input weights for a given output in - // Gaussian filler -- the default -1 means don't perform sparsification. - optional int32 sparse = 7 [default = -1]; -} - -message NetParameter { - optional string name = 1; // consider giving the network a name - repeated LayerParameter layers = 2; // a bunch of layers. - // The input blobs to the network. - repeated string input = 3; - // The dim of the input blobs. For each input blob there should be four - // values specifying the num, channels, height and width of the input blob. - // Thus, there should be a total of (4 * #input) numbers. - repeated int32 input_dim = 4; - // Whether the network will force every layer to carry out backward operation. - // If set False, then whether to carry out backward is determined - // automatically according to the net structure and learning rates. - optional bool force_backward = 5 [default = false]; - // The current "state" of the network, including the phase, level, and stage. - // Some layers may be included/excluded depending on this state and the states - // specified in the layers' include and exclude fields. - optional NetState state = 6; -} - -// NOTE -// Update the next available ID when you add a new SolverParameter field. -// -// SolverParameter next available ID: 36 (last added: iter_size) -message SolverParameter { - ////////////////////////////////////////////////////////////////////////////// - // Specifying the train and test networks - // - // Exactly one train net must be specified using one of the following fields: - // train_net_param, train_net, net_param, net - // One or more test nets may be specified using any of the following fields: - // test_net_param, test_net, net_param, net - // If more than one test net field is specified (e.g., both net and - // test_net are specified), they will be evaluated in the field order given - // above: (1) test_net_param, (2) test_net, (3) net_param/net. - // A test_iter must be specified for each test_net. - // A test_level and/or a test_stage may also be specified for each test_net. - ////////////////////////////////////////////////////////////////////////////// - - // Proto filename for the train net, possibly combined with one or more - // test nets. - optional string net = 24; - // Inline train net param, possibly combined with one or more test nets. - optional NetParameter net_param = 25; - - optional string train_net = 1; // Proto filename for the train net. - repeated string test_net = 2; // Proto filenames for the test nets. - optional NetParameter train_net_param = 21; // Inline train net params. - repeated NetParameter test_net_param = 22; // Inline test net params. - - // The states for the train/test nets. Must be unspecified or - // specified once per net. - // - // By default, all states will have solver = true; - // train_state will have phase = TRAIN, - // and all test_state's will have phase = TEST. - // Other defaults are set according to the NetState defaults. - optional NetState train_state = 26; - repeated NetState test_state = 27; - - // The number of iterations for each test net. - repeated int32 test_iter = 3; - - // The number of iterations between two testing phases. - optional int32 test_interval = 4 [default = 0]; - optional bool test_compute_loss = 19 [default = false]; - // If true, run an initial test pass before the first iteration, - // ensuring memory availability and printing the starting value of the loss. - optional bool test_initialization = 32 [default = true]; - optional float base_lr = 5; // The base learning rate - // the number of iterations between displaying info. If display = 0, no info - // will be displayed. - optional int32 display = 6; - // Display the loss averaged over the last average_loss iterations - optional int32 average_loss = 33 [default = 1]; - optional int32 max_iter = 7; // the maximum number of iterations - optional int32 iter_size = 35 [default = 1]; - optional string lr_policy = 8; // The learning rate decay policy. - optional float gamma = 9; // The parameter to compute the learning rate. - optional float power = 10; // The parameter to compute the learning rate. - optional float momentum = 11; // The momentum value. - optional float weight_decay = 12; // The weight decay. - // regularization types supported: L1 and L2 - // controlled by weight_decay - optional string regularization_type = 29 [default = "L2"]; - // the stepsize for learning rate policy "step" - optional int32 stepsize = 13; - // the stepsize for learning rate policy "multistep" - repeated int32 stepvalue = 34; - optional int32 snapshot = 14 [default = 0]; // The snapshot interval - optional string snapshot_prefix = 15; // The prefix for the snapshot. - // whether to snapshot diff in the results or not. Snapshotting diff will help - // debugging but the final protocol buffer size will be much larger. - optional bool snapshot_diff = 16 [default = false]; - // the mode solver will use: 0 for CPU and 1 for GPU. Use GPU in default. - enum SolverMode { - CPU = 0; - GPU = 1; - } - optional SolverMode solver_mode = 17 [default = GPU]; - // the device_id will that be used in GPU mode. Use device_id = 0 in default. - optional int32 device_id = 18 [default = 0]; - // If non-negative, the seed with which the Solver will initialize the Caffe - // random number generator -- useful for reproducible results. Otherwise, - // (and by default) initialize using a seed derived from the system clock. - optional int64 random_seed = 20 [default = -1]; - - // Solver type - enum SolverType { - SGD = 0; - NESTEROV = 1; - ADAGRAD = 2; - } - optional SolverType solver_type = 30 [default = SGD]; - // numerical stability for AdaGrad - optional float delta = 31 [default = 1e-8]; - - // If true, print information about the state of the net that may help with - // debugging learning problems. - optional bool debug_info = 23 [default = false]; - - // If false, don't save a snapshot after training finishes. - optional bool snapshot_after_train = 28 [default = true]; -} - -// A message that stores the solver snapshots -message SolverState { - optional int32 iter = 1; // The current iteration - optional string learned_net = 2; // The file that stores the learned net. - repeated BlobProto history = 3; // The history for sgd solvers - optional int32 current_step = 4 [default = 0]; // The current step for learning rate -} - -enum Phase { - TRAIN = 0; - TEST = 1; -} - -message NetState { - optional Phase phase = 1 [default = TEST]; - optional int32 level = 2 [default = 0]; - repeated string stage = 3; -} - -message NetStateRule { - // Set phase to require the NetState have a particular phase (TRAIN or TEST) - // to meet this rule. - optional Phase phase = 1; - - // Set the minimum and/or maximum levels in which the layer should be used. - // Leave undefined to meet the rule regardless of level. - optional int32 min_level = 2; - optional int32 max_level = 3; - - // Customizable sets of stages to include or exclude. - // The net must have ALL of the specified stages and NONE of the specified - // "not_stage"s to meet the rule. - // (Use multiple NetStateRules to specify conjunctions of stages.) - repeated string stage = 4; - repeated string not_stage = 5; -} - -// NOTE -// Update the next available ID when you add a new LayerParameter field. -// -// LayerParameter next available ID: 43 (last added: MULTII_STAGE_MEANFIELD) -message LayerParameter { - repeated string bottom = 2; // the name of the bottom blobs - repeated string top = 3; // the name of the top blobs - optional string name = 4; // the layer name - - // Rules controlling whether and when a layer is included in the network, - // based on the current NetState. You may specify a non-zero number of rules - // to include OR exclude, but not both. If no include or exclude rules are - // specified, the layer is always included. If the current NetState meets - // ANY (i.e., one or more) of the specified rules, the layer is - // included/excluded. - repeated NetStateRule include = 32; - repeated NetStateRule exclude = 33; - - // NOTE - // Add new LayerTypes to the enum below in lexicographical order (other than - // starting with NONE), starting with the next available ID in the comment - // line above the enum. Update the next available ID when you add a new - // LayerType. - // - // LayerType next available ID: 42 (last added: MULTI_STAGE_MEANFIELD) - enum LayerType { - // "NONE" layer type is 0th enum element so that we don't cause confusion - // by defaulting to an existent LayerType (instead, should usually error if - // the type is unspecified). - NONE = 0; - ABSVAL = 35; - ACCURACY = 1; - ARGMAX = 30; - BNLL = 2; - CONCAT = 3; - CONTRASTIVE_LOSS = 37; - CONVOLUTION = 4; - CROP = 40; - DATA = 5; - DECONVOLUTION = 39; - DROPOUT = 6; - DUMMY_DATA = 32; - EUCLIDEAN_LOSS = 7; - ELTWISE = 25; - EXP = 38; - FLATTEN = 8; - HDF5_DATA = 9; - HDF5_OUTPUT = 10; - HINGE_LOSS = 28; - IM2COL = 11; - IMAGE_DATA = 12; - INFOGAIN_LOSS = 13; - INNER_PRODUCT = 14; - LRN = 15; - MEMORY_DATA = 29; - MULTI_STAGE_MEANFIELD = 42; - MULTINOMIAL_LOGISTIC_LOSS = 16; - MVN = 34; - POOLING = 17; - POWER = 26; - RELU = 18; - SIGMOID = 19; - SIGMOID_CROSS_ENTROPY_LOSS = 27; - SILENCE = 36; - SIMPLE_FAST_MEANFIELD=41; - SOFTMAX = 20; - SOFTMAX_LOSS = 21; - SPLIT = 22; - SLICE = 33; - TANH = 23; - WINDOW_DATA = 24; - THRESHOLD = 31; - } - optional LayerType type = 5; // the layer type from the enum above - - // The blobs containing the numeric parameters of the layer - repeated BlobProto blobs = 6; - // The names of the parameter blobs -- useful for sharing parameters among - // layers (but never required). - repeated string param = 1001; - // Whether to require shared weights to have the same shape, or just the same - // count -- defaults to STRICT if unspecified. - repeated DimCheckMode blob_share_mode = 1002; - enum DimCheckMode { - // STRICT (default) requires that num, channels, height, width each match. - STRICT = 0; - // PERMISSIVE requires only the count (num*channels*height*width) to match. - PERMISSIVE = 1; - } - // The ratio that is multiplied on the global learning rate. If you want to - // set the learning ratio for one blob, you need to set it for all blobs. - repeated float blobs_lr = 7; - // The weight decay that is multiplied on the global weight decay. - repeated float weight_decay = 8; - - // The amount of weight to assign each top blob in the objective. - // Each layer assigns a default value, usually of either 0 or 1, - // to each top blob. - repeated float loss_weight = 35; - - optional AccuracyParameter accuracy_param = 27; - optional ArgMaxParameter argmax_param = 23; - optional ConcatParameter concat_param = 9; - optional ContrastiveLossParameter contrastive_loss_param = 40; - optional ConvolutionParameter convolution_param = 10; - optional DataParameter data_param = 11; - optional DropoutParameter dropout_param = 12; - optional DummyDataParameter dummy_data_param = 26; - optional EltwiseParameter eltwise_param = 24; - optional ExpParameter exp_param = 41; - optional HDF5DataParameter hdf5_data_param = 13; - optional HDF5OutputParameter hdf5_output_param = 14; - optional HingeLossParameter hinge_loss_param = 29; - optional ImageDataParameter image_data_param = 15; - optional InfogainLossParameter infogain_loss_param = 16; - optional InnerProductParameter inner_product_param = 17; - optional LRNParameter lrn_param = 18; - optional MultiStageMeanfieldParameter multi_stage_meanfield_param = 44; - optional MemoryDataParameter memory_data_param = 22; - optional MVNParameter mvn_param = 34; - optional PoolingParameter pooling_param = 19; - optional PowerParameter power_param = 21; - optional ReLUParameter relu_param = 30; - optional SigmoidParameter sigmoid_param = 38; - optional SoftmaxParameter softmax_param = 39; - optional SliceParameter slice_param = 31; - optional TanHParameter tanh_param = 37; - optional ThresholdParameter threshold_param = 25; - optional WindowDataParameter window_data_param = 20; - - // Parameters for data pre-processing. - optional TransformationParameter transform_param = 36; - - // Parameters shared by loss layers. - optional LossParameter loss_param = 42; - - // Note: certain layers may have more than one computational engine - // for their implementation. These layers include an Engine type and - // engine parameter for selecting the implementation. - // The default for the engine is set by the ENGINE switch at compile-time. - - // DEPRECATED: The layer parameters specified as a V0LayerParameter. - // This should never be used by any code except to upgrade to the new - // LayerParameter specification. - optional V0LayerParameter layer = 1; -} - -// Message that stores parameters used to apply transformation -// to the data layer's data -message TransformationParameter { - // For data pre-processing, we can do simple scaling and subtracting the - // data mean, if provided. Note that the mean subtraction is always carried - // out before scaling. - optional float scale = 1 [default = 1]; - // Specify if we want to randomly mirror data. - optional bool mirror = 2 [default = false]; - // Specify if we would like to randomly crop an image. - optional uint32 crop_size = 3 [default = 0]; - // mean_file and mean_value cannot be specified at the same time - optional string mean_file = 4; - // if specified can be repeated once (would substract it from all the channels) - // or can be repeated the same number of times as channels - // (would subtract them from the corresponding channel) - repeated float mean_value = 5; -} - -// Message that stores parameters shared by loss layers -message LossParameter { - // If specified, ignore instances with the given label. - optional int32 ignore_label = 1; - // If true, normalize each batch across all instances (including spatial - // dimesions, but not ignored instances); else, divide by batch size only. - optional bool normalize = 2 [default = true]; -} - -// Message that stores parameters used by AccuracyLayer -message AccuracyParameter { - // When computing accuracy, count as correct by comparing the true label to - // the top k scoring classes. By default, only compare to the top scoring - // class (i.e. argmax). - optional uint32 top_k = 1 [default = 1]; -} - -// Message that stores parameters used by ArgMaxLayer -message ArgMaxParameter { - // If true produce pairs (argmax, maxval) - optional bool out_max_val = 1 [default = false]; - optional uint32 top_k = 2 [default = 1]; -} - -// Message that stores parameters used by ConcatLayer -message ConcatParameter { - // Concat Layer needs to specify the dimension along the concat will happen, - // the other dimensions must be the same for all the bottom blobs - // By default it will concatenate blobs along channels dimension - optional uint32 concat_dim = 1 [default = 1]; -} - -// Message that stores parameters used by ContrastiveLossLayer -message ContrastiveLossParameter { - //margin for dissimilar pair - optional float margin = 1 [default = 1.0]; -} - -// Message that stores parameters used by ConvolutionLayer -message ConvolutionParameter { - optional uint32 num_output = 1; // The number of outputs for the layer - optional bool bias_term = 2 [default = true]; // whether to have bias terms - // Pad, kernel size, and stride are all given as a single value for equal - // dimensions in height and width or as Y, X pairs. - optional uint32 pad = 3 [default = 0]; // The padding size (equal in Y, X) - optional uint32 pad_h = 9 [default = 0]; // The padding height - optional uint32 pad_w = 10 [default = 0]; // The padding width - optional uint32 kernel_size = 4; // The kernel size (square) - optional uint32 kernel_h = 11; // The kernel height - optional uint32 kernel_w = 12; // The kernel width - optional uint32 group = 5 [default = 1]; // The group size for group conv - optional uint32 stride = 6 [default = 1]; // The stride (equal in Y, X) - optional uint32 stride_h = 13; // The stride height - optional uint32 stride_w = 14; // The stride width - optional FillerParameter weight_filler = 7; // The filler for the weight - optional FillerParameter bias_filler = 8; // The filler for the bias - enum Engine { - DEFAULT = 0; - CAFFE = 1; - CUDNN = 2; - } - optional Engine engine = 15 [default = DEFAULT]; -} - - -// Message that stores parameters used by MultiStageMeanfieldLayer -message MultiStageMeanfieldParameter { - enum Mode { - POTTS = 0; - } - optional Mode compatibility_mode = 1 [default = POTTS]; - optional float threshold = 2; - - required float theta_alpha = 3 [default = 10.]; - required float theta_beta = 4 [default = 10.]; - required float theta_gamma = 5 [default = 10.]; - - required uint32 num_iterations = 6 [default = 1]; - optional float spatial_filter_weight = 7 [default = 1]; - optional float bilateral_filter_weight = 8 [default = 1]; - - optional float forced_spatial_filter_weight = 9; - optional float forced_bilateral_filter_weight = 10; -} - - - - - -// Message that stores parameters used by DataLayer -message DataParameter { - enum DB { - LEVELDB = 0; - LMDB = 1; - } - // Specify the data source. - optional string source = 1; - // Specify the batch size. - optional uint32 batch_size = 4; - // The rand_skip variable is for the data layer to skip a few data points - // to avoid all asynchronous sgd clients to start at the same point. The skip - // point would be set as rand_skip * rand(0,1). Note that rand_skip should not - // be larger than the number of keys in the database. - optional uint32 rand_skip = 7 [default = 0]; - optional DB backend = 8 [default = LEVELDB]; - // DEPRECATED. See TransformationParameter. For data pre-processing, we can do - // simple scaling and subtracting the data mean, if provided. Note that the - // mean subtraction is always carried out before scaling. - optional float scale = 2 [default = 1]; - optional string mean_file = 3; - // DEPRECATED. See TransformationParameter. Specify if we would like to randomly - // crop an image. - optional uint32 crop_size = 5 [default = 0]; - // DEPRECATED. See TransformationParameter. Specify if we want to randomly mirror - // data. - optional bool mirror = 6 [default = false]; -} - -// Message that stores parameters used by DropoutLayer -message DropoutParameter { - optional float dropout_ratio = 1 [default = 0.5]; // dropout ratio -} - -// Message that stores parameters used by DummyDataLayer. -// DummyDataLayer fills any number of arbitrarily shaped blobs with random -// (or constant) data generated by "Fillers" (see "message FillerParameter"). -message DummyDataParameter { - // This layer produces N >= 1 top blobs. DummyDataParameter must specify 1 or N - // num, N channels, N height, and N width fields, and must specify 0, 1 or N - // data_fillers. - // - // If 0 data_fillers are specified, ConstantFiller with a value of 0 is used. - // If 1 data_filler is specified, it is applied to all top blobs. If N are - // specified, the ith is applied to the ith top blob. - repeated FillerParameter data_filler = 1; - repeated uint32 num = 2; - repeated uint32 channels = 3; - repeated uint32 height = 4; - repeated uint32 width = 5; -} - -// Message that stores parameters used by EltwiseLayer -message EltwiseParameter { - enum EltwiseOp { - PROD = 0; - SUM = 1; - MAX = 2; - } - optional EltwiseOp operation = 1 [default = SUM]; // element-wise operation - repeated float coeff = 2; // blob-wise coefficient for SUM operation - - // Whether to use an asymptotically slower (for >2 inputs) but stabler method - // of computing the gradient for the PROD operation. (No effect for SUM op.) - optional bool stable_prod_grad = 3 [default = true]; -} - -// Message that stores parameters used by ExpLayer -message ExpParameter { - // ExpLayer computes outputs y = base ^ (shift + scale * x), for base > 0. - // Or if base is set to the default (-1), base is set to e, - // so y = exp(shift + scale * x). - optional float base = 1 [default = -1.0]; - optional float scale = 2 [default = 1.0]; - optional float shift = 3 [default = 0.0]; -} - -// Message that stores parameters used by HDF5DataLayer -message HDF5DataParameter { - // Specify the data source. - optional string source = 1; - // Specify the batch size. - optional uint32 batch_size = 2; -} - -// Message that stores parameters used by HDF5OutputLayer -message HDF5OutputParameter { - optional string file_name = 1; -} - -message HingeLossParameter { - enum Norm { - L1 = 1; - L2 = 2; - } - // Specify the Norm to use L1 or L2 - optional Norm norm = 1 [default = L1]; -} - -// Message that stores parameters used by ImageDataLayer -message ImageDataParameter { - // Specify the data source. - optional string source = 1; - // Specify the batch size. - optional uint32 batch_size = 4; - // The rand_skip variable is for the data layer to skip a few data points - // to avoid all asynchronous sgd clients to start at the same point. The skip - // point would be set as rand_skip * rand(0,1). Note that rand_skip should not - // be larger than the number of keys in the database. - optional uint32 rand_skip = 7 [default = 0]; - // Whether or not ImageLayer should shuffle the list of files at every epoch. - optional bool shuffle = 8 [default = false]; - // It will also resize images if new_height or new_width are not zero. - optional uint32 new_height = 9 [default = 0]; - optional uint32 new_width = 10 [default = 0]; - // Specify if the images are color or gray - optional bool is_color = 11 [default = true]; - // DEPRECATED. See TransformationParameter. For data pre-processing, we can do - // simple scaling and subtracting the data mean, if provided. Note that the - // mean subtraction is always carried out before scaling. - optional float scale = 2 [default = 1]; - optional string mean_file = 3; - // DEPRECATED. See TransformationParameter. Specify if we would like to randomly - // crop an image. - optional uint32 crop_size = 5 [default = 0]; - // DEPRECATED. See TransformationParameter. Specify if we want to randomly mirror - // data. - optional bool mirror = 6 [default = false]; - optional string root_folder = 12 [default = ""]; -} - -// Message that stores parameters InfogainLossLayer -message InfogainLossParameter { - // Specify the infogain matrix source. - optional string source = 1; -} - -// Message that stores parameters used by InnerProductLayer -message InnerProductParameter { - optional uint32 num_output = 1; // The number of outputs for the layer - optional bool bias_term = 2 [default = true]; // whether to have bias terms - optional FillerParameter weight_filler = 3; // The filler for the weight - optional FillerParameter bias_filler = 4; // The filler for the bias -} - -// Message that stores parameters used by LRNLayer -message LRNParameter { - optional uint32 local_size = 1 [default = 5]; - optional float alpha = 2 [default = 1.]; - optional float beta = 3 [default = 0.75]; - enum NormRegion { - ACROSS_CHANNELS = 0; - WITHIN_CHANNEL = 1; - } - optional NormRegion norm_region = 4 [default = ACROSS_CHANNELS]; - optional float k = 5 [default = 1.]; -} - -// Message that stores parameters used by MemoryDataLayer -message MemoryDataParameter { - optional uint32 batch_size = 1; - optional uint32 channels = 2; - optional uint32 height = 3; - optional uint32 width = 4; -} - -// Message that stores parameters used by MVNLayer -message MVNParameter { - // This parameter can be set to false to normalize mean only - optional bool normalize_variance = 1 [default = true]; - - // This parameter can be set to true to perform DNN-like MVN - optional bool across_channels = 2 [default = false]; -} - -// Message that stores parameters used by PoolingLayer -message PoolingParameter { - enum PoolMethod { - MAX = 0; - AVE = 1; - STOCHASTIC = 2; - } - optional PoolMethod pool = 1 [default = MAX]; // The pooling method - // Pad, kernel size, and stride are all given as a single value for equal - // dimensions in height and width or as Y, X pairs. - optional uint32 pad = 4 [default = 0]; // The padding size (equal in Y, X) - optional uint32 pad_h = 9 [default = 0]; // The padding height - optional uint32 pad_w = 10 [default = 0]; // The padding width - optional uint32 kernel_size = 2; // The kernel size (square) - optional uint32 kernel_h = 5; // The kernel height - optional uint32 kernel_w = 6; // The kernel width - optional uint32 stride = 3 [default = 1]; // The stride (equal in Y, X) - optional uint32 stride_h = 7; // The stride height - optional uint32 stride_w = 8; // The stride width - enum Engine { - DEFAULT = 0; - CAFFE = 1; - CUDNN = 2; - } - optional Engine engine = 11 [default = DEFAULT]; - // If global_pooling then it will pool over the size of the bottom by doing - // kernel_h = bottom->height and kernel_w = bottom->width - optional bool global_pooling = 12 [default = false]; -} - -// Message that stores parameters used by PowerLayer -message PowerParameter { - // PowerLayer computes outputs y = (shift + scale * x) ^ power. - optional float power = 1 [default = 1.0]; - optional float scale = 2 [default = 1.0]; - optional float shift = 3 [default = 0.0]; -} - -// Message that stores parameters used by ReLULayer -message ReLUParameter { - // Allow non-zero slope for negative inputs to speed up optimization - // Described in: - // Maas, A. L., Hannun, A. Y., & Ng, A. Y. (2013). Rectifier nonlinearities - // improve neural network acoustic models. In ICML Workshop on Deep Learning - // for Audio, Speech, and Language Processing. - optional float negative_slope = 1 [default = 0]; - enum Engine { - DEFAULT = 0; - CAFFE = 1; - CUDNN = 2; - } - optional Engine engine = 2 [default = DEFAULT]; -} - -// Message that stores parameters used by SigmoidLayer -message SigmoidParameter { - enum Engine { - DEFAULT = 0; - CAFFE = 1; - CUDNN = 2; - } - optional Engine engine = 1 [default = DEFAULT]; -} - -// Message that stores parameters used by SliceLayer -message SliceParameter { - // SliceLayer needs to know which dimension to slice across. - // Currently, SliceLayer only supports slicing across num (dim 0) - // and channels (dim 1). - // By default, SliceLayer slices across channels. - optional uint32 slice_dim = 1 [default = 1]; - repeated uint32 slice_point = 2; -} - -// Message that stores parameters used by SoftmaxLayer, SoftmaxWithLossLayer -message SoftmaxParameter { - enum Engine { - DEFAULT = 0; - CAFFE = 1; - CUDNN = 2; - } - optional Engine engine = 1 [default = DEFAULT]; -} - -// Message that stores parameters used by TanHLayer -message TanHParameter { - enum Engine { - DEFAULT = 0; - CAFFE = 1; - CUDNN = 2; - } - optional Engine engine = 1 [default = DEFAULT]; -} - -// Message that stores parameters used by ThresholdLayer -message ThresholdParameter { - optional float threshold = 1 [default = 0]; // Strictly positive values -} - -// Message that stores parameters used by WindowDataLayer -message WindowDataParameter { - // Specify the data source. - optional string source = 1; - // For data pre-processing, we can do simple scaling and subtracting the - // data mean, if provided. Note that the mean subtraction is always carried - // out before scaling. - optional float scale = 2 [default = 1]; - optional string mean_file = 3; - // Specify the batch size. - optional uint32 batch_size = 4; - // Specify if we would like to randomly crop an image. - optional uint32 crop_size = 5 [default = 0]; - // Specify if we want to randomly mirror data. - optional bool mirror = 6 [default = false]; - // Foreground (object) overlap threshold - optional float fg_threshold = 7 [default = 0.5]; - // Background (non-object) overlap threshold - optional float bg_threshold = 8 [default = 0.5]; - // Fraction of batch that should be foreground objects - optional float fg_fraction = 9 [default = 0.25]; - // Amount of contextual padding to add around a window - // (used only by the window_data_layer) - optional uint32 context_pad = 10 [default = 0]; - // Mode for cropping out a detection window - // warp: cropped window is warped to a fixed size and aspect ratio - // square: the tightest square around the window is cropped - optional string crop_mode = 11 [default = "warp"]; - // cache_images: will load all images in memory for faster access - optional bool cache_images = 12 [default = false]; - // append root_folder to locate images - optional string root_folder = 13 [default = ""]; -} - -// DEPRECATED: V0LayerParameter is the old way of specifying layer parameters -// in Caffe. We keep this message type around for legacy support. -message V0LayerParameter { - optional string name = 1; // the layer name - optional string type = 2; // the string to specify the layer type - - // Parameters to specify layers with inner products. - optional uint32 num_output = 3; // The number of outputs for the layer - optional bool biasterm = 4 [default = true]; // whether to have bias terms - optional FillerParameter weight_filler = 5; // The filler for the weight - optional FillerParameter bias_filler = 6; // The filler for the bias - - optional uint32 pad = 7 [default = 0]; // The padding size - optional uint32 kernelsize = 8; // The kernel size - optional uint32 group = 9 [default = 1]; // The group size for group conv - optional uint32 stride = 10 [default = 1]; // The stride - enum PoolMethod { - MAX = 0; - AVE = 1; - STOCHASTIC = 2; - } - optional PoolMethod pool = 11 [default = MAX]; // The pooling method - optional float dropout_ratio = 12 [default = 0.5]; // dropout ratio - - optional uint32 local_size = 13 [default = 5]; // for local response norm - optional float alpha = 14 [default = 1.]; // for local response norm - optional float beta = 15 [default = 0.75]; // for local response norm - optional float k = 22 [default = 1.]; - - // For data layers, specify the data source - optional string source = 16; - // For data pre-processing, we can do simple scaling and subtracting the - // data mean, if provided. Note that the mean subtraction is always carried - // out before scaling. - optional float scale = 17 [default = 1]; - optional string meanfile = 18; - // For data layers, specify the batch size. - optional uint32 batchsize = 19; - // For data layers, specify if we would like to randomly crop an image. - optional uint32 cropsize = 20 [default = 0]; - // For data layers, specify if we want to randomly mirror data. - optional bool mirror = 21 [default = false]; - - // The blobs containing the numeric parameters of the layer - repeated BlobProto blobs = 50; - // The ratio that is multiplied on the global learning rate. If you want to - // set the learning ratio for one blob, you need to set it for all blobs. - repeated float blobs_lr = 51; - // The weight decay that is multiplied on the global weight decay. - repeated float weight_decay = 52; - - // The rand_skip variable is for the data layer to skip a few data points - // to avoid all asynchronous sgd clients to start at the same point. The skip - // point would be set as rand_skip * rand(0,1). Note that rand_skip should not - // be larger than the number of keys in the database. - optional uint32 rand_skip = 53 [default = 0]; - - // Fields related to detection (det_*) - // foreground (object) overlap threshold - optional float det_fg_threshold = 54 [default = 0.5]; - // background (non-object) overlap threshold - optional float det_bg_threshold = 55 [default = 0.5]; - // Fraction of batch that should be foreground objects - optional float det_fg_fraction = 56 [default = 0.25]; - - // optional bool OBSOLETE_can_clobber = 57 [default = true]; - - // Amount of contextual padding to add around a window - // (used only by the window_data_layer) - optional uint32 det_context_pad = 58 [default = 0]; - - // Mode for cropping out a detection window - // warp: cropped window is warped to a fixed size and aspect ratio - // square: the tightest square around the window is cropped - optional string det_crop_mode = 59 [default = "warp"]; - - // For ReshapeLayer, one needs to specify the new dimensions. - optional int32 new_num = 60 [default = 0]; - optional int32 new_channels = 61 [default = 0]; - optional int32 new_height = 62 [default = 0]; - optional int32 new_width = 63 [default = 0]; - - // Whether or not ImageLayer should shuffle the list of files at every epoch. - // It will also resize images if new_height or new_width are not zero. - optional bool shuffle_images = 64 [default = false]; - - // For ConcatLayer, one needs to specify the dimension for concatenation, and - // the other dimensions must be the same for all the bottom blobs. - // By default it will concatenate blobs along the channels dimension. - optional uint32 concat_dim = 65 [default = 1]; - - optional HDF5OutputParameter hdf5_output_param = 1001; -} diff --git a/caffe-crfrnn/src/caffe/proto/caffe_pretty_print.proto b/caffe-crfrnn/src/caffe/proto/caffe_pretty_print.proto deleted file mode 100644 index 6f0a5f6b..00000000 --- a/caffe-crfrnn/src/caffe/proto/caffe_pretty_print.proto +++ /dev/null @@ -1,18 +0,0 @@ -syntax = "proto2"; - -package caffe; - -import "caffe.proto"; - -// A near-duplicate of NetParameter with fields re-numbered to beautify -// automatic prototext dumps. The main practical purpose is to print inputs -// before layers, because having inputs at the end looks weird. -// NetParameterPrettyPrint should never be used in code except for conversion -// FROM NetParameter and subsequent dumping to proto text file. -message NetParameterPrettyPrint { - optional string name = 1; - optional bool force_backward = 2 [default = false]; - repeated string input = 3; - repeated int32 input_dim = 4; - repeated LayerParameter layers = 5; -} diff --git a/caffe-crfrnn/src/caffe/solver.cpp b/caffe-crfrnn/src/caffe/solver.cpp deleted file mode 100644 index 349f3e47..00000000 --- a/caffe-crfrnn/src/caffe/solver.cpp +++ /dev/null @@ -1,833 +0,0 @@ -#include - -#include -#include -#include - -#include "caffe/net.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/solver.hpp" -#include "caffe/util/io.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/util/upgrade_proto.hpp" - -namespace caffe { - -template -Solver::Solver(const SolverParameter& param) - : net_() { - Init(param); -} - -template -Solver::Solver(const string& param_file) - : net_() { - SolverParameter param; - ReadProtoFromTextFileOrDie(param_file, ¶m); - Init(param); -} - -template -void Solver::Init(const SolverParameter& param) { - LOG(INFO) << "Initializing solver from parameters: " << std::endl - << param.DebugString(); - param_ = param; - CHECK_GE(param_.average_loss(), 1) << "average_loss should be non-negative."; - if (param_.random_seed() >= 0) { - Caffe::set_random_seed(param_.random_seed()); - } - // Scaffolding code - InitTrainNet(); - InitTestNets(); - LOG(INFO) << "Solver scaffolding done."; - iter_ = 0; - current_step_ = 0; -} - -template -void Solver::InitTrainNet() { - const int num_train_nets = param_.has_net() + param_.has_net_param() + - param_.has_train_net() + param_.has_train_net_param(); - const string& field_names = "net, net_param, train_net, train_net_param"; - CHECK_GE(num_train_nets, 1) << "SolverParameter must specify a train net " - << "using one of these fields: " << field_names; - CHECK_LE(num_train_nets, 1) << "SolverParameter must not contain more than " - << "one of these fields specifying a train_net: " << field_names; - NetParameter net_param; - if (param_.has_train_net_param()) { - LOG(INFO) << "Creating training net specified in train_net_param."; - net_param.CopyFrom(param_.train_net_param()); - } else if (param_.has_train_net()) { - LOG(INFO) << "Creating training net from train_net file: " - << param_.train_net(); - ReadNetParamsFromTextFileOrDie(param_.train_net(), &net_param); - } - if (param_.has_net_param()) { - LOG(INFO) << "Creating training net specified in net_param."; - net_param.CopyFrom(param_.net_param()); - } - if (param_.has_net()) { - LOG(INFO) << "Creating training net from net file: " << param_.net(); - ReadNetParamsFromTextFileOrDie(param_.net(), &net_param); - } - // Set the correct NetState. We start with the solver defaults (lowest - // precedence); then, merge in any NetState specified by the net_param itself; - // finally, merge in any NetState specified by the train_state (highest - // precedence). - NetState net_state; - net_state.set_phase(TRAIN); - net_state.MergeFrom(net_param.state()); - net_state.MergeFrom(param_.train_state()); - net_param.mutable_state()->CopyFrom(net_state); - net_.reset(new Net(net_param)); -} - -template -void Solver::InitTestNets() { - const bool has_net_param = param_.has_net_param(); - const bool has_net_file = param_.has_net(); - const int num_generic_nets = has_net_param + has_net_file; - CHECK_LE(num_generic_nets, 1) - << "Both net_param and net_file may not be specified."; - const int num_test_net_params = param_.test_net_param_size(); - const int num_test_net_files = param_.test_net_size(); - const int num_test_nets = num_test_net_params + num_test_net_files; - if (num_generic_nets) { - CHECK_GE(param_.test_iter_size(), num_test_nets) - << "test_iter must be specified for each test network."; - } else { - CHECK_EQ(param_.test_iter_size(), num_test_nets) - << "test_iter must be specified for each test network."; - } - // If we have a generic net (specified by net or net_param, rather than - // test_net or test_net_param), we may have an unlimited number of actual - // test networks -- the actual number is given by the number of remaining - // test_iters after any test nets specified by test_net_param and/or test_net - // are evaluated. - const int num_generic_net_instances = param_.test_iter_size() - num_test_nets; - const int num_test_net_instances = num_test_nets + num_generic_net_instances; - if (param_.test_state_size()) { - CHECK_EQ(param_.test_state_size(), num_test_net_instances) - << "test_state must be unspecified or specified once per test net."; - } - if (num_test_net_instances) { - CHECK_GT(param_.test_interval(), 0); - } - int test_net_id = 0; - vector sources(num_test_net_instances); - vector net_params(num_test_net_instances); - for (int i = 0; i < num_test_net_params; ++i, ++test_net_id) { - sources[test_net_id] = "test_net_param"; - net_params[test_net_id].CopyFrom(param_.test_net_param(i)); - } - for (int i = 0; i < num_test_net_files; ++i, ++test_net_id) { - sources[test_net_id] = "test_net file: " + param_.test_net(i); - ReadNetParamsFromTextFileOrDie(param_.test_net(i), - &net_params[test_net_id]); - } - const int remaining_test_nets = param_.test_iter_size() - test_net_id; - if (has_net_param) { - for (int i = 0; i < remaining_test_nets; ++i, ++test_net_id) { - sources[test_net_id] = "net_param"; - net_params[test_net_id].CopyFrom(param_.net_param()); - } - } - if (has_net_file) { - for (int i = 0; i < remaining_test_nets; ++i, ++test_net_id) { - sources[test_net_id] = "net file: " + param_.net(); - ReadNetParamsFromTextFileOrDie(param_.net(), &net_params[test_net_id]); - } - } - test_nets_.resize(num_test_net_instances); - for (int i = 0; i < num_test_net_instances; ++i) { - // Set the correct NetState. We start with the solver defaults (lowest - // precedence); then, merge in any NetState specified by the net_param - // itself; finally, merge in any NetState specified by the test_state - // (highest precedence). - NetState net_state; - net_state.set_phase(TEST); - net_state.MergeFrom(net_params[i].state()); - if (param_.test_state_size()) { - net_state.MergeFrom(param_.test_state(i)); - } - net_params[i].mutable_state()->CopyFrom(net_state); - LOG(INFO) - << "Creating test net (#" << i << ") specified by " << sources[i]; - test_nets_[i].reset(new Net(net_params[i])); - } -} - -template -void Solver::Step(int iters) { - vector*> bottom_vec; - const int start_iter = iter_; - const int stop_iter = iter_ + iters; - int average_loss = this->param_.average_loss(); - vector losses; - Dtype smoothed_loss = 0; - - for (; iter_ < stop_iter; ++iter_) { - // zero-init the params - for (int i = 0; i < net_->params().size(); ++i) { - shared_ptr > blob = net_->params()[i]; - switch (Caffe::mode()) { - case Caffe::CPU: - caffe_set(blob->count(), static_cast(0), - blob->mutable_cpu_diff()); - break; - case Caffe::GPU: -#ifndef CPU_ONLY - caffe_gpu_set(blob->count(), static_cast(0), - blob->mutable_gpu_diff()); -#else - NO_GPU; -#endif - break; - } - } - - if (param_.test_interval() && iter_ % param_.test_interval() == 0 - && (iter_ > 0 || param_.test_initialization())) { - TestAll(); - } - - const bool display = param_.display() && iter_ % param_.display() == 0; - net_->set_debug_info(display && param_.debug_info()); - // accumulate the loss and gradient - Dtype loss = 0; - for (int i = 0; i < param_.iter_size(); ++i) { - loss += net_->ForwardBackward(bottom_vec); - } - loss /= param_.iter_size(); - // average the loss across iterations for smoothed reporting - if (losses.size() < average_loss) { - losses.push_back(loss); - int size = losses.size(); - smoothed_loss = (smoothed_loss * (size - 1) + loss) / size; - } else { - int idx = (iter_ - start_iter) % average_loss; - smoothed_loss += (loss - losses[idx]) / average_loss; - losses[idx] = loss; - } - if (display) { - LOG(INFO) << "Iteration " << iter_ << ", loss = " << smoothed_loss; - const vector*>& result = net_->output_blobs(); - int score_index = 0; - for (int j = 0; j < result.size(); ++j) { - const Dtype* result_vec = result[j]->cpu_data(); - const string& output_name = - net_->blob_names()[net_->output_blob_indices()[j]]; - const Dtype loss_weight = - net_->blob_loss_weights()[net_->output_blob_indices()[j]]; - for (int k = 0; k < result[j]->count(); ++k) { - ostringstream loss_msg_stream; - if (loss_weight) { - loss_msg_stream << " (* " << loss_weight - << " = " << loss_weight * result_vec[k] << " loss)"; - } - LOG(INFO) << " Train net output #" - << score_index++ << ": " << output_name << " = " - << result_vec[k] << loss_msg_stream.str(); - } - } - } - ComputeUpdateValue(); - net_->Update(); - - // Save a snapshot if needed. - if (param_.snapshot() && (iter_ + 1) % param_.snapshot() == 0) { - Snapshot(); - } - } -} - -template -void Solver::Solve(const char* resume_file) { - Caffe::set_phase(Caffe::TRAIN); - LOG(INFO) << "Solving " << net_->name(); - LOG(INFO) << "Learning Rate Policy: " << param_.lr_policy(); - - if (resume_file) { - LOG(INFO) << "Restoring previous solver status from " << resume_file; - Restore(resume_file); - } - - // For a network that is trained by the solver, no bottom or top vecs - // should be given, and we will just provide dummy vecs. - Step(param_.max_iter() - iter_); - // If we haven't already, save a snapshot after optimization, unless - // overridden by setting snapshot_after_train := false - if (param_.snapshot_after_train() - && (!param_.snapshot() || iter_ % param_.snapshot() != 0)) { - Snapshot(); - } - // After the optimization is done, run an additional train and test pass to - // display the train and test loss/outputs if appropriate (based on the - // display and test_interval settings, respectively). Unlike in the rest of - // training, for the train net we only run a forward pass as we've already - // updated the parameters "max_iter" times -- this final pass is only done to - // display the loss, which is computed in the forward pass. - if (param_.display() && iter_ % param_.display() == 0) { - Dtype loss; - net_->ForwardPrefilled(&loss); - LOG(INFO) << "Iteration " << iter_ << ", loss = " << loss; - } - if (param_.test_interval() && iter_ % param_.test_interval() == 0) { - TestAll(); - } - LOG(INFO) << "Optimization Done."; -} - - -template -void Solver::TestAll() { - for (int test_net_id = 0; test_net_id < test_nets_.size(); ++test_net_id) { - Test(test_net_id); - } -} - -template -void Solver::Test(const int test_net_id) { - LOG(INFO) << "Iteration " << iter_ - << ", Testing net (#" << test_net_id << ")"; - // We need to set phase to test before running. - Caffe::set_phase(Caffe::TEST); - CHECK_NOTNULL(test_nets_[test_net_id].get())-> - ShareTrainedLayersWith(net_.get()); - vector test_score; - vector test_score_output_id; - vector*> bottom_vec; - const shared_ptr >& test_net = test_nets_[test_net_id]; - Dtype loss = 0; - for (int i = 0; i < param_.test_iter(test_net_id); ++i) { - Dtype iter_loss; - const vector*>& result = - test_net->Forward(bottom_vec, &iter_loss); - if (param_.test_compute_loss()) { - loss += iter_loss; - } - if (i == 0) { - for (int j = 0; j < result.size(); ++j) { - const Dtype* result_vec = result[j]->cpu_data(); - for (int k = 0; k < result[j]->count(); ++k) { - test_score.push_back(result_vec[k]); - test_score_output_id.push_back(j); - } - } - } else { - int idx = 0; - for (int j = 0; j < result.size(); ++j) { - const Dtype* result_vec = result[j]->cpu_data(); - for (int k = 0; k < result[j]->count(); ++k) { - test_score[idx++] += result_vec[k]; - } - } - } - } - if (param_.test_compute_loss()) { - loss /= param_.test_iter(test_net_id); - LOG(INFO) << "Test loss: " << loss; - } - for (int i = 0; i < test_score.size(); ++i) { - const int output_blob_index = - test_net->output_blob_indices()[test_score_output_id[i]]; - const string& output_name = test_net->blob_names()[output_blob_index]; - const Dtype loss_weight = test_net->blob_loss_weights()[output_blob_index]; - ostringstream loss_msg_stream; - const Dtype mean_score = test_score[i] / param_.test_iter(test_net_id); - if (loss_weight) { - loss_msg_stream << " (* " << loss_weight - << " = " << loss_weight * mean_score << " loss)"; - } - LOG(INFO) << " Test net output #" << i << ": " << output_name << " = " - << mean_score << loss_msg_stream.str(); - } - Caffe::set_phase(Caffe::TRAIN); -} - - -template -void Solver::Snapshot() { - NetParameter net_param; - // For intermediate results, we will also dump the gradient values. - net_->ToProto(&net_param, param_.snapshot_diff()); - string filename(param_.snapshot_prefix()); - string model_filename, snapshot_filename; - const int kBufferSize = 20; - char iter_str_buffer[kBufferSize]; - // Add one to iter_ to get the number of iterations that have completed. - snprintf(iter_str_buffer, kBufferSize, "_iter_%d", iter_ + 1); - filename += iter_str_buffer; - model_filename = filename + ".caffemodel"; - LOG(INFO) << "Snapshotting to " << model_filename; - WriteProtoToBinaryFile(net_param, model_filename.c_str()); - SolverState state; - SnapshotSolverState(&state); - state.set_iter(iter_ + 1); - state.set_learned_net(model_filename); - state.set_current_step(current_step_); - snapshot_filename = filename + ".solverstate"; - LOG(INFO) << "Snapshotting solver state to " << snapshot_filename; - WriteProtoToBinaryFile(state, snapshot_filename.c_str()); -} - -template -void Solver::Restore(const char* state_file) { - SolverState state; - NetParameter net_param; - ReadProtoFromBinaryFile(state_file, &state); - if (state.has_learned_net()) { - ReadProtoFromBinaryFile(state.learned_net().c_str(), &net_param); - net_->CopyTrainedLayersFrom(net_param); - } - iter_ = state.iter(); - current_step_ = state.current_step(); - RestoreSolverState(state); -} - - -// Return the current learning rate. The currently implemented learning rate -// policies are as follows: -// - fixed: always return base_lr. -// - step: return base_lr * gamma ^ (floor(iter / step)) -// - exp: return base_lr * gamma ^ iter -// - inv: return base_lr * (1 + gamma * iter) ^ (- power) -// - multistep: similar to step but it allows non uniform steps defined by -// stepvalue -// - poly: the effective learning rate follows a polynomial decay, to be -// zero by the max_iter. return base_lr (1 - iter/max_iter) ^ (power) -// - sigmoid: the effective learning rate follows a sigmod decay -// return base_lr ( 1/(1 + exp(-gamma * (iter - stepsize)))) -// -// where base_lr, max_iter, gamma, step, stepvalue and power are defined -// in the solver parameter protocol buffer, and iter is the current iteration. -template -Dtype SGDSolver::GetLearningRate() { - Dtype rate; - const string& lr_policy = this->param_.lr_policy(); - if (lr_policy == "fixed") { - rate = this->param_.base_lr(); - } else if (lr_policy == "step") { - this->current_step_ = this->iter_ / this->param_.stepsize(); - rate = this->param_.base_lr() * - pow(this->param_.gamma(), this->current_step_); - } else if (lr_policy == "exp") { - rate = this->param_.base_lr() * pow(this->param_.gamma(), this->iter_); - } else if (lr_policy == "inv") { - rate = this->param_.base_lr() * - pow(Dtype(1) + this->param_.gamma() * this->iter_, - - this->param_.power()); - } else if (lr_policy == "multistep") { - if (this->current_step_ < this->param_.stepvalue_size() && - this->iter_ >= this->param_.stepvalue(this->current_step_)) { - this->current_step_++; - LOG(INFO) << "MultiStep Status: Iteration " << - this->iter_ << ", step = " << this->current_step_; - } - rate = this->param_.base_lr() * - pow(this->param_.gamma(), this->current_step_); - } else if (lr_policy == "poly") { - rate = this->param_.base_lr() * pow(Dtype(1.) - - (Dtype(this->iter_) / Dtype(this->param_.max_iter())), - this->param_.power()); - } else if (lr_policy == "sigmoid") { - rate = this->param_.base_lr() * (Dtype(1.) / - (Dtype(1.) + exp(-this->param_.gamma() * (Dtype(this->iter_) - - Dtype(this->param_.stepsize()))))); - } else { - LOG(FATAL) << "Unknown learning rate policy: " << lr_policy; - } - return rate; -} - -template -void SGDSolver::PreSolve() { - // Initialize the history - vector > >& net_params = this->net_->params(); - history_.clear(); - update_.clear(); - temp_.clear(); - for (int i = 0; i < net_params.size(); ++i) { - const Blob* net_param = net_params[i].get(); - history_.push_back(shared_ptr >(new Blob( - net_param->num(), net_param->channels(), net_param->height(), - net_param->width()))); - update_.push_back(shared_ptr >(new Blob( - net_param->num(), net_param->channels(), net_param->height(), - net_param->width()))); - temp_.push_back(shared_ptr >(new Blob( - net_param->num(), net_param->channels(), net_param->height(), - net_param->width()))); - } -} - - -template -void SGDSolver::ComputeUpdateValue() { - vector > >& net_params = this->net_->params(); - vector& net_params_lr = this->net_->params_lr(); - vector& net_params_weight_decay = this->net_->params_weight_decay(); - // get the learning rate - Dtype rate = GetLearningRate(); - if (this->param_.display() && this->iter_ % this->param_.display() == 0) { - LOG(INFO) << "Iteration " << this->iter_ << ", lr = " << rate; - } - Dtype momentum = this->param_.momentum(); - Dtype weight_decay = this->param_.weight_decay(); - string regularization_type = this->param_.regularization_type(); - switch (Caffe::mode()) { - case Caffe::CPU: - for (int param_id = 0; param_id < net_params.size(); ++param_id) { - // Compute the value to history, and then copy them to the blob's diff. - Dtype local_rate = rate * net_params_lr[param_id] - / this->param_.iter_size(); - Dtype local_decay = weight_decay * net_params_weight_decay[param_id]; - - if (local_decay) { - if (regularization_type == "L2") { - // add weight decay - caffe_axpy(net_params[param_id]->count(), - local_decay, - net_params[param_id]->cpu_data(), - net_params[param_id]->mutable_cpu_diff()); - } else if (regularization_type == "L1") { - caffe_cpu_sign(net_params[param_id]->count(), - net_params[param_id]->cpu_data(), - temp_[param_id]->mutable_cpu_data()); - caffe_axpy(net_params[param_id]->count(), - local_decay, - temp_[param_id]->cpu_data(), - net_params[param_id]->mutable_cpu_diff()); - } else { - LOG(FATAL) << "Unknown regularization type: " << regularization_type; - } - } - - caffe_cpu_axpby(net_params[param_id]->count(), local_rate, - net_params[param_id]->cpu_diff(), momentum, - history_[param_id]->mutable_cpu_data()); - // copy - caffe_copy(net_params[param_id]->count(), - history_[param_id]->cpu_data(), - net_params[param_id]->mutable_cpu_diff()); - } - break; - case Caffe::GPU: -#ifndef CPU_ONLY - for (int param_id = 0; param_id < net_params.size(); ++param_id) { - // Compute the value to history, and then copy them to the blob's diff. - Dtype local_rate = rate * net_params_lr[param_id] - / this->param_.iter_size(); - Dtype local_decay = weight_decay * net_params_weight_decay[param_id]; - - if (local_decay) { - if (regularization_type == "L2") { - // add weight decay - caffe_gpu_axpy(net_params[param_id]->count(), - local_decay, - net_params[param_id]->gpu_data(), - net_params[param_id]->mutable_gpu_diff()); - } else if (regularization_type == "L1") { - caffe_gpu_sign(net_params[param_id]->count(), - net_params[param_id]->gpu_data(), - temp_[param_id]->mutable_gpu_data()); - caffe_gpu_axpy(net_params[param_id]->count(), - local_decay, - temp_[param_id]->gpu_data(), - net_params[param_id]->mutable_gpu_diff()); - } else { - LOG(FATAL) << "Unknown regularization type: " << regularization_type; - } - } - - caffe_gpu_axpby(net_params[param_id]->count(), local_rate, - net_params[param_id]->gpu_diff(), momentum, - history_[param_id]->mutable_gpu_data()); - // copy - caffe_copy(net_params[param_id]->count(), - history_[param_id]->gpu_data(), - net_params[param_id]->mutable_gpu_diff()); - } -#else - NO_GPU; -#endif - break; - default: - LOG(FATAL) << "Unknown caffe mode: " << Caffe::mode(); - } -} - -template -void SGDSolver::SnapshotSolverState(SolverState* state) { - state->clear_history(); - for (int i = 0; i < history_.size(); ++i) { - // Add history - BlobProto* history_blob = state->add_history(); - history_[i]->ToProto(history_blob); - } -} - -template -void SGDSolver::RestoreSolverState(const SolverState& state) { - CHECK_EQ(state.history_size(), history_.size()) - << "Incorrect length of history blobs."; - LOG(INFO) << "SGDSolver: restoring history"; - for (int i = 0; i < history_.size(); ++i) { - history_[i]->FromProto(state.history(i)); - } -} - -template -void NesterovSolver::ComputeUpdateValue() { - vector > >& net_params = this->net_->params(); - vector& net_params_lr = this->net_->params_lr(); - vector& net_params_weight_decay = this->net_->params_weight_decay(); - // get the learning rate - Dtype rate = this->GetLearningRate(); - if (this->param_.display() && this->iter_ % this->param_.display() == 0) { - LOG(INFO) << "Iteration " << this->iter_ << ", lr = " << rate; - } - Dtype momentum = this->param_.momentum(); - Dtype weight_decay = this->param_.weight_decay(); - string regularization_type = this->param_.regularization_type(); - switch (Caffe::mode()) { - case Caffe::CPU: - for (int param_id = 0; param_id < net_params.size(); ++param_id) { - // save history momentum for stepping back - caffe_copy(net_params[param_id]->count(), - this->history_[param_id]->cpu_data(), - this->update_[param_id]->mutable_cpu_data()); - - Dtype local_rate = rate * net_params_lr[param_id]; - Dtype local_decay = weight_decay * net_params_weight_decay[param_id]; - - if (local_decay) { - if (regularization_type == "L2") { - // add weight decay - caffe_axpy(net_params[param_id]->count(), - local_decay, - net_params[param_id]->cpu_data(), - net_params[param_id]->mutable_cpu_diff()); - } else if (regularization_type == "L1") { - caffe_cpu_sign(net_params[param_id]->count(), - net_params[param_id]->cpu_data(), - this->temp_[param_id]->mutable_cpu_data()); - caffe_axpy(net_params[param_id]->count(), - local_decay, - this->temp_[param_id]->cpu_data(), - net_params[param_id]->mutable_cpu_diff()); - } else { - LOG(FATAL) << "Unknown regularization type: " << regularization_type; - } - } - - // update history - caffe_cpu_axpby(net_params[param_id]->count(), local_rate, - net_params[param_id]->cpu_diff(), momentum, - this->history_[param_id]->mutable_cpu_data()); - - // compute udpate: step back then over step - caffe_cpu_axpby(net_params[param_id]->count(), Dtype(1) + momentum, - this->history_[param_id]->cpu_data(), -momentum, - this->update_[param_id]->mutable_cpu_data()); - - // copy - caffe_copy(net_params[param_id]->count(), - this->update_[param_id]->cpu_data(), - net_params[param_id]->mutable_cpu_diff()); - } - break; - case Caffe::GPU: -#ifndef CPU_ONLY - for (int param_id = 0; param_id < net_params.size(); ++param_id) { - // save history momentum for stepping back - caffe_copy(net_params[param_id]->count(), - this->history_[param_id]->gpu_data(), - this->update_[param_id]->mutable_gpu_data()); - - Dtype local_rate = rate * net_params_lr[param_id]; - Dtype local_decay = weight_decay * net_params_weight_decay[param_id]; - - if (local_decay) { - if (regularization_type == "L2") { - // add weight decay - caffe_gpu_axpy(net_params[param_id]->count(), - local_decay, - net_params[param_id]->gpu_data(), - net_params[param_id]->mutable_gpu_diff()); - } else if (regularization_type == "L1") { - caffe_gpu_sign(net_params[param_id]->count(), - net_params[param_id]->gpu_data(), - this->temp_[param_id]->mutable_gpu_data()); - caffe_gpu_axpy(net_params[param_id]->count(), - local_decay, - this->temp_[param_id]->gpu_data(), - net_params[param_id]->mutable_gpu_diff()); - } else { - LOG(FATAL) << "Unknown regularization type: " << regularization_type; - } - } - - // update history - caffe_gpu_axpby(net_params[param_id]->count(), local_rate, - net_params[param_id]->gpu_diff(), momentum, - this->history_[param_id]->mutable_gpu_data()); - - // compute udpate: step back then over step - caffe_gpu_axpby(net_params[param_id]->count(), Dtype(1) + momentum, - this->history_[param_id]->gpu_data(), -momentum, - this->update_[param_id]->mutable_gpu_data()); - - // copy - caffe_copy(net_params[param_id]->count(), - this->update_[param_id]->gpu_data(), - net_params[param_id]->mutable_gpu_diff()); - } -#else - NO_GPU; -#endif - break; - default: - LOG(FATAL) << "Unknown caffe mode: " << Caffe::mode(); - } -} - -template -void AdaGradSolver::ComputeUpdateValue() { - vector > >& net_params = this->net_->params(); - vector& net_params_lr = this->net_->params_lr(); - vector& net_params_weight_decay = this->net_->params_weight_decay(); - // get the learning rate - Dtype rate = this->GetLearningRate(); - Dtype delta = this->param_.delta(); - if (this->param_.display() && this->iter_ % this->param_.display() == 0) { - LOG(INFO) << "Iteration " << this->iter_ << ", lr = " << rate; - } - Dtype weight_decay = this->param_.weight_decay(); - string regularization_type = this->param_.regularization_type(); - switch (Caffe::mode()) { - case Caffe::CPU: - for (int param_id = 0; param_id < net_params.size(); ++param_id) { - Dtype local_rate = rate * net_params_lr[param_id]; - Dtype local_decay = weight_decay * net_params_weight_decay[param_id]; - - if (local_decay) { - if (regularization_type == "L2") { - // add weight decay - caffe_axpy(net_params[param_id]->count(), - local_decay, - net_params[param_id]->cpu_data(), - net_params[param_id]->mutable_cpu_diff()); - } else if (regularization_type == "L1") { - caffe_cpu_sign(net_params[param_id]->count(), - net_params[param_id]->cpu_data(), - this->temp_[param_id]->mutable_cpu_data()); - caffe_axpy(net_params[param_id]->count(), - local_decay, - this->temp_[param_id]->cpu_data(), - net_params[param_id]->mutable_cpu_diff()); - } else { - LOG(FATAL) << "Unknown regularization type: " << regularization_type; - } - } - - // compute square of gradient in update - caffe_powx(net_params[param_id]->count(), - net_params[param_id]->cpu_diff(), Dtype(2), - this->update_[param_id]->mutable_cpu_data()); - - // update history - caffe_add(net_params[param_id]->count(), - this->update_[param_id]->cpu_data(), - this->history_[param_id]->cpu_data(), - this->history_[param_id]->mutable_cpu_data()); - - // prepare update - caffe_powx(net_params[param_id]->count(), - this->history_[param_id]->cpu_data(), Dtype(0.5), - this->update_[param_id]->mutable_cpu_data()); - - caffe_add_scalar(net_params[param_id]->count(), - delta, this->update_[param_id]->mutable_cpu_data()); - - caffe_div(net_params[param_id]->count(), - net_params[param_id]->cpu_diff(), - this->update_[param_id]->cpu_data(), - this->update_[param_id]->mutable_cpu_data()); - - // scale and copy - caffe_cpu_axpby(net_params[param_id]->count(), local_rate, - this->update_[param_id]->cpu_data(), Dtype(0), - net_params[param_id]->mutable_cpu_diff()); - } - break; - case Caffe::GPU: -#ifndef CPU_ONLY - for (int param_id = 0; param_id < net_params.size(); ++param_id) { - Dtype local_rate = rate * net_params_lr[param_id]; - Dtype local_decay = weight_decay * net_params_weight_decay[param_id]; - - if (local_decay) { - if (regularization_type == "L2") { - // add weight decay - caffe_gpu_axpy(net_params[param_id]->count(), - local_decay, - net_params[param_id]->gpu_data(), - net_params[param_id]->mutable_gpu_diff()); - } else if (regularization_type == "L1") { - caffe_gpu_sign(net_params[param_id]->count(), - net_params[param_id]->gpu_data(), - this->temp_[param_id]->mutable_gpu_data()); - caffe_gpu_axpy(net_params[param_id]->count(), - local_decay, - this->temp_[param_id]->gpu_data(), - net_params[param_id]->mutable_gpu_diff()); - } else { - LOG(FATAL) << "Unknown regularization type: " << regularization_type; - } - } - - // compute square of gradient in update - caffe_gpu_powx(net_params[param_id]->count(), - net_params[param_id]->gpu_diff(), Dtype(2), - this->update_[param_id]->mutable_gpu_data()); - - // update history - caffe_gpu_add(net_params[param_id]->count(), - this->update_[param_id]->gpu_data(), - this->history_[param_id]->gpu_data(), - this->history_[param_id]->mutable_gpu_data()); - - // prepare update - caffe_gpu_powx(net_params[param_id]->count(), - this->history_[param_id]->gpu_data(), Dtype(0.5), - this->update_[param_id]->mutable_gpu_data()); - - caffe_gpu_add_scalar(net_params[param_id]->count(), - delta, this->update_[param_id]->mutable_gpu_data()); - - caffe_gpu_div(net_params[param_id]->count(), - net_params[param_id]->gpu_diff(), - this->update_[param_id]->gpu_data(), - this->update_[param_id]->mutable_gpu_data()); - - // scale and copy - caffe_gpu_axpby(net_params[param_id]->count(), local_rate, - this->update_[param_id]->gpu_data(), Dtype(0), - net_params[param_id]->mutable_gpu_diff()); - } -#else - NO_GPU; -#endif - break; - default: - LOG(FATAL) << "Unknown caffe mode: " << Caffe::mode(); - } -} - -INSTANTIATE_CLASS(Solver); -INSTANTIATE_CLASS(SGDSolver); -INSTANTIATE_CLASS(NesterovSolver); -INSTANTIATE_CLASS(AdaGradSolver); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/syncedmem.cpp b/caffe-crfrnn/src/caffe/syncedmem.cpp deleted file mode 100644 index 7617ccfb..00000000 --- a/caffe-crfrnn/src/caffe/syncedmem.cpp +++ /dev/null @@ -1,113 +0,0 @@ -#include - -#include "caffe/common.hpp" -#include "caffe/syncedmem.hpp" -#include "caffe/util/math_functions.hpp" - -namespace caffe { - -SyncedMemory::~SyncedMemory() { - if (cpu_ptr_ && own_cpu_data_) { - CaffeFreeHost(cpu_ptr_); - } - -#ifndef CPU_ONLY - if (gpu_ptr_) { - CUDA_CHECK(cudaFree(gpu_ptr_)); - } -#endif // CPU_ONLY -} - -inline void SyncedMemory::to_cpu() { - switch (head_) { - case UNINITIALIZED: - CaffeMallocHost(&cpu_ptr_, size_); - caffe_memset(size_, 0, cpu_ptr_); - head_ = HEAD_AT_CPU; - own_cpu_data_ = true; - break; - case HEAD_AT_GPU: -#ifndef CPU_ONLY - if (cpu_ptr_ == NULL) { - CaffeMallocHost(&cpu_ptr_, size_); - own_cpu_data_ = true; - } - caffe_gpu_memcpy(size_, gpu_ptr_, cpu_ptr_); - head_ = SYNCED; -#else - NO_GPU; -#endif - break; - case HEAD_AT_CPU: - case SYNCED: - break; - } -} - -inline void SyncedMemory::to_gpu() { -#ifndef CPU_ONLY - switch (head_) { - case UNINITIALIZED: - CUDA_CHECK(cudaMalloc(&gpu_ptr_, size_)); - caffe_gpu_memset(size_, 0, gpu_ptr_); - head_ = HEAD_AT_GPU; - break; - case HEAD_AT_CPU: - if (gpu_ptr_ == NULL) { - CUDA_CHECK(cudaMalloc(&gpu_ptr_, size_)); - } - caffe_gpu_memcpy(size_, cpu_ptr_, gpu_ptr_); - head_ = SYNCED; - break; - case HEAD_AT_GPU: - case SYNCED: - break; - } -#else - NO_GPU; -#endif -} - -const void* SyncedMemory::cpu_data() { - to_cpu(); - return (const void*)cpu_ptr_; -} - -void SyncedMemory::set_cpu_data(void* data) { - CHECK(data); - if (own_cpu_data_) { - CaffeFreeHost(cpu_ptr_); - } - cpu_ptr_ = data; - head_ = HEAD_AT_CPU; - own_cpu_data_ = false; -} - -const void* SyncedMemory::gpu_data() { -#ifndef CPU_ONLY - to_gpu(); - return (const void*)gpu_ptr_; -#else - NO_GPU; -#endif -} - -void* SyncedMemory::mutable_cpu_data() { - to_cpu(); - head_ = HEAD_AT_CPU; - return cpu_ptr_; -} - -void* SyncedMemory::mutable_gpu_data() { -#ifndef CPU_ONLY - to_gpu(); - head_ = HEAD_AT_GPU; - return gpu_ptr_; -#else - NO_GPU; -#endif -} - - -} // namespace caffe - diff --git a/caffe-crfrnn/src/caffe/test/CMakeLists.txt b/caffe-crfrnn/src/caffe/test/CMakeLists.txt deleted file mode 100644 index 35a803f2..00000000 --- a/caffe-crfrnn/src/caffe/test/CMakeLists.txt +++ /dev/null @@ -1,36 +0,0 @@ -# The option allows to include in build only selected test files and exclude all others -# Usage example: -# cmake -DBUILD_only_tests="common,net,blob,im2col_kernel" -set(BUILD_only_tests "" CACHE STRING "Blank or comma-separated list of test files to build without 'test_' prefix and extention") -caffe_leave_only_selected_tests(test_srcs ${BUILD_only_tests}) -caffe_leave_only_selected_tests(test_cuda ${BUILD_only_tests}) - -# For 'make runtest' target we don't need to embed test data paths to -# source files, because test target is executed in source directory -# That's why the lines below are commented. TODO: remove them - -# definition needed to include CMake generated files -#add_definitions(-DCMAKE_BUILD) - -# generates test_data/sample_data_list.txt.gen.cmake -#caffe_configure_testdatafile(test_data/sample_data_list.txt) - -set(the_target test.testbin) -set(test_args --gtest_shuffle) - -if(HAVE_CUDA) - caffe_cuda_compile(test_cuda_objs ${test_cuda}) - list(APPEND test_srcs ${test_cuda_objs} ${test_cuda}) -else() - list(APPEND test_args --gtest_filter="-*GPU*") -endif() - -# ---[ Adding test target -add_executable(${the_target} EXCLUDE_FROM_ALL ${test_srcs}) -target_link_libraries(${the_target} gtest ${Caffe_LINK}) -caffe_default_properties(${the_target}) -caffe_set_runtime_directory(${the_target} "${PROJECT_BINARY_DIR}/test") - -# ---[ Adding runtest -add_custom_target(runtest COMMAND ${the_target} ${test_args} - WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}) diff --git a/caffe-crfrnn/src/caffe/test/cmake_test_defines.hpp.in b/caffe-crfrnn/src/caffe/test/cmake_test_defines.hpp.in deleted file mode 100644 index 870eaf5c..00000000 --- a/caffe-crfrnn/src/caffe/test/cmake_test_defines.hpp.in +++ /dev/null @@ -1,4 +0,0 @@ -#define CUDA_TEST_DEVICE @CUDA_TEST_DEVICE@ -#define CMAKE_SOURCE_DIR "@CMAKE_SOURCE_DIR@/src/" -#define EXAMPLES_SOURCE_DIR "@CMAKE_SOURCE_DIR@/examples/" -#define CMAKE_EXT ".gen.cmake" diff --git a/caffe-crfrnn/src/caffe/test/test_accuracy_layer.cpp b/caffe-crfrnn/src/caffe/test/test_accuracy_layer.cpp deleted file mode 100644 index fa59fab1..00000000 --- a/caffe-crfrnn/src/caffe/test/test_accuracy_layer.cpp +++ /dev/null @@ -1,140 +0,0 @@ -#include -#include -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/util/rng.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -template -class AccuracyLayerTest : public ::testing::Test { - protected: - AccuracyLayerTest() - : blob_bottom_data_(new Blob(100, 10, 1, 1)), - blob_bottom_label_(new Blob(100, 1, 1, 1)), - blob_top_(new Blob()), - top_k_(3) { - // fill the probability values - FillerParameter filler_param; - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_data_); - - const unsigned int prefetch_rng_seed = caffe_rng_rand(); - shared_ptr rng(new Caffe::RNG(prefetch_rng_seed)); - caffe::rng_t* prefetch_rng = - static_cast(rng->generator()); - Dtype* label_data = blob_bottom_label_->mutable_cpu_data(); - for (int i = 0; i < 100; ++i) { - label_data[i] = (*prefetch_rng)() % 10; - } - - blob_bottom_vec_.push_back(blob_bottom_data_); - blob_bottom_vec_.push_back(blob_bottom_label_); - blob_top_vec_.push_back(blob_top_); - } - virtual ~AccuracyLayerTest() { - delete blob_bottom_data_; - delete blob_bottom_label_; - delete blob_top_; - } - Blob* const blob_bottom_data_; - Blob* const blob_bottom_label_; - Blob* const blob_top_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; - int top_k_; -}; - -TYPED_TEST_CASE(AccuracyLayerTest, TestDtypes); - -TYPED_TEST(AccuracyLayerTest, TestSetup) { - LayerParameter layer_param; - AccuracyLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), 1); - EXPECT_EQ(this->blob_top_->channels(), 1); - EXPECT_EQ(this->blob_top_->height(), 1); - EXPECT_EQ(this->blob_top_->width(), 1); -} - -TYPED_TEST(AccuracyLayerTest, TestSetupTopK) { - LayerParameter layer_param; - AccuracyParameter* accuracy_param = - layer_param.mutable_accuracy_param(); - accuracy_param->set_top_k(5); - AccuracyLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), 1); - EXPECT_EQ(this->blob_top_->channels(), 1); - EXPECT_EQ(this->blob_top_->height(), 1); - EXPECT_EQ(this->blob_top_->width(), 1); -} - -TYPED_TEST(AccuracyLayerTest, TestForwardCPU) { - LayerParameter layer_param; - Caffe::set_mode(Caffe::CPU); - AccuracyLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - - TypeParam max_value; - int max_id; - int num_correct_labels = 0; - for (int i = 0; i < 100; ++i) { - max_value = -FLT_MAX; - max_id = 0; - for (int j = 0; j < 10; ++j) { - if (this->blob_bottom_data_->data_at(i, j, 0, 0) > max_value) { - max_value = this->blob_bottom_data_->data_at(i, j, 0, 0); - max_id = j; - } - } - if (max_id == this->blob_bottom_label_->data_at(i, 0, 0, 0)) { - ++num_correct_labels; - } - } - EXPECT_NEAR(this->blob_top_->data_at(0, 0, 0, 0), - num_correct_labels / 100.0, 1e-4); -} - -TYPED_TEST(AccuracyLayerTest, TestForwardCPUTopK) { - LayerParameter layer_param; - AccuracyParameter* accuracy_param = layer_param.mutable_accuracy_param(); - accuracy_param->set_top_k(this->top_k_); - AccuracyLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - - TypeParam current_value; - int current_rank; - int num_correct_labels = 0; - for (int i = 0; i < 100; ++i) { - for (int j = 0; j < 10; ++j) { - current_value = this->blob_bottom_data_->data_at(i, j, 0, 0); - current_rank = 0; - for (int k = 0; k < 10; ++k) { - if (this->blob_bottom_data_->data_at(i, k, 0, 0) > current_value) { - ++current_rank; - } - } - if (current_rank < this->top_k_ && - j == this->blob_bottom_label_->data_at(i, 0, 0, 0)) { - ++num_correct_labels; - } - } - } - - EXPECT_NEAR(this->blob_top_->data_at(0, 0, 0, 0), - num_correct_labels / 100.0, 1e-4); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_argmax_layer.cpp b/caffe-crfrnn/src/caffe/test/test_argmax_layer.cpp deleted file mode 100644 index 3487d42f..00000000 --- a/caffe-crfrnn/src/caffe/test/test_argmax_layer.cpp +++ /dev/null @@ -1,169 +0,0 @@ -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -template -class ArgMaxLayerTest : public ::testing::Test { - protected: - ArgMaxLayerTest() - : blob_bottom_(new Blob(10, 20, 1, 1)), - blob_top_(new Blob()), - top_k_(5) { - Caffe::set_mode(Caffe::CPU); - Caffe::set_random_seed(1701); - // fill the values - FillerParameter filler_param; - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - blob_bottom_vec_.push_back(blob_bottom_); - blob_top_vec_.push_back(blob_top_); - } - virtual ~ArgMaxLayerTest() { delete blob_bottom_; delete blob_top_; } - Blob* const blob_bottom_; - Blob* const blob_top_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; - size_t top_k_; -}; - -TYPED_TEST_CASE(ArgMaxLayerTest, TestDtypes); - -TYPED_TEST(ArgMaxLayerTest, TestSetup) { - LayerParameter layer_param; - ArgMaxLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), this->blob_bottom_->num()); - EXPECT_EQ(this->blob_top_->channels(), 1); -} - -TYPED_TEST(ArgMaxLayerTest, TestSetupMaxVal) { - LayerParameter layer_param; - ArgMaxParameter* argmax_param = layer_param.mutable_argmax_param(); - argmax_param->set_out_max_val(true); - ArgMaxLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), this->blob_bottom_->num()); - EXPECT_EQ(this->blob_top_->channels(), 2); -} - -TYPED_TEST(ArgMaxLayerTest, TestCPU) { - LayerParameter layer_param; - ArgMaxLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Now, check values - const TypeParam* bottom_data = this->blob_bottom_->cpu_data(); - const TypeParam* top_data = this->blob_top_->cpu_data(); - int max_ind; - TypeParam max_val; - int num = this->blob_bottom_->num(); - int dim = this->blob_bottom_->count() / num; - for (int i = 0; i < num; ++i) { - EXPECT_GE(top_data[i], 0); - EXPECT_LE(top_data[i], dim); - max_ind = top_data[i]; - max_val = bottom_data[i * dim + max_ind]; - for (int j = 0; j < dim; ++j) { - EXPECT_LE(bottom_data[i * dim + j], max_val); - } - } -} - -TYPED_TEST(ArgMaxLayerTest, TestCPUMaxVal) { - LayerParameter layer_param; - ArgMaxParameter* argmax_param = layer_param.mutable_argmax_param(); - argmax_param->set_out_max_val(true); - ArgMaxLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Now, check values - const TypeParam* bottom_data = this->blob_bottom_->cpu_data(); - const TypeParam* top_data = this->blob_top_->cpu_data(); - int max_ind; - TypeParam max_val; - int num = this->blob_bottom_->num(); - int dim = this->blob_bottom_->count() / num; - for (int i = 0; i < num; ++i) { - EXPECT_GE(top_data[i], 0); - EXPECT_LE(top_data[i], dim); - max_ind = top_data[i * 2]; - max_val = top_data[i * 2 + 1]; - EXPECT_EQ(bottom_data[i * dim + max_ind], max_val); - for (int j = 0; j < dim; ++j) { - EXPECT_LE(bottom_data[i * dim + j], max_val); - } - } -} - -TYPED_TEST(ArgMaxLayerTest, TestCPUTopK) { - LayerParameter layer_param; - ArgMaxParameter* argmax_param = layer_param.mutable_argmax_param(); - argmax_param->set_top_k(this->top_k_); - ArgMaxLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Now, check values - int max_ind; - TypeParam max_val; - int num = this->blob_bottom_->num(); - int dim = this->blob_bottom_->count() / num; - for (int i = 0; i < num; ++i) { - EXPECT_GE(this->blob_top_->data_at(i, 0, 0, 0), 0); - EXPECT_LE(this->blob_top_->data_at(i, 0, 0, 0), dim); - for (int j = 0; j < this->top_k_; ++j) { - max_ind = this->blob_top_->data_at(i, 0, j, 0); - max_val = this->blob_bottom_->data_at(i, max_ind, 0, 0); - int count = 0; - for (int k = 0; k < dim; ++k) { - if (this->blob_bottom_->data_at(i, k, 0, 0) > max_val) { - ++count; - } - } - EXPECT_EQ(j, count); - } - } -} - -TYPED_TEST(ArgMaxLayerTest, TestCPUMaxValTopK) { - LayerParameter layer_param; - ArgMaxParameter* argmax_param = layer_param.mutable_argmax_param(); - argmax_param->set_out_max_val(true); - argmax_param->set_top_k(this->top_k_); - ArgMaxLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Now, check values - int max_ind; - TypeParam max_val; - int num = this->blob_bottom_->num(); - int dim = this->blob_bottom_->count() / num; - for (int i = 0; i < num; ++i) { - EXPECT_GE(this->blob_top_->data_at(i, 0, 0, 0), 0); - EXPECT_LE(this->blob_top_->data_at(i, 0, 0, 0), dim); - for (int j = 0; j < this->top_k_; ++j) { - max_ind = this->blob_top_->data_at(i, 0, j, 0); - max_val = this->blob_top_->data_at(i, 1, j, 0); - EXPECT_EQ(this->blob_bottom_->data_at(i, max_ind, 0, 0), max_val); - int count = 0; - for (int k = 0; k < dim; ++k) { - if (this->blob_bottom_->data_at(i, k, 0, 0) > max_val) { - ++count; - } - } - EXPECT_EQ(j, count); - } - } -} - - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_benchmark.cpp b/caffe-crfrnn/src/caffe/test/test_benchmark.cpp deleted file mode 100644 index 43aaa639..00000000 --- a/caffe-crfrnn/src/caffe/test/test_benchmark.cpp +++ /dev/null @@ -1,90 +0,0 @@ -#include // for usleep - -#include "gtest/gtest.h" - -#include "caffe/common.hpp" -#include "caffe/util/benchmark.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -const float kMillisecondsThreshold = 30; - -template -class BenchmarkTest : public MultiDeviceTest {}; - -TYPED_TEST_CASE(BenchmarkTest, TestDtypesAndDevices); - -TYPED_TEST(BenchmarkTest, TestTimerConstructor) { - Timer timer; - EXPECT_TRUE(timer.initted()); - EXPECT_FALSE(timer.running()); - EXPECT_FALSE(timer.has_run_at_least_once()); -} - -TYPED_TEST(BenchmarkTest, TestTimerStart) { - Timer timer; - timer.Start(); - EXPECT_TRUE(timer.initted()); - EXPECT_TRUE(timer.running()); - EXPECT_TRUE(timer.has_run_at_least_once()); - timer.Start(); - EXPECT_TRUE(timer.initted()); - EXPECT_TRUE(timer.running()); - EXPECT_TRUE(timer.has_run_at_least_once()); - timer.Stop(); - timer.Start(); - EXPECT_TRUE(timer.initted()); - EXPECT_TRUE(timer.running()); - EXPECT_TRUE(timer.has_run_at_least_once()); -} - -TYPED_TEST(BenchmarkTest, TestTimerStop) { - Timer timer; - timer.Stop(); - EXPECT_TRUE(timer.initted()); - EXPECT_FALSE(timer.running()); - EXPECT_FALSE(timer.has_run_at_least_once()); - timer.Start(); - timer.Stop(); - EXPECT_TRUE(timer.initted()); - EXPECT_FALSE(timer.running()); - EXPECT_TRUE(timer.has_run_at_least_once()); - timer.Stop(); - EXPECT_TRUE(timer.initted()); - EXPECT_FALSE(timer.running()); - EXPECT_TRUE(timer.has_run_at_least_once()); -} - -TYPED_TEST(BenchmarkTest, TestTimerMilliSeconds) { - Timer timer; - EXPECT_EQ(timer.MilliSeconds(), 0); - EXPECT_TRUE(timer.initted()); - EXPECT_FALSE(timer.running()); - EXPECT_FALSE(timer.has_run_at_least_once()); - timer.Start(); - usleep(300 * 1000); - EXPECT_GE(timer.MilliSeconds(), 300 - kMillisecondsThreshold); - EXPECT_LE(timer.MilliSeconds(), 300 + kMillisecondsThreshold); - EXPECT_TRUE(timer.initted()); - EXPECT_FALSE(timer.running()); - EXPECT_TRUE(timer.has_run_at_least_once()); -} - -TYPED_TEST(BenchmarkTest, TestTimerSeconds) { - Timer timer; - EXPECT_EQ(timer.Seconds(), 0); - EXPECT_TRUE(timer.initted()); - EXPECT_FALSE(timer.running()); - EXPECT_FALSE(timer.has_run_at_least_once()); - timer.Start(); - usleep(300 * 1000); - EXPECT_GE(timer.Seconds(), 0.3 - kMillisecondsThreshold / 1000.); - EXPECT_LE(timer.Seconds(), 0.3 + kMillisecondsThreshold / 1000.); - EXPECT_TRUE(timer.initted()); - EXPECT_FALSE(timer.running()); - EXPECT_TRUE(timer.has_run_at_least_once()); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_blob.cpp b/caffe-crfrnn/src/caffe/test/test_blob.cpp deleted file mode 100644 index adf7a4d3..00000000 --- a/caffe-crfrnn/src/caffe/test/test_blob.cpp +++ /dev/null @@ -1,57 +0,0 @@ -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -template -class BlobSimpleTest : public ::testing::Test { - protected: - BlobSimpleTest() - : blob_(new Blob()), - blob_preshaped_(new Blob(2, 3, 4, 5)) {} - virtual ~BlobSimpleTest() { delete blob_; delete blob_preshaped_; } - Blob* const blob_; - Blob* const blob_preshaped_; -}; - -TYPED_TEST_CASE(BlobSimpleTest, TestDtypes); - -TYPED_TEST(BlobSimpleTest, TestInitialization) { - EXPECT_TRUE(this->blob_); - EXPECT_TRUE(this->blob_preshaped_); - EXPECT_EQ(this->blob_preshaped_->num(), 2); - EXPECT_EQ(this->blob_preshaped_->channels(), 3); - EXPECT_EQ(this->blob_preshaped_->height(), 4); - EXPECT_EQ(this->blob_preshaped_->width(), 5); - EXPECT_EQ(this->blob_preshaped_->count(), 120); - EXPECT_EQ(this->blob_->num(), 0); - EXPECT_EQ(this->blob_->channels(), 0); - EXPECT_EQ(this->blob_->height(), 0); - EXPECT_EQ(this->blob_->width(), 0); - EXPECT_EQ(this->blob_->count(), 0); -} - -TYPED_TEST(BlobSimpleTest, TestPointersCPUGPU) { - EXPECT_TRUE(this->blob_preshaped_->gpu_data()); - EXPECT_TRUE(this->blob_preshaped_->cpu_data()); - EXPECT_TRUE(this->blob_preshaped_->mutable_gpu_data()); - EXPECT_TRUE(this->blob_preshaped_->mutable_cpu_data()); -} - -TYPED_TEST(BlobSimpleTest, TestReshape) { - this->blob_->Reshape(2, 3, 4, 5); - EXPECT_EQ(this->blob_->num(), 2); - EXPECT_EQ(this->blob_->channels(), 3); - EXPECT_EQ(this->blob_->height(), 4); - EXPECT_EQ(this->blob_->width(), 5); - EXPECT_EQ(this->blob_->count(), 120); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_caffe_main.cpp b/caffe-crfrnn/src/caffe/test/test_caffe_main.cpp deleted file mode 100644 index c8caf5ac..00000000 --- a/caffe-crfrnn/src/caffe/test/test_caffe_main.cpp +++ /dev/null @@ -1,40 +0,0 @@ -// The main caffe test code. Your test cpp code should include this hpp -// to allow a main function to be compiled into the binary. - -#include "caffe/caffe.hpp" -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { -#ifndef CPU_ONLY - cudaDeviceProp CAFFE_TEST_CUDA_PROP; -#endif -} - -#ifndef CPU_ONLY -using caffe::CAFFE_TEST_CUDA_PROP; -#endif - -int main(int argc, char** argv) { - ::testing::InitGoogleTest(&argc, argv); - caffe::GlobalInit(&argc, &argv); -#ifndef CPU_ONLY - // Before starting testing, let's first print out a few cuda defice info. - int device; - cudaGetDeviceCount(&device); - cout << "Cuda number of devices: " << device << endl; - if (argc > 1) { - // Use the given device - device = atoi(argv[1]); - cudaSetDevice(device); - cout << "Setting to use device " << device << endl; - } else if (CUDA_TEST_DEVICE >= 0) { - // Use the device assigned in build configuration; but with a lower priority - device = CUDA_TEST_DEVICE; - } - cudaGetDevice(&device); - cout << "Current device id: " << device << endl; - cudaGetDeviceProperties(&CAFFE_TEST_CUDA_PROP, device); -#endif - // invoke the test. - return RUN_ALL_TESTS(); -} diff --git a/caffe-crfrnn/src/caffe/test/test_common.cpp b/caffe-crfrnn/src/caffe/test/test_common.cpp deleted file mode 100644 index 0b3639c7..00000000 --- a/caffe-crfrnn/src/caffe/test/test_common.cpp +++ /dev/null @@ -1,73 +0,0 @@ -#include - -#include "gtest/gtest.h" - -#include "caffe/common.hpp" -#include "caffe/syncedmem.hpp" -#include "caffe/util/math_functions.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -class CommonTest : public ::testing::Test {}; - -#ifndef CPU_ONLY // GPU Caffe singleton test. - -TEST_F(CommonTest, TestCublasHandlerGPU) { - int cuda_device_id; - CUDA_CHECK(cudaGetDevice(&cuda_device_id)); - EXPECT_TRUE(Caffe::cublas_handle()); -} - -#endif - -TEST_F(CommonTest, TestBrewMode) { - Caffe::set_mode(Caffe::CPU); - EXPECT_EQ(Caffe::mode(), Caffe::CPU); - Caffe::set_mode(Caffe::GPU); - EXPECT_EQ(Caffe::mode(), Caffe::GPU); -} - -TEST_F(CommonTest, TestPhase) { - Caffe::set_phase(Caffe::TRAIN); - EXPECT_EQ(Caffe::phase(), Caffe::TRAIN); - Caffe::set_phase(Caffe::TEST); - EXPECT_EQ(Caffe::phase(), Caffe::TEST); -} - -TEST_F(CommonTest, TestRandSeedCPU) { - SyncedMemory data_a(10 * sizeof(int)); - SyncedMemory data_b(10 * sizeof(int)); - Caffe::set_random_seed(1701); - caffe_rng_bernoulli(10, 0.5, static_cast(data_a.mutable_cpu_data())); - - Caffe::set_random_seed(1701); - caffe_rng_bernoulli(10, 0.5, static_cast(data_b.mutable_cpu_data())); - - for (int i = 0; i < 10; ++i) { - EXPECT_EQ(static_cast(data_a.cpu_data())[i], - static_cast(data_b.cpu_data())[i]); - } -} - -#ifndef CPU_ONLY // GPU Caffe singleton test. - -TEST_F(CommonTest, TestRandSeedGPU) { - SyncedMemory data_a(10 * sizeof(unsigned int)); - SyncedMemory data_b(10 * sizeof(unsigned int)); - Caffe::set_random_seed(1701); - CURAND_CHECK(curandGenerate(Caffe::curand_generator(), - static_cast(data_a.mutable_gpu_data()), 10)); - Caffe::set_random_seed(1701); - CURAND_CHECK(curandGenerate(Caffe::curand_generator(), - static_cast(data_b.mutable_gpu_data()), 10)); - for (int i = 0; i < 10; ++i) { - EXPECT_EQ(((const unsigned int*)(data_a.cpu_data()))[i], - ((const unsigned int*)(data_b.cpu_data()))[i]); - } -} - -#endif - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_concat_layer.cpp b/caffe-crfrnn/src/caffe/test/test_concat_layer.cpp deleted file mode 100644 index f14f1d2f..00000000 --- a/caffe-crfrnn/src/caffe/test/test_concat_layer.cpp +++ /dev/null @@ -1,122 +0,0 @@ -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -template -class ConcatLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - ConcatLayerTest() - : blob_bottom_0(new Blob(2, 3, 6, 5)), - blob_bottom_1(new Blob(2, 5, 6, 5)), - blob_bottom_2(new Blob(5, 3, 6, 5)), - blob_top_(new Blob()) {} - virtual void SetUp() { - // fill the values - shared_ptr > filler; - FillerParameter filler_param; - filler_param.set_value(1.); - filler.reset(new ConstantFiller(filler_param)); - filler->Fill(this->blob_bottom_0); - filler_param.set_value(2.); - filler.reset(new ConstantFiller(filler_param)); - filler->Fill(this->blob_bottom_1); - filler_param.set_value(3.); - filler.reset(new ConstantFiller(filler_param)); - filler->Fill(this->blob_bottom_2); - blob_bottom_vec_0.push_back(blob_bottom_0); - blob_bottom_vec_0.push_back(blob_bottom_1); - blob_bottom_vec_1.push_back(blob_bottom_0); - blob_bottom_vec_1.push_back(blob_bottom_2); - blob_top_vec_.push_back(blob_top_); - } - - virtual ~ConcatLayerTest() { - delete blob_bottom_0; delete blob_bottom_1; - delete blob_bottom_2; delete blob_top_; - } - - Blob* const blob_bottom_0; - Blob* const blob_bottom_1; - Blob* const blob_bottom_2; - Blob* const blob_top_; - vector*> blob_bottom_vec_0, blob_bottom_vec_1; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(ConcatLayerTest, TestDtypesAndDevices); - -TYPED_TEST(ConcatLayerTest, TestSetupNum) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - layer_param.mutable_concat_param()->set_concat_dim(0); - ConcatLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_1, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), - this->blob_bottom_0->num() + this->blob_bottom_2->num()); - EXPECT_EQ(this->blob_top_->channels(), this->blob_bottom_0->channels()); - EXPECT_EQ(this->blob_top_->height(), this->blob_bottom_0->height()); - EXPECT_EQ(this->blob_top_->width(), this->blob_bottom_0->width()); -} - -TYPED_TEST(ConcatLayerTest, TestSetupChannels) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - ConcatLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_0, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), this->blob_bottom_0->num()); - EXPECT_EQ(this->blob_top_->channels(), - this->blob_bottom_0->channels()+this->blob_bottom_1->channels()); - EXPECT_EQ(this->blob_top_->height(), this->blob_bottom_0->height()); - EXPECT_EQ(this->blob_top_->width(), this->blob_bottom_0->width()); -} - - -TYPED_TEST(ConcatLayerTest, TestNum) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - ConcatLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_0, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_0, this->blob_top_vec_); - for (int n = 0; n < this->blob_top_->num(); ++n) { - for (int c = 0; c < this->blob_bottom_0->channels(); ++c) { - for (int h = 0; h < this->blob_top_->height(); ++h) { - for (int w = 0; w < this->blob_top_->width(); ++w) { - EXPECT_EQ(this->blob_top_->data_at(n, c, h, w), - this->blob_bottom_vec_0[0]->data_at(n, c, h, w)); - } - } - } - for (int c = 0; c < this->blob_bottom_1->channels(); ++c) { - for (int h = 0; h < this->blob_top_->height(); ++h) { - for (int w = 0; w < this->blob_top_->width(); ++w) { - EXPECT_EQ(this->blob_top_->data_at(n, c+3, h, w), - this->blob_bottom_vec_0[1]->data_at(n, c, h, w)); - } - } - } - } -} - -TYPED_TEST(ConcatLayerTest, TestGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - ConcatLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-2); - checker.CheckGradient(&layer, this->blob_bottom_vec_0, - this->blob_top_vec_); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_contrastive_loss_layer.cpp b/caffe-crfrnn/src/caffe/test/test_contrastive_loss_layer.cpp deleted file mode 100644 index d269fbc2..00000000 --- a/caffe-crfrnn/src/caffe/test/test_contrastive_loss_layer.cpp +++ /dev/null @@ -1,102 +0,0 @@ -#include -#include -#include -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -template -class ContrastiveLossLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - ContrastiveLossLayerTest() - : blob_bottom_data_i_(new Blob(128, 10, 1, 1)), - blob_bottom_data_j_(new Blob(128, 10, 1, 1)), - blob_bottom_y_(new Blob(128, 1, 1, 1)), - blob_top_loss_(new Blob()) { - // fill the values - FillerParameter filler_param; - filler_param.set_mean(0.0); - filler_param.set_std(0.3); // distances~=1.0 to test both sides of margin - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_data_i_); - blob_bottom_vec_.push_back(blob_bottom_data_i_); - filler.Fill(this->blob_bottom_data_j_); - blob_bottom_vec_.push_back(blob_bottom_data_j_); - for (int i = 0; i < blob_bottom_y_->count(); ++i) { - blob_bottom_y_->mutable_cpu_data()[i] = caffe_rng_rand() % 2; // 0 or 1 - } - blob_bottom_vec_.push_back(blob_bottom_y_); - blob_top_vec_.push_back(blob_top_loss_); - } - virtual ~ContrastiveLossLayerTest() { - delete blob_bottom_data_i_; - delete blob_bottom_data_j_; - delete blob_bottom_y_; - delete blob_top_loss_; - } - - Blob* const blob_bottom_data_i_; - Blob* const blob_bottom_data_j_; - Blob* const blob_bottom_y_; - Blob* const blob_top_loss_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(ContrastiveLossLayerTest, TestDtypesAndDevices); - -TYPED_TEST(ContrastiveLossLayerTest, TestForward) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - ContrastiveLossLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // manually compute to compare - const Dtype margin = layer_param.contrastive_loss_param().margin(); - const int num = this->blob_bottom_data_i_->num(); - const int channels = this->blob_bottom_data_i_->channels(); - Dtype loss(0); - for (int i = 0; i < num; ++i) { - Dtype dist_sq(0); - for (int j = 0; j < channels; ++j) { - Dtype diff = this->blob_bottom_data_i_->cpu_data()[i*channels+j] - - this->blob_bottom_data_j_->cpu_data()[i*channels+j]; - dist_sq += diff*diff; - } - if (this->blob_bottom_y_->cpu_data()[i]) { // similar pairs - loss += dist_sq; - } else { - loss += std::max(margin-dist_sq, Dtype(0)); - } - } - loss /= static_cast(num) * Dtype(2); - EXPECT_NEAR(this->blob_top_loss_->cpu_data()[0], loss, 1e-6); -} - -TYPED_TEST(ContrastiveLossLayerTest, TestGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - ContrastiveLossLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - GradientChecker checker(1e-2, 1e-2, 1701); - // check the gradient for the first two bottom layers - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_, 0); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_, 1); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_convolution_layer.cpp b/caffe-crfrnn/src/caffe/test/test_convolution_layer.cpp deleted file mode 100644 index c1fe3b58..00000000 --- a/caffe-crfrnn/src/caffe/test/test_convolution_layer.cpp +++ /dev/null @@ -1,704 +0,0 @@ -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -// Reference convolution for checking results: -// accumulate through explicit loops over input, output, and filters. -template -void caffe_conv(const Blob* in, ConvolutionParameter* conv_param, - const vector > >& weights, - Blob* out) { - // Kernel size, stride, and pad - int kernel_h, kernel_w; - if (conv_param->has_kernel_size()) { - kernel_h = kernel_w = conv_param->kernel_size(); - } else { - kernel_h = conv_param->kernel_h(); - kernel_w = conv_param->kernel_w(); - } - int pad_h, pad_w; - if (!conv_param->has_pad_h()) { - pad_h = pad_w = conv_param->pad(); - } else { - pad_h = conv_param->pad_h(); - pad_w = conv_param->pad_w(); - } - int stride_h, stride_w; - if (!conv_param->has_stride_h()) { - stride_h = stride_w = conv_param->stride(); - } else { - stride_h = conv_param->stride_h(); - stride_w = conv_param->stride_w(); - } - // Groups - int groups = conv_param->group(); - int o_g = out->channels() / groups; - int k_g = in->channels() / groups; - int o_head, k_head; - // Convolution - const Dtype* in_data = in->cpu_data(); - const Dtype* weight_data = weights[0]->cpu_data(); - Dtype* out_data = out->mutable_cpu_data(); - for (int n = 0; n < out->num(); n++) { - for (int g = 0; g < groups; g++) { - o_head = o_g * g; - k_head = k_g * g; - for (int o = 0; o < o_g; o++) { - for (int k = 0; k < k_g; k++) { - for (int y = 0; y < out->height(); y++) { - for (int x = 0; x < out->width(); x++) { - for (int p = 0; p < kernel_h; p++) { - for (int q = 0; q < kernel_w; q++) { - int in_y = y * stride_h - pad_h + p; - int in_x = x * stride_w - pad_w + q; - if (in_y >= 0 && in_y < in->height() - && in_x >= 0 && in_x < in->width()) { - out_data[out->offset(n, o + o_head, y, x)] += - in_data[in->offset(n, k + k_head, in_y, in_x)] - * weight_data[weights[0]->offset(o + o_head, k, p, q)]; - } - } - } - } - } - } - } - } - } - // Bias - if (conv_param->bias_term()) { - const Dtype* bias_data = weights[1]->cpu_data(); - for (int n = 0; n < out->num(); n++) { - for (int o = 0; o < out->channels(); o++) { - for (int y = 0; y < out->height(); y++) { - for (int x = 0; x < out->width(); x++) { - out_data[out->offset(n, o, y, x)] += bias_data[o]; - } - } - } - } - } -} - -template void caffe_conv(const Blob* in, - ConvolutionParameter* conv_param, - const vector > >& weights, - Blob* out); -template void caffe_conv(const Blob* in, - ConvolutionParameter* conv_param, - const vector > >& weights, - Blob* out); - -template -class ConvolutionLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - ConvolutionLayerTest() - : blob_bottom_(new Blob(2, 3, 6, 4)), - blob_bottom_2_(new Blob(2, 3, 6, 4)), - blob_top_(new Blob()), - blob_top_2_(new Blob()) {} - virtual void SetUp() { - // fill the values - FillerParameter filler_param; - filler_param.set_value(1.); - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - filler.Fill(this->blob_bottom_2_); - blob_bottom_vec_.push_back(blob_bottom_); - blob_top_vec_.push_back(blob_top_); - } - - virtual ~ConvolutionLayerTest() { - delete blob_bottom_; - delete blob_bottom_2_; - delete blob_top_; - delete blob_top_2_; - } - - virtual Blob* MakeReferenceTop(Blob* top) { - this->ref_blob_top_.reset(new Blob()); - this->ref_blob_top_->ReshapeLike(*top); - return this->ref_blob_top_.get(); - } - - Blob* const blob_bottom_; - Blob* const blob_bottom_2_; - Blob* const blob_top_; - Blob* const blob_top_2_; - shared_ptr > ref_blob_top_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(ConvolutionLayerTest, TestDtypesAndDevices); - -TYPED_TEST(ConvolutionLayerTest, TestSetup) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - ConvolutionParameter* convolution_param = - layer_param.mutable_convolution_param(); - convolution_param->set_kernel_size(3); - convolution_param->set_stride(2); - convolution_param->set_num_output(4); - this->blob_bottom_vec_.push_back(this->blob_bottom_2_); - this->blob_top_vec_.push_back(this->blob_top_2_); - shared_ptr > layer( - new ConvolutionLayer(layer_param)); - layer->SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), 2); - EXPECT_EQ(this->blob_top_->channels(), 4); - EXPECT_EQ(this->blob_top_->height(), 2); - EXPECT_EQ(this->blob_top_->width(), 1); - EXPECT_EQ(this->blob_top_2_->num(), 2); - EXPECT_EQ(this->blob_top_2_->channels(), 4); - EXPECT_EQ(this->blob_top_2_->height(), 2); - EXPECT_EQ(this->blob_top_2_->width(), 1); - // setting group should not change the shape - convolution_param->set_num_output(3); - convolution_param->set_group(3); - layer.reset(new ConvolutionLayer(layer_param)); - layer->SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), 2); - EXPECT_EQ(this->blob_top_->channels(), 3); - EXPECT_EQ(this->blob_top_->height(), 2); - EXPECT_EQ(this->blob_top_->width(), 1); - EXPECT_EQ(this->blob_top_2_->num(), 2); - EXPECT_EQ(this->blob_top_2_->channels(), 3); - EXPECT_EQ(this->blob_top_2_->height(), 2); - EXPECT_EQ(this->blob_top_2_->width(), 1); -} - -TYPED_TEST(ConvolutionLayerTest, TestSimpleConvolution) { - typedef typename TypeParam::Dtype Dtype; - this->blob_bottom_vec_.push_back(this->blob_bottom_2_); - this->blob_top_vec_.push_back(this->blob_top_2_); - LayerParameter layer_param; - ConvolutionParameter* convolution_param = - layer_param.mutable_convolution_param(); - convolution_param->set_kernel_size(3); - convolution_param->set_stride(2); - convolution_param->set_num_output(4); - convolution_param->mutable_weight_filler()->set_type("gaussian"); - convolution_param->mutable_bias_filler()->set_type("constant"); - convolution_param->mutable_bias_filler()->set_value(0.1); - shared_ptr > layer( - new ConvolutionLayer(layer_param)); - layer->SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer->Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Check against reference convolution. - const Dtype* top_data; - const Dtype* ref_top_data; - caffe_conv(this->blob_bottom_, convolution_param, layer->blobs(), - this->MakeReferenceTop(this->blob_top_)); - top_data = this->blob_top_->cpu_data(); - ref_top_data = this->ref_blob_top_->cpu_data(); - for (int i = 0; i < this->blob_top_->count(); ++i) { - EXPECT_NEAR(top_data[i], ref_top_data[i], 1e-4); - } - caffe_conv(this->blob_bottom_2_, convolution_param, layer->blobs(), - this->MakeReferenceTop(this->blob_top_2_)); - top_data = this->blob_top_2_->cpu_data(); - ref_top_data = this->ref_blob_top_->cpu_data(); - for (int i = 0; i < this->blob_top_->count(); ++i) { - EXPECT_NEAR(top_data[i], ref_top_data[i], 1e-4); - } -} - -TYPED_TEST(ConvolutionLayerTest, Test1x1Convolution) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - ConvolutionParameter* convolution_param = - layer_param.mutable_convolution_param(); - convolution_param->set_kernel_size(1); - convolution_param->set_stride(1); - convolution_param->set_num_output(4); - convolution_param->mutable_weight_filler()->set_type("gaussian"); - convolution_param->mutable_bias_filler()->set_type("constant"); - convolution_param->mutable_bias_filler()->set_value(0.1); - shared_ptr > layer( - new ConvolutionLayer(layer_param)); - layer->SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer->Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Check against reference convolution. - const Dtype* top_data; - const Dtype* ref_top_data; - caffe_conv(this->blob_bottom_, convolution_param, layer->blobs(), - this->MakeReferenceTop(this->blob_top_)); - top_data = this->blob_top_->cpu_data(); - ref_top_data = this->ref_blob_top_->cpu_data(); - for (int i = 0; i < this->blob_top_->count(); ++i) { - EXPECT_NEAR(top_data[i], ref_top_data[i], 1e-4); - } -} - -TYPED_TEST(ConvolutionLayerTest, TestSimpleConvolutionGroup) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - ConvolutionParameter* convolution_param = - layer_param.mutable_convolution_param(); - convolution_param->set_kernel_size(3); - convolution_param->set_stride(2); - convolution_param->set_num_output(3); - convolution_param->set_group(3); - convolution_param->mutable_weight_filler()->set_type("gaussian"); - convolution_param->mutable_bias_filler()->set_type("constant"); - convolution_param->mutable_bias_filler()->set_value(0.1); - shared_ptr > layer( - new ConvolutionLayer(layer_param)); - layer->SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer->Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Check against reference convolution. - const Dtype* top_data; - const Dtype* ref_top_data; - caffe_conv(this->blob_bottom_, convolution_param, layer->blobs(), - this->MakeReferenceTop(this->blob_top_)); - top_data = this->blob_top_->cpu_data(); - ref_top_data = this->ref_blob_top_->cpu_data(); - for (int i = 0; i < this->blob_top_->count(); ++i) { - EXPECT_NEAR(top_data[i], ref_top_data[i], 1e-4); - } -} - -TYPED_TEST(ConvolutionLayerTest, TestSobelConvolution) { - // Test separable convolution by computing the Sobel operator - // as a single filter then comparing the result - // as the convolution of two rectangular filters. - typedef typename TypeParam::Dtype Dtype; - // Fill bottoms with identical Gaussian noise. - shared_ptr > filler; - FillerParameter filler_param; - filler_param.set_value(1.); - filler.reset(new GaussianFiller(filler_param)); - filler->Fill(this->blob_bottom_); - this->blob_bottom_2_->CopyFrom(*this->blob_bottom_); - // Compute Sobel G_x operator as 3 x 3 convolution. - LayerParameter layer_param; - ConvolutionParameter* convolution_param = - layer_param.mutable_convolution_param(); - convolution_param->set_kernel_size(3); - convolution_param->set_stride(2); - convolution_param->set_num_output(1); - convolution_param->set_bias_term(false); - shared_ptr > layer( - new ConvolutionLayer(layer_param)); - layer->blobs().resize(1); - layer->blobs()[0].reset(new Blob(1, 3, 3, 3)); - Dtype* weights = layer->blobs()[0]->mutable_cpu_data(); - for (int c = 0; c < 3; ++c) { - int i = c * 9; // 3 x 3 filter - weights[i + 0] = -1; - weights[i + 1] = 0; - weights[i + 2] = 1; - weights[i + 3] = -2; - weights[i + 4] = 0; - weights[i + 5] = 2; - weights[i + 6] = -1; - weights[i + 7] = 0; - weights[i + 8] = 1; - } - layer->SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer->Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Compute Sobel G_x operator as separable 3 x 1 and 1 x 3 convolutions. - // (1) the [1 2 1] column filter - vector*> sep_blob_bottom_vec; - vector*> sep_blob_top_vec; - shared_ptr > blob_sep(new Blob()); - sep_blob_bottom_vec.push_back(this->blob_bottom_2_); - sep_blob_top_vec.push_back(this->blob_top_2_); - convolution_param->clear_kernel_size(); - convolution_param->clear_stride(); - convolution_param->set_kernel_h(3); - convolution_param->set_kernel_w(1); - convolution_param->set_stride_h(2); - convolution_param->set_stride_w(1); - convolution_param->set_num_output(1); - convolution_param->set_bias_term(false); - layer.reset(new ConvolutionLayer(layer_param)); - layer->blobs().resize(1); - layer->blobs()[0].reset(new Blob(1, 3, 3, 1)); - Dtype* weights_1 = layer->blobs()[0]->mutable_cpu_data(); - for (int c = 0; c < 3; ++c) { - int i = c * 3; // 3 x 1 filter - weights_1[i + 0] = 1; - weights_1[i + 1] = 2; - weights_1[i + 2] = 1; - } - layer->SetUp(sep_blob_bottom_vec, sep_blob_top_vec); - layer->Forward(sep_blob_bottom_vec, sep_blob_top_vec); - // (2) the [-1 0 1] row filter - blob_sep->CopyFrom(*this->blob_top_2_, false, true); - sep_blob_bottom_vec.clear(); - sep_blob_bottom_vec.push_back(blob_sep.get()); - convolution_param->set_kernel_h(1); - convolution_param->set_kernel_w(3); - convolution_param->set_stride_h(1); - convolution_param->set_stride_w(2); - convolution_param->set_num_output(1); - convolution_param->set_bias_term(false); - layer.reset(new ConvolutionLayer(layer_param)); - layer->blobs().resize(1); - layer->blobs()[0].reset(new Blob(1, 3, 1, 3)); - Dtype* weights_2 = layer->blobs()[0]->mutable_cpu_data(); - for (int c = 0; c < 3; ++c) { - int i = c * 3; // 1 x 3 filter - weights_2[i + 0] = -1; - weights_2[i + 1] = 0; - weights_2[i + 2] = 1; - } - layer->SetUp(sep_blob_bottom_vec, sep_blob_top_vec); - layer->Forward(sep_blob_bottom_vec, sep_blob_top_vec); - // Test equivalence of full and separable filters. - const Dtype* top_data = this->blob_top_->cpu_data(); - const Dtype* sep_top_data = this->blob_top_2_->cpu_data(); - for (int i = 0; i < this->blob_top_->count(); ++i) { - EXPECT_NEAR(top_data[i], sep_top_data[i], 1e-4); - } -} - -TYPED_TEST(ConvolutionLayerTest, TestGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - ConvolutionParameter* convolution_param = - layer_param.mutable_convolution_param(); - this->blob_bottom_vec_.push_back(this->blob_bottom_2_); - this->blob_top_vec_.push_back(this->blob_top_2_); - convolution_param->set_kernel_size(3); - convolution_param->set_stride(2); - convolution_param->set_num_output(2); - convolution_param->mutable_weight_filler()->set_type("gaussian"); - convolution_param->mutable_bias_filler()->set_type("gaussian"); - ConvolutionLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -TYPED_TEST(ConvolutionLayerTest, Test1x1Gradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - ConvolutionParameter* convolution_param = - layer_param.mutable_convolution_param(); - this->blob_bottom_vec_.push_back(this->blob_bottom_2_); - this->blob_top_vec_.push_back(this->blob_top_2_); - convolution_param->set_kernel_size(1); - convolution_param->set_stride(1); - convolution_param->set_num_output(2); - convolution_param->mutable_weight_filler()->set_type("gaussian"); - convolution_param->mutable_bias_filler()->set_type("gaussian"); - ConvolutionLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -TYPED_TEST(ConvolutionLayerTest, TestGradientGroup) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - ConvolutionParameter* convolution_param = - layer_param.mutable_convolution_param(); - convolution_param->set_kernel_size(3); - convolution_param->set_stride(2); - convolution_param->set_num_output(3); - convolution_param->set_group(3); - convolution_param->mutable_weight_filler()->set_type("gaussian"); - convolution_param->mutable_bias_filler()->set_type("gaussian"); - ConvolutionLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -#ifdef USE_CUDNN - -template -class CuDNNConvolutionLayerTest : public ::testing::Test { - protected: - CuDNNConvolutionLayerTest() - : blob_bottom_(new Blob(2, 3, 6, 4)), - blob_bottom_2_(new Blob(2, 3, 6, 4)), - blob_top_(new Blob()), - blob_top_2_(new Blob()) {} - virtual void SetUp() { - // fill the values - FillerParameter filler_param; - filler_param.set_value(1.); - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - filler.Fill(this->blob_bottom_2_); - blob_bottom_vec_.push_back(blob_bottom_); - blob_top_vec_.push_back(blob_top_); - } - - virtual ~CuDNNConvolutionLayerTest() { - delete blob_bottom_; - delete blob_bottom_2_; - delete blob_top_; - delete blob_top_2_; - } - - virtual Blob* MakeReferenceTop(Blob* top) { - this->ref_blob_top_.reset(new Blob()); - this->ref_blob_top_->ReshapeLike(*top); - return this->ref_blob_top_.get(); - } - - Blob* const blob_bottom_; - Blob* const blob_bottom_2_; - Blob* const blob_top_; - Blob* const blob_top_2_; - shared_ptr > ref_blob_top_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(CuDNNConvolutionLayerTest, TestDtypes); - -TYPED_TEST(CuDNNConvolutionLayerTest, TestSetupCuDNN) { - Caffe::set_mode(Caffe::GPU); - this->blob_bottom_vec_.push_back(this->blob_bottom_2_); - this->blob_top_vec_.push_back(this->blob_top_2_); - LayerParameter layer_param; - ConvolutionParameter* convolution_param = - layer_param.mutable_convolution_param(); - convolution_param->set_kernel_size(3); - convolution_param->set_stride(2); - convolution_param->set_num_output(4); - this->blob_bottom_vec_.push_back(this->blob_bottom_2_); - this->blob_top_vec_.push_back(this->blob_top_2_); - shared_ptr > layer( - new CuDNNConvolutionLayer(layer_param)); - layer->SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), 2); - EXPECT_EQ(this->blob_top_->channels(), 4); - EXPECT_EQ(this->blob_top_->height(), 2); - EXPECT_EQ(this->blob_top_->width(), 1); - EXPECT_EQ(this->blob_top_2_->num(), 2); - EXPECT_EQ(this->blob_top_2_->channels(), 4); - EXPECT_EQ(this->blob_top_2_->height(), 2); - EXPECT_EQ(this->blob_top_2_->width(), 1); - // setting group should not change the shape - convolution_param->set_num_output(3); - convolution_param->set_group(3); - layer.reset(new CuDNNConvolutionLayer(layer_param)); - layer->SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), 2); - EXPECT_EQ(this->blob_top_->channels(), 3); - EXPECT_EQ(this->blob_top_->height(), 2); - EXPECT_EQ(this->blob_top_->width(), 1); - EXPECT_EQ(this->blob_top_2_->num(), 2); - EXPECT_EQ(this->blob_top_2_->channels(), 3); - EXPECT_EQ(this->blob_top_2_->height(), 2); - EXPECT_EQ(this->blob_top_2_->width(), 1); -} - -TYPED_TEST(CuDNNConvolutionLayerTest, TestSimpleConvolutionCuDNN) { - Caffe::set_mode(Caffe::GPU); - this->blob_bottom_vec_.push_back(this->blob_bottom_2_); - this->blob_top_vec_.push_back(this->blob_top_2_); - LayerParameter layer_param; - ConvolutionParameter* convolution_param = - layer_param.mutable_convolution_param(); - convolution_param->set_kernel_size(3); - convolution_param->set_stride(2); - convolution_param->set_num_output(4); - convolution_param->mutable_weight_filler()->set_type("gaussian"); - convolution_param->mutable_bias_filler()->set_type("constant"); - convolution_param->mutable_bias_filler()->set_value(0.1); - shared_ptr > layer( - new CuDNNConvolutionLayer(layer_param)); - layer->SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer->Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Check against reference convolution. - const TypeParam* top_data; - const TypeParam* ref_top_data; - caffe_conv(this->blob_bottom_, convolution_param, layer->blobs(), - this->MakeReferenceTop(this->blob_top_)); - top_data = this->blob_top_->cpu_data(); - ref_top_data = this->ref_blob_top_->cpu_data(); - for (int i = 0; i < this->blob_top_->count(); ++i) { - EXPECT_NEAR(top_data[i], ref_top_data[i], 1e-4); - } - caffe_conv(this->blob_bottom_2_, convolution_param, layer->blobs(), - this->MakeReferenceTop(this->blob_top_2_)); - top_data = this->blob_top_2_->cpu_data(); - ref_top_data = this->ref_blob_top_->cpu_data(); - for (int i = 0; i < this->blob_top_->count(); ++i) { - EXPECT_NEAR(top_data[i], ref_top_data[i], 1e-4); - } -} - -TYPED_TEST(CuDNNConvolutionLayerTest, TestSimpleConvolutionGroupCuDNN) { - Caffe::set_mode(Caffe::GPU); - LayerParameter layer_param; - ConvolutionParameter* convolution_param = - layer_param.mutable_convolution_param(); - convolution_param->set_kernel_size(3); - convolution_param->set_stride(2); - convolution_param->set_num_output(3); - convolution_param->set_group(3); - convolution_param->mutable_weight_filler()->set_type("gaussian"); - convolution_param->mutable_bias_filler()->set_type("constant"); - convolution_param->mutable_bias_filler()->set_value(0.1); - shared_ptr > layer( - new CuDNNConvolutionLayer(layer_param)); - layer->SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer->Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Check against reference convolution. - const TypeParam* top_data; - const TypeParam* ref_top_data; - caffe_conv(this->blob_bottom_, convolution_param, layer->blobs(), - this->MakeReferenceTop(this->blob_top_)); - top_data = this->blob_top_->cpu_data(); - ref_top_data = this->ref_blob_top_->cpu_data(); - for (int i = 0; i < this->blob_top_->count(); ++i) { - EXPECT_NEAR(top_data[i], ref_top_data[i], 1e-4); - } -} - -TYPED_TEST(CuDNNConvolutionLayerTest, TestSobelConvolutionCuDNN) { - // Test separable convolution by computing the Sobel operator - // as a single filter then comparing the result - // as the convolution of two rectangular filters. - Caffe::set_mode(Caffe::GPU); - // Fill bottoms with identical Gaussian noise. - shared_ptr > filler; - FillerParameter filler_param; - filler_param.set_value(1.); - filler.reset(new GaussianFiller(filler_param)); - filler->Fill(this->blob_bottom_); - this->blob_bottom_2_->CopyFrom(*this->blob_bottom_); - // Compute Sobel G_x operator as 3 x 3 convolution. - LayerParameter layer_param; - ConvolutionParameter* convolution_param = - layer_param.mutable_convolution_param(); - convolution_param->set_kernel_size(3); - convolution_param->set_stride(2); - convolution_param->set_num_output(1); - convolution_param->set_bias_term(false); - shared_ptr > layer( - new CuDNNConvolutionLayer(layer_param)); - layer->blobs().resize(1); - layer->blobs()[0].reset(new Blob(1, 3, 3, 3)); - TypeParam* weights = layer->blobs()[0]->mutable_cpu_data(); - for (int c = 0; c < 3; ++c) { - int i = c * 9; // 3 x 3 filter - weights[i + 0] = -1; - weights[i + 1] = 0; - weights[i + 2] = 1; - weights[i + 3] = -2; - weights[i + 4] = 0; - weights[i + 5] = 2; - weights[i + 6] = -1; - weights[i + 7] = 0; - weights[i + 8] = 1; - } - layer->SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer->Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Compute Sobel G_x operator as separable 3 x 1 and 1 x 3 convolutions. - // (1) the [1 2 1] column filter - vector*> sep_blob_bottom_vec; - vector*> sep_blob_top_vec; - shared_ptr > blob_sep(new Blob()); - sep_blob_bottom_vec.push_back(this->blob_bottom_2_); - sep_blob_top_vec.push_back(this->blob_top_2_); - convolution_param->clear_kernel_size(); - convolution_param->clear_stride(); - convolution_param->set_kernel_h(3); - convolution_param->set_kernel_w(1); - convolution_param->set_stride_h(2); - convolution_param->set_stride_w(1); - convolution_param->set_num_output(1); - convolution_param->set_bias_term(false); - layer.reset(new CuDNNConvolutionLayer(layer_param)); - layer->blobs().resize(1); - layer->blobs()[0].reset(new Blob(1, 3, 3, 1)); - TypeParam* weights_1 = layer->blobs()[0]->mutable_cpu_data(); - for (int c = 0; c < 3; ++c) { - int i = c * 3; // 3 x 1 filter - weights_1[i + 0] = 1; - weights_1[i + 1] = 2; - weights_1[i + 2] = 1; - } - layer->SetUp(sep_blob_bottom_vec, sep_blob_top_vec); - layer->Forward(sep_blob_bottom_vec, sep_blob_top_vec); - // (2) the [-1 0 1] row filter - blob_sep->CopyFrom(*this->blob_top_2_, false, true); - sep_blob_bottom_vec.clear(); - sep_blob_bottom_vec.push_back(blob_sep.get()); - convolution_param->set_kernel_h(1); - convolution_param->set_kernel_w(3); - convolution_param->set_stride_h(1); - convolution_param->set_stride_w(2); - convolution_param->set_num_output(1); - convolution_param->set_bias_term(false); - layer.reset(new CuDNNConvolutionLayer(layer_param)); - layer->blobs().resize(1); - layer->blobs()[0].reset(new Blob(1, 3, 1, 3)); - TypeParam* weights_2 = layer->blobs()[0]->mutable_cpu_data(); - for (int c = 0; c < 3; ++c) { - int i = c * 3; // 1 x 3 filter - weights_2[i + 0] = -1; - weights_2[i + 1] = 0; - weights_2[i + 2] = 1; - } - layer->SetUp(sep_blob_bottom_vec, sep_blob_top_vec); - layer->Forward(sep_blob_bottom_vec, sep_blob_top_vec); - // Test equivalence of full and separable filters. - const TypeParam* top_data = this->blob_top_->cpu_data(); - const TypeParam* sep_top_data = this->blob_top_2_->cpu_data(); - for (int i = 0; i < this->blob_top_->count(); ++i) { - EXPECT_NEAR(top_data[i], sep_top_data[i], 1e-4); - } -} - -TYPED_TEST(CuDNNConvolutionLayerTest, TestGradientCuDNN) { - Caffe::set_mode(Caffe::GPU); - LayerParameter layer_param; - ConvolutionParameter* convolution_param = - layer_param.mutable_convolution_param(); - this->blob_bottom_vec_.push_back(this->blob_bottom_2_); - this->blob_top_vec_.push_back(this->blob_top_2_); - convolution_param->set_kernel_size(3); - convolution_param->set_stride(2); - convolution_param->set_num_output(2); - convolution_param->mutable_weight_filler()->set_type("gaussian"); - convolution_param->mutable_bias_filler()->set_type("gaussian"); - CuDNNConvolutionLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -TYPED_TEST(CuDNNConvolutionLayerTest, TestGradientGroupCuDNN) { - Caffe::set_mode(Caffe::GPU); - LayerParameter layer_param; - ConvolutionParameter* convolution_param = - layer_param.mutable_convolution_param(); - convolution_param->set_kernel_size(3); - convolution_param->set_stride(2); - convolution_param->set_num_output(3); - convolution_param->set_group(3); - convolution_param->mutable_weight_filler()->set_type("gaussian"); - convolution_param->mutable_bias_filler()->set_type("gaussian"); - CuDNNConvolutionLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -#endif - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_data/generate_sample_data.py b/caffe-crfrnn/src/caffe/test/test_data/generate_sample_data.py deleted file mode 100644 index e5dbc340..00000000 --- a/caffe-crfrnn/src/caffe/test/test_data/generate_sample_data.py +++ /dev/null @@ -1,51 +0,0 @@ -""" -Generate data used in the HDF5DataLayer test. -""" -import os -import numpy as np -import h5py - -num_cols = 8 -num_rows = 10 -height = 6 -width = 5 -total_size = num_cols * num_rows * height * width - -data = np.arange(total_size) -data = data.reshape(num_rows, num_cols, height, width) -data = data.astype('float32') - -# We had a bug where data was copied into label, but the tests weren't -# catching it, so let's make label 1-indexed. -label = 1 + np.arange(num_rows)[:, np.newaxis] -label = label.astype('float32') - -# We add an extra label2 dataset to test HDF5 layer's ability -# to handle arbitrary number of output ("top") Blobs. -label2 = label + 1 - -print data -print label - -with h5py.File(os.path.dirname(__file__) + '/sample_data.h5', 'w') as f: - f['data'] = data - f['label'] = label - f['label2'] = label2 - -with h5py.File(os.path.dirname(__file__) + '/sample_data_2_gzip.h5', 'w') as f: - f.create_dataset( - 'data', data=data + total_size, - compression='gzip', compression_opts=1 - ) - f.create_dataset( - 'label', data=label, - compression='gzip', compression_opts=1 - ) - f.create_dataset( - 'label2', data=label2, - compression='gzip', compression_opts=1 - ) - -with open(os.path.dirname(__file__) + '/sample_data_list.txt', 'w') as f: - f.write(os.path.dirname(__file__) + '/sample_data.h5\n') - f.write(os.path.dirname(__file__) + '/sample_data_2_gzip.h5\n') diff --git a/caffe-crfrnn/src/caffe/test/test_data/sample_data.h5 b/caffe-crfrnn/src/caffe/test/test_data/sample_data.h5 deleted file mode 100644 index 236e66b0d122523107aac97430a3dfb5bf30ec7c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11824 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 diff --git a/caffe-crfrnn/src/caffe/test/test_data/sample_data_list.txt b/caffe-crfrnn/src/caffe/test/test_data/sample_data_list.txt deleted file mode 100644 index cdf343fc..00000000 --- a/caffe-crfrnn/src/caffe/test/test_data/sample_data_list.txt +++ /dev/null @@ -1,2 +0,0 @@ -src/caffe/test/test_data/sample_data.h5 -src/caffe/test/test_data/sample_data_2_gzip.h5 diff --git a/caffe-crfrnn/src/caffe/test/test_data/sample_data_list.txt.in b/caffe-crfrnn/src/caffe/test/test_data/sample_data_list.txt.in deleted file mode 100644 index 9860ef58..00000000 --- a/caffe-crfrnn/src/caffe/test/test_data/sample_data_list.txt.in +++ /dev/null @@ -1,2 +0,0 @@ -@CMAKE_SOURCE_DIR@/src/caffe/test/test_data/sample_data.h5 -@CMAKE_SOURCE_DIR@/src/caffe/test/test_data/sample_data_2_gzip.h5 \ No newline at end of file diff --git a/caffe-crfrnn/src/caffe/test/test_data_layer.cpp b/caffe-crfrnn/src/caffe/test/test_data_layer.cpp deleted file mode 100644 index 32f5d41e..00000000 --- a/caffe-crfrnn/src/caffe/test/test_data_layer.cpp +++ /dev/null @@ -1,353 +0,0 @@ -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/dataset_factory.hpp" -#include "caffe/filler.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/util/io.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -template -class DataLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - DataLayerTest() - : backend_(DataParameter_DB_LEVELDB), - blob_top_data_(new Blob()), - blob_top_label_(new Blob()), - seed_(1701) {} - virtual void SetUp() { - filename_.reset(new string()); - MakeTempDir(filename_.get()); - *filename_ += "/db"; - blob_top_vec_.push_back(blob_top_data_); - blob_top_vec_.push_back(blob_top_label_); - } - - // Fill the LevelDB with data: if unique_pixels, each pixel is unique but - // all images are the same; else each image is unique but all pixels within - // an image are the same. - void Fill(const bool unique_pixels, DataParameter_DB backend) { - backend_ = backend; - LOG(INFO) << "Using temporary dataset " << *filename_; - shared_ptr > dataset = - DatasetFactory(backend_); - CHECK(dataset->open(*filename_, Dataset::New)); - for (int i = 0; i < 5; ++i) { - Datum datum; - datum.set_label(i); - datum.set_channels(2); - datum.set_height(3); - datum.set_width(4); - std::string* data = datum.mutable_data(); - for (int j = 0; j < 24; ++j) { - int datum = unique_pixels ? j : i; - data->push_back(static_cast(datum)); - } - stringstream ss; - ss << i; - CHECK(dataset->put(ss.str(), datum)); - } - CHECK(dataset->commit()); - dataset->close(); - } - - void TestRead() { - const Dtype scale = 3; - LayerParameter param; - DataParameter* data_param = param.mutable_data_param(); - data_param->set_batch_size(5); - data_param->set_source(filename_->c_str()); - data_param->set_backend(backend_); - - TransformationParameter* transform_param = - param.mutable_transform_param(); - transform_param->set_scale(scale); - - DataLayer layer(param); - layer.SetUp(blob_bottom_vec_, blob_top_vec_); - EXPECT_EQ(blob_top_data_->num(), 5); - EXPECT_EQ(blob_top_data_->channels(), 2); - EXPECT_EQ(blob_top_data_->height(), 3); - EXPECT_EQ(blob_top_data_->width(), 4); - EXPECT_EQ(blob_top_label_->num(), 5); - EXPECT_EQ(blob_top_label_->channels(), 1); - EXPECT_EQ(blob_top_label_->height(), 1); - EXPECT_EQ(blob_top_label_->width(), 1); - - for (int iter = 0; iter < 100; ++iter) { - layer.Forward(blob_bottom_vec_, blob_top_vec_); - for (int i = 0; i < 5; ++i) { - EXPECT_EQ(i, blob_top_label_->cpu_data()[i]); - } - for (int i = 0; i < 5; ++i) { - for (int j = 0; j < 24; ++j) { - EXPECT_EQ(scale * i, blob_top_data_->cpu_data()[i * 24 + j]) - << "debug: iter " << iter << " i " << i << " j " << j; - } - } - } - } - - void TestReadCrop() { - const Dtype scale = 3; - LayerParameter param; - Caffe::set_random_seed(1701); - - DataParameter* data_param = param.mutable_data_param(); - data_param->set_batch_size(5); - data_param->set_source(filename_->c_str()); - data_param->set_backend(backend_); - - TransformationParameter* transform_param = - param.mutable_transform_param(); - transform_param->set_scale(scale); - transform_param->set_crop_size(1); - - DataLayer layer(param); - layer.SetUp(blob_bottom_vec_, blob_top_vec_); - EXPECT_EQ(blob_top_data_->num(), 5); - EXPECT_EQ(blob_top_data_->channels(), 2); - EXPECT_EQ(blob_top_data_->height(), 1); - EXPECT_EQ(blob_top_data_->width(), 1); - EXPECT_EQ(blob_top_label_->num(), 5); - EXPECT_EQ(blob_top_label_->channels(), 1); - EXPECT_EQ(blob_top_label_->height(), 1); - EXPECT_EQ(blob_top_label_->width(), 1); - - for (int iter = 0; iter < 2; ++iter) { - layer.Forward(blob_bottom_vec_, blob_top_vec_); - for (int i = 0; i < 5; ++i) { - EXPECT_EQ(i, blob_top_label_->cpu_data()[i]); - } - int num_with_center_value = 0; - for (int i = 0; i < 5; ++i) { - for (int j = 0; j < 2; ++j) { - const Dtype center_value = scale * (j ? 17 : 5); - num_with_center_value += - (center_value == blob_top_data_->cpu_data()[i * 2 + j]); - // At TEST time, check that we always get center value. - if (Caffe::phase() == Caffe::TEST) { - EXPECT_EQ(center_value, this->blob_top_data_->cpu_data()[i * 2 + j]) - << "debug: iter " << iter << " i " << i << " j " << j; - } - } - } - // At TRAIN time, check that we did not get the center crop all 10 times. - // (This check fails with probability 1-1/12^10 in a correct - // implementation, so we call set_random_seed.) - if (Caffe::phase() == Caffe::TRAIN) { - EXPECT_LT(num_with_center_value, 10); - } - } - } - - void TestReadCropTrainSequenceSeeded() { - LayerParameter param; - DataParameter* data_param = param.mutable_data_param(); - data_param->set_batch_size(5); - data_param->set_source(filename_->c_str()); - data_param->set_backend(backend_); - - TransformationParameter* transform_param = - param.mutable_transform_param(); - transform_param->set_crop_size(1); - transform_param->set_mirror(true); - - // Get crop sequence with Caffe seed 1701. - Caffe::set_random_seed(seed_); - vector > crop_sequence; - { - DataLayer layer1(param); - layer1.SetUp(blob_bottom_vec_, blob_top_vec_); - for (int iter = 0; iter < 2; ++iter) { - layer1.Forward(blob_bottom_vec_, blob_top_vec_); - for (int i = 0; i < 5; ++i) { - EXPECT_EQ(i, blob_top_label_->cpu_data()[i]); - } - vector iter_crop_sequence; - for (int i = 0; i < 5; ++i) { - for (int j = 0; j < 2; ++j) { - iter_crop_sequence.push_back( - blob_top_data_->cpu_data()[i * 2 + j]); - } - } - crop_sequence.push_back(iter_crop_sequence); - } - } // destroy 1st data layer and unlock the dataset - - // Get crop sequence after reseeding Caffe with 1701. - // Check that the sequence is the same as the original. - Caffe::set_random_seed(seed_); - DataLayer layer2(param); - layer2.SetUp(blob_bottom_vec_, blob_top_vec_); - for (int iter = 0; iter < 2; ++iter) { - layer2.Forward(blob_bottom_vec_, blob_top_vec_); - for (int i = 0; i < 5; ++i) { - EXPECT_EQ(i, blob_top_label_->cpu_data()[i]); - } - for (int i = 0; i < 5; ++i) { - for (int j = 0; j < 2; ++j) { - EXPECT_EQ(crop_sequence[iter][i * 2 + j], - blob_top_data_->cpu_data()[i * 2 + j]) - << "debug: iter " << iter << " i " << i << " j " << j; - } - } - } - } - - void TestReadCropTrainSequenceUnseeded() { - LayerParameter param; - DataParameter* data_param = param.mutable_data_param(); - data_param->set_batch_size(5); - data_param->set_source(filename_->c_str()); - data_param->set_backend(backend_); - - TransformationParameter* transform_param = - param.mutable_transform_param(); - transform_param->set_crop_size(1); - transform_param->set_mirror(true); - - // Get crop sequence with Caffe seed 1701, srand seed 1701. - Caffe::set_random_seed(seed_); - srand(seed_); - vector > crop_sequence; - { - DataLayer layer1(param); - layer1.SetUp(blob_bottom_vec_, blob_top_vec_); - for (int iter = 0; iter < 2; ++iter) { - layer1.Forward(blob_bottom_vec_, blob_top_vec_); - for (int i = 0; i < 5; ++i) { - EXPECT_EQ(i, blob_top_label_->cpu_data()[i]); - } - vector iter_crop_sequence; - for (int i = 0; i < 5; ++i) { - for (int j = 0; j < 2; ++j) { - iter_crop_sequence.push_back( - blob_top_data_->cpu_data()[i * 2 + j]); - } - } - crop_sequence.push_back(iter_crop_sequence); - } - } // destroy 1st data layer and unlock the dataset - - // Get crop sequence continuing from previous Caffe RNG state; reseed - // srand with 1701. Check that the sequence differs from the original. - srand(seed_); - DataLayer layer2(param); - layer2.SetUp(blob_bottom_vec_, blob_top_vec_); - for (int iter = 0; iter < 2; ++iter) { - layer2.Forward(blob_bottom_vec_, blob_top_vec_); - for (int i = 0; i < 5; ++i) { - EXPECT_EQ(i, blob_top_label_->cpu_data()[i]); - } - int num_sequence_matches = 0; - for (int i = 0; i < 5; ++i) { - for (int j = 0; j < 2; ++j) { - num_sequence_matches += (crop_sequence[iter][i * 2 + j] == - blob_top_data_->cpu_data()[i * 2 + j]); - } - } - EXPECT_LT(num_sequence_matches, 10); - } - } - - virtual ~DataLayerTest() { delete blob_top_data_; delete blob_top_label_; } - - DataParameter_DB backend_; - shared_ptr filename_; - Blob* const blob_top_data_; - Blob* const blob_top_label_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; - int seed_; -}; - -TYPED_TEST_CASE(DataLayerTest, TestDtypesAndDevices); - -TYPED_TEST(DataLayerTest, TestReadLevelDB) { - const bool unique_pixels = false; // all pixels the same; images different - this->Fill(unique_pixels, DataParameter_DB_LEVELDB); - this->TestRead(); -} - -TYPED_TEST(DataLayerTest, TestReadCropTrainLevelDB) { - Caffe::set_phase(Caffe::TRAIN); - const bool unique_pixels = true; // all images the same; pixels different - this->Fill(unique_pixels, DataParameter_DB_LEVELDB); - this->TestReadCrop(); -} - -// Test that the sequence of random crops is consistent when using -// Caffe::set_random_seed. -TYPED_TEST(DataLayerTest, TestReadCropTrainSequenceSeededLevelDB) { - Caffe::set_phase(Caffe::TRAIN); - const bool unique_pixels = true; // all images the same; pixels different - this->Fill(unique_pixels, DataParameter_DB_LEVELDB); - this->TestReadCropTrainSequenceSeeded(); -} - -// Test that the sequence of random crops differs across iterations when -// Caffe::set_random_seed isn't called (and seeds from srand are ignored). -TYPED_TEST(DataLayerTest, TestReadCropTrainSequenceUnseededLevelDB) { - Caffe::set_phase(Caffe::TRAIN); - const bool unique_pixels = true; // all images the same; pixels different - this->Fill(unique_pixels, DataParameter_DB_LEVELDB); - this->TestReadCropTrainSequenceUnseeded(); -} - -TYPED_TEST(DataLayerTest, TestReadCropTestLevelDB) { - Caffe::set_phase(Caffe::TEST); - const bool unique_pixels = true; // all images the same; pixels different - this->Fill(unique_pixels, DataParameter_DB_LEVELDB); - this->TestReadCrop(); -} - -TYPED_TEST(DataLayerTest, TestReadLMDB) { - const bool unique_pixels = false; // all pixels the same; images different - this->Fill(unique_pixels, DataParameter_DB_LMDB); - this->TestRead(); -} - -TYPED_TEST(DataLayerTest, TestReadCropTrainLMDB) { - Caffe::set_phase(Caffe::TRAIN); - const bool unique_pixels = true; // all images the same; pixels different - this->Fill(unique_pixels, DataParameter_DB_LMDB); - this->TestReadCrop(); -} - -// Test that the sequence of random crops is consistent when using -// Caffe::set_random_seed. -TYPED_TEST(DataLayerTest, TestReadCropTrainSequenceSeededLMDB) { - Caffe::set_phase(Caffe::TRAIN); - const bool unique_pixels = true; // all images the same; pixels different - this->Fill(unique_pixels, DataParameter_DB_LMDB); - this->TestReadCropTrainSequenceSeeded(); -} - -// Test that the sequence of random crops differs across iterations when -// Caffe::set_random_seed isn't called (and seeds from srand are ignored). -TYPED_TEST(DataLayerTest, TestReadCropTrainSequenceUnseededLMDB) { - Caffe::set_phase(Caffe::TRAIN); - const bool unique_pixels = true; // all images the same; pixels different - this->Fill(unique_pixels, DataParameter_DB_LMDB); - this->TestReadCropTrainSequenceUnseeded(); -} - -TYPED_TEST(DataLayerTest, TestReadCropTestLMDB) { - Caffe::set_phase(Caffe::TEST); - const bool unique_pixels = true; // all images the same; pixels different - this->Fill(unique_pixels, DataParameter_DB_LMDB); - this->TestReadCrop(); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_data_transformer.cpp b/caffe-crfrnn/src/caffe/test/test_data_transformer.cpp deleted file mode 100644 index 28c72410..00000000 --- a/caffe-crfrnn/src/caffe/test/test_data_transformer.cpp +++ /dev/null @@ -1,360 +0,0 @@ -#include -#include - -#include "gtest/gtest.h" -#include "leveldb/db.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/data_transformer.hpp" -#include "caffe/filler.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/util/io.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -void FillDatum(const int label, const int channels, const int height, - const int width, const bool unique_pixels, Datum * datum) { - datum->set_label(label); - datum->set_channels(channels); - datum->set_height(height); - datum->set_width(width); - int size = channels * height * width; - std::string* data = datum->mutable_data(); - for (int j = 0; j < size; ++j) { - int datum = unique_pixels ? j : label; - data->push_back(static_cast(datum)); - } -} - -template -class DataTransformTest : public ::testing::Test { - protected: - DataTransformTest() - : seed_(1701), - num_iter_(10) {} - - int NumSequenceMatches(const TransformationParameter transform_param, - const Datum& datum) { - // Get crop sequence with Caffe seed 1701. - DataTransformer* transformer = - new DataTransformer(transform_param); - const int crop_size = transform_param.crop_size(); - Caffe::set_random_seed(seed_); - transformer->InitRand(); - Blob* blob = - new Blob(1, datum.channels(), datum.height(), datum.width()); - if (transform_param.crop_size() > 0) { - blob->Reshape(1, datum.channels(), crop_size, crop_size); - } - - vector > crop_sequence; - for (int iter = 0; iter < this->num_iter_; ++iter) { - vector iter_crop_sequence; - transformer->Transform(datum, blob); - for (int j = 0; j < blob->count(); ++j) { - iter_crop_sequence.push_back(blob->cpu_data()[j]); - } - crop_sequence.push_back(iter_crop_sequence); - } - // Check if the sequence differs from the previous - int num_sequence_matches = 0; - for (int iter = 0; iter < this->num_iter_; ++iter) { - vector iter_crop_sequence = crop_sequence[iter]; - transformer->Transform(datum, blob); - for (int j = 0; j < blob->count(); ++j) { - num_sequence_matches += - (crop_sequence[iter][j] == blob->cpu_data()[j]); - } - } - return num_sequence_matches; - } - - virtual ~DataTransformTest() { } - - int seed_; - int num_iter_; -}; - -TYPED_TEST_CASE(DataTransformTest, TestDtypes); - -TYPED_TEST(DataTransformTest, TestEmptyTransform) { - TransformationParameter transform_param; - const bool unique_pixels = false; // all pixels the same equal to label - const int label = 0; - const int channels = 3; - const int height = 4; - const int width = 5; - - Datum datum; - FillDatum(label, channels, height, width, unique_pixels, &datum); - Blob* blob = new Blob(1, channels, height, width); - DataTransformer* transformer = - new DataTransformer(transform_param); - transformer->InitRand(); - transformer->Transform(datum, blob); - EXPECT_EQ(blob->num(), 1); - EXPECT_EQ(blob->channels(), datum.channels()); - EXPECT_EQ(blob->height(), datum.height()); - EXPECT_EQ(blob->width(), datum.width()); - for (int j = 0; j < blob->count(); ++j) { - EXPECT_EQ(blob->cpu_data()[j], label); - } -} - -TYPED_TEST(DataTransformTest, TestEmptyTransformUniquePixels) { - TransformationParameter transform_param; - const bool unique_pixels = true; // pixels are consecutive ints [0,size] - const int label = 0; - const int channels = 3; - const int height = 4; - const int width = 5; - - Datum datum; - FillDatum(label, channels, height, width, unique_pixels, &datum); - Blob* blob = new Blob(1, 3, 4, 5); - DataTransformer* transformer = - new DataTransformer(transform_param); - transformer->InitRand(); - transformer->Transform(datum, blob); - EXPECT_EQ(blob->num(), 1); - EXPECT_EQ(blob->channels(), datum.channels()); - EXPECT_EQ(blob->height(), datum.height()); - EXPECT_EQ(blob->width(), datum.width()); - for (int j = 0; j < blob->count(); ++j) { - EXPECT_EQ(blob->cpu_data()[j], j); - } -} - -TYPED_TEST(DataTransformTest, TestCropSize) { - TransformationParameter transform_param; - const bool unique_pixels = false; // all pixels the same equal to label - const int label = 0; - const int channels = 3; - const int height = 4; - const int width = 5; - const int crop_size = 2; - - transform_param.set_crop_size(crop_size); - Datum datum; - FillDatum(label, channels, height, width, unique_pixels, &datum); - DataTransformer* transformer = - new DataTransformer(transform_param); - transformer->InitRand(); - Blob* blob = - new Blob(1, channels, crop_size, crop_size); - for (int iter = 0; iter < this->num_iter_; ++iter) { - transformer->Transform(datum, blob); - EXPECT_EQ(blob->num(), 1); - EXPECT_EQ(blob->channels(), datum.channels()); - EXPECT_EQ(blob->height(), crop_size); - EXPECT_EQ(blob->width(), crop_size); - for (int j = 0; j < blob->count(); ++j) { - EXPECT_EQ(blob->cpu_data()[j], label); - } - } -} - -TYPED_TEST(DataTransformTest, TestCropTrain) { - TransformationParameter transform_param; - const bool unique_pixels = true; // pixels are consecutive ints [0,size] - const int label = 0; - const int channels = 3; - const int height = 4; - const int width = 5; - const int crop_size = 2; - const int size = channels * crop_size * crop_size; - - transform_param.set_crop_size(crop_size); - Datum datum; - FillDatum(label, channels, height, width, unique_pixels, &datum); - Caffe::set_phase(Caffe::TRAIN); - int num_matches = this->NumSequenceMatches(transform_param, datum); - EXPECT_LT(num_matches, size * this->num_iter_); -} - -TYPED_TEST(DataTransformTest, TestCropTest) { - TransformationParameter transform_param; - const bool unique_pixels = true; // pixels are consecutive ints [0,size] - const int label = 0; - const int channels = 3; - const int height = 4; - const int width = 5; - const int crop_size = 2; - const int size = channels * crop_size * crop_size; - - transform_param.set_crop_size(crop_size); - Datum datum; - FillDatum(label, channels, height, width, unique_pixels, &datum); - Caffe::set_phase(Caffe::TEST); - int num_matches = this->NumSequenceMatches(transform_param, datum); - EXPECT_EQ(num_matches, size * this->num_iter_); -} - -TYPED_TEST(DataTransformTest, TestMirrorTrain) { - TransformationParameter transform_param; - const bool unique_pixels = true; // pixels are consecutive ints [0,size] - const int label = 0; - const int channels = 3; - const int height = 4; - const int width = 5; - const int size = channels * height * width; - - transform_param.set_mirror(true); - Datum datum; - FillDatum(label, channels, height, width, unique_pixels, &datum); - Caffe::set_phase(Caffe::TRAIN); - int num_matches = this->NumSequenceMatches(transform_param, datum); - EXPECT_LT(num_matches, size * this->num_iter_); -} - -TYPED_TEST(DataTransformTest, TestMirrorTest) { - TransformationParameter transform_param; - const bool unique_pixels = true; // pixels are consecutive ints [0,size] - const int label = 0; - const int channels = 3; - const int height = 4; - const int width = 5; - const int size = channels * height * width; - - transform_param.set_mirror(true); - Datum datum; - FillDatum(label, channels, height, width, unique_pixels, &datum); - Caffe::set_phase(Caffe::TEST); - int num_matches = this->NumSequenceMatches(transform_param, datum); - EXPECT_LT(num_matches, size * this->num_iter_); -} - -TYPED_TEST(DataTransformTest, TestCropMirrorTrain) { - TransformationParameter transform_param; - const bool unique_pixels = true; // pixels are consecutive ints [0,size] - const int label = 0; - const int channels = 3; - const int height = 4; - const int width = 5; - const int crop_size = 2; - - Datum datum; - FillDatum(label, channels, height, width, unique_pixels, &datum); - transform_param.set_crop_size(crop_size); - Caffe::set_phase(Caffe::TRAIN); - int num_matches_crop = this->NumSequenceMatches(transform_param, datum); - - transform_param.set_mirror(true); - int num_matches_crop_mirror = - this->NumSequenceMatches(transform_param, datum); - // When doing crop and mirror we expect less num_matches than just crop - EXPECT_LE(num_matches_crop_mirror, num_matches_crop); -} - -TYPED_TEST(DataTransformTest, TestCropMirrorTest) { - TransformationParameter transform_param; - const bool unique_pixels = true; // pixels are consecutive ints [0,size] - const int label = 0; - const int channels = 3; - const int height = 4; - const int width = 5; - const int crop_size = 2; - - Datum datum; - FillDatum(label, channels, height, width, unique_pixels, &datum); - transform_param.set_crop_size(crop_size); - Caffe::set_phase(Caffe::TEST); - int num_matches_crop = this->NumSequenceMatches(transform_param, datum); - - transform_param.set_mirror(true); - int num_matches_crop_mirror = - this->NumSequenceMatches(transform_param, datum); - // When doing crop and mirror we expect less num_matches than just crop - EXPECT_LT(num_matches_crop_mirror, num_matches_crop); -} - - -TYPED_TEST(DataTransformTest, TestMeanValue) { - TransformationParameter transform_param; - const bool unique_pixels = false; // pixels are equal to label - const int label = 0; - const int channels = 3; - const int height = 4; - const int width = 5; - const int mean_value = 2; - - transform_param.add_mean_value(mean_value); - Datum datum; - FillDatum(label, channels, height, width, unique_pixels, &datum); - Blob* blob = new Blob(1, channels, height, width); - DataTransformer* transformer = - new DataTransformer(transform_param); - transformer->InitRand(); - transformer->Transform(datum, blob); - for (int j = 0; j < blob->count(); ++j) { - EXPECT_EQ(blob->cpu_data()[j], label - mean_value); - } -} - -TYPED_TEST(DataTransformTest, TestMeanValues) { - TransformationParameter transform_param; - const bool unique_pixels = false; // pixels are equal to label - const int label = 0; - const int channels = 3; - const int height = 4; - const int width = 5; - - transform_param.add_mean_value(0); - transform_param.add_mean_value(1); - transform_param.add_mean_value(2); - Datum datum; - FillDatum(label, channels, height, width, unique_pixels, &datum); - Blob* blob = new Blob(1, channels, height, width); - DataTransformer* transformer = - new DataTransformer(transform_param); - transformer->InitRand(); - transformer->Transform(datum, blob); - for (int c = 0; c < channels; ++c) { - for (int j = 0; j < height * width; ++j) { - EXPECT_EQ(blob->cpu_data()[blob->offset(0, c) + j], label - c); - } - } -} - -TYPED_TEST(DataTransformTest, TestMeanFile) { - TransformationParameter transform_param; - const bool unique_pixels = true; // pixels are consecutive ints [0,size] - const int label = 0; - const int channels = 3; - const int height = 4; - const int width = 5; - const int size = channels * height * width; - - // Create a mean file - string* mean_file = new string(); - MakeTempFilename(mean_file); - BlobProto blob_mean; - blob_mean.set_num(1); - blob_mean.set_channels(channels); - blob_mean.set_height(height); - blob_mean.set_width(width); - - for (int j = 0; j < size; ++j) { - blob_mean.add_data(j); - } - - LOG(INFO) << "Using temporary mean_file " << *mean_file; - WriteProtoToBinaryFile(blob_mean, *mean_file); - - transform_param.set_mean_file(*mean_file); - Datum datum; - FillDatum(label, channels, height, width, unique_pixels, &datum); - Blob* blob = new Blob(1, channels, height, width); - DataTransformer* transformer = - new DataTransformer(transform_param); - transformer->InitRand(); - transformer->Transform(datum, blob); - for (int j = 0; j < blob->count(); ++j) { - EXPECT_EQ(blob->cpu_data()[j], 0); - } -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_dataset.cpp b/caffe-crfrnn/src/caffe/test/test_dataset.cpp deleted file mode 100644 index 6645ca22..00000000 --- a/caffe-crfrnn/src/caffe/test/test_dataset.cpp +++ /dev/null @@ -1,794 +0,0 @@ -#include -#include - -#include "caffe/util/io.hpp" - -#include "gtest/gtest.h" - -#include "caffe/dataset_factory.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -namespace DatasetTest_internal { - -template -struct TestData { - static T TestValue(); - static T TestAltValue(); - static bool equals(const T& a, const T& b); -}; - -template <> -string TestData::TestValue() { - return "world"; -} - -template <> -string TestData::TestAltValue() { - return "bar"; -} - -template <> -bool TestData::equals(const string& a, const string& b) { - return a == b; -} - -template <> -vector TestData >::TestValue() { - string str = "world"; - vector val(str.data(), str.data() + str.size()); - return val; -} - -template <> -vector TestData >::TestAltValue() { - string str = "bar"; - vector val(str.data(), str.data() + str.size()); - return val; -} - -template <> -bool TestData >::equals(const vector& a, - const vector& b) { - if (a.size() != b.size()) { - return false; - } - for (size_t i = 0; i < a.size(); ++i) { - if (a.at(i) != b.at(i)) { - return false; - } - } - - return true; -} - -template <> -Datum TestData::TestValue() { - Datum datum; - datum.set_channels(3); - datum.set_height(32); - datum.set_width(32); - datum.set_data(string(32 * 32 * 3 * 4, ' ')); - datum.set_label(0); - return datum; -} - -template <> -Datum TestData::TestAltValue() { - Datum datum; - datum.set_channels(1); - datum.set_height(64); - datum.set_width(64); - datum.set_data(string(64 * 64 * 1 * 4, ' ')); - datum.set_label(1); - return datum; -} - -template <> -bool TestData::equals(const Datum& a, const Datum& b) { - string serialized_a; - a.SerializeToString(&serialized_a); - - string serialized_b; - b.SerializeToString(&serialized_b); - - return serialized_a == serialized_b; -} - -} // namespace DatasetTest_internal - -#define UNPACK_TYPES \ - typedef typename TypeParam::value_type value_type; \ - const DataParameter_DB backend = TypeParam::backend; - -template -class DatasetTest : public ::testing::Test { - protected: - typedef typename TypeParam::value_type value_type; - - string DBName() { - string filename; - MakeTempDir(&filename); - filename += "/db"; - return filename; - } - - string TestKey() { - return "hello"; - } - - value_type TestValue() { - return DatasetTest_internal::TestData::TestValue(); - } - - string TestAltKey() { - return "foo"; - } - - value_type TestAltValue() { - return DatasetTest_internal::TestData::TestAltValue(); - } - - template - bool equals(const T& a, const T& b) { - return DatasetTest_internal::TestData::equals(a, b); - } -}; - -struct StringLeveldb { - typedef string value_type; - static const DataParameter_DB backend; -}; -const DataParameter_DB StringLeveldb::backend = DataParameter_DB_LEVELDB; - -struct StringLmdb { - typedef string value_type; - static const DataParameter_DB backend; -}; -const DataParameter_DB StringLmdb::backend = DataParameter_DB_LMDB; - -struct VectorLeveldb { - typedef vector value_type; - static const DataParameter_DB backend; -}; -const DataParameter_DB VectorLeveldb::backend = DataParameter_DB_LEVELDB; - -struct VectorLmdb { - typedef vector value_type; - static const DataParameter_DB backend; -}; -const DataParameter_DB VectorLmdb::backend = DataParameter_DB_LMDB; - -struct DatumLeveldb { - typedef Datum value_type; - static const DataParameter_DB backend; -}; -const DataParameter_DB DatumLeveldb::backend = DataParameter_DB_LEVELDB; - -struct DatumLmdb { - typedef Datum value_type; - static const DataParameter_DB backend; -}; -const DataParameter_DB DatumLmdb::backend = DataParameter_DB_LMDB; - -typedef ::testing::Types TestTypes; - -TYPED_TEST_CASE(DatasetTest, TestTypes); - -TYPED_TEST(DatasetTest, TestNewDoesntExistPasses) { - UNPACK_TYPES; - - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(this->DBName(), - Dataset::New)); - dataset->close(); -} - -TYPED_TEST(DatasetTest, TestNewExistsFails) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - dataset->close(); - - EXPECT_FALSE(dataset->open(name, Dataset::New)); -} - -TYPED_TEST(DatasetTest, TestReadOnlyExistsPasses) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - dataset->close(); - - EXPECT_TRUE(dataset->open(name, Dataset::ReadOnly)); - dataset->close(); -} - -TYPED_TEST(DatasetTest, TestReadOnlyDoesntExistFails) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_FALSE(dataset->open(name, Dataset::ReadOnly)); -} - -TYPED_TEST(DatasetTest, TestReadWriteExistsPasses) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - dataset->close(); - - EXPECT_TRUE(dataset->open(name, Dataset::ReadWrite)); - dataset->close(); -} - -TYPED_TEST(DatasetTest, TestReadWriteDoesntExistPasses) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::ReadWrite)); - dataset->close(); -} - -TYPED_TEST(DatasetTest, TestKeys) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - - string key1 = this->TestKey(); - value_type value1 = this->TestValue(); - - EXPECT_TRUE(dataset->put(key1, value1)); - - string key2 = this->TestAltKey(); - value_type value2 = this->TestAltValue(); - - EXPECT_TRUE(dataset->put(key2, value2)); - - EXPECT_TRUE(dataset->commit()); - - vector keys; - dataset->keys(&keys); - - EXPECT_EQ(2, keys.size()); - - EXPECT_TRUE(this->equals(keys.at(0), key1) || - this->equals(keys.at(0), key2)); - EXPECT_TRUE(this->equals(keys.at(1), key1) || - this->equals(keys.at(2), key2)); - EXPECT_FALSE(this->equals(keys.at(0), keys.at(1))); -} - -TYPED_TEST(DatasetTest, TestFirstKey) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - - value_type value = this->TestValue(); - - string key1 = "01"; - EXPECT_TRUE(dataset->put(key1, value)); - - string key2 = "02"; - EXPECT_TRUE(dataset->put(key2, value)); - - string key3 = "03"; - EXPECT_TRUE(dataset->put(key3, value)); - - EXPECT_TRUE(dataset->commit()); - - string first_key; - dataset->first_key(&first_key); - - EXPECT_TRUE(this->equals(first_key, key1)); -} - -TYPED_TEST(DatasetTest, TestLastKey) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - - value_type value = this->TestValue(); - - string key1 = "01"; - EXPECT_TRUE(dataset->put(key1, value)); - - string key2 = "02"; - EXPECT_TRUE(dataset->put(key2, value)); - - string key3 = "03"; - EXPECT_TRUE(dataset->put(key3, value)); - - EXPECT_TRUE(dataset->commit()); - - string last_key; - dataset->last_key(&last_key); - - EXPECT_TRUE(this->equals(last_key, key3)); -} - -TYPED_TEST(DatasetTest, TestFirstLastKeys) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - - value_type value = this->TestValue(); - - string key1 = "01"; - EXPECT_TRUE(dataset->put(key1, value)); - - string key2 = "02"; - EXPECT_TRUE(dataset->put(key2, value)); - - string key3 = "03"; - EXPECT_TRUE(dataset->put(key3, value)); - - EXPECT_TRUE(dataset->commit()); - - string first_key; - dataset->first_key(&first_key); - string last_key; - dataset->last_key(&last_key); - - EXPECT_TRUE(this->equals(first_key, key1)); - EXPECT_TRUE(this->equals(last_key, key3)); -} - -TYPED_TEST(DatasetTest, TestFirstLastKeysUnOrdered) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - - value_type value = this->TestValue(); - - string key3 = "03"; - EXPECT_TRUE(dataset->put(key3, value)); - - string key1 = "01"; - EXPECT_TRUE(dataset->put(key1, value)); - - string key2 = "02"; - EXPECT_TRUE(dataset->put(key2, value)); - - EXPECT_TRUE(dataset->commit()); - - string first_key; - dataset->first_key(&first_key); - string last_key; - dataset->last_key(&last_key); - - EXPECT_TRUE(this->equals(first_key, key1)); - EXPECT_TRUE(this->equals(last_key, key3)); -} - -TYPED_TEST(DatasetTest, TestKeysNoCommit) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - - string key1 = this->TestKey(); - value_type value1 = this->TestValue(); - - EXPECT_TRUE(dataset->put(key1, value1)); - - string key2 = this->TestAltKey(); - value_type value2 = this->TestAltValue(); - - EXPECT_TRUE(dataset->put(key2, value2)); - - vector keys; - dataset->keys(&keys); - - EXPECT_EQ(0, keys.size()); -} - -TYPED_TEST(DatasetTest, TestIterators) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - - const int kNumExamples = 4; - for (int i = 0; i < kNumExamples; ++i) { - stringstream ss; - ss << i; - string key = ss.str(); - ss << " here be data"; - value_type value = this->TestValue(); - EXPECT_TRUE(dataset->put(key, value)); - } - EXPECT_TRUE(dataset->commit()); - - int count = 0; - typedef typename Dataset::const_iterator Iter; - for (Iter iter = dataset->begin(); iter != dataset->end(); ++iter) { - (void)iter; - ++count; - } - - EXPECT_EQ(kNumExamples, count); -} - -TYPED_TEST(DatasetTest, TestIteratorsPreIncrement) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - - string key1 = this->TestAltKey(); - value_type value1 = this->TestAltValue(); - - string key2 = this->TestKey(); - value_type value2 = this->TestValue(); - - EXPECT_TRUE(dataset->put(key1, value1)); - EXPECT_TRUE(dataset->put(key2, value2)); - EXPECT_TRUE(dataset->commit()); - - typename Dataset::const_iterator iter1 = - dataset->begin(); - - EXPECT_FALSE(dataset->end() == iter1); - - EXPECT_TRUE(this->equals(iter1->key, key1)); - - typename Dataset::const_iterator iter2 = ++iter1; - - EXPECT_FALSE(dataset->end() == iter1); - EXPECT_FALSE(dataset->end() == iter2); - - EXPECT_TRUE(this->equals(iter2->key, key2)); - - typename Dataset::const_iterator iter3 = ++iter2; - - EXPECT_TRUE(dataset->end() == iter3); - - dataset->close(); -} - -TYPED_TEST(DatasetTest, TestIteratorsPostIncrement) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - - string key1 = this->TestAltKey(); - value_type value1 = this->TestAltValue(); - - string key2 = this->TestKey(); - value_type value2 = this->TestValue(); - - EXPECT_TRUE(dataset->put(key1, value1)); - EXPECT_TRUE(dataset->put(key2, value2)); - EXPECT_TRUE(dataset->commit()); - - typename Dataset::const_iterator iter1 = - dataset->begin(); - - EXPECT_FALSE(dataset->end() == iter1); - - EXPECT_TRUE(this->equals(iter1->key, key1)); - - typename Dataset::const_iterator iter2 = iter1++; - - EXPECT_FALSE(dataset->end() == iter1); - EXPECT_FALSE(dataset->end() == iter2); - - EXPECT_TRUE(this->equals(iter2->key, key1)); - EXPECT_TRUE(this->equals(iter1->key, key2)); - - typename Dataset::const_iterator iter3 = iter1++; - - EXPECT_FALSE(dataset->end() == iter3); - EXPECT_TRUE(this->equals(iter3->key, key2)); - EXPECT_TRUE(dataset->end() == iter1); - - dataset->close(); -} - -TYPED_TEST(DatasetTest, TestNewPutPasses) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - - string key = this->TestKey(); - value_type value = this->TestValue(); - - EXPECT_TRUE(dataset->put(key, value)); - - EXPECT_TRUE(dataset->commit()); - - dataset->close(); -} - -TYPED_TEST(DatasetTest, TestNewCommitPasses) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - - EXPECT_TRUE(dataset->commit()); - - dataset->close(); -} - -TYPED_TEST(DatasetTest, TestNewGetPasses) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - - string key = this->TestKey(); - value_type value = this->TestValue(); - - EXPECT_TRUE(dataset->put(key, value)); - - EXPECT_TRUE(dataset->commit()); - - value_type new_value; - - EXPECT_TRUE(dataset->get(key, &new_value)); - - EXPECT_TRUE(this->equals(value, new_value)); - - dataset->close(); -} - -TYPED_TEST(DatasetTest, TestNewGetNoCommitFails) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - - string key = this->TestKey(); - value_type value = this->TestValue(); - - EXPECT_TRUE(dataset->put(key, value)); - - value_type new_value; - - EXPECT_FALSE(dataset->get(key, &new_value)); -} - - -TYPED_TEST(DatasetTest, TestReadWritePutPasses) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::ReadWrite)); - - string key = this->TestKey(); - value_type value = this->TestValue(); - - EXPECT_TRUE(dataset->put(key, value)); - - EXPECT_TRUE(dataset->commit()); - - dataset->close(); -} - -TYPED_TEST(DatasetTest, TestReadWriteCommitPasses) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::ReadWrite)); - - EXPECT_TRUE(dataset->commit()); - - dataset->close(); -} - -TYPED_TEST(DatasetTest, TestReadWriteGetPasses) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - - string key = this->TestKey(); - value_type value = this->TestValue(); - - EXPECT_TRUE(dataset->put(key, value)); - - EXPECT_TRUE(dataset->commit()); - - value_type new_value; - - EXPECT_TRUE(dataset->get(key, &new_value)); - - EXPECT_TRUE(this->equals(value, new_value)); - - dataset->close(); -} - -TYPED_TEST(DatasetTest, TestReadWriteGetNoCommitFails) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - - string key = this->TestKey(); - value_type value = this->TestValue(); - - EXPECT_TRUE(dataset->put(key, value)); - - value_type new_value; - - EXPECT_FALSE(dataset->get(key, &new_value)); -} - -TYPED_TEST(DatasetTest, TestReadOnlyPutFails) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - dataset->close(); - - EXPECT_TRUE(dataset->open(name, Dataset::ReadOnly)); - - string key = this->TestKey(); - value_type value = this->TestValue(); - - EXPECT_FALSE(dataset->put(key, value)); -} - -TYPED_TEST(DatasetTest, TestReadOnlyCommitFails) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - dataset->close(); - - EXPECT_TRUE(dataset->open(name, Dataset::ReadOnly)); - - EXPECT_FALSE(dataset->commit()); -} - -TYPED_TEST(DatasetTest, TestReadOnlyGetPasses) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - - string key = this->TestKey(); - value_type value = this->TestValue(); - - EXPECT_TRUE(dataset->put(key, value)); - - EXPECT_TRUE(dataset->commit()); - - dataset->close(); - - EXPECT_TRUE(dataset->open(name, Dataset::ReadOnly)); - - value_type new_value; - - EXPECT_TRUE(dataset->get(key, &new_value)); - - EXPECT_TRUE(this->equals(value, new_value)); -} - -TYPED_TEST(DatasetTest, TestReadOnlyGetNoCommitFails) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - - string key = this->TestKey(); - value_type value = this->TestValue(); - - EXPECT_TRUE(dataset->put(key, value)); - - dataset->close(); - - EXPECT_TRUE(dataset->open(name, Dataset::ReadOnly)); - - value_type new_value; - - EXPECT_FALSE(dataset->get(key, &new_value)); -} - -TYPED_TEST(DatasetTest, TestCreateManyItersShortScope) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - - string key = this->TestKey(); - value_type value = this->TestValue(); - EXPECT_TRUE(dataset->put(key, value)); - EXPECT_TRUE(dataset->commit()); - - for (int i = 0; i < 1000; ++i) { - typename Dataset::const_iterator iter = - dataset->begin(); - } -} - -TYPED_TEST(DatasetTest, TestCreateManyItersLongScope) { - UNPACK_TYPES; - - string name = this->DBName(); - shared_ptr > dataset = - DatasetFactory(backend); - EXPECT_TRUE(dataset->open(name, Dataset::New)); - - string key = this->TestKey(); - value_type value = this->TestValue(); - EXPECT_TRUE(dataset->put(key, value)); - EXPECT_TRUE(dataset->commit()); - - vector::const_iterator> iters; - for (int i = 0; i < 1000; ++i) { - iters.push_back(dataset->begin()); - } -} - -#undef UNPACK_TYPES - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_dummy_data_layer.cpp b/caffe-crfrnn/src/caffe/test/test_dummy_data_layer.cpp deleted file mode 100644 index 99548352..00000000 --- a/caffe-crfrnn/src/caffe/test/test_dummy_data_layer.cpp +++ /dev/null @@ -1,196 +0,0 @@ -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -template -class DummyDataLayerTest : public ::testing::Test { - protected: - DummyDataLayerTest() - : blob_top_a_(new Blob()), - blob_top_b_(new Blob()), - blob_top_c_(new Blob()) {} - - virtual void SetUp() { - blob_bottom_vec_.clear(); - blob_top_vec_.clear(); - blob_top_vec_.push_back(blob_top_a_); - blob_top_vec_.push_back(blob_top_b_); - blob_top_vec_.push_back(blob_top_c_); - } - - virtual ~DummyDataLayerTest() { - delete blob_top_a_; - delete blob_top_b_; - delete blob_top_c_; - } - - Blob* const blob_top_a_; - Blob* const blob_top_b_; - Blob* const blob_top_c_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(DummyDataLayerTest, TestDtypes); - -TYPED_TEST(DummyDataLayerTest, TestOneTopConstant) { - Caffe::set_mode(Caffe::CPU); - LayerParameter param; - DummyDataParameter* dummy_data_param = param.mutable_dummy_data_param(); - dummy_data_param->add_num(5); - dummy_data_param->add_channels(3); - dummy_data_param->add_height(2); - dummy_data_param->add_width(4); - this->blob_top_vec_.resize(1); - DummyDataLayer layer(param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_a_->num(), 5); - EXPECT_EQ(this->blob_top_a_->channels(), 3); - EXPECT_EQ(this->blob_top_a_->height(), 2); - EXPECT_EQ(this->blob_top_a_->width(), 4); - EXPECT_EQ(this->blob_top_b_->count(), 0); - EXPECT_EQ(this->blob_top_c_->count(), 0); - for (int i = 0; i < this->blob_top_vec_.size(); ++i) { - for (int j = 0; j < this->blob_top_vec_[i]->count(); ++j) { - EXPECT_EQ(0, this->blob_top_vec_[i]->cpu_data()[j]); - } - } - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - for (int i = 0; i < this->blob_top_vec_.size(); ++i) { - for (int j = 0; j < this->blob_top_vec_[i]->count(); ++j) { - EXPECT_EQ(0, this->blob_top_vec_[i]->cpu_data()[j]); - } - } -} - -TYPED_TEST(DummyDataLayerTest, TestTwoTopConstant) { - Caffe::set_mode(Caffe::CPU); - LayerParameter param; - DummyDataParameter* dummy_data_param = param.mutable_dummy_data_param(); - dummy_data_param->add_num(5); - dummy_data_param->add_channels(3); - dummy_data_param->add_height(2); - dummy_data_param->add_width(4); - dummy_data_param->add_num(5); - // Don't explicitly set number of channels or height for 2nd top blob; should - // default to first channels and height (as we check later). - dummy_data_param->add_height(1); - FillerParameter* data_filler_param = dummy_data_param->add_data_filler(); - data_filler_param->set_value(7); - this->blob_top_vec_.resize(2); - DummyDataLayer layer(param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_a_->num(), 5); - EXPECT_EQ(this->blob_top_a_->channels(), 3); - EXPECT_EQ(this->blob_top_a_->height(), 2); - EXPECT_EQ(this->blob_top_a_->width(), 4); - EXPECT_EQ(this->blob_top_b_->num(), 5); - EXPECT_EQ(this->blob_top_b_->channels(), 3); - EXPECT_EQ(this->blob_top_b_->height(), 1); - EXPECT_EQ(this->blob_top_b_->width(), 4); - EXPECT_EQ(this->blob_top_c_->count(), 0); - for (int i = 0; i < this->blob_top_vec_.size(); ++i) { - for (int j = 0; j < this->blob_top_vec_[i]->count(); ++j) { - EXPECT_EQ(7, this->blob_top_vec_[i]->cpu_data()[j]); - } - } - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - for (int i = 0; i < this->blob_top_vec_.size(); ++i) { - for (int j = 0; j < this->blob_top_vec_[i]->count(); ++j) { - EXPECT_EQ(7, this->blob_top_vec_[i]->cpu_data()[j]); - } - } -} - -TYPED_TEST(DummyDataLayerTest, TestThreeTopConstantGaussianConstant) { - Caffe::set_mode(Caffe::CPU); - LayerParameter param; - DummyDataParameter* dummy_data_param = param.mutable_dummy_data_param(); - dummy_data_param->add_num(5); - dummy_data_param->add_channels(3); - dummy_data_param->add_height(2); - dummy_data_param->add_width(4); - FillerParameter* data_filler_param_a = dummy_data_param->add_data_filler(); - data_filler_param_a->set_value(7); - FillerParameter* data_filler_param_b = dummy_data_param->add_data_filler(); - data_filler_param_b->set_type("gaussian"); - TypeParam gaussian_mean = 3.0; - TypeParam gaussian_std = 0.01; - data_filler_param_b->set_mean(gaussian_mean); - data_filler_param_b->set_std(gaussian_std); - FillerParameter* data_filler_param_c = dummy_data_param->add_data_filler(); - data_filler_param_c->set_value(9); - DummyDataLayer layer(param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_a_->num(), 5); - EXPECT_EQ(this->blob_top_a_->channels(), 3); - EXPECT_EQ(this->blob_top_a_->height(), 2); - EXPECT_EQ(this->blob_top_a_->width(), 4); - EXPECT_EQ(this->blob_top_b_->num(), 5); - EXPECT_EQ(this->blob_top_b_->channels(), 3); - EXPECT_EQ(this->blob_top_b_->height(), 2); - EXPECT_EQ(this->blob_top_b_->width(), 4); - EXPECT_EQ(this->blob_top_c_->num(), 5); - EXPECT_EQ(this->blob_top_c_->channels(), 3); - EXPECT_EQ(this->blob_top_c_->height(), 2); - EXPECT_EQ(this->blob_top_c_->width(), 4); - for (int i = 0; i < this->blob_top_a_->count(); ++i) { - EXPECT_EQ(7, this->blob_top_a_->cpu_data()[i]); - } - // Blob b uses a Gaussian filler, so SetUp should not have initialized it. - // Blob b's data should therefore be the default Blob data value: 0. - for (int i = 0; i < this->blob_top_b_->count(); ++i) { - EXPECT_EQ(0, this->blob_top_b_->cpu_data()[i]); - } - for (int i = 0; i < this->blob_top_c_->count(); ++i) { - EXPECT_EQ(9, this->blob_top_c_->cpu_data()[i]); - } - - // Do a Forward pass to fill in Blob b with Gaussian data. - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - for (int i = 0; i < this->blob_top_a_->count(); ++i) { - EXPECT_EQ(7, this->blob_top_a_->cpu_data()[i]); - } - // Check that the Gaussian's data has been filled in with values within - // 10 standard deviations of the mean. Record the first and last sample. - // to check that they're different after the next Forward pass. - for (int i = 0; i < this->blob_top_b_->count(); ++i) { - EXPECT_NEAR(gaussian_mean, this->blob_top_b_->cpu_data()[i], - gaussian_std * 10); - } - const TypeParam first_gaussian_sample = this->blob_top_b_->cpu_data()[0]; - const TypeParam last_gaussian_sample = - this->blob_top_b_->cpu_data()[this->blob_top_b_->count() - 1]; - for (int i = 0; i < this->blob_top_c_->count(); ++i) { - EXPECT_EQ(9, this->blob_top_c_->cpu_data()[i]); - } - - // Do another Forward pass to fill in Blob b with Gaussian data again, - // checking that we get different values. - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - for (int i = 0; i < this->blob_top_a_->count(); ++i) { - EXPECT_EQ(7, this->blob_top_a_->cpu_data()[i]); - } - for (int i = 0; i < this->blob_top_b_->count(); ++i) { - EXPECT_NEAR(gaussian_mean, this->blob_top_b_->cpu_data()[i], - gaussian_std * 10); - } - EXPECT_NE(first_gaussian_sample, this->blob_top_b_->cpu_data()[0]); - EXPECT_NE(last_gaussian_sample, - this->blob_top_b_->cpu_data()[this->blob_top_b_->count() - 1]); - for (int i = 0; i < this->blob_top_c_->count(); ++i) { - EXPECT_EQ(9, this->blob_top_c_->cpu_data()[i]); - } -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_eltwise_layer.cpp b/caffe-crfrnn/src/caffe/test/test_eltwise_layer.cpp deleted file mode 100644 index be0c1347..00000000 --- a/caffe-crfrnn/src/caffe/test/test_eltwise_layer.cpp +++ /dev/null @@ -1,209 +0,0 @@ -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -template -class EltwiseLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - EltwiseLayerTest() - : blob_bottom_a_(new Blob(2, 3, 4, 5)), - blob_bottom_b_(new Blob(2, 3, 4, 5)), - blob_bottom_c_(new Blob(2, 3, 4, 5)), - blob_top_(new Blob()) { - // fill the values - Caffe::set_random_seed(1701); - FillerParameter filler_param; - UniformFiller filler(filler_param); - filler.Fill(this->blob_bottom_a_); - filler.Fill(this->blob_bottom_b_); - filler.Fill(this->blob_bottom_c_); - blob_bottom_vec_.push_back(blob_bottom_a_); - blob_bottom_vec_.push_back(blob_bottom_b_); - blob_bottom_vec_.push_back(blob_bottom_c_); - blob_top_vec_.push_back(blob_top_); - } - virtual ~EltwiseLayerTest() { - delete blob_bottom_a_; - delete blob_bottom_b_; - delete blob_bottom_c_; - delete blob_top_; - } - Blob* const blob_bottom_a_; - Blob* const blob_bottom_b_; - Blob* const blob_bottom_c_; - Blob* const blob_top_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(EltwiseLayerTest, TestDtypesAndDevices); - -TYPED_TEST(EltwiseLayerTest, TestSetUp) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - EltwiseParameter* eltwise_param = layer_param.mutable_eltwise_param(); - eltwise_param->set_operation(EltwiseParameter_EltwiseOp_PROD); - shared_ptr > layer( - new EltwiseLayer(layer_param)); - layer->SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), 2); - EXPECT_EQ(this->blob_top_->channels(), 3); - EXPECT_EQ(this->blob_top_->height(), 4); - EXPECT_EQ(this->blob_top_->width(), 5); -} - -TYPED_TEST(EltwiseLayerTest, TestProd) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - EltwiseParameter* eltwise_param = layer_param.mutable_eltwise_param(); - eltwise_param->set_operation(EltwiseParameter_EltwiseOp_PROD); - shared_ptr > layer( - new EltwiseLayer(layer_param)); - layer->SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer->Forward(this->blob_bottom_vec_, this->blob_top_vec_); - const Dtype* data = this->blob_top_->cpu_data(); - const int count = this->blob_top_->count(); - const Dtype* in_data_a = this->blob_bottom_a_->cpu_data(); - const Dtype* in_data_b = this->blob_bottom_b_->cpu_data(); - const Dtype* in_data_c = this->blob_bottom_c_->cpu_data(); - for (int i = 0; i < count; ++i) { - EXPECT_EQ(data[i], in_data_a[i] * in_data_b[i] * in_data_c[i]); - } -} - -TYPED_TEST(EltwiseLayerTest, TestSum) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - EltwiseParameter* eltwise_param = layer_param.mutable_eltwise_param(); - eltwise_param->set_operation(EltwiseParameter_EltwiseOp_SUM); - shared_ptr > layer( - new EltwiseLayer(layer_param)); - layer->SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer->Forward(this->blob_bottom_vec_, this->blob_top_vec_); - const Dtype* data = this->blob_top_->cpu_data(); - const int count = this->blob_top_->count(); - const Dtype* in_data_a = this->blob_bottom_a_->cpu_data(); - const Dtype* in_data_b = this->blob_bottom_b_->cpu_data(); - const Dtype* in_data_c = this->blob_bottom_c_->cpu_data(); - for (int i = 0; i < count; ++i) { - EXPECT_EQ(data[i], in_data_a[i] + in_data_b[i] + in_data_c[i]); - } -} - -TYPED_TEST(EltwiseLayerTest, TestSumCoeff) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - EltwiseParameter* eltwise_param = layer_param.mutable_eltwise_param(); - eltwise_param->set_operation(EltwiseParameter_EltwiseOp_SUM); - eltwise_param->add_coeff(1); - eltwise_param->add_coeff(-0.5); - eltwise_param->add_coeff(2); - shared_ptr > layer( - new EltwiseLayer(layer_param)); - layer->SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer->Forward(this->blob_bottom_vec_, this->blob_top_vec_); - const Dtype* data = this->blob_top_->cpu_data(); - const int count = this->blob_top_->count(); - const Dtype* in_data_a = this->blob_bottom_a_->cpu_data(); - const Dtype* in_data_b = this->blob_bottom_b_->cpu_data(); - const Dtype* in_data_c = this->blob_bottom_c_->cpu_data(); - for (int i = 0; i < count; ++i) { - EXPECT_NEAR(data[i], in_data_a[i] - 0.5*in_data_b[i] + 2*in_data_c[i], - 1e-4); - } -} - -TYPED_TEST(EltwiseLayerTest, TestStableProdGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - EltwiseParameter* eltwise_param = layer_param.mutable_eltwise_param(); - eltwise_param->set_operation(EltwiseParameter_EltwiseOp_PROD); - eltwise_param->set_stable_prod_grad(true); - EltwiseLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientEltwise(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -TYPED_TEST(EltwiseLayerTest, TestUnstableProdGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - EltwiseParameter* eltwise_param = layer_param.mutable_eltwise_param(); - eltwise_param->set_operation(EltwiseParameter_EltwiseOp_PROD); - eltwise_param->set_stable_prod_grad(false); - EltwiseLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientEltwise(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -TYPED_TEST(EltwiseLayerTest, TestSumGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - EltwiseParameter* eltwise_param = layer_param.mutable_eltwise_param(); - eltwise_param->set_operation(EltwiseParameter_EltwiseOp_SUM); - EltwiseLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientEltwise(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -TYPED_TEST(EltwiseLayerTest, TestSumCoeffGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - EltwiseParameter* eltwise_param = layer_param.mutable_eltwise_param(); - eltwise_param->set_operation(EltwiseParameter_EltwiseOp_SUM); - eltwise_param->add_coeff(1); - eltwise_param->add_coeff(-0.5); - eltwise_param->add_coeff(2); - EltwiseLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientEltwise(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -TYPED_TEST(EltwiseLayerTest, TestMax) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - EltwiseParameter* eltwise_param = layer_param.mutable_eltwise_param(); - eltwise_param->set_operation(EltwiseParameter_EltwiseOp_MAX); - shared_ptr > layer( - new EltwiseLayer(layer_param)); - layer->SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer->Forward(this->blob_bottom_vec_, this->blob_top_vec_); - const Dtype* data = this->blob_top_->cpu_data(); - const int count = this->blob_top_->count(); - const Dtype* in_data_a = this->blob_bottom_a_->cpu_data(); - const Dtype* in_data_b = this->blob_bottom_b_->cpu_data(); - const Dtype* in_data_c = this->blob_bottom_c_->cpu_data(); - for (int i = 0; i < count; ++i) { - EXPECT_EQ(data[i], - std::max(in_data_a[i], std::max(in_data_b[i], in_data_c[i]))); - } -} - -TYPED_TEST(EltwiseLayerTest, TestMaxGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - EltwiseParameter* eltwise_param = layer_param.mutable_eltwise_param(); - eltwise_param->set_operation(EltwiseParameter_EltwiseOp_MAX); - EltwiseLayer layer(layer_param); - GradientChecker checker(1e-4, 1e-3); - checker.CheckGradientEltwise(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_euclidean_loss_layer.cpp b/caffe-crfrnn/src/caffe/test/test_euclidean_loss_layer.cpp deleted file mode 100644 index 1949742b..00000000 --- a/caffe-crfrnn/src/caffe/test/test_euclidean_loss_layer.cpp +++ /dev/null @@ -1,91 +0,0 @@ -#include -#include -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -template -class EuclideanLossLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - EuclideanLossLayerTest() - : blob_bottom_data_(new Blob(10, 5, 1, 1)), - blob_bottom_label_(new Blob(10, 5, 1, 1)), - blob_top_loss_(new Blob()) { - // fill the values - FillerParameter filler_param; - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_data_); - blob_bottom_vec_.push_back(blob_bottom_data_); - filler.Fill(this->blob_bottom_label_); - blob_bottom_vec_.push_back(blob_bottom_label_); - blob_top_vec_.push_back(blob_top_loss_); - } - virtual ~EuclideanLossLayerTest() { - delete blob_bottom_data_; - delete blob_bottom_label_; - delete blob_top_loss_; - } - - void TestForward() { - // Get the loss without a specified objective weight -- should be - // equivalent to explicitly specifiying a weight of 1. - LayerParameter layer_param; - EuclideanLossLayer layer_weight_1(layer_param); - layer_weight_1.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - const Dtype loss_weight_1 = - layer_weight_1.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - - // Get the loss again with a different objective weight; check that it is - // scaled appropriately. - const Dtype kLossWeight = 3.7; - layer_param.add_loss_weight(kLossWeight); - EuclideanLossLayer layer_weight_2(layer_param); - layer_weight_2.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - const Dtype loss_weight_2 = - layer_weight_2.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - const Dtype kErrorMargin = 1e-5; - EXPECT_NEAR(loss_weight_1 * kLossWeight, loss_weight_2, kErrorMargin); - // Make sure the loss is non-trivial. - const Dtype kNonTrivialAbsThresh = 1e-1; - EXPECT_GE(fabs(loss_weight_1), kNonTrivialAbsThresh); - } - - Blob* const blob_bottom_data_; - Blob* const blob_bottom_label_; - Blob* const blob_top_loss_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(EuclideanLossLayerTest, TestDtypesAndDevices); - -TYPED_TEST(EuclideanLossLayerTest, TestForward) { - this->TestForward(); -} - -TYPED_TEST(EuclideanLossLayerTest, TestGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - const Dtype kLossWeight = 3.7; - layer_param.add_loss_weight(kLossWeight); - EuclideanLossLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - GradientChecker checker(1e-2, 1e-2, 1701); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_filler.cpp b/caffe-crfrnn/src/caffe/test/test_filler.cpp deleted file mode 100644 index e04b0fd2..00000000 --- a/caffe-crfrnn/src/caffe/test/test_filler.cpp +++ /dev/null @@ -1,145 +0,0 @@ -#include - -#include "gtest/gtest.h" - -#include "caffe/filler.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -template -class ConstantFillerTest : public ::testing::Test { - protected: - ConstantFillerTest() - : blob_(new Blob(2, 3, 4, 5)), - filler_param_() { - filler_param_.set_value(10.); - filler_.reset(new ConstantFiller(filler_param_)); - filler_->Fill(blob_); - } - virtual ~ConstantFillerTest() { delete blob_; } - Blob* const blob_; - FillerParameter filler_param_; - shared_ptr > filler_; -}; - -TYPED_TEST_CASE(ConstantFillerTest, TestDtypes); - -TYPED_TEST(ConstantFillerTest, TestFill) { - EXPECT_TRUE(this->blob_); - const int count = this->blob_->count(); - const TypeParam* data = this->blob_->cpu_data(); - for (int i = 0; i < count; ++i) { - EXPECT_GE(data[i], this->filler_param_.value()); - } -} - - -template -class UniformFillerTest : public ::testing::Test { - protected: - UniformFillerTest() - : blob_(new Blob(2, 3, 4, 5)), - filler_param_() { - filler_param_.set_min(1.); - filler_param_.set_max(2.); - filler_.reset(new UniformFiller(filler_param_)); - filler_->Fill(blob_); - } - virtual ~UniformFillerTest() { delete blob_; } - Blob* const blob_; - FillerParameter filler_param_; - shared_ptr > filler_; -}; - -TYPED_TEST_CASE(UniformFillerTest, TestDtypes); - -TYPED_TEST(UniformFillerTest, TestFill) { - EXPECT_TRUE(this->blob_); - const int count = this->blob_->count(); - const TypeParam* data = this->blob_->cpu_data(); - for (int i = 0; i < count; ++i) { - EXPECT_GE(data[i], this->filler_param_.min()); - EXPECT_LE(data[i], this->filler_param_.max()); - } -} - -template -class PositiveUnitballFillerTest : public ::testing::Test { - protected: - PositiveUnitballFillerTest() - : blob_(new Blob(2, 3, 4, 5)), - filler_param_() { - filler_.reset(new PositiveUnitballFiller(filler_param_)); - filler_->Fill(blob_); - } - virtual ~PositiveUnitballFillerTest() { delete blob_; } - Blob* const blob_; - FillerParameter filler_param_; - shared_ptr > filler_; -}; - -TYPED_TEST_CASE(PositiveUnitballFillerTest, TestDtypes); - -TYPED_TEST(PositiveUnitballFillerTest, TestFill) { - EXPECT_TRUE(this->blob_); - const int num = this->blob_->num(); - const int count = this->blob_->count(); - const int dim = count / num; - const TypeParam* data = this->blob_->cpu_data(); - for (int i = 0; i < count; ++i) { - EXPECT_GE(data[i], 0); - EXPECT_LE(data[i], 1); - } - for (int i = 0; i < num; ++i) { - TypeParam sum = 0; - for (int j = 0; j < dim; ++j) { - sum += data[i * dim + j]; - } - EXPECT_GE(sum, 0.999); - EXPECT_LE(sum, 1.001); - } -} - -template -class GaussianFillerTest : public ::testing::Test { - protected: - GaussianFillerTest() - : blob_(new Blob(2, 3, 4, 5)), - filler_param_() { - filler_param_.set_mean(10.); - filler_param_.set_std(0.1); - filler_.reset(new GaussianFiller(filler_param_)); - filler_->Fill(blob_); - } - virtual ~GaussianFillerTest() { delete blob_; } - Blob* const blob_; - FillerParameter filler_param_; - shared_ptr > filler_; -}; - -TYPED_TEST_CASE(GaussianFillerTest, TestDtypes); - -TYPED_TEST(GaussianFillerTest, TestFill) { - EXPECT_TRUE(this->blob_); - const int count = this->blob_->count(); - const TypeParam* data = this->blob_->cpu_data(); - TypeParam mean = 0.; - TypeParam var = 0.; - for (int i = 0; i < count; ++i) { - mean += data[i]; - var += (data[i] - this->filler_param_.mean()) * - (data[i] - this->filler_param_.mean()); - } - mean /= count; - var /= count; - // Very loose test. - EXPECT_GE(mean, this->filler_param_.mean() - this->filler_param_.std() * 5); - EXPECT_LE(mean, this->filler_param_.mean() + this->filler_param_.std() * 5); - TypeParam target_var = this->filler_param_.std() * this->filler_param_.std(); - EXPECT_GE(var, target_var / 5.); - EXPECT_LE(var, target_var * 5.); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_flatten_layer.cpp b/caffe-crfrnn/src/caffe/test/test_flatten_layer.cpp deleted file mode 100644 index 3042d293..00000000 --- a/caffe-crfrnn/src/caffe/test/test_flatten_layer.cpp +++ /dev/null @@ -1,75 +0,0 @@ -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -template -class FlattenLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - protected: - FlattenLayerTest() - : blob_bottom_(new Blob(2, 3, 6, 5)), - blob_top_(new Blob()) { - Caffe::set_random_seed(1701); - // fill the values - FillerParameter filler_param; - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - blob_bottom_vec_.push_back(blob_bottom_); - blob_top_vec_.push_back(blob_top_); - } - virtual ~FlattenLayerTest() { delete blob_bottom_; delete blob_top_; } - Blob* const blob_bottom_; - Blob* const blob_top_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(FlattenLayerTest, TestDtypesAndDevices); - -TYPED_TEST(FlattenLayerTest, TestSetup) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - FlattenLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), 2); - EXPECT_EQ(this->blob_top_->channels(), 3 * 6 * 5); - EXPECT_EQ(this->blob_top_->height(), 1); - EXPECT_EQ(this->blob_top_->width(), 1); -} - -TYPED_TEST(FlattenLayerTest, Test) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - FlattenLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - for (int c = 0; c < 3 * 6 * 5; ++c) { - EXPECT_EQ(this->blob_top_->data_at(0, c, 0, 0), - this->blob_bottom_->data_at(0, c / (6 * 5), (c / 5) % 6, c % 5)); - EXPECT_EQ(this->blob_top_->data_at(1, c, 0, 0), - this->blob_bottom_->data_at(1, c / (6 * 5), (c / 5) % 6, c % 5)); - } -} - -TYPED_TEST(FlattenLayerTest, TestGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - FlattenLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-2); - checker.CheckGradientEltwise(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_gradient_based_solver.cpp b/caffe-crfrnn/src/caffe/test/test_gradient_based_solver.cpp deleted file mode 100644 index 65de52aa..00000000 --- a/caffe-crfrnn/src/caffe/test/test_gradient_based_solver.cpp +++ /dev/null @@ -1,485 +0,0 @@ -#include -#include -#include -#include - -#include "google/protobuf/text_format.h" - -#include "gtest/gtest.h" - -#include "caffe/common.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/solver.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -using std::ostringstream; - -namespace caffe { - -template -class GradientBasedSolverTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - GradientBasedSolverTest() : - seed_(1701), num_(5), channels_(3), height_(10), width_(10) {} - - shared_ptr > solver_; - int seed_; - int num_, channels_, height_, width_; - Dtype delta_; // Stability constant for AdaGrad. - - virtual SolverParameter_SolverType solver_type() = 0; - virtual void InitSolver(const SolverParameter& param) = 0; - - virtual void InitSolverFromProtoString(const string& proto) { - SolverParameter param; - CHECK(google::protobuf::TextFormat::ParseFromString(proto, ¶m)); - // Disable saving a final snapshot so the tests don't pollute the user's - // working directory with useless snapshots. - param.set_snapshot_after_train(false); - // Set the solver_mode according to current Caffe::mode. - switch (Caffe::mode()) { - case Caffe::CPU: - param.set_solver_mode(SolverParameter_SolverMode_CPU); - break; - case Caffe::GPU: - param.set_solver_mode(SolverParameter_SolverMode_GPU); - break; - default: - LOG(FATAL) << "Unknown Caffe mode: " << Caffe::mode(); - } - InitSolver(param); - delta_ = (solver_type() == SolverParameter_SolverType_ADAGRAD) ? - param.delta() : 0; - } - - void RunLeastSquaresSolver(const Dtype learning_rate, - const Dtype weight_decay, const Dtype momentum, const int num_iters) { - ostringstream proto; - proto << - "max_iter: " << num_iters << " " - "base_lr: " << learning_rate << " " - "lr_policy: 'fixed' " - "net_param { " - " name: 'TestNetwork' " - " layers: { " - " name: 'data' " - " type: DUMMY_DATA " - " dummy_data_param { " - " num: " << num_ << " " - " channels: " << channels_ << " " - " height: " << height_ << " " - " width: " << width_ << " " - " channels: 1 " - " height: 1 " - " width: 1 " - " data_filler { " - " type: 'gaussian' " - " std: 1.0 " - " } " - " } " - " top: 'data' " - " top: 'targets' " - " } " - " layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 1 " - " weight_filler { " - " type: 'gaussian' " - " std: 1.0 " - " } " - " bias_filler { " - " type: 'gaussian' " - " std: 1.0 " - " } " - " } " - " bottom: 'data' " - " top: 'innerprod' " - " } " - " layers: { " - " name: 'loss' " - " type: EUCLIDEAN_LOSS " - " bottom: 'innerprod' " - " bottom: 'targets' " - " } " - "} "; - if (weight_decay != 0) { - proto << "weight_decay: " << weight_decay << " "; - } - if (momentum != 0) { - proto << "momentum: " << momentum << " "; - } - Caffe::set_random_seed(this->seed_); - this->InitSolverFromProtoString(proto.str()); - this->solver_->Solve(); - } - - // Compute an update value given the current state of the train net, - // using the analytical formula for the least squares gradient. - // updated_params will store the updated weight and bias results, - // using the blobs' diffs to hold the update values themselves. - void ComputeLeastSquaresUpdate(const Dtype learning_rate, - const Dtype weight_decay, const Dtype momentum, - vector > >* updated_params) { - const int N = num_; - const int D = channels_ * height_ * width_; - - // Run a forward pass, and manually compute the update values from the - // result. - Net& net = *this->solver_->net(); - vector*> empty_bottom_vec; - net.Forward(empty_bottom_vec); - ASSERT_TRUE(net.has_blob("data")); - const Blob& data = *net.blob_by_name("data"); - ASSERT_TRUE(net.has_blob("targets")); - const Blob& targets = *net.blob_by_name("targets"); - ASSERT_TRUE(net.has_layer("innerprod")); - const vector > >& param_blobs = - net.layer_by_name("innerprod")->blobs(); - const int num_param_blobs = 2; - ASSERT_EQ(num_param_blobs, param_blobs.size()); - const Blob& weights = *param_blobs[0]; - const Blob& bias = *param_blobs[1]; - ASSERT_EQ(D * N, data.count()); - ASSERT_EQ(N, targets.count()); - ASSERT_EQ(D, weights.count()); - ASSERT_EQ(1, bias.count()); - - updated_params->clear(); - updated_params->resize(num_param_blobs); - for (int i = 0; i < num_param_blobs; ++i) { - (*updated_params)[i].reset(new Blob()); - } - Blob& updated_weights = *(*updated_params)[0]; - updated_weights.ReshapeLike(weights); - Blob& updated_bias = *(*updated_params)[1]; - updated_bias.ReshapeLike(bias); - - for (int i = 0; i <= D; ++i) { - // Compute the derivative with respect to the ith weight (i.e., the ith - // element of the gradient). - Dtype grad = 0; - for (int j = 0; j <= D; ++j) { - // Compute element (i, j) of X^T * X. - Dtype element = 0; - for (int k = 0; k < N; ++k) { - // (i, k) in X^T (== (k, i) in X) times (k, j) in X. - const Dtype element_i = (i == D) ? 1 : data.cpu_data()[k * D + i]; - const Dtype element_j = (j == D) ? 1 : data.cpu_data()[k * D + j]; - element += element_i * element_j; - } - if (j == D) { - grad += element * bias.cpu_data()[0]; - } else { - grad += element * weights.cpu_data()[j]; - } - } - for (int k = 0; k < N; ++k) { - const Dtype element_i = (i == D) ? 1 : data.cpu_data()[k * D + i]; - grad -= element_i * targets.cpu_data()[k]; - } - // Scale the gradient over the N samples. - grad /= N; - // Add the weight decay to the gradient. - grad += weight_decay * - ((i == D) ? bias.cpu_data()[0] : weights.cpu_data()[i]); - // Finally, compute update. - const vector > >& history = solver_->history(); - ASSERT_EQ(2, history.size()); // 1 blob for weights, 1 for bias - Dtype update_value = learning_rate * grad; - const Dtype history_value = (i == D) ? - history[1]->cpu_data()[0] : history[0]->cpu_data()[i]; - const Dtype temp = momentum * history_value; - switch (solver_type()) { - case SolverParameter_SolverType_SGD: - update_value += temp; - break; - case SolverParameter_SolverType_NESTEROV: - update_value += temp; - // step back then over-step - update_value = (1 + momentum) * update_value - temp; - break; - case SolverParameter_SolverType_ADAGRAD: - update_value /= std::sqrt(history_value + grad * grad) + delta_; - break; - default: - LOG(FATAL) << "Unknown solver type: " << solver_type(); - } - if (i == D) { - updated_bias.mutable_cpu_diff()[0] = update_value; - updated_bias.mutable_cpu_data()[0] = bias.cpu_data()[0] - update_value; - } else { - updated_weights.mutable_cpu_diff()[i] = update_value; - updated_weights.mutable_cpu_data()[i] = - weights.cpu_data()[i] - update_value; - } - } - } - - void CheckLeastSquaresUpdate( - const vector > >& updated_params) { - const int D = channels_ * height_ * width_; - - const Blob& updated_weights = *updated_params[0]; - const Blob& updated_bias = *updated_params[1]; - - Net& net = *this->solver_->net(); - ASSERT_TRUE(net.has_layer("innerprod")); - const vector > >& param_blobs = - net.layer_by_name("innerprod")->blobs(); - ASSERT_EQ(2, param_blobs.size()); - const Blob& solver_updated_weights = *param_blobs[0]; - ASSERT_EQ(D, solver_updated_weights.count()); - const double kPrecision = 1e-2; - const double kMinPrecision = 1e-7; - for (int i = 0; i < D; ++i) { - const Dtype expected_updated_weight = updated_weights.cpu_data()[i]; - const Dtype solver_updated_weight = solver_updated_weights.cpu_data()[i]; - const Dtype error_margin = std::max(kMinPrecision, kPrecision * - std::min(fabs(expected_updated_weight), fabs(solver_updated_weight))); - EXPECT_NEAR(expected_updated_weight, solver_updated_weight, error_margin); - } - const Blob& solver_updated_bias_blob = *param_blobs[1]; - ASSERT_EQ(1, solver_updated_bias_blob.count()); - const Dtype expected_updated_bias = updated_bias.cpu_data()[0]; - const Dtype solver_updated_bias = solver_updated_bias_blob.cpu_data()[0]; - const Dtype error_margin = std::max(kMinPrecision, kPrecision * - std::min(fabs(expected_updated_bias), fabs(solver_updated_bias))); - EXPECT_NEAR(expected_updated_bias, solver_updated_bias, error_margin); - - // Check the solver's history -- should contain the previous update value. - if (solver_type() == SolverParameter_SolverType_SGD) { - const vector > >& history = solver_->history(); - ASSERT_EQ(2, history.size()); - for (int i = 0; i < D; ++i) { - const Dtype expected_history = updated_weights.cpu_diff()[i]; - const Dtype solver_history = history[0]->cpu_data()[i]; - const Dtype error_margin_hist = std::max(kMinPrecision, kPrecision * - std::min(fabs(expected_history), fabs(solver_history))); - EXPECT_NEAR(expected_history, solver_history, error_margin_hist); - } - const Dtype expected_history = updated_bias.cpu_diff()[0]; - const Dtype solver_history = history[1]->cpu_data()[0]; - const Dtype error_margin_hist = std::max(kMinPrecision, kPrecision * - std::min(fabs(expected_history), fabs(solver_history))); - EXPECT_NEAR(expected_history, solver_history, error_margin_hist); - } - } - - // Test that the correct update is computed for a regularized least squares - // problem: - // - // E = (1/(2n)) || X w - y ||^2 + (lambda / 2) || w ||^2 - // \nabla_w E = (1/n) (X^T X w - X^T y) + lambda * w - // - // X \in R^{n x (d+1)} (each example is a row, (d+1)th element is always 1) - // w \in R^{(d+1) x 1} ((d+1)th element is the bias) - // y \in R^{n x 1} - // lambda is weight_decay - // - // TestLeastSquaresUpdate works "inductively", assuming that the solver - // correctly updates the net K (= iter_to_check) times, then given the history - // from the Kth update, we compute the (K+1)th update and check that it - // matches the solver's (K+1)th update. - void TestLeastSquaresUpdate(const Dtype learning_rate = 1.0, - const Dtype weight_decay = 0.0, const Dtype momentum = 0.0, - const int iter_to_check = 0) { - // Initialize the solver and run K (= iter_to_check) solver iterations. - RunLeastSquaresSolver(learning_rate, weight_decay, momentum, iter_to_check); - - // Compute the (K+1)th update using the analytic least squares gradient. - vector > > updated_params; - ComputeLeastSquaresUpdate(learning_rate, weight_decay, momentum, - &updated_params); - - // Reinitialize the solver and run K+1 solver iterations. - RunLeastSquaresSolver(learning_rate, weight_decay, momentum, - iter_to_check + 1); - - // Check that the solver's solution matches ours. - CheckLeastSquaresUpdate(updated_params); - } -}; - - -template -class SGDSolverTest : public GradientBasedSolverTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - virtual void InitSolver(const SolverParameter& param) { - this->solver_.reset(new SGDSolver(param)); - } - - virtual SolverParameter_SolverType solver_type() { - return SolverParameter_SolverType_SGD; - } -}; - -TYPED_TEST_CASE(SGDSolverTest, TestDtypesAndDevices); - -TYPED_TEST(SGDSolverTest, TestLeastSquaresUpdate) { - this->TestLeastSquaresUpdate(); -} - -TYPED_TEST(SGDSolverTest, TestLeastSquaresUpdateLROneTenth) { - typedef typename TypeParam::Dtype Dtype; - const Dtype kLearningRate = 0.1; - this->TestLeastSquaresUpdate(kLearningRate); -} - -TYPED_TEST(SGDSolverTest, TestLeastSquaresUpdateWithWeightDecay) { - typedef typename TypeParam::Dtype Dtype; - const Dtype kLearningRate = 1.0; - const Dtype kWeightDecay = 0.5; - this->TestLeastSquaresUpdate(kLearningRate, kWeightDecay); -} - -TYPED_TEST(SGDSolverTest, TestLeastSquaresUpdateWithMomentum) { - typedef typename TypeParam::Dtype Dtype; - const Dtype kLearningRate = 1.0; - const Dtype kWeightDecay = 0.0; - const Dtype kMomentum = 0.5; - const int kNumIters = 1; - for (int i = 0; i <= kNumIters; ++i) { - this->TestLeastSquaresUpdate(kLearningRate, kWeightDecay, kMomentum, i); - } -} - -TYPED_TEST(SGDSolverTest, TestLeastSquaresUpdateWithMomentumMultiIter) { - typedef typename TypeParam::Dtype Dtype; - const Dtype kLearningRate = 1.0; - const Dtype kWeightDecay = 0.0; - const Dtype kMomentum = 0.5; - const int kNumIters = 4; - for (int i = 0; i <= kNumIters; ++i) { - this->TestLeastSquaresUpdate(kLearningRate, kWeightDecay, kMomentum, i); - } -} - -TYPED_TEST(SGDSolverTest, TestLeastSquaresUpdateWithEverything) { - typedef typename TypeParam::Dtype Dtype; - const Dtype kLearningRate = 0.01; - const Dtype kWeightDecay = 0.1; - const Dtype kMomentum = 0.9; - const int kNumIters = 4; - for (int i = 0; i <= kNumIters; ++i) { - this->TestLeastSquaresUpdate(kLearningRate, kWeightDecay, kMomentum, i); - } -} - - -template -class AdaGradSolverTest : public GradientBasedSolverTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - virtual void InitSolver(const SolverParameter& param) { - this->solver_.reset(new AdaGradSolver(param)); - } - virtual SolverParameter_SolverType solver_type() { - return SolverParameter_SolverType_ADAGRAD; - } -}; - -TYPED_TEST_CASE(AdaGradSolverTest, TestDtypesAndDevices); - -TYPED_TEST(AdaGradSolverTest, TestAdaGradLeastSquaresUpdate) { - this->TestLeastSquaresUpdate(); -} - -TYPED_TEST(AdaGradSolverTest, TestAdaGradLeastSquaresUpdateLROneTenth) { - typedef typename TypeParam::Dtype Dtype; - const Dtype kLearningRate = 0.1; - this->TestLeastSquaresUpdate(kLearningRate); -} - -TYPED_TEST(AdaGradSolverTest, TestAdaGradLeastSquaresUpdateWithWeightDecay) { - typedef typename TypeParam::Dtype Dtype; - const Dtype kLearningRate = 1.0; - const Dtype kWeightDecay = 0.5; - this->TestLeastSquaresUpdate(kLearningRate, kWeightDecay); -} - -TYPED_TEST(AdaGradSolverTest, TestAdaGradLeastSquaresUpdateWithEverything) { - typedef typename TypeParam::Dtype Dtype; - const Dtype kLearningRate = 0.01; - const Dtype kWeightDecay = 0.1; - const Dtype kMomentum = 0.0; - const int kNumIters = 4; - for (int i = 0; i <= kNumIters; ++i) { - this->TestLeastSquaresUpdate(kLearningRate, kWeightDecay, kMomentum, i); - } -} - - -template -class NesterovSolverTest : public GradientBasedSolverTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - virtual void InitSolver(const SolverParameter& param) { - this->solver_.reset(new NesterovSolver(param)); - } - virtual SolverParameter_SolverType solver_type() { - return SolverParameter_SolverType_NESTEROV; - } -}; - -TYPED_TEST_CASE(NesterovSolverTest, TestDtypesAndDevices); - -TYPED_TEST(NesterovSolverTest, TestNesterovLeastSquaresUpdate) { - this->TestLeastSquaresUpdate(); -} - -TYPED_TEST(NesterovSolverTest, TestNesterovLeastSquaresUpdateLROneTenth) { - typedef typename TypeParam::Dtype Dtype; - const Dtype kLearningRate = 0.1; - this->TestLeastSquaresUpdate(kLearningRate); -} - -TYPED_TEST(NesterovSolverTest, TestNesterovLeastSquaresUpdateWithWeightDecay) { - typedef typename TypeParam::Dtype Dtype; - const Dtype kLearningRate = 1.0; - const Dtype kWeightDecay = 0.5; - this->TestLeastSquaresUpdate(kLearningRate, kWeightDecay); -} - -TYPED_TEST(NesterovSolverTest, TestNesterovLeastSquaresUpdateWithMomentum) { - typedef typename TypeParam::Dtype Dtype; - const Dtype kLearningRate = 1.0; - const Dtype kWeightDecay = 0.0; - const Dtype kMomentum = 0.5; - const int kNumIters = 1; - for (int i = 0; i <= kNumIters; ++i) { - this->TestLeastSquaresUpdate(kLearningRate, kWeightDecay, kMomentum, i); - } -} - -TYPED_TEST(NesterovSolverTest, TestLeastSquaresUpdateWithMomentumMultiIter) { - typedef typename TypeParam::Dtype Dtype; - const Dtype kLearningRate = 1.0; - const Dtype kWeightDecay = 0.0; - const Dtype kMomentum = 0.5; - const int kNumIters = 4; - for (int i = 0; i <= kNumIters; ++i) { - this->TestLeastSquaresUpdate(kLearningRate, kWeightDecay, kMomentum, i); - } -} - -TYPED_TEST(NesterovSolverTest, TestNesterovLeastSquaresUpdateWithEverything) { - typedef typename TypeParam::Dtype Dtype; - const Dtype kLearningRate = 0.01; - const Dtype kWeightDecay = 0.1; - const Dtype kMomentum = 0.9; - const int kNumIters = 4; - for (int i = 0; i <= kNumIters; ++i) { - this->TestLeastSquaresUpdate(kLearningRate, kWeightDecay, kMomentum, i); - } -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_hdf5_output_layer.cpp b/caffe-crfrnn/src/caffe/test/test_hdf5_output_layer.cpp deleted file mode 100644 index 2e8f0969..00000000 --- a/caffe-crfrnn/src/caffe/test/test_hdf5_output_layer.cpp +++ /dev/null @@ -1,120 +0,0 @@ -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/util/io.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -template -class HDF5OutputLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - HDF5OutputLayerTest() - : input_file_name_( - CMAKE_SOURCE_DIR "caffe/test/test_data/sample_data.h5"), - blob_data_(new Blob()), - blob_label_(new Blob()), - num_(5), - channels_(8), - height_(5), - width_(5) { - MakeTempFilename(&output_file_name_); - } - - virtual ~HDF5OutputLayerTest() { - delete blob_data_; - delete blob_label_; - } - - void CheckBlobEqual(const Blob& b1, const Blob& b2); - - string output_file_name_; - string input_file_name_; - Blob* const blob_data_; - Blob* const blob_label_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; - int num_; - int channels_; - int height_; - int width_; -}; - -template -void HDF5OutputLayerTest::CheckBlobEqual(const Blob& b1, - const Blob& b2) { - EXPECT_EQ(b1.num(), b2.num()); - EXPECT_EQ(b1.channels(), b2.channels()); - EXPECT_EQ(b1.height(), b2.height()); - EXPECT_EQ(b1.width(), b2.width()); - for (int n = 0; n < b1.num(); ++n) { - for (int c = 0; c < b1.channels(); ++c) { - for (int h = 0; h < b1.height(); ++h) { - for (int w = 0; w < b1.width(); ++w) { - EXPECT_EQ(b1.data_at(n, c, h, w), b2.data_at(n, c, h, w)); - } - } - } - } -} - -TYPED_TEST_CASE(HDF5OutputLayerTest, TestDtypesAndDevices); - -TYPED_TEST(HDF5OutputLayerTest, TestForward) { - typedef typename TypeParam::Dtype Dtype; - LOG(INFO) << "Loading HDF5 file " << this->input_file_name_; - hid_t file_id = H5Fopen(this->input_file_name_.c_str(), H5F_ACC_RDONLY, - H5P_DEFAULT); - ASSERT_GE(file_id, 0)<< "Failed to open HDF5 file" << - this->input_file_name_; - hdf5_load_nd_dataset(file_id, HDF5_DATA_DATASET_NAME, 0, 4, - this->blob_data_); - hdf5_load_nd_dataset(file_id, HDF5_DATA_LABEL_NAME, 0, 4, - this->blob_label_); - herr_t status = H5Fclose(file_id); - EXPECT_GE(status, 0)<< "Failed to close HDF5 file " << - this->input_file_name_; - this->blob_bottom_vec_.push_back(this->blob_data_); - this->blob_bottom_vec_.push_back(this->blob_label_); - - LayerParameter param; - param.mutable_hdf5_output_param()->set_file_name(this->output_file_name_); - // This code block ensures that the layer is deconstructed and - // the output hdf5 file is closed. - { - HDF5OutputLayer layer(param); - EXPECT_EQ(layer.file_name(), this->output_file_name_); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - } - file_id = H5Fopen(this->output_file_name_.c_str(), H5F_ACC_RDONLY, - H5P_DEFAULT); - ASSERT_GE( - file_id, 0)<< "Failed to open HDF5 file" << - this->input_file_name_; - - Blob* blob_data = new Blob(); - hdf5_load_nd_dataset(file_id, HDF5_DATA_DATASET_NAME, 0, 4, - blob_data); - this->CheckBlobEqual(*(this->blob_data_), *blob_data); - - Blob* blob_label = new Blob(); - hdf5_load_nd_dataset(file_id, HDF5_DATA_LABEL_NAME, 0, 4, - blob_label); - this->CheckBlobEqual(*(this->blob_label_), *blob_label); - - status = H5Fclose(file_id); - EXPECT_GE(status, 0) << "Failed to close HDF5 file " << - this->output_file_name_; -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_hdf5data_layer.cpp b/caffe-crfrnn/src/caffe/test/test_hdf5data_layer.cpp deleted file mode 100644 index 8d3b3d1e..00000000 --- a/caffe-crfrnn/src/caffe/test/test_hdf5data_layer.cpp +++ /dev/null @@ -1,137 +0,0 @@ -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -template -class HDF5DataLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - HDF5DataLayerTest() - : filename(NULL), - blob_top_data_(new Blob()), - blob_top_label_(new Blob()), - blob_top_label2_(new Blob()) {} - virtual void SetUp() { - blob_top_vec_.push_back(blob_top_data_); - blob_top_vec_.push_back(blob_top_label_); - blob_top_vec_.push_back(blob_top_label2_); - - // Check out generate_sample_data.py in the same directory. - filename = new string( - CMAKE_SOURCE_DIR "caffe/test/test_data/sample_data_list.txt" CMAKE_EXT); - LOG(INFO)<< "Using sample HDF5 data file " << filename; - } - - virtual ~HDF5DataLayerTest() { - delete blob_top_data_; - delete blob_top_label_; - delete blob_top_label2_; - delete filename; - } - - string* filename; - Blob* const blob_top_data_; - Blob* const blob_top_label_; - Blob* const blob_top_label2_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(HDF5DataLayerTest, TestDtypesAndDevices); - -TYPED_TEST(HDF5DataLayerTest, TestRead) { - typedef typename TypeParam::Dtype Dtype; - // Create LayerParameter with the known parameters. - // The data file we are reading has 10 rows and 8 columns, - // with values from 0 to 10*8 reshaped in row-major order. - LayerParameter param; - param.add_top("data"); - param.add_top("label"); - param.add_top("label2"); - - HDF5DataParameter* hdf5_data_param = param.mutable_hdf5_data_param(); - int batch_size = 5; - hdf5_data_param->set_batch_size(batch_size); - hdf5_data_param->set_source(*(this->filename)); - int num_cols = 8; - int height = 6; - int width = 5; - - // Test that the layer setup got the correct parameters. - HDF5DataLayer layer(param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_data_->num(), batch_size); - EXPECT_EQ(this->blob_top_data_->channels(), num_cols); - EXPECT_EQ(this->blob_top_data_->height(), height); - EXPECT_EQ(this->blob_top_data_->width(), width); - - EXPECT_EQ(this->blob_top_label_->num(), batch_size); - EXPECT_EQ(this->blob_top_label_->channels(), 1); - EXPECT_EQ(this->blob_top_label_->height(), 1); - EXPECT_EQ(this->blob_top_label_->width(), 1); - - EXPECT_EQ(this->blob_top_label2_->num(), batch_size); - EXPECT_EQ(this->blob_top_label2_->channels(), 1); - EXPECT_EQ(this->blob_top_label2_->height(), 1); - EXPECT_EQ(this->blob_top_label2_->width(), 1); - - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - - // Go through the data 10 times (5 batches). - const int data_size = num_cols * height * width; - for (int iter = 0; iter < 10; ++iter) { - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - - // On even iterations, we're reading the first half of the data. - // On odd iterations, we're reading the second half of the data. - // NB: label is 1-indexed - int label_offset = 1 + ((iter % 2 == 0) ? 0 : batch_size); - int label2_offset = 1 + label_offset; - int data_offset = (iter % 2 == 0) ? 0 : batch_size * data_size; - - // Every two iterations we are reading the second file, - // which has the same labels, but data is offset by total data size, - // which is 2400 (see generate_sample_data). - int file_offset = (iter % 4 < 2) ? 0 : 2400; - - for (int i = 0; i < batch_size; ++i) { - EXPECT_EQ( - label_offset + i, - this->blob_top_label_->cpu_data()[i]); - EXPECT_EQ( - label2_offset + i, - this->blob_top_label2_->cpu_data()[i]); - } - for (int i = 0; i < batch_size; ++i) { - for (int j = 0; j < num_cols; ++j) { - for (int h = 0; h < height; ++h) { - for (int w = 0; w < width; ++w) { - int idx = ( - i * num_cols * height * width + - j * height * width + - h * width + w); - EXPECT_EQ( - file_offset + data_offset + idx, - this->blob_top_data_->cpu_data()[idx]) - << "debug: i " << i << " j " << j - << " iter " << iter; - } - } - } - } - } -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_hinge_loss_layer.cpp b/caffe-crfrnn/src/caffe/test/test_hinge_loss_layer.cpp deleted file mode 100644 index b6a99022..00000000 --- a/caffe-crfrnn/src/caffe/test/test_hinge_loss_layer.cpp +++ /dev/null @@ -1,76 +0,0 @@ -#include -#include -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -template -class HingeLossLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - HingeLossLayerTest() - : blob_bottom_data_(new Blob(10, 5, 1, 1)), - blob_bottom_label_(new Blob(10, 1, 1, 1)), - blob_top_loss_(new Blob()) { - // fill the values - Caffe::set_random_seed(1701); - FillerParameter filler_param; - filler_param.set_std(10); - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_data_); - blob_bottom_vec_.push_back(blob_bottom_data_); - for (int i = 0; i < blob_bottom_label_->count(); ++i) { - blob_bottom_label_->mutable_cpu_data()[i] = caffe_rng_rand() % 5; - } - blob_bottom_vec_.push_back(blob_bottom_label_); - blob_top_vec_.push_back(blob_top_loss_); - } - virtual ~HingeLossLayerTest() { - delete blob_bottom_data_; - delete blob_bottom_label_; - delete blob_top_loss_; - } - Blob* const blob_bottom_data_; - Blob* const blob_bottom_label_; - Blob* const blob_top_loss_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(HingeLossLayerTest, TestDtypesAndDevices); - - -TYPED_TEST(HingeLossLayerTest, TestGradientL1) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - HingeLossLayer layer(layer_param); - GradientChecker checker(1e-2, 2e-3, 1701, 1, 0.01); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_, 0); -} - -TYPED_TEST(HingeLossLayerTest, TestGradientL2) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - // Set norm to L2 - HingeLossParameter* hinge_loss_param = layer_param.mutable_hinge_loss_param(); - hinge_loss_param->set_norm(HingeLossParameter_Norm_L2); - HingeLossLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-2, 1701); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_, 0); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_im2col_kernel.cu b/caffe-crfrnn/src/caffe/test/test_im2col_kernel.cu deleted file mode 100644 index ee684c00..00000000 --- a/caffe-crfrnn/src/caffe/test/test_im2col_kernel.cu +++ /dev/null @@ -1,127 +0,0 @@ -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/util/im2col.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -// Forward declare kernel functions -template -__global__ void im2col_gpu_kernel(const int n, const Dtype* data_im, - const int height, const int width, const int kernel_h, const int kernel_w, - const int pad_h, const int pad_w, - const int stride_h, const int stride_w, - const int height_col, const int width_col, - Dtype* data_col); - -extern cudaDeviceProp CAFFE_TEST_CUDA_PROP; - -template -class Im2colKernelTest : public ::testing::Test { - protected: - Im2colKernelTest() - // big so launches > 1024 threads - : blob_bottom_(new Blob(5, 500, 10, 10)), - blob_top_(new Blob()), - blob_top_cpu_(new Blob()) { - FillerParameter filler_param; - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - - height_ = blob_bottom_->height(); - width_ = blob_bottom_->width(); - channels_ = blob_bottom_->channels(); - pad_ = 0; - stride_ = 2; - kernel_size_ = 3; - height_col_ = (height_ + 2 * pad_ - kernel_size_) / stride_ + 1; - width_col_ = (width_ + 2 * pad_ - kernel_size_) / stride_ + 1; - } - - virtual ~Im2colKernelTest() { - delete blob_bottom_; - delete blob_top_; - delete blob_top_cpu_; - } - - Blob* const blob_bottom_; - Blob* const blob_top_; - Blob* const blob_top_cpu_; - int height_; - int width_; - int channels_; - int pad_; - int stride_; - int kernel_size_; - int height_col_; - int width_col_; -}; - -TYPED_TEST_CASE(Im2colKernelTest, TestDtypes); - -TYPED_TEST(Im2colKernelTest, TestGPU) { - Caffe::set_mode(Caffe::GPU); - - // Reshape the blobs to correct size for im2col output - this->blob_top_->Reshape(this->blob_bottom_->num(), - this->channels_ * this->kernel_size_ * this->kernel_size_, - this->height_col_, - this->width_col_); - - this->blob_top_cpu_->Reshape(this->blob_bottom_->num(), - this->channels_ * this->kernel_size_ * this->kernel_size_, - this->height_col_, - this->width_col_); - - const TypeParam* bottom_data = this->blob_bottom_->gpu_data(); - TypeParam* top_data = this->blob_top_->mutable_gpu_data(); - TypeParam* cpu_data = this->blob_top_cpu_->mutable_cpu_data(); - - // CPU Version - for (int n = 0; n < this->blob_bottom_->num(); ++n) { - im2col_cpu(this->blob_bottom_->cpu_data() + this->blob_bottom_->offset(n), - this->channels_, this->height_, this->width_, - this->kernel_size_, this->kernel_size_, this->pad_, this->pad_, - this->stride_, this->stride_, - cpu_data + this->blob_top_cpu_->offset(n)); - } - - // GPU version - int num_kernels = this->channels_ * this->height_col_ * this->width_col_; - int default_grid_dim = CAFFE_GET_BLOCKS(num_kernels); - - // Launch with different grid sizes - for (int grid_div = 2; grid_div <= 8; grid_div++) { - for (int n = 0; n < this->blob_bottom_->num(); ++n) { - int grid_dim = default_grid_dim/grid_div; - // NOLINT_NEXT_LINE(whitespace/operators) - im2col_gpu_kernel<<>>( - num_kernels, bottom_data + this->blob_bottom_->offset(n), - this->height_, this->width_, this->kernel_size_, this->kernel_size_, - this->pad_, this->pad_, this->stride_, this->stride_, - this->height_col_, this->width_col_, - top_data + this->blob_top_->offset(n)); - CUDA_POST_KERNEL_CHECK; - } - - // Compare results against CPU version - for (int i = 0; i < this->blob_top_->count(); ++i) { - TypeParam cpuval = cpu_data[i]; - TypeParam gpuval = this->blob_top_->cpu_data()[i]; - EXPECT_EQ(cpuval, gpuval); - if (cpuval != gpuval) { - break; - } - } - } -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_im2col_layer.cpp b/caffe-crfrnn/src/caffe/test/test_im2col_layer.cpp deleted file mode 100644 index f50abe10..00000000 --- a/caffe-crfrnn/src/caffe/test/test_im2col_layer.cpp +++ /dev/null @@ -1,118 +0,0 @@ -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -template -class Im2colLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - protected: - Im2colLayerTest() - : blob_bottom_(new Blob(2, 3, 6, 5)), - blob_top_(new Blob()) { - // fill the values - FillerParameter filler_param; - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - blob_bottom_vec_.push_back(blob_bottom_); - blob_top_vec_.push_back(blob_top_); - } - virtual ~Im2colLayerTest() { delete blob_bottom_; delete blob_top_; } - Blob* const blob_bottom_; - Blob* const blob_top_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(Im2colLayerTest, TestDtypesAndDevices); - -TYPED_TEST(Im2colLayerTest, TestSetup) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - ConvolutionParameter* convolution_param = - layer_param.mutable_convolution_param(); - convolution_param->set_kernel_size(3); - convolution_param->set_stride(2); - Im2colLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), 2); - EXPECT_EQ(this->blob_top_->channels(), 27); - EXPECT_EQ(this->blob_top_->height(), 2); - EXPECT_EQ(this->blob_top_->width(), 2); -} - -TYPED_TEST(Im2colLayerTest, TestForward) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - ConvolutionParameter* convolution_param = - layer_param.mutable_convolution_param(); - convolution_param->set_kernel_size(3); - convolution_param->set_stride(2); - Im2colLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // We are lazy and will only check the top left block - for (int c = 0; c < 27; ++c) { - EXPECT_EQ(this->blob_bottom_->data_at(0, (c / 9), (c / 3) % 3, c % 3), - this->blob_top_->data_at(0, c, 0, 0)); - } -} - -TYPED_TEST(Im2colLayerTest, TestGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - ConvolutionParameter* convolution_param = - layer_param.mutable_convolution_param(); - convolution_param->set_kernel_size(3); - convolution_param->set_stride(2); - Im2colLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-2); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - - -TYPED_TEST(Im2colLayerTest, TestRect) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - ConvolutionParameter* convolution_param = - layer_param.mutable_convolution_param(); - convolution_param->set_kernel_h(5); - convolution_param->set_kernel_w(3); - convolution_param->set_stride(2); - Im2colLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // We are lazy and will only check the top left block - for (int c = 0; c < 45; ++c) { - EXPECT_EQ(this->blob_top_->data_at(0, c, 0, 0), - this->blob_bottom_->data_at(0, (c / 15), (c / 3) % 5, c % 3)); - } -} - - -TYPED_TEST(Im2colLayerTest, TestRectGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - ConvolutionParameter* convolution_param = - layer_param.mutable_convolution_param(); - convolution_param->set_kernel_h(5); - convolution_param->set_kernel_w(3); - convolution_param->set_stride(2); - Im2colLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-2); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_image_data_layer.cpp b/caffe-crfrnn/src/caffe/test/test_image_data_layer.cpp deleted file mode 100644 index 77523ef8..00000000 --- a/caffe-crfrnn/src/caffe/test/test_image_data_layer.cpp +++ /dev/null @@ -1,144 +0,0 @@ -#include -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/util/io.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -template -class ImageDataLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - ImageDataLayerTest() - : seed_(1701), - blob_top_data_(new Blob()), - blob_top_label_(new Blob()) {} - virtual void SetUp() { - MakeTempFilename(&filename_); - blob_top_vec_.push_back(blob_top_data_); - blob_top_vec_.push_back(blob_top_label_); - Caffe::set_random_seed(seed_); - // Create a Vector of files with labels - std::ofstream outfile(filename_.c_str(), std::ofstream::out); - LOG(INFO) << "Using temporary file " << filename_; - for (int i = 0; i < 5; ++i) { - outfile << EXAMPLES_SOURCE_DIR "images/cat.jpg " << i; - } - outfile.close(); - } - - virtual ~ImageDataLayerTest() { - delete blob_top_data_; - delete blob_top_label_; - } - - int seed_; - string filename_; - Blob* const blob_top_data_; - Blob* const blob_top_label_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(ImageDataLayerTest, TestDtypesAndDevices); - -TYPED_TEST(ImageDataLayerTest, TestRead) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter param; - ImageDataParameter* image_data_param = param.mutable_image_data_param(); - image_data_param->set_batch_size(5); - image_data_param->set_source(this->filename_.c_str()); - image_data_param->set_shuffle(false); - ImageDataLayer layer(param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_data_->num(), 5); - EXPECT_EQ(this->blob_top_data_->channels(), 3); - EXPECT_EQ(this->blob_top_data_->height(), 360); - EXPECT_EQ(this->blob_top_data_->width(), 480); - EXPECT_EQ(this->blob_top_label_->num(), 5); - EXPECT_EQ(this->blob_top_label_->channels(), 1); - EXPECT_EQ(this->blob_top_label_->height(), 1); - EXPECT_EQ(this->blob_top_label_->width(), 1); - // Go through the data twice - for (int iter = 0; iter < 2; ++iter) { - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - for (int i = 0; i < 5; ++i) { - EXPECT_EQ(i, this->blob_top_label_->cpu_data()[i]); - } - } -} - -TYPED_TEST(ImageDataLayerTest, TestResize) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter param; - ImageDataParameter* image_data_param = param.mutable_image_data_param(); - image_data_param->set_batch_size(5); - image_data_param->set_source(this->filename_.c_str()); - image_data_param->set_new_height(256); - image_data_param->set_new_width(256); - image_data_param->set_shuffle(false); - ImageDataLayer layer(param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_data_->num(), 5); - EXPECT_EQ(this->blob_top_data_->channels(), 3); - EXPECT_EQ(this->blob_top_data_->height(), 256); - EXPECT_EQ(this->blob_top_data_->width(), 256); - EXPECT_EQ(this->blob_top_label_->num(), 5); - EXPECT_EQ(this->blob_top_label_->channels(), 1); - EXPECT_EQ(this->blob_top_label_->height(), 1); - EXPECT_EQ(this->blob_top_label_->width(), 1); - // Go through the data twice - for (int iter = 0; iter < 2; ++iter) { - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - for (int i = 0; i < 5; ++i) { - EXPECT_EQ(i, this->blob_top_label_->cpu_data()[i]); - } - } -} - -TYPED_TEST(ImageDataLayerTest, TestShuffle) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter param; - ImageDataParameter* image_data_param = param.mutable_image_data_param(); - image_data_param->set_batch_size(5); - image_data_param->set_source(this->filename_.c_str()); - image_data_param->set_shuffle(true); - ImageDataLayer layer(param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_data_->num(), 5); - EXPECT_EQ(this->blob_top_data_->channels(), 3); - EXPECT_EQ(this->blob_top_data_->height(), 360); - EXPECT_EQ(this->blob_top_data_->width(), 480); - EXPECT_EQ(this->blob_top_label_->num(), 5); - EXPECT_EQ(this->blob_top_label_->channels(), 1); - EXPECT_EQ(this->blob_top_label_->height(), 1); - EXPECT_EQ(this->blob_top_label_->width(), 1); - // Go through the data twice - for (int iter = 0; iter < 2; ++iter) { - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - map values_to_indices; - int num_in_order = 0; - for (int i = 0; i < 5; ++i) { - Dtype value = this->blob_top_label_->cpu_data()[i]; - // Check that the value has not been seen already (no duplicates). - EXPECT_EQ(values_to_indices.find(value), values_to_indices.end()); - values_to_indices[value] = i; - num_in_order += (value == Dtype(i)); - } - EXPECT_EQ(5, values_to_indices.size()); - EXPECT_GT(5, num_in_order); - } -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_infogain_loss_layer.cpp b/caffe-crfrnn/src/caffe/test/test_infogain_loss_layer.cpp deleted file mode 100644 index 7ec2f807..00000000 --- a/caffe-crfrnn/src/caffe/test/test_infogain_loss_layer.cpp +++ /dev/null @@ -1,70 +0,0 @@ -#include -#include -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/loss_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -template -class InfogainLossLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - InfogainLossLayerTest() - : blob_bottom_data_(new Blob(10, 5, 1, 1)), - blob_bottom_label_(new Blob(10, 1, 1, 1)), - blob_bottom_infogain_(new Blob(1, 1, 5, 5)), - blob_top_loss_(new Blob()) { - Caffe::set_random_seed(1701); - FillerParameter filler_param; - PositiveUnitballFiller filler(filler_param); - filler.Fill(this->blob_bottom_data_); - blob_bottom_vec_.push_back(blob_bottom_data_); - for (int i = 0; i < blob_bottom_label_->count(); ++i) { - blob_bottom_label_->mutable_cpu_data()[i] = caffe_rng_rand() % 5; - } - blob_bottom_vec_.push_back(blob_bottom_label_); - filler_param.set_min(0.1); - filler_param.set_max(2.0); - UniformFiller infogain_filler(filler_param); - infogain_filler.Fill(this->blob_bottom_infogain_); - blob_bottom_vec_.push_back(blob_bottom_infogain_); - blob_top_vec_.push_back(blob_top_loss_); - } - virtual ~InfogainLossLayerTest() { - delete blob_bottom_data_; - delete blob_bottom_label_; - delete blob_bottom_infogain_; - delete blob_top_loss_; - } - Blob* const blob_bottom_data_; - Blob* const blob_bottom_label_; - Blob* const blob_bottom_infogain_; - Blob* const blob_top_loss_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(InfogainLossLayerTest, TestDtypesAndDevices); - - -TYPED_TEST(InfogainLossLayerTest, TestGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - InfogainLossLayer layer(layer_param); - GradientChecker checker(1e-4, 2e-2, 1701, 1, 0.01); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_, 0); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_inner_product_layer.cpp b/caffe-crfrnn/src/caffe/test/test_inner_product_layer.cpp deleted file mode 100644 index c03df173..00000000 --- a/caffe-crfrnn/src/caffe/test/test_inner_product_layer.cpp +++ /dev/null @@ -1,113 +0,0 @@ -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -#ifndef CPU_ONLY -extern cudaDeviceProp CAFFE_TEST_CUDA_PROP; -#endif - -template -class InnerProductLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - protected: - InnerProductLayerTest() - : blob_bottom_(new Blob(2, 3, 4, 5)), - blob_top_(new Blob()) { - // fill the values - FillerParameter filler_param; - UniformFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - blob_bottom_vec_.push_back(blob_bottom_); - blob_top_vec_.push_back(blob_top_); - } - virtual ~InnerProductLayerTest() { delete blob_bottom_; delete blob_top_; } - Blob* const blob_bottom_; - Blob* const blob_top_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(InnerProductLayerTest, TestDtypesAndDevices); - -TYPED_TEST(InnerProductLayerTest, TestSetUp) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - InnerProductParameter* inner_product_param = - layer_param.mutable_inner_product_param(); - inner_product_param->set_num_output(10); - shared_ptr > layer( - new InnerProductLayer(layer_param)); - layer->SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), 2); - EXPECT_EQ(this->blob_top_->height(), 1); - EXPECT_EQ(this->blob_top_->width(), 1); - EXPECT_EQ(this->blob_top_->channels(), 10); -} - -TYPED_TEST(InnerProductLayerTest, TestForward) { - typedef typename TypeParam::Dtype Dtype; - bool IS_VALID_CUDA = false; -#ifndef CPU_ONLY - IS_VALID_CUDA = CAFFE_TEST_CUDA_PROP.major >= 2; -#endif - if (Caffe::mode() == Caffe::CPU || - sizeof(Dtype) == 4 || IS_VALID_CUDA) { - LayerParameter layer_param; - InnerProductParameter* inner_product_param = - layer_param.mutable_inner_product_param(); - inner_product_param->set_num_output(10); - inner_product_param->mutable_weight_filler()->set_type("uniform"); - inner_product_param->mutable_bias_filler()->set_type("uniform"); - inner_product_param->mutable_bias_filler()->set_min(1); - inner_product_param->mutable_bias_filler()->set_max(2); - shared_ptr > layer( - new InnerProductLayer(layer_param)); - layer->SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer->Forward(this->blob_bottom_vec_, this->blob_top_vec_); - const Dtype* data = this->blob_top_->cpu_data(); - const int count = this->blob_top_->count(); - for (int i = 0; i < count; ++i) { - EXPECT_GE(data[i], 1.); - } - } else { - LOG(ERROR) << "Skipping test due to old architecture."; - } -} - -TYPED_TEST(InnerProductLayerTest, TestGradient) { - typedef typename TypeParam::Dtype Dtype; - bool IS_VALID_CUDA = false; -#ifndef CPU_ONLY - IS_VALID_CUDA = CAFFE_TEST_CUDA_PROP.major >= 2; -#endif - if (Caffe::mode() == Caffe::CPU || - sizeof(Dtype) == 4 || IS_VALID_CUDA) { - LayerParameter layer_param; - InnerProductParameter* inner_product_param = - layer_param.mutable_inner_product_param(); - inner_product_param->set_num_output(10); - inner_product_param->mutable_weight_filler()->set_type("gaussian"); - inner_product_param->mutable_bias_filler()->set_type("gaussian"); - inner_product_param->mutable_bias_filler()->set_min(1); - inner_product_param->mutable_bias_filler()->set_max(2); - InnerProductLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); - } else { - LOG(ERROR) << "Skipping test due to old architecture."; - } -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_internal_thread.cpp b/caffe-crfrnn/src/caffe/test/test_internal_thread.cpp deleted file mode 100644 index 31882b6d..00000000 --- a/caffe-crfrnn/src/caffe/test/test_internal_thread.cpp +++ /dev/null @@ -1,23 +0,0 @@ -#include "glog/logging.h" -#include "gtest/gtest.h" - -#include "caffe/internal_thread.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - - -class InternalThreadTest : public ::testing::Test {}; - -TEST_F(InternalThreadTest, TestStartAndExit) { - InternalThread thread; - EXPECT_FALSE(thread.is_started()); - EXPECT_TRUE(thread.StartInternalThread()); - EXPECT_TRUE(thread.is_started()); - EXPECT_TRUE(thread.WaitForInternalThreadToExit()); - EXPECT_FALSE(thread.is_started()); -} - -} // namespace caffe - diff --git a/caffe-crfrnn/src/caffe/test/test_io.cpp b/caffe-crfrnn/src/caffe/test/test_io.cpp deleted file mode 100644 index 4d941fa8..00000000 --- a/caffe-crfrnn/src/caffe/test/test_io.cpp +++ /dev/null @@ -1,359 +0,0 @@ -#include -#include -#include -#include - -#include - -#include "gtest/gtest.h" - -#include "caffe/common.hpp" -#include "caffe/util/io.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -class IOTest : public ::testing::Test {}; - -bool ReadImageToDatumReference(const string& filename, const int label, - const int height, const int width, const bool is_color, Datum* datum) { - cv::Mat cv_img; - int cv_read_flag = (is_color ? CV_LOAD_IMAGE_COLOR : - CV_LOAD_IMAGE_GRAYSCALE); - - cv::Mat cv_img_origin = cv::imread(filename, cv_read_flag); - if (!cv_img_origin.data) { - LOG(ERROR) << "Could not open or find file " << filename; - return false; - } - if (height > 0 && width > 0) { - cv::resize(cv_img_origin, cv_img, cv::Size(width, height)); - } else { - cv_img = cv_img_origin; - } - - int num_channels = (is_color ? 3 : 1); - datum->set_channels(num_channels); - datum->set_height(cv_img.rows); - datum->set_width(cv_img.cols); - datum->set_label(label); - datum->clear_data(); - datum->clear_float_data(); - string* datum_string = datum->mutable_data(); - if (is_color) { - for (int c = 0; c < num_channels; ++c) { - for (int h = 0; h < cv_img.rows; ++h) { - for (int w = 0; w < cv_img.cols; ++w) { - datum_string->push_back( - static_cast(cv_img.at(h, w)[c])); - } - } - } - } else { // Faster than repeatedly testing is_color for each pixel w/i loop - for (int h = 0; h < cv_img.rows; ++h) { - for (int w = 0; w < cv_img.cols; ++w) { - datum_string->push_back( - static_cast(cv_img.at(h, w))); - } - } - } - return true; -} - -TEST_F(IOTest, TestReadImageToDatum) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - Datum datum; - ReadImageToDatum(filename, 0, &datum); - EXPECT_EQ(datum.channels(), 3); - EXPECT_EQ(datum.height(), 360); - EXPECT_EQ(datum.width(), 480); -} - -TEST_F(IOTest, TestReadImageToDatumReference) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - Datum datum, datum_ref; - ReadImageToDatum(filename, 0, 0, 0, true, &datum); - ReadImageToDatumReference(filename, 0, 0, 0, true, &datum_ref); - EXPECT_EQ(datum.channels(), datum_ref.channels()); - EXPECT_EQ(datum.height(), datum_ref.height()); - EXPECT_EQ(datum.width(), datum_ref.width()); - EXPECT_EQ(datum.data().size(), datum_ref.data().size()); - - const string& data = datum.data(); - const string& data_ref = datum.data(); - - for (int i = 0; i < datum.data().size(); ++i) { - EXPECT_TRUE(data[i] == data_ref[i]); - } -} - - -TEST_F(IOTest, TestReadImageToDatumReferenceResized) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - Datum datum, datum_ref; - ReadImageToDatum(filename, 0, 100, 200, true, &datum); - ReadImageToDatumReference(filename, 0, 100, 200, true, &datum_ref); - EXPECT_EQ(datum.channels(), datum_ref.channels()); - EXPECT_EQ(datum.height(), datum_ref.height()); - EXPECT_EQ(datum.width(), datum_ref.width()); - EXPECT_EQ(datum.data().size(), datum_ref.data().size()); - - const string& data = datum.data(); - const string& data_ref = datum.data(); - - for (int i = 0; i < datum.data().size(); ++i) { - EXPECT_TRUE(data[i] == data_ref[i]); - } -} - -TEST_F(IOTest, TestReadImageToDatumContent) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - Datum datum; - ReadImageToDatum(filename, 0, &datum); - cv::Mat cv_img = ReadImageToCVMat(filename); - EXPECT_EQ(datum.channels(), cv_img.channels()); - EXPECT_EQ(datum.height(), cv_img.rows); - EXPECT_EQ(datum.width(), cv_img.cols); - - const string& data = datum.data(); - int index = 0; - for (int c = 0; c < datum.channels(); ++c) { - for (int h = 0; h < datum.height(); ++h) { - for (int w = 0; w < datum.width(); ++w) { - EXPECT_TRUE(data[index++] == - static_cast(cv_img.at(h, w)[c])); - } - } - } -} - -TEST_F(IOTest, TestReadImageToDatumContentGray) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - Datum datum; - const bool is_color = false; - ReadImageToDatum(filename, 0, is_color, &datum); - cv::Mat cv_img = ReadImageToCVMat(filename, is_color); - EXPECT_EQ(datum.channels(), cv_img.channels()); - EXPECT_EQ(datum.height(), cv_img.rows); - EXPECT_EQ(datum.width(), cv_img.cols); - - const string& data = datum.data(); - int index = 0; - for (int h = 0; h < datum.height(); ++h) { - for (int w = 0; w < datum.width(); ++w) { - EXPECT_TRUE(data[index++] == static_cast(cv_img.at(h, w))); - } - } -} - -TEST_F(IOTest, TestReadImageToDatumResized) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - Datum datum; - ReadImageToDatum(filename, 0, 100, 200, &datum); - EXPECT_EQ(datum.channels(), 3); - EXPECT_EQ(datum.height(), 100); - EXPECT_EQ(datum.width(), 200); -} - - -TEST_F(IOTest, TestReadImageToDatumResizedSquare) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - Datum datum; - ReadImageToDatum(filename, 0, 256, 256, &datum); - EXPECT_EQ(datum.channels(), 3); - EXPECT_EQ(datum.height(), 256); - EXPECT_EQ(datum.width(), 256); -} - -TEST_F(IOTest, TestReadImageToDatumGray) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - Datum datum; - const bool is_color = false; - ReadImageToDatum(filename, 0, is_color, &datum); - EXPECT_EQ(datum.channels(), 1); - EXPECT_EQ(datum.height(), 360); - EXPECT_EQ(datum.width(), 480); -} - -TEST_F(IOTest, TestReadImageToDatumResizedGray) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - Datum datum; - const bool is_color = false; - ReadImageToDatum(filename, 0, 256, 256, is_color, &datum); - EXPECT_EQ(datum.channels(), 1); - EXPECT_EQ(datum.height(), 256); - EXPECT_EQ(datum.width(), 256); -} - -TEST_F(IOTest, TestReadImageToCVMat) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - cv::Mat cv_img = ReadImageToCVMat(filename); - EXPECT_EQ(cv_img.channels(), 3); - EXPECT_EQ(cv_img.rows, 360); - EXPECT_EQ(cv_img.cols, 480); -} - -TEST_F(IOTest, TestReadImageToCVMatResized) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - cv::Mat cv_img = ReadImageToCVMat(filename, 100, 200); - EXPECT_EQ(cv_img.channels(), 3); - EXPECT_EQ(cv_img.rows, 100); - EXPECT_EQ(cv_img.cols, 200); -} - -TEST_F(IOTest, TestReadImageToCVMatResizedSquare) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - cv::Mat cv_img = ReadImageToCVMat(filename, 256, 256); - EXPECT_EQ(cv_img.channels(), 3); - EXPECT_EQ(cv_img.rows, 256); - EXPECT_EQ(cv_img.cols, 256); -} - -TEST_F(IOTest, TestReadImageToCVMatGray) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - const bool is_color = false; - cv::Mat cv_img = ReadImageToCVMat(filename, is_color); - EXPECT_EQ(cv_img.channels(), 1); - EXPECT_EQ(cv_img.rows, 360); - EXPECT_EQ(cv_img.cols, 480); -} - -TEST_F(IOTest, TestReadImageToCVMatResizedGray) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - const bool is_color = false; - cv::Mat cv_img = ReadImageToCVMat(filename, 256, 256, is_color); - EXPECT_EQ(cv_img.channels(), 1); - EXPECT_EQ(cv_img.rows, 256); - EXPECT_EQ(cv_img.cols, 256); -} - -TEST_F(IOTest, TestCVMatToDatum) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - cv::Mat cv_img = ReadImageToCVMat(filename); - Datum datum; - CVMatToDatum(cv_img, &datum); - EXPECT_EQ(datum.channels(), 3); - EXPECT_EQ(datum.height(), 360); - EXPECT_EQ(datum.width(), 480); -} - -TEST_F(IOTest, TestCVMatToDatumContent) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - cv::Mat cv_img = ReadImageToCVMat(filename); - Datum datum; - CVMatToDatum(cv_img, &datum); - Datum datum_ref; - ReadImageToDatum(filename, 0, &datum_ref); - EXPECT_EQ(datum.channels(), datum_ref.channels()); - EXPECT_EQ(datum.height(), datum_ref.height()); - EXPECT_EQ(datum.width(), datum_ref.width()); - EXPECT_EQ(datum.data().size(), datum_ref.data().size()); - - const string& data = datum.data(); - const string& data_ref = datum_ref.data(); - for (int i = 0; i < datum.data().size(); ++i) { - EXPECT_TRUE(data[i] == data_ref[i]); - } -} - -TEST_F(IOTest, TestCVMatToDatumReference) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - cv::Mat cv_img = ReadImageToCVMat(filename); - Datum datum; - CVMatToDatum(cv_img, &datum); - Datum datum_ref; - ReadImageToDatumReference(filename, 0, 0, 0, true, &datum_ref); - EXPECT_EQ(datum.channels(), datum_ref.channels()); - EXPECT_EQ(datum.height(), datum_ref.height()); - EXPECT_EQ(datum.width(), datum_ref.width()); - EXPECT_EQ(datum.data().size(), datum_ref.data().size()); - - const string& data = datum.data(); - const string& data_ref = datum_ref.data(); - for (int i = 0; i < datum.data().size(); ++i) { - EXPECT_TRUE(data[i] == data_ref[i]); - } -} - -TEST_F(IOTest, TestReadFileToDatum) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - Datum datum; - EXPECT_TRUE(ReadFileToDatum(filename, &datum)); - EXPECT_TRUE(datum.encoded()); - EXPECT_EQ(datum.label(), -1); - EXPECT_EQ(datum.data().size(), 140391); -} - -TEST_F(IOTest, TestDecodeDatum) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - Datum datum; - EXPECT_TRUE(ReadFileToDatum(filename, &datum)); - EXPECT_TRUE(DecodeDatum(&datum)); - EXPECT_FALSE(DecodeDatum(&datum)); - Datum datum_ref; - ReadImageToDatumReference(filename, 0, 0, 0, true, &datum_ref); - EXPECT_EQ(datum.channels(), datum_ref.channels()); - EXPECT_EQ(datum.height(), datum_ref.height()); - EXPECT_EQ(datum.width(), datum_ref.width()); - EXPECT_EQ(datum.data().size(), datum_ref.data().size()); - - const string& data = datum.data(); - const string& data_ref = datum_ref.data(); - for (int i = 0; i < datum.data().size(); ++i) { - EXPECT_TRUE(data[i] == data_ref[i]); - } -} - -TEST_F(IOTest, TestDecodeDatumToCVMat) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - Datum datum; - EXPECT_TRUE(ReadFileToDatum(filename, &datum)); - cv::Mat cv_img = DecodeDatumToCVMat(datum); - EXPECT_EQ(cv_img.channels(), 3); - EXPECT_EQ(cv_img.rows, 360); - EXPECT_EQ(cv_img.cols, 480); -} - -TEST_F(IOTest, TestDecodeDatumToCVMatResized) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - Datum datum; - EXPECT_TRUE(ReadFileToDatum(filename, &datum)); - cv::Mat cv_img = DecodeDatumToCVMat(datum, 100, 200); - EXPECT_EQ(cv_img.channels(), 3); - EXPECT_EQ(cv_img.rows, 100); - EXPECT_EQ(cv_img.cols, 200); -} - -TEST_F(IOTest, TestDecodeDatumToCVMatResizedGray) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - Datum datum; - EXPECT_TRUE(ReadFileToDatum(filename, &datum)); - const bool is_color = false; - cv::Mat cv_img = DecodeDatumToCVMat(datum, 200, 100, is_color); - EXPECT_EQ(cv_img.channels(), 1); - EXPECT_EQ(cv_img.rows, 200); - EXPECT_EQ(cv_img.cols, 100); -} - -TEST_F(IOTest, TestDecodeDatumToCVMatContent) { - string filename = EXAMPLES_SOURCE_DIR "images/cat.jpg"; - Datum datum; - EXPECT_TRUE(ReadFileToDatum(filename, &datum)); - cv::Mat cv_img = DecodeDatumToCVMat(datum); - cv::Mat cv_img_ref = ReadImageToCVMat(filename); - EXPECT_EQ(cv_img_ref.channels(), cv_img.channels()); - EXPECT_EQ(cv_img_ref.rows, cv_img.rows); - EXPECT_EQ(cv_img_ref.cols, cv_img.cols); - - for (int c = 0; c < datum.channels(); ++c) { - for (int h = 0; h < datum.height(); ++h) { - for (int w = 0; w < datum.width(); ++w) { - EXPECT_TRUE(cv_img.at(h, w)[c]== - cv_img_ref.at(h, w)[c]); - } - } - } -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_lrn_layer.cpp b/caffe-crfrnn/src/caffe/test/test_lrn_layer.cpp deleted file mode 100644 index 07425df9..00000000 --- a/caffe-crfrnn/src/caffe/test/test_lrn_layer.cpp +++ /dev/null @@ -1,212 +0,0 @@ -#include -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -using std::min; -using std::max; - -namespace caffe { - -template -class LRNLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - LRNLayerTest() - : epsilon_(Dtype(1e-5)), - blob_bottom_(new Blob()), - blob_top_(new Blob()) {} - virtual void SetUp() { - Caffe::set_random_seed(1701); - blob_bottom_->Reshape(2, 7, 3, 3); - // fill the values - FillerParameter filler_param; - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - blob_bottom_vec_.push_back(blob_bottom_); - blob_top_vec_.push_back(blob_top_); - } - virtual ~LRNLayerTest() { delete blob_bottom_; delete blob_top_; } - void ReferenceLRNForward(const Blob& blob_bottom, - const LayerParameter& layer_param, Blob* blob_top); - - Dtype epsilon_; - Blob* const blob_bottom_; - Blob* const blob_top_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -template -void LRNLayerTest::ReferenceLRNForward( - const Blob& blob_bottom, const LayerParameter& layer_param, - Blob* blob_top) { - typedef typename TypeParam::Dtype Dtype; - blob_top->Reshape(blob_bottom.num(), blob_bottom.channels(), - blob_bottom.height(), blob_bottom.width()); - Dtype* top_data = blob_top->mutable_cpu_data(); - LRNParameter lrn_param = layer_param.lrn_param(); - Dtype alpha = lrn_param.alpha(); - Dtype beta = lrn_param.beta(); - int size = lrn_param.local_size(); - switch (lrn_param.norm_region()) { - case LRNParameter_NormRegion_ACROSS_CHANNELS: - for (int n = 0; n < blob_bottom.num(); ++n) { - for (int c = 0; c < blob_bottom.channels(); ++c) { - for (int h = 0; h < blob_bottom.height(); ++h) { - for (int w = 0; w < blob_bottom.width(); ++w) { - int c_start = c - (size - 1) / 2; - int c_end = min(c_start + size, blob_bottom.channels()); - c_start = max(c_start, 0); - Dtype scale = 1.; - for (int i = c_start; i < c_end; ++i) { - Dtype value = blob_bottom.data_at(n, i, h, w); - scale += value * value * alpha / size; - } - *(top_data + blob_top->offset(n, c, h, w)) = - blob_bottom.data_at(n, c, h, w) / pow(scale, beta); - } - } - } - } - break; - case LRNParameter_NormRegion_WITHIN_CHANNEL: - for (int n = 0; n < blob_bottom.num(); ++n) { - for (int c = 0; c < blob_bottom.channels(); ++c) { - for (int h = 0; h < blob_bottom.height(); ++h) { - int h_start = h - (size - 1) / 2; - int h_end = min(h_start + size, blob_bottom.height()); - h_start = max(h_start, 0); - for (int w = 0; w < blob_bottom.width(); ++w) { - Dtype scale = 1.; - int w_start = w - (size - 1) / 2; - int w_end = min(w_start + size, blob_bottom.width()); - w_start = max(w_start, 0); - for (int nh = h_start; nh < h_end; ++nh) { - for (int nw = w_start; nw < w_end; ++nw) { - Dtype value = blob_bottom.data_at(n, c, nh, nw); - scale += value * value * alpha / (size * size); - } - } - *(top_data + blob_top->offset(n, c, h, w)) = - blob_bottom.data_at(n, c, h, w) / pow(scale, beta); - } - } - } - } - break; - default: - LOG(FATAL) << "Unknown normalization region."; - } -} - -TYPED_TEST_CASE(LRNLayerTest, TestDtypesAndDevices); - -TYPED_TEST(LRNLayerTest, TestSetupAcrossChannels) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - LRNLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), 2); - EXPECT_EQ(this->blob_top_->channels(), 7); - EXPECT_EQ(this->blob_top_->height(), 3); - EXPECT_EQ(this->blob_top_->width(), 3); -} - -TYPED_TEST(LRNLayerTest, TestForwardAcrossChannels) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - LRNLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - Blob top_reference; - this->ReferenceLRNForward(*(this->blob_bottom_), layer_param, - &top_reference); - for (int i = 0; i < this->blob_bottom_->count(); ++i) { - EXPECT_NEAR(this->blob_top_->cpu_data()[i], top_reference.cpu_data()[i], - this->epsilon_); - } -} - -TYPED_TEST(LRNLayerTest, TestGradientAcrossChannels) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - LRNLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-2); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - for (int i = 0; i < this->blob_top_->count(); ++i) { - this->blob_top_->mutable_cpu_diff()[i] = 1.; - } - vector propagate_down(this->blob_bottom_vec_.size(), true); - layer.Backward(this->blob_top_vec_, propagate_down, - this->blob_bottom_vec_); - // for (int i = 0; i < this->blob_bottom_->count(); ++i) { - // std::cout << "CPU diff " << this->blob_bottom_->cpu_diff()[i] - // << std::endl; - // } - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -TYPED_TEST(LRNLayerTest, TestSetupWithinChannel) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - layer_param.mutable_lrn_param()->set_norm_region( - LRNParameter_NormRegion_WITHIN_CHANNEL); - layer_param.mutable_lrn_param()->set_local_size(3); - LRNLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), 2); - EXPECT_EQ(this->blob_top_->channels(), 7); - EXPECT_EQ(this->blob_top_->height(), 3); - EXPECT_EQ(this->blob_top_->width(), 3); -} - -TYPED_TEST(LRNLayerTest, TestForwardWithinChannel) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - layer_param.mutable_lrn_param()->set_norm_region( - LRNParameter_NormRegion_WITHIN_CHANNEL); - layer_param.mutable_lrn_param()->set_local_size(3); - LRNLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - Blob top_reference; - this->ReferenceLRNForward(*(this->blob_bottom_), layer_param, - &top_reference); - for (int i = 0; i < this->blob_bottom_->count(); ++i) { - EXPECT_NEAR(this->blob_top_->cpu_data()[i], top_reference.cpu_data()[i], - this->epsilon_); - } -} - -TYPED_TEST(LRNLayerTest, TestGradientWithinChannel) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - layer_param.mutable_lrn_param()->set_norm_region( - LRNParameter_NormRegion_WITHIN_CHANNEL); - layer_param.mutable_lrn_param()->set_local_size(3); - LRNLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-2); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - for (int i = 0; i < this->blob_top_->count(); ++i) { - this->blob_top_->mutable_cpu_diff()[i] = 1.; - } - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_math_functions.cpp b/caffe-crfrnn/src/caffe/test/test_math_functions.cpp deleted file mode 100644 index 667f744b..00000000 --- a/caffe-crfrnn/src/caffe/test/test_math_functions.cpp +++ /dev/null @@ -1,235 +0,0 @@ -#include // for uint32_t & uint64_t -#include -#include -#include // for std::fabs -#include // for rand_r - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/util/math_functions.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -template -class MathFunctionsTest : public ::testing::Test { - protected: - MathFunctionsTest() - : blob_bottom_(new Blob()), - blob_top_(new Blob()) { - } - - virtual void SetUp() { - Caffe::set_random_seed(1701); - this->blob_bottom_->Reshape(11, 17, 19, 23); - this->blob_top_->Reshape(11, 17, 19, 23); - // fill the values - FillerParameter filler_param; - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - filler.Fill(this->blob_top_); - } - - virtual ~MathFunctionsTest() { - delete blob_bottom_; - delete blob_top_; - } - - // http://en.wikipedia.org/wiki/Hamming_distance - int ReferenceHammingDistance(const int n, const Dtype* x, const Dtype* y) { - int dist = 0; - uint64_t val; - for (int i = 0; i < n; ++i) { - if (sizeof(Dtype) == 8) { - val = static_cast(x[i]) ^ static_cast(y[i]); - } else if (sizeof(Dtype) == 4) { - val = static_cast(x[i]) ^ static_cast(y[i]); - } else { - LOG(FATAL) << "Unrecognized Dtype size: " << sizeof(Dtype); - } - // Count the number of set bits - while (val) { - ++dist; - val &= val - 1; - } - } - return dist; - } - - Blob* const blob_bottom_; - Blob* const blob_top_; -}; - -TYPED_TEST_CASE(MathFunctionsTest, TestDtypes); - -TYPED_TEST(MathFunctionsTest, TestNothing) { - // The first test case of a test suite takes the longest time - // due to the set up overhead. -} - -TYPED_TEST(MathFunctionsTest, TestHammingDistanceCPU) { - int n = this->blob_bottom_->count(); - const TypeParam* x = this->blob_bottom_->cpu_data(); - const TypeParam* y = this->blob_top_->cpu_data(); - EXPECT_EQ(this->ReferenceHammingDistance(n, x, y), - caffe_cpu_hamming_distance(n, x, y)); -} - -TYPED_TEST(MathFunctionsTest, TestAsumCPU) { - int n = this->blob_bottom_->count(); - const TypeParam* x = this->blob_bottom_->cpu_data(); - TypeParam std_asum = 0; - for (int i = 0; i < n; ++i) { - std_asum += std::fabs(x[i]); - } - TypeParam cpu_asum = caffe_cpu_asum(n, x); - EXPECT_LT((cpu_asum - std_asum) / std_asum, 1e-2); -} - -TYPED_TEST(MathFunctionsTest, TestSignCPU) { - int n = this->blob_bottom_->count(); - const TypeParam* x = this->blob_bottom_->cpu_data(); - caffe_cpu_sign(n, x, this->blob_bottom_->mutable_cpu_diff()); - const TypeParam* signs = this->blob_bottom_->cpu_diff(); - for (int i = 0; i < n; ++i) { - EXPECT_EQ(signs[i], x[i] > 0 ? 1 : (x[i] < 0 ? -1 : 0)); - } -} - -TYPED_TEST(MathFunctionsTest, TestSgnbitCPU) { - int n = this->blob_bottom_->count(); - const TypeParam* x = this->blob_bottom_->cpu_data(); - caffe_cpu_sgnbit(n, x, this->blob_bottom_->mutable_cpu_diff()); - const TypeParam* signbits = this->blob_bottom_->cpu_diff(); - for (int i = 0; i < n; ++i) { - EXPECT_EQ(signbits[i], x[i] < 0 ? 1 : 0); - } -} - -TYPED_TEST(MathFunctionsTest, TestFabsCPU) { - int n = this->blob_bottom_->count(); - const TypeParam* x = this->blob_bottom_->cpu_data(); - caffe_abs(n, x, this->blob_bottom_->mutable_cpu_diff()); - const TypeParam* abs_val = this->blob_bottom_->cpu_diff(); - for (int i = 0; i < n; ++i) { - EXPECT_EQ(abs_val[i], x[i] > 0 ? x[i] : -x[i]); - } -} - -TYPED_TEST(MathFunctionsTest, TestScaleCPU) { - int n = this->blob_bottom_->count(); - TypeParam alpha = this->blob_bottom_->cpu_diff()[caffe_rng_rand() % - this->blob_bottom_->count()]; - caffe_cpu_scale(n, alpha, this->blob_bottom_->cpu_data(), - this->blob_bottom_->mutable_cpu_diff()); - const TypeParam* scaled = this->blob_bottom_->cpu_diff(); - const TypeParam* x = this->blob_bottom_->cpu_data(); - for (int i = 0; i < n; ++i) { - EXPECT_EQ(scaled[i], x[i] * alpha); - } -} - -TYPED_TEST(MathFunctionsTest, TestCopyCPU) { - const int n = this->blob_bottom_->count(); - const TypeParam* bottom_data = this->blob_bottom_->cpu_data(); - TypeParam* top_data = this->blob_top_->mutable_cpu_data(); - Caffe::set_mode(Caffe::CPU); - caffe_copy(n, bottom_data, top_data); - for (int i = 0; i < n; ++i) { - EXPECT_EQ(bottom_data[i], top_data[i]); - } -} - -#ifndef CPU_ONLY - -// TODO: Fix caffe_gpu_hamming_distance and re-enable this test. -TYPED_TEST(MathFunctionsTest, DISABLED_TestHammingDistanceGPU) { - int n = this->blob_bottom_->count(); - const TypeParam* x = this->blob_bottom_->cpu_data(); - const TypeParam* y = this->blob_top_->cpu_data(); - int reference_distance = this->ReferenceHammingDistance(n, x, y); - x = this->blob_bottom_->gpu_data(); - y = this->blob_top_->gpu_data(); - int computed_distance = caffe_gpu_hamming_distance(n, x, y); - EXPECT_EQ(reference_distance, computed_distance); -} - -TYPED_TEST(MathFunctionsTest, TestAsumGPU) { - int n = this->blob_bottom_->count(); - const TypeParam* x = this->blob_bottom_->cpu_data(); - TypeParam std_asum = 0; - for (int i = 0; i < n; ++i) { - std_asum += std::fabs(x[i]); - } - TypeParam gpu_asum; - caffe_gpu_asum(n, this->blob_bottom_->gpu_data(), &gpu_asum); - EXPECT_LT((gpu_asum - std_asum) / std_asum, 1e-2); -} - -TYPED_TEST(MathFunctionsTest, TestSignGPU) { - int n = this->blob_bottom_->count(); - caffe_gpu_sign(n, this->blob_bottom_->gpu_data(), - this->blob_bottom_->mutable_gpu_diff()); - const TypeParam* signs = this->blob_bottom_->cpu_diff(); - const TypeParam* x = this->blob_bottom_->cpu_data(); - for (int i = 0; i < n; ++i) { - EXPECT_EQ(signs[i], x[i] > 0 ? 1 : (x[i] < 0 ? -1 : 0)); - } -} - -TYPED_TEST(MathFunctionsTest, TestSgnbitGPU) { - int n = this->blob_bottom_->count(); - caffe_gpu_sgnbit(n, this->blob_bottom_->gpu_data(), - this->blob_bottom_->mutable_gpu_diff()); - const TypeParam* signbits = this->blob_bottom_->cpu_diff(); - const TypeParam* x = this->blob_bottom_->cpu_data(); - for (int i = 0; i < n; ++i) { - EXPECT_EQ(signbits[i], x[i] < 0 ? 1 : 0); - } -} - -TYPED_TEST(MathFunctionsTest, TestFabsGPU) { - int n = this->blob_bottom_->count(); - caffe_gpu_abs(n, this->blob_bottom_->gpu_data(), - this->blob_bottom_->mutable_gpu_diff()); - const TypeParam* abs_val = this->blob_bottom_->cpu_diff(); - const TypeParam* x = this->blob_bottom_->cpu_data(); - for (int i = 0; i < n; ++i) { - EXPECT_EQ(abs_val[i], x[i] > 0 ? x[i] : -x[i]); - } -} - -TYPED_TEST(MathFunctionsTest, TestScaleGPU) { - int n = this->blob_bottom_->count(); - TypeParam alpha = this->blob_bottom_->cpu_diff()[caffe_rng_rand() % - this->blob_bottom_->count()]; - caffe_gpu_scale(n, alpha, this->blob_bottom_->gpu_data(), - this->blob_bottom_->mutable_gpu_diff()); - const TypeParam* scaled = this->blob_bottom_->cpu_diff(); - const TypeParam* x = this->blob_bottom_->cpu_data(); - for (int i = 0; i < n; ++i) { - EXPECT_EQ(scaled[i], x[i] * alpha); - } -} - -TYPED_TEST(MathFunctionsTest, TestCopyGPU) { - const int n = this->blob_bottom_->count(); - const TypeParam* bottom_data = this->blob_bottom_->gpu_data(); - TypeParam* top_data = this->blob_top_->mutable_gpu_data(); - Caffe::set_mode(Caffe::GPU); - caffe_copy(n, bottom_data, top_data); - bottom_data = this->blob_bottom_->cpu_data(); - top_data = this->blob_top_->mutable_cpu_data(); - for (int i = 0; i < n; ++i) { - EXPECT_EQ(bottom_data[i], top_data[i]); - } -} - -#endif - - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_maxpool_dropout_layers.cpp b/caffe-crfrnn/src/caffe/test/test_maxpool_dropout_layers.cpp deleted file mode 100644 index b1f4e4ea..00000000 --- a/caffe-crfrnn/src/caffe/test/test_maxpool_dropout_layers.cpp +++ /dev/null @@ -1,127 +0,0 @@ -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -template -class MaxPoolingDropoutTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - protected: - MaxPoolingDropoutTest() - : blob_bottom_(new Blob()), - blob_top_(new Blob()) {} - virtual void SetUp() { - Caffe::set_random_seed(1703); - blob_bottom_->Reshape(2, 3, 6, 5); - // fill the values - FillerParameter filler_param; - filler_param.set_value(1.); - ConstantFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - blob_bottom_vec_.push_back(blob_bottom_); - blob_top_vec_.push_back(blob_top_); - } - virtual ~MaxPoolingDropoutTest() { delete blob_bottom_; delete blob_top_; } - Blob* const blob_bottom_; - Blob* const blob_top_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(MaxPoolingDropoutTest, TestDtypesAndDevices); - -TYPED_TEST(MaxPoolingDropoutTest, TestSetup) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_size(3); - pooling_param->set_stride(2); - PoolingLayer max_layer(layer_param); - max_layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - DropoutLayer dropout_layer(layer_param); - dropout_layer.SetUp(this->blob_top_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), this->blob_bottom_->num()); - EXPECT_EQ(this->blob_top_->channels(), this->blob_bottom_->channels()); - EXPECT_EQ(this->blob_top_->height(), 3); - EXPECT_EQ(this->blob_top_->width(), 2); -} - - -TYPED_TEST(MaxPoolingDropoutTest, TestForward) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_size(3); - pooling_param->set_stride(2); - PoolingLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - const Dtype* top_data = this->blob_top_->cpu_data(); - Dtype sum = 0.; - for (int i = 0; i < this->blob_top_->count(); ++i) { - sum += top_data[i]; - } - EXPECT_EQ(sum, this->blob_top_->count()); - // Dropout in-place - DropoutLayer dropout_layer(layer_param); - dropout_layer.SetUp(this->blob_top_vec_, this->blob_top_vec_); - dropout_layer.Forward(this->blob_top_vec_, this->blob_top_vec_); - sum = 0.; - Dtype scale = 1. / (1. - layer_param.dropout_param().dropout_ratio()); - top_data = this->blob_top_->cpu_data(); - for (int i = 0; i < this->blob_top_->count(); ++i) { - sum += top_data[i]; - } - EXPECT_GE(sum, 0); - EXPECT_LE(sum, this->blob_top_->count()*scale); -} - -TYPED_TEST(MaxPoolingDropoutTest, TestBackward) { - typedef typename TypeParam::Dtype Dtype; - Caffe::set_phase(Caffe::TRAIN); - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_size(3); - pooling_param->set_stride(2); - PoolingLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - for (int i = 0; i < this->blob_top_->count(); ++i) { - this->blob_top_->mutable_cpu_diff()[i] = 1.; - } - vector propagate_down(this->blob_bottom_vec_.size(), true); - layer.Backward(this->blob_top_vec_, propagate_down, - this->blob_bottom_vec_); - const Dtype* bottom_diff = this->blob_bottom_->cpu_diff(); - Dtype sum = 0.; - for (int i = 0; i < this->blob_bottom_->count(); ++i) { - sum += bottom_diff[i]; - } - EXPECT_EQ(sum, this->blob_top_->count()); - // Dropout in-place - DropoutLayer dropout_layer(layer_param); - dropout_layer.SetUp(this->blob_top_vec_, this->blob_top_vec_); - dropout_layer.Forward(this->blob_top_vec_, this->blob_top_vec_); - dropout_layer.Backward(this->blob_top_vec_, propagate_down, - this->blob_top_vec_); - layer.Backward(this->blob_top_vec_, propagate_down, - this->blob_bottom_vec_); - Dtype sum_with_dropout = 0.; - bottom_diff = this->blob_bottom_->cpu_diff(); - for (int i = 0; i < this->blob_bottom_->count(); ++i) { - sum_with_dropout += bottom_diff[i]; - } - EXPECT_GE(sum_with_dropout, sum); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_memory_data_layer.cpp b/caffe-crfrnn/src/caffe/test/test_memory_data_layer.cpp deleted file mode 100644 index 497ab0d1..00000000 --- a/caffe-crfrnn/src/caffe/test/test_memory_data_layer.cpp +++ /dev/null @@ -1,167 +0,0 @@ -#include -#include - -#include "caffe/data_layers.hpp" -#include "caffe/filler.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -template -class MemoryDataLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - MemoryDataLayerTest() - : data_(new Blob()), - labels_(new Blob()), - data_blob_(new Blob()), - label_blob_(new Blob()) {} - virtual void SetUp() { - batch_size_ = 8; - batches_ = 12; - channels_ = 4; - height_ = 7; - width_ = 11; - blob_top_vec_.push_back(data_blob_); - blob_top_vec_.push_back(label_blob_); - // pick random input data - FillerParameter filler_param; - GaussianFiller filler(filler_param); - data_->Reshape(batches_ * batch_size_, channels_, height_, width_); - labels_->Reshape(batches_ * batch_size_, 1, 1, 1); - filler.Fill(this->data_); - filler.Fill(this->labels_); - } - - virtual ~MemoryDataLayerTest() { - delete data_blob_; - delete label_blob_; - delete data_; - delete labels_; - } - int batch_size_; - int batches_; - int channels_; - int height_; - int width_; - // we don't really need blobs for the input data, but it makes it - // easier to call Filler - Blob* const data_; - Blob* const labels_; - // blobs for the top of MemoryDataLayer - Blob* const data_blob_; - Blob* const label_blob_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(MemoryDataLayerTest, TestDtypesAndDevices); - -TYPED_TEST(MemoryDataLayerTest, TestSetup) { - typedef typename TypeParam::Dtype Dtype; - - LayerParameter layer_param; - MemoryDataParameter* md_param = layer_param.mutable_memory_data_param(); - md_param->set_batch_size(this->batch_size_); - md_param->set_channels(this->channels_); - md_param->set_height(this->height_); - md_param->set_width(this->width_); - shared_ptr > layer( - new MemoryDataLayer(layer_param)); - layer->SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->data_blob_->num(), this->batch_size_); - EXPECT_EQ(this->data_blob_->channels(), this->channels_); - EXPECT_EQ(this->data_blob_->height(), this->height_); - EXPECT_EQ(this->data_blob_->width(), this->width_); - EXPECT_EQ(this->label_blob_->num(), this->batch_size_); - EXPECT_EQ(this->label_blob_->channels(), 1); - EXPECT_EQ(this->label_blob_->height(), 1); - EXPECT_EQ(this->label_blob_->width(), 1); -} - -// run through a few batches and check that the right data appears -TYPED_TEST(MemoryDataLayerTest, TestForward) { - typedef typename TypeParam::Dtype Dtype; - - LayerParameter layer_param; - MemoryDataParameter* md_param = layer_param.mutable_memory_data_param(); - md_param->set_batch_size(this->batch_size_); - md_param->set_channels(this->channels_); - md_param->set_height(this->height_); - md_param->set_width(this->width_); - shared_ptr > layer( - new MemoryDataLayer(layer_param)); - layer->DataLayerSetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer->Reset(this->data_->mutable_cpu_data(), - this->labels_->mutable_cpu_data(), this->data_->num()); - for (int i = 0; i < this->batches_ * 6; ++i) { - int batch_num = i % this->batches_; - layer->Forward(this->blob_bottom_vec_, this->blob_top_vec_); - for (int j = 0; j < this->data_blob_->count(); ++j) { - EXPECT_EQ(this->data_blob_->cpu_data()[j], - this->data_->cpu_data()[ - this->data_->offset(1) * this->batch_size_ * batch_num + j]); - } - for (int j = 0; j < this->label_blob_->count(); ++j) { - EXPECT_EQ(this->label_blob_->cpu_data()[j], - this->labels_->cpu_data()[this->batch_size_ * batch_num + j]); - } - } -} - -TYPED_TEST(MemoryDataLayerTest, AddDatumVectorDefaultTransform) { - typedef typename TypeParam::Dtype Dtype; - - LayerParameter param; - MemoryDataParameter* memory_data_param = param.mutable_memory_data_param(); - memory_data_param->set_batch_size(this->batch_size_); - memory_data_param->set_channels(this->channels_); - memory_data_param->set_height(this->height_); - memory_data_param->set_width(this->width_); - MemoryDataLayer layer(param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - - vector datum_vector(this->batch_size_); - const size_t count = this->channels_ * this->height_ * this->width_; - size_t pixel_index = 0; - for (int i = 0; i < this->batch_size_; ++i) { - LOG(ERROR) << "i " << i; - datum_vector[i].set_channels(this->channels_); - datum_vector[i].set_height(this->height_); - datum_vector[i].set_width(this->width_); - datum_vector[i].set_label(i); - vector pixels(count); - for (int j = 0; j < count; ++j) { - pixels[j] = pixel_index++ % 256; - } - datum_vector[i].set_data(&(pixels[0]), count); - } - - layer.AddDatumVector(datum_vector); - - int data_index; - // Go through the data 5 times - for (int iter = 0; iter < 5; ++iter) { - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - const Dtype* data = this->data_blob_->cpu_data(); - size_t index = 0; - for (int i = 0; i < this->batch_size_; ++i) { - const string& data_string = datum_vector[i].data(); - EXPECT_EQ(i, this->label_blob_->cpu_data()[i]); - for (int c = 0; c < this->channels_; ++c) { - for (int h = 0; h < this->height_; ++h) { - for (int w = 0; w < this->width_; ++w) { - data_index = (c * this->height_ + h) * this->width_ + w; - EXPECT_EQ(static_cast( - static_cast(data_string[data_index])), - data[index++]); - } - } - } - } - } -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_multi_stage_meanfield_layer.cpp b/caffe-crfrnn/src/caffe/test/test_multi_stage_meanfield_layer.cpp deleted file mode 100755 index 372effe6..00000000 --- a/caffe-crfrnn/src/caffe/test/test_multi_stage_meanfield_layer.cpp +++ /dev/null @@ -1,79 +0,0 @@ -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/util/tvg_util.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -template -class MultiStageMeanfieldLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - MultiStageMeanfieldLayerTest() {} - - virtual void SetUp() { - - } - - virtual ~MultiStageMeanfieldLayerTest() { - - } -}; - -TYPED_TEST_CASE(MultiStageMeanfieldLayerTest, TestDtypesAndDevices); - - TYPED_TEST(MultiStageMeanfieldLayerTest, TestGradient) { - typedef typename TypeParam::Dtype Dtype; - const int n = 5, c = 3, H = 5, W = 5; - - if (sizeof(Dtype) != sizeof(float)) - return; - - Blob unary_terms_blob(n, c, H, W); - Blob previous_output_blob(n, c, H, W); - Blob rgb_blob(n, 3, H, W); - - caffe::FillAsLogProb(&unary_terms_blob); - caffe::FillAsLogProb(&previous_output_blob); - caffe::FillAsRGB(&rgb_blob); - - vector*> bottom_vec, top_vec; - bottom_vec.push_back(&unary_terms_blob); - bottom_vec.push_back(&previous_output_blob); - bottom_vec.push_back(&rgb_blob); - - Blob top_blob; - top_vec.push_back(&top_blob); - - LayerParameter layer_param; - MultiStageMeanfieldParameter* ms_mf_param = layer_param.mutable_multi_stage_meanfield_param(); - ms_mf_param->set_num_iterations(2); - ms_mf_param->set_bilateral_filter_weight(1.0); - ms_mf_param->set_spatial_filter_weight(1.0); - ms_mf_param->set_compatibility_mode(MultiStageMeanfieldParameter_Mode_POTTS); - ms_mf_param->set_theta_alpha(5); - ms_mf_param->set_theta_beta(2); - ms_mf_param->set_theta_gamma(3); - - MultiStageMeanfieldLayer layer(layer_param); - layer.SetUp(bottom_vec, top_vec); - layer.Forward(bottom_vec, top_vec); - - GradientChecker checker(1e-2, 1e-3); - - // Check gradients w.r.t. unary terms - checker.CheckGradientExhaustive(&layer, bottom_vec, top_vec, 0); - - // Check gradients w.r.t. previous outputs - checker.CheckGradientExhaustive(&layer, bottom_vec, top_vec, 1); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_multinomial_logistic_loss_layer.cpp b/caffe-crfrnn/src/caffe/test/test_multinomial_logistic_loss_layer.cpp deleted file mode 100644 index 9038017e..00000000 --- a/caffe-crfrnn/src/caffe/test/test_multinomial_logistic_loss_layer.cpp +++ /dev/null @@ -1,62 +0,0 @@ -#include -#include -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -template -class MultinomialLogisticLossLayerTest : public ::testing::Test { - protected: - MultinomialLogisticLossLayerTest() - : blob_bottom_data_(new Blob(10, 5, 1, 1)), - blob_bottom_label_(new Blob(10, 1, 1, 1)), - blob_top_loss_(new Blob()) { - Caffe::set_random_seed(1701); - // fill the values - FillerParameter filler_param; - PositiveUnitballFiller filler(filler_param); - filler.Fill(this->blob_bottom_data_); - blob_bottom_vec_.push_back(blob_bottom_data_); - for (int i = 0; i < blob_bottom_label_->count(); ++i) { - blob_bottom_label_->mutable_cpu_data()[i] = caffe_rng_rand() % 5; - } - blob_bottom_vec_.push_back(blob_bottom_label_); - blob_top_vec_.push_back(blob_top_loss_); - } - virtual ~MultinomialLogisticLossLayerTest() { - delete blob_bottom_data_; - delete blob_bottom_label_; - delete blob_top_loss_; - } - Blob* const blob_bottom_data_; - Blob* const blob_bottom_label_; - Blob* const blob_top_loss_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(MultinomialLogisticLossLayerTest, TestDtypes); - - -TYPED_TEST(MultinomialLogisticLossLayerTest, TestGradientCPU) { - LayerParameter layer_param; - Caffe::set_mode(Caffe::CPU); - MultinomialLogisticLossLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - GradientChecker checker(1e-2, 2*1e-2, 1701, 0, 0.05); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_, 0); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_mvn_layer.cpp b/caffe-crfrnn/src/caffe/test/test_mvn_layer.cpp deleted file mode 100644 index 933b4326..00000000 --- a/caffe-crfrnn/src/caffe/test/test_mvn_layer.cpp +++ /dev/null @@ -1,169 +0,0 @@ -#include -#include -#include - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/common_layers.hpp" -#include "caffe/filler.hpp" -#include "gtest/gtest.h" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -template -class MVNLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - protected: - MVNLayerTest() - : blob_bottom_(new Blob(2, 3, 4, 5)), - blob_top_(new Blob()) { - // fill the values - FillerParameter filler_param; - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - blob_bottom_vec_.push_back(blob_bottom_); - blob_top_vec_.push_back(blob_top_); - } - virtual ~MVNLayerTest() { delete blob_bottom_; delete blob_top_; } - Blob* const blob_bottom_; - Blob* const blob_top_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(MVNLayerTest, TestDtypesAndDevices); - -TYPED_TEST(MVNLayerTest, TestForward) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - MVNLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Test mean - int num = this->blob_bottom_->num(); - int channels = this->blob_bottom_->channels(); - int height = this->blob_bottom_->height(); - int width = this->blob_bottom_->width(); - - for (int i = 0; i < num; ++i) { - for (int j = 0; j < channels; ++j) { - Dtype sum = 0, var = 0; - for (int k = 0; k < height; ++k) { - for (int l = 0; l < width; ++l) { - Dtype data = this->blob_top_->data_at(i, j, k, l); - sum += data; - var += data * data; - } - } - sum /= height * width; - var /= height * width; - - const Dtype kErrorBound = 0.001; - // expect zero mean - EXPECT_NEAR(0, sum, kErrorBound); - // expect unit variance - EXPECT_NEAR(1, var, kErrorBound); - } - } -} - -TYPED_TEST(MVNLayerTest, TestForwardMeanOnly) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - layer_param.ParseFromString("mvn_param{normalize_variance: false}"); - MVNLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Test mean - int num = this->blob_bottom_->num(); - int channels = this->blob_bottom_->channels(); - int height = this->blob_bottom_->height(); - int width = this->blob_bottom_->width(); - - for (int i = 0; i < num; ++i) { - for (int j = 0; j < channels; ++j) { - Dtype sum = 0, var = 0; - for (int k = 0; k < height; ++k) { - for (int l = 0; l < width; ++l) { - Dtype data = this->blob_top_->data_at(i, j, k, l); - sum += data; - var += data * data; - } - } - sum /= height * width; - - const Dtype kErrorBound = 0.001; - // expect zero mean - EXPECT_NEAR(0, sum, kErrorBound); - } - } -} - -TYPED_TEST(MVNLayerTest, TestForwardAcrossChannels) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - layer_param.ParseFromString("mvn_param{across_channels: true}"); - MVNLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Test mean - int num = this->blob_bottom_->num(); - int channels = this->blob_bottom_->channels(); - int height = this->blob_bottom_->height(); - int width = this->blob_bottom_->width(); - - for (int i = 0; i < num; ++i) { - Dtype sum = 0, var = 0; - for (int j = 0; j < channels; ++j) { - for (int k = 0; k < height; ++k) { - for (int l = 0; l < width; ++l) { - Dtype data = this->blob_top_->data_at(i, j, k, l); - sum += data; - var += data * data; - } - } - } - sum /= height * width * channels; - var /= height * width * channels; - - const Dtype kErrorBound = 0.001; - // expect zero mean - EXPECT_NEAR(0, sum, kErrorBound); - // expect unit variance - EXPECT_NEAR(1, var, kErrorBound); - } -} - -TYPED_TEST(MVNLayerTest, TestGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - MVNLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -TYPED_TEST(MVNLayerTest, TestGradientMeanOnly) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - layer_param.ParseFromString("mvn_param{normalize_variance: false}"); - MVNLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -TYPED_TEST(MVNLayerTest, TestGradientAcrossChannels) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - layer_param.ParseFromString("mvn_param{across_channels: true}"); - MVNLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_net.cpp b/caffe-crfrnn/src/caffe/test/test_net.cpp deleted file mode 100644 index 319958fe..00000000 --- a/caffe-crfrnn/src/caffe/test/test_net.cpp +++ /dev/null @@ -1,2204 +0,0 @@ -#include -#include -#include - -#include "google/protobuf/text_format.h" - -#include "gtest/gtest.h" - -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/net.hpp" -#include "caffe/util/math_functions.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -template -class NetTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - NetTest() : seed_(1701) {} - - virtual void InitNetFromProtoString(const string& proto) { - NetParameter param; - CHECK(google::protobuf::TextFormat::ParseFromString(proto, ¶m)); - net_.reset(new Net(param)); - } - - virtual void CopyNetBlobs(const bool copy_diff, - vector > >* blobs_copy) { - CHECK(net_); - const vector > >& net_blobs = net_->blobs(); - blobs_copy->clear(); - blobs_copy->resize(net_blobs.size()); - const bool kReshape = true; - for (int i = 0; i < net_blobs.size(); ++i) { - (*blobs_copy)[i].reset(new Blob()); - (*blobs_copy)[i]->CopyFrom(*net_blobs[i], copy_diff, kReshape); - } - } - - virtual void CopyNetParams(const bool copy_diff, - vector > >* params_copy) { - CHECK(net_); - const vector > >& net_params = net_->params(); - params_copy->clear(); - params_copy->resize(net_params.size()); - const bool kReshape = true; - for (int i = 0; i < net_params.size(); ++i) { - (*params_copy)[i].reset(new Blob()); - (*params_copy)[i]->CopyFrom(*net_params[i], copy_diff, kReshape); - } - } - - virtual void InitTinyNet(const bool force_backward = false, - const bool accuracy_layer = false) { - string proto = - "name: 'TinyTestNetwork' " - "layers: { " - " name: 'data' " - " type: DUMMY_DATA " - " dummy_data_param { " - " num: 5 " - " channels: 2 " - " height: 3 " - " width: 4 " - " num: 5 " - " channels: 1 " - " height: 1 " - " width: 1 " - " data_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " data_filler { " - " type: 'constant' " - " value: 0 " - " } " - " } " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerproduct' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 1000 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0 " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'data' " - " top: 'innerproduct' " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerproduct' " - " bottom: 'label' " - " top: 'top_loss' " - "} "; - if (accuracy_layer) { - proto += - "layers: { " - " name: 'loss' " - " type: ACCURACY " - " bottom: 'innerproduct' " - " bottom: 'label' " - " top: 'accuracy' " - "} "; - } - if (force_backward) { - proto += "force_backward: true "; - } - InitNetFromProtoString(proto); - } - - virtual void InitTinyNetEuclidean(const bool force_backward = false) { - string proto = - "name: 'TinyTestEuclidLossNetwork' " - "layers: { " - " name: 'data' " - " type: DUMMY_DATA " - " dummy_data_param { " - " num: 5 " - " channels: 2 " - " height: 3 " - " width: 4 " - " num: 5 " - " channels: 1 " - " height: 1 " - " width: 1 " - " data_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " } " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerproduct' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 1 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0 " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'data' " - " top: 'innerproduct' " - "} " - "layers: { " - " name: 'loss' " - " type: EUCLIDEAN_LOSS " - " bottom: 'innerproduct' " - " bottom: 'label' " - "} "; - if (force_backward) { - proto += "force_backward: true "; - } - InitNetFromProtoString(proto); - } - - virtual void InitTrickyNet(Dtype* loss_weight = NULL) { - ostringstream loss_weight_stream; - if (loss_weight) { - loss_weight_stream << " loss_weight: " << *loss_weight << " "; - } - const string& proto = - "name: 'TrickyTestNetwork' " - "layers: { " - " name: 'data' " - " type: DUMMY_DATA " - " dummy_data_param { " - " num: 5 " - " channels: 2 " - " height: 3 " - " width: 4 " - " num: 5 " - " channels: 1 " - " height: 1 " - " width: 1 " - " data_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " } " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerproduct' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 1000 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0 " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'data' " - " top: 'transformed_data' " - "} " - "layers: { " - " name: 'innerproduct' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 1 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0 " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'label' " - " top: 'transformed_label' " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " + - loss_weight_stream.str() + - " bottom: 'transformed_data' " - " bottom: 'transformed_label' " - "} "; - InitNetFromProtoString(proto); - } - - // loss_weight is the loss weight for the EUCLIDEAN_LOSS layer output. - // midnet_loss_weight is the loss weight for the first INNER_PRODUCT layer - // output. Should both default to 0.0 if unspecified (i.e., if NULL is - // passed to this function). - virtual void InitUnsharedWeightsNet(const Dtype* loss_weight = NULL, - const Dtype* midnet_loss_weight = NULL, - const bool force_backward = false, const bool bias_term = false, - const Dtype blobs_lr_w1 = 1, const Dtype blobs_lr_b1 = 2, - const Dtype blobs_lr_w2 = 1, const Dtype blobs_lr_b2 = 2) { - ostringstream proto; - proto << "name: 'UnsharedWeightsNetwork' "; - if (force_backward) { - proto << "force_backward: true "; - } - proto << - "layers: { " - " name: 'data' " - " type: DUMMY_DATA " - " dummy_data_param { " - " num: 5 " - " channels: 2 " - " height: 3 " - " width: 4 " - " data_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " } " - " top: 'data' " - "} " - "layers: { " - " name: 'innerproduct1' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 10 " - " bias_term: " << bias_term << - " weight_filler { " - " type: 'gaussian' " - " std: 10 " - " } " - " } " - " param: 'unsharedweights1' "; - if (bias_term) { - proto << " param: '' "; - } - proto << - " blobs_lr: " << blobs_lr_w1; - if (bias_term) { - proto << " blobs_lr: " << blobs_lr_b1; - } - proto << - " bottom: 'data' " - " top: 'innerproduct1' "; - if (midnet_loss_weight) { - proto << " loss_weight: " << *midnet_loss_weight << " "; - } - proto << - "} " - "layers: { " - " name: 'innerproduct2' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 10 " - " bias_term: " << bias_term << - " weight_filler { " - " type: 'gaussian' " - " std: 10 " - " } " - " } " - " param: 'unsharedweights2' "; - if (bias_term) { - proto << " param: '' "; - } - proto << - " bottom: 'data' " - " blobs_lr: " << blobs_lr_w2; - if (bias_term) { - proto << " blobs_lr: " << blobs_lr_b2; - } - proto << - " top: 'innerproduct2' " - "} " - "layers: { " - " name: 'loss' " - " type: EUCLIDEAN_LOSS "; - if (loss_weight) { - proto << " loss_weight: " << *loss_weight << " "; - } - proto << - " bottom: 'innerproduct1' " - " bottom: 'innerproduct2' " - "} "; - InitNetFromProtoString(proto.str()); - } - - virtual void InitSharedWeightsNet() { - const string& proto = - "name: 'SharedWeightsNetwork' " - "layers: { " - " name: 'data' " - " type: DUMMY_DATA " - " dummy_data_param { " - " num: 5 " - " channels: 2 " - " height: 3 " - " width: 4 " - " data_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " } " - " top: 'data' " - "} " - "layers: { " - " name: 'innerproduct1' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 10 " - " bias_term: false " - " weight_filler { " - " type: 'gaussian' " - " std: 10 " - " } " - " } " - " param: 'sharedweights' " - " bottom: 'data' " - " top: 'innerproduct1' " - "} " - "layers: { " - " name: 'innerproduct2' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 10 " - " bias_term: false " - " weight_filler { " - " type: 'gaussian' " - " std: 10 " - " } " - " } " - " param: 'sharedweights' " - " bottom: 'data' " - " top: 'innerproduct2' " - "} " - "layers: { " - " name: 'loss' " - " type: EUCLIDEAN_LOSS " - " bottom: 'innerproduct1' " - " bottom: 'innerproduct2' " - "} "; - InitNetFromProtoString(proto); - } - - virtual void InitDiffDataUnsharedWeightsNet() { - const string& proto = - "name: 'DiffDataUnsharedWeightsNetwork' " - "layers: { " - " name: 'data' " - " type: DUMMY_DATA " - " dummy_data_param { " - " num: 10 " - " channels: 10 " - " height: 1 " - " width: 1 " - " num: 10 " - " channels: 10 " - " height: 1 " - " width: 1 " - " data_filler { " - " type: 'gaussian' " - " std: 10 " - " } " - " } " - " top: 'data1' " - " top: 'data2' " - "} " - "layers: { " - " name: 'innerproduct1' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 10 " - " bias_term: false " - " weight_filler { " - " type: 'constant' " - " value: 0.5 " - " } " - " } " - " param: 'unsharedweights1' " - " bottom: 'data1' " - " top: 'innerproduct1' " - "} " - "layers: { " - " name: 'innerproduct2' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 10 " - " bias_term: false " - " weight_filler { " - " type: 'constant' " - " value: 0.5 " - " } " - " } " - " param: 'unsharedweights2' " - " bottom: 'innerproduct1' " - " top: 'innerproduct2' " - "} " - "layers: { " - " name: 'loss' " - " type: EUCLIDEAN_LOSS " - " bottom: 'data2' " - " bottom: 'innerproduct2' " - "} "; - InitNetFromProtoString(proto); - } - - virtual void InitDiffDataSharedWeightsNet() { - const string& proto = - "name: 'DiffDataSharedWeightsNetwork' " - "layers: { " - " name: 'data' " - " type: DUMMY_DATA " - " dummy_data_param { " - " num: 10 " - " channels: 10 " - " height: 1 " - " width: 1 " - " num: 10 " - " channels: 10 " - " height: 1 " - " width: 1 " - " data_filler { " - " type: 'gaussian' " - " std: 10 " - " } " - " } " - " top: 'data1' " - " top: 'data2' " - "} " - "layers: { " - " name: 'innerproduct1' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 10 " - " bias_term: false " - " weight_filler { " - " type: 'constant' " - " value: 0.5 " - " } " - " } " - " param: 'sharedweights' " - " bottom: 'data1' " - " top: 'innerproduct1' " - "} " - "layers: { " - " name: 'innerproduct2' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 10 " - " bias_term: false " - " weight_filler { " - " type: 'constant' " - " value: 0.5 " - " } " - " } " - " param: 'sharedweights' " - " bottom: 'innerproduct1' " - " top: 'innerproduct2' " - "} " - "layers: { " - " name: 'loss' " - " type: EUCLIDEAN_LOSS " - " bottom: 'data2' " - " bottom: 'innerproduct2' " - "} "; - InitNetFromProtoString(proto); - } - - virtual void InitReshapableNet() { - const string& proto = - "name: 'ReshapableNetwork' " - "input: 'data' " - "input_dim: 1 " - "input_dim: 3 " - "input_dim: 100 " - "input_dim: 100 " - "layers: { " - " name: 'conv1' " - " type: CONVOLUTION " - " bottom: 'data' " - " top: 'conv1' " - " convolution_param { " - " num_output: 5 " - " kernel_size: 3 " - " stride: 2 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0.2 " - " } " - " } " - "} " - "layers: { " - " name: 'relu1' " - " type: RELU " - " bottom: 'conv1' " - " top: 'conv1' " - "} " - "layers: { " - " name: 'pool1' " - " type: POOLING " - " bottom: 'conv1' " - " top: 'pool1' " - " pooling_param { " - " pool: MAX " - " kernel_size: 2 " - " stride: 2 " - " } " - "} " - "layers: { " - " name: 'norm1' " - " type: LRN " - " bottom: 'pool1' " - " top: 'norm1' " - " lrn_param { " - " local_size: 3 " - " } " - "} " - "layers: { " - " name: 'softmax' " - " type: SOFTMAX " - " bottom: 'norm1' " - " top: 'softmax' " - "} "; - InitNetFromProtoString(proto); - } - - int seed_; - shared_ptr > net_; -}; - -TYPED_TEST_CASE(NetTest, TestDtypesAndDevices); - -TYPED_TEST(NetTest, TestHasBlob) { - this->InitTinyNet(); - EXPECT_TRUE(this->net_->has_blob("data")); - EXPECT_TRUE(this->net_->has_blob("label")); - EXPECT_TRUE(this->net_->has_blob("innerproduct")); - EXPECT_FALSE(this->net_->has_blob("loss")); - EXPECT_TRUE(this->net_->has_blob("top_loss")); -} - -TYPED_TEST(NetTest, TestGetBlob) { - this->InitTinyNet(); - EXPECT_EQ(this->net_->blob_by_name("data"), this->net_->blobs()[0]); - EXPECT_EQ(this->net_->blob_by_name("label"), this->net_->blobs()[1]); - EXPECT_EQ(this->net_->blob_by_name("innerproduct"), this->net_->blobs()[2]); - EXPECT_FALSE(this->net_->blob_by_name("loss")); - EXPECT_EQ(this->net_->blob_by_name("top_loss"), this->net_->blobs()[3]); -} - -TYPED_TEST(NetTest, TestHasLayer) { - this->InitTinyNet(); - EXPECT_TRUE(this->net_->has_layer("data")); - EXPECT_TRUE(this->net_->has_layer("innerproduct")); - EXPECT_TRUE(this->net_->has_layer("loss")); - EXPECT_FALSE(this->net_->has_layer("label")); -} - -TYPED_TEST(NetTest, TestGetLayerByName) { - this->InitTinyNet(); - EXPECT_EQ(this->net_->layer_by_name("data"), this->net_->layers()[0]); - EXPECT_EQ(this->net_->layer_by_name("innerproduct"), this->net_->layers()[1]); - EXPECT_EQ(this->net_->layer_by_name("loss"), this->net_->layers()[2]); - EXPECT_FALSE(this->net_->layer_by_name("label")); -} - -TYPED_TEST(NetTest, TestBottomNeedBackward) { - this->InitTinyNet(); - const vector >& bottom_need_backward = - this->net_->bottom_need_backward(); - EXPECT_EQ(3, bottom_need_backward.size()); - EXPECT_EQ(0, bottom_need_backward[0].size()); - EXPECT_EQ(1, bottom_need_backward[1].size()); - EXPECT_EQ(false, bottom_need_backward[1][0]); - EXPECT_EQ(2, bottom_need_backward[2].size()); - EXPECT_EQ(true, bottom_need_backward[2][0]); - EXPECT_EQ(false, bottom_need_backward[2][1]); -} - -TYPED_TEST(NetTest, TestBottomNeedBackwardForce) { - const bool force_backward = true; - this->InitTinyNet(force_backward); - const vector >& bottom_need_backward = - this->net_->bottom_need_backward(); - EXPECT_EQ(3, bottom_need_backward.size()); - EXPECT_EQ(0, bottom_need_backward[0].size()); - EXPECT_EQ(1, bottom_need_backward[1].size()); - EXPECT_EQ(true, bottom_need_backward[1][0]); - EXPECT_EQ(2, bottom_need_backward[2].size()); - EXPECT_EQ(true, bottom_need_backward[2][0]); - EXPECT_EQ(false, bottom_need_backward[2][1]); -} - -TYPED_TEST(NetTest, TestBottomNeedBackwardEuclideanForce) { - const bool force_backward = true; - this->InitTinyNetEuclidean(force_backward); - const vector >& bottom_need_backward = - this->net_->bottom_need_backward(); - EXPECT_EQ(3, bottom_need_backward.size()); - EXPECT_EQ(0, bottom_need_backward[0].size()); - EXPECT_EQ(1, bottom_need_backward[1].size()); - EXPECT_EQ(true, bottom_need_backward[1][0]); - EXPECT_EQ(2, bottom_need_backward[2].size()); - EXPECT_EQ(true, bottom_need_backward[2][0]); - EXPECT_EQ(true, bottom_need_backward[2][1]); -} - -TYPED_TEST(NetTest, TestBottomNeedBackwardTricky) { - this->InitTrickyNet(); - const vector >& bottom_need_backward = - this->net_->bottom_need_backward(); - EXPECT_EQ(4, bottom_need_backward.size()); - EXPECT_EQ(0, bottom_need_backward[0].size()); - EXPECT_EQ(1, bottom_need_backward[1].size()); - EXPECT_EQ(false, bottom_need_backward[1][0]); - EXPECT_EQ(1, bottom_need_backward[2].size()); - EXPECT_EQ(false, bottom_need_backward[2][0]); - EXPECT_EQ(2, bottom_need_backward[3].size()); - EXPECT_EQ(true, bottom_need_backward[3][0]); - // The label input to the SoftmaxLossLayer should say it "needs backward" - // since it has weights under it, even though we expect this to cause a crash - // at training/test time. - EXPECT_EQ(true, bottom_need_backward[3][1]); -} - -TYPED_TEST(NetTest, TestLossWeight) { - typedef typename TypeParam::Dtype Dtype; - // First, compute the loss and gradients with no loss_weight specified. - // In this case, the loss weight for the EUCLIDEAN_LOSS layer should default - // to 1. - vector*> bottom; - Caffe::set_random_seed(this->seed_); - const bool kForceBackward = true; - this->InitUnsharedWeightsNet(NULL, NULL, kForceBackward); - const Dtype loss = this->net_->ForwardBackward(bottom); - const bool kCopyDiff = true; - vector > > blob_grads; - this->CopyNetBlobs(kCopyDiff, &blob_grads); - vector > > param_grads; - this->CopyNetParams(kCopyDiff, ¶m_grads); - // Check that the loss is non-trivial, otherwise the test doesn't prove much. - const Dtype kMinLossAbsValue = 1e-2; - ASSERT_GE(fabs(loss), kMinLossAbsValue); - const Dtype kErrorMargin = 1e-4; - const int kNumLossWeights = 6; - Dtype kLossWeights[kNumLossWeights] = {2, 0, 1, -1, -2.5, 3.7}; - for (int i = 0; i < kNumLossWeights; ++i) { - Caffe::set_random_seed(this->seed_); - this->InitUnsharedWeightsNet(&kLossWeights[i], NULL, kForceBackward); - const Dtype weighted_loss = this->net_->ForwardBackward(bottom); - const Dtype error_margin = kErrorMargin * fabs(kLossWeights[i]); - EXPECT_NEAR(loss * kLossWeights[i], weighted_loss, error_margin) - << "loss weight = " << kLossWeights[i]; - const vector > >& weighted_blobs = - this->net_->blobs(); - ASSERT_EQ(blob_grads.size(), weighted_blobs.size()); - for (int j = 0; j < blob_grads.size(); ++j) { - ASSERT_EQ(blob_grads[j]->count(), weighted_blobs[j]->count()); - for (int k = 0; k < blob_grads[j]->count(); ++k) { - EXPECT_NEAR(blob_grads[j]->cpu_diff()[k] * kLossWeights[i], - weighted_blobs[j]->cpu_diff()[k], error_margin); - } - } - const vector > >& weighted_params = - this->net_->params(); - ASSERT_EQ(param_grads.size(), weighted_params.size()); - for (int j = 0; j < param_grads.size(); ++j) { - ASSERT_EQ(param_grads[j]->count(), weighted_params[j]->count()); - for (int k = 0; k < param_grads[j]->count(); ++k) { - EXPECT_NEAR(param_grads[j]->cpu_diff()[k] * kLossWeights[i], - weighted_params[j]->cpu_diff()[k], error_margin); - } - } - } -} - -TYPED_TEST(NetTest, TestLossWeightMidNet) { - typedef typename TypeParam::Dtype Dtype; - vector*> bottom; - Caffe::set_random_seed(this->seed_); - const bool kForceBackward = true; - Dtype loss_weight = 0; - Dtype midnet_loss_weight = 1; - this->InitUnsharedWeightsNet(&loss_weight, &midnet_loss_weight, - kForceBackward); - const Dtype loss = this->net_->ForwardBackward(bottom); - const bool kCopyDiff = true; - const bool kReshape = true; - Blob data_grad; - data_grad.CopyFrom(*this->net_->blob_by_name("data"), kCopyDiff, kReshape); - // Check that the loss is non-trivial, otherwise the test doesn't prove much. - const Dtype kMinLossAbsValue = 1e-2; - ASSERT_GE(fabs(loss), kMinLossAbsValue); - const Dtype kErrorMargin = 1e-4; - const int kNumLossWeights = 6; - Dtype kLossWeights[kNumLossWeights] = {2, 0, 1, -1, -2.5, 3.7}; - for (int i = 0; i < kNumLossWeights; ++i) { - Caffe::set_random_seed(this->seed_); - this->InitUnsharedWeightsNet(&loss_weight, &kLossWeights[i], - kForceBackward); - const Dtype weighted_loss = this->net_->ForwardBackward(bottom); - const Dtype error_margin = kErrorMargin * fabs(kLossWeights[i]); - EXPECT_NEAR(loss * kLossWeights[i], weighted_loss, error_margin) - << "loss weight = " << kLossWeights[i]; - const shared_ptr >& weighted_blob = - this->net_->blob_by_name("data"); - ASSERT_EQ(data_grad.count(), weighted_blob->count()); - for (int j = 0; j < data_grad.count(); ++j) { - EXPECT_NEAR(data_grad.cpu_diff()[j] * kLossWeights[i], - weighted_blob->cpu_diff()[j], error_margin); - } - } -} - -TYPED_TEST(NetTest, TestComboLossWeight) { - typedef typename TypeParam::Dtype Dtype; - vector*> bottom; - Dtype loss_weight; - Dtype midnet_loss_weight; - const bool kForceBackward = true; - const Dtype kErrorMargin = 1e-4; - - // Get the loss and gradients with EUCLIDEAN_LOSS weight 1, - // INNER_PRODUCT weight 1. - loss_weight = 1; - midnet_loss_weight = 1; - Caffe::set_random_seed(this->seed_); - this->InitUnsharedWeightsNet(&loss_weight, &midnet_loss_weight, - kForceBackward); - const Dtype loss = this->net_->ForwardBackward(bottom); - const bool kCopyDiff = true; - vector > > blob_grads; - this->CopyNetBlobs(kCopyDiff, &blob_grads); - vector > > param_grads; - this->CopyNetParams(kCopyDiff, ¶m_grads); - - loss_weight = 2; - midnet_loss_weight = 1; - Caffe::set_random_seed(this->seed_); - this->InitUnsharedWeightsNet(&loss_weight, &midnet_loss_weight, - kForceBackward); - const Dtype loss_main_2 = this->net_->ForwardBackward(bottom); - vector > > blob_grads_loss_2; - this->CopyNetBlobs(kCopyDiff, &blob_grads_loss_2); - vector > > param_grads_loss_2; - this->CopyNetParams(kCopyDiff, ¶m_grads_loss_2); - - loss_weight = 3; - midnet_loss_weight = 1; - Caffe::set_random_seed(this->seed_); - this->InitUnsharedWeightsNet(&loss_weight, &midnet_loss_weight, - kForceBackward); - const Dtype loss_main_3 = this->net_->ForwardBackward(bottom); - const vector > >& blob_grads_loss_3 = - this->net_->blobs(); - ASSERT_EQ(blob_grads.size(), blob_grads_loss_3.size()); - ASSERT_EQ(blob_grads_loss_2.size(), blob_grads_loss_3.size()); - for (int j = 0; j < blob_grads.size(); ++j) { - const string& blob_name = this->net_->blob_names()[j]; - bool grad_should_change = true; - if (blob_name == "innerproduct1_innerproduct1_0_split_0") { - grad_should_change = false; - } - ASSERT_EQ(blob_grads[j]->count(), blob_grads_loss_3[j]->count()); - ASSERT_EQ(blob_grads_loss_2[j]->count(), blob_grads_loss_3[j]->count()); - for (int k = 0; k < blob_grads[j]->count(); ++k) { - const Dtype grad_diff_2 = blob_grads_loss_2[j]->cpu_diff()[k] - - blob_grads[j]->cpu_diff()[k]; - const Dtype grad_diff_3 = blob_grads_loss_3[j]->cpu_diff()[k] - - blob_grads[j]->cpu_diff()[k]; - if (grad_should_change) { - // Test non-triviality. - const Dtype kMinGradDiffAbsValue = 1e-4; - EXPECT_GT(fabs(grad_diff_2), kMinGradDiffAbsValue) << blob_name; - EXPECT_NEAR(2 * grad_diff_2, grad_diff_3, kErrorMargin) << blob_name; - } else { - EXPECT_EQ(0, grad_diff_2) << blob_name; - EXPECT_EQ(0, grad_diff_3) << blob_name; - } - } - } - - loss_weight = 1; - midnet_loss_weight = 2; - Caffe::set_random_seed(this->seed_); - this->InitUnsharedWeightsNet(&loss_weight, &midnet_loss_weight, - kForceBackward); - const Dtype loss_midnet_2 = this->net_->ForwardBackward(bottom); - this->CopyNetBlobs(kCopyDiff, &blob_grads_loss_2); - this->CopyNetParams(kCopyDiff, ¶m_grads_loss_2); - - loss_weight = 1; - midnet_loss_weight = 3; - Caffe::set_random_seed(this->seed_); - this->InitUnsharedWeightsNet(&loss_weight, &midnet_loss_weight, - kForceBackward); - const Dtype loss_midnet_3 = this->net_->ForwardBackward(bottom); - const vector > >& blob_grads_midnet_loss_3 = - this->net_->blobs(); - ASSERT_EQ(blob_grads.size(), blob_grads_midnet_loss_3.size()); - ASSERT_EQ(blob_grads_loss_2.size(), blob_grads_midnet_loss_3.size()); - const vector& blob_names = this->net_->blob_names(); - for (int j = 0; j < blob_grads.size(); ++j) { - const string& blob_name = blob_names[j]; - bool grad_should_change = false; - if (blob_name == "innerproduct1" || - blob_name == "innerproduct1_innerproduct1_0_split_0" || - blob_name == "data_data_0_split_0" || blob_name == "data") { - grad_should_change = true; - } - ASSERT_EQ(blob_grads[j]->count(), blob_grads_midnet_loss_3[j]->count()); - ASSERT_EQ(blob_grads[j]->count(), blob_grads_loss_2[j]->count()); - for (int k = 0; k < blob_grads[j]->count(); ++k) { - const Dtype grad_diff_2 = blob_grads_loss_2[j]->cpu_diff()[k] - - blob_grads[j]->cpu_diff()[k]; - const Dtype grad_diff_3 = blob_grads_midnet_loss_3[j]->cpu_diff()[k] - - blob_grads[j]->cpu_diff()[k]; - if (grad_should_change) { - // Test non-triviality. - const Dtype kMinGradDiffAbsValue = 1e-4; - EXPECT_GT(fabs(grad_diff_2), kMinGradDiffAbsValue) << blob_name; - EXPECT_NEAR(2 * grad_diff_2, grad_diff_3, kErrorMargin) << blob_name; - } else { - EXPECT_EQ(0, grad_diff_2) << blob_name; - EXPECT_EQ(0, grad_diff_3) << blob_name; - } - } - } - - const Dtype kMinLossDiffAbsValue = 1e-4; - - Dtype loss_diff_2 = loss_main_2 - loss; - // Test non-triviality. - EXPECT_GT(fabs(loss_diff_2), kMinLossDiffAbsValue); - Dtype loss_diff_3 = loss_main_3 - loss; - EXPECT_NEAR(2 * loss_diff_2, loss_diff_3, kErrorMargin); - - loss_diff_2 = loss_midnet_2 - loss; - // Test non-triviality. - EXPECT_GT(fabs(loss_diff_2), kMinLossDiffAbsValue); - loss_diff_3 = loss_midnet_3 - loss; - EXPECT_NEAR(2 * loss_diff_2, loss_diff_3, kErrorMargin); -} - -TYPED_TEST(NetTest, TestBackwardWithAccuracyLayer) { - typedef typename TypeParam::Dtype Dtype; - const bool kForceBackward = false; - const bool kAccuracyLayer = true; - this->InitTinyNet(kForceBackward, kAccuracyLayer); - EXPECT_TRUE(this->net_->has_blob("accuracy")); - vector*> bottom; - // Test that we can do Backward even though we have an ACCURACY layer. - this->net_->ForwardBackward(bottom); -} - -TYPED_TEST(NetTest, TestUnsharedWeightsDataNet) { - typedef typename TypeParam::Dtype Dtype; - this->InitUnsharedWeightsNet(); - vector*> bottom; - Dtype loss; - this->net_->Forward(bottom, &loss); - EXPECT_GT(loss, 0); -} - -TYPED_TEST(NetTest, TestSharedWeightsDataNet) { - typedef typename TypeParam::Dtype Dtype; - this->InitSharedWeightsNet(); - vector*> bottom; - Dtype loss; - this->net_->Forward(bottom, &loss); - EXPECT_FLOAT_EQ(loss, 0); -} - -TYPED_TEST(NetTest, TestUnsharedWeightsDiffNet) { - typedef typename TypeParam::Dtype Dtype; - this->InitUnsharedWeightsNet(); - vector*> bottom; - Net* net = this->net_.get(); - net->Forward(bottom); - net->Backward(); - Layer* ip1_layer = net->layer_by_name("innerproduct1").get(); - Layer* ip2_layer = net->layer_by_name("innerproduct2").get(); - const int count = ip1_layer->blobs()[0]->count(); - const Dtype* grad1 = ip1_layer->blobs()[0]->cpu_diff(); - const Dtype* grad2 = ip2_layer->blobs()[0]->cpu_diff(); - for (int i = 0; i < count; ++i) { - EXPECT_GT(fabs(grad1[i]), 0); - EXPECT_FLOAT_EQ(-1 * grad1[i], grad2[i]); - } -} - -TYPED_TEST(NetTest, TestSharedWeightsDiffNet) { - typedef typename TypeParam::Dtype Dtype; - this->InitSharedWeightsNet(); - vector*> bottom; - Net* net = this->net_.get(); - Dtype loss; - net->Forward(bottom, &loss); - net->Backward(); - EXPECT_FLOAT_EQ(loss, 0); - Layer* ip1_layer = net->layer_by_name("innerproduct1").get(); - Layer* ip2_layer = net->layer_by_name("innerproduct2").get(); - const int count = ip1_layer->blobs()[0]->count(); - const Dtype* grad1 = ip1_layer->blobs()[0]->cpu_diff(); - const Dtype* grad2 = ip2_layer->blobs()[0]->cpu_diff(); - for (int i = 0; i < count; ++i) { - EXPECT_FLOAT_EQ(0, grad1[i]); - EXPECT_FLOAT_EQ(0, grad2[i]); - } -} - -TYPED_TEST(NetTest, TestSharedWeightsUpdate) { - typedef typename TypeParam::Dtype Dtype; - Caffe::set_random_seed(this->seed_); - this->InitDiffDataSharedWeightsNet(); - vector*> bottom; - EXPECT_EQ(this->net_->layer_names()[1], "innerproduct1"); - EXPECT_EQ(this->net_->layer_names()[2], "innerproduct2"); - Blob* ip1_weights = this->net_->layers()[1]->blobs()[0].get(); - Blob* ip2_weights = this->net_->layers()[2]->blobs()[0].get(); - // Check that data blobs of shared weights share the same location in memory. - EXPECT_EQ(ip1_weights->cpu_data(), ip2_weights->cpu_data()); - // Check that diff blobs of shared weights are at different locations in - // memory. (The diffs should be accumulated at update time.) - EXPECT_NE(ip1_weights->cpu_diff(), ip2_weights->cpu_diff()); - this->net_->Forward(bottom); - this->net_->Backward(); - // Compute the expected update as the data minus the two diffs. - Blob shared_params; - const bool reshape = true; - const bool copy_diff = false; - shared_params.CopyFrom(*ip1_weights, copy_diff, reshape); - shared_params.CopyFrom(*ip1_weights, !copy_diff, reshape); - const int count = ip1_weights->count(); - // Make sure the diffs are non-trivial. - for (int i = 0; i < count; ++i) { - EXPECT_NE(0, ip1_weights->cpu_diff()[i]); - EXPECT_NE(0, ip2_weights->cpu_diff()[i]); - EXPECT_NE(ip1_weights->cpu_diff()[i], ip2_weights->cpu_diff()[i]); - } - caffe_axpy(count, Dtype(1), ip2_weights->cpu_diff(), - shared_params.mutable_cpu_diff()); - caffe_axpy(count, Dtype(-1), shared_params.cpu_diff(), - shared_params.mutable_cpu_data()); - const Dtype* expected_updated_params = shared_params.cpu_data(); - this->net_->Update(); - const Dtype* actual_updated_params = ip1_weights->cpu_data(); - for (int i = 0; i < count; ++i) { - EXPECT_EQ(expected_updated_params[i], actual_updated_params[i]); - } - // Check that data blobs of shared weights STILL point to the same memory - // location (because ... who knows). - EXPECT_EQ(ip1_weights->cpu_data(), ip2_weights->cpu_data()); - - Caffe::set_random_seed(this->seed_); - this->InitDiffDataUnsharedWeightsNet(); - EXPECT_EQ(this->net_->layer_names()[1], "innerproduct1"); - EXPECT_EQ(this->net_->layer_names()[2], "innerproduct2"); - ip1_weights = this->net_->layers()[1]->blobs()[0].get(); - ip2_weights = this->net_->layers()[2]->blobs()[0].get(); - // Check that data and diff blobs of unshared weights are at different - // locations in memory. - EXPECT_NE(ip1_weights->cpu_data(), ip2_weights->cpu_data()); - EXPECT_NE(ip1_weights->cpu_diff(), ip2_weights->cpu_diff()); - this->net_->Forward(bottom); - this->net_->Backward(); - // Compute the expected update. - Blob unshared_params1; - unshared_params1.CopyFrom(*ip1_weights, copy_diff, reshape); - unshared_params1.CopyFrom(*ip1_weights, !copy_diff, reshape); - Blob unshared_params2; - unshared_params2.CopyFrom(*ip2_weights, copy_diff, reshape); - unshared_params2.CopyFrom(*ip2_weights, !copy_diff, reshape); - // Make sure the diffs are non-trivial and sum to the diff in the shared net. - for (int i = 0; i < count; ++i) { - EXPECT_NE(0, ip1_weights->cpu_diff()[i]); - EXPECT_NE(0, ip2_weights->cpu_diff()[i]); - EXPECT_NE(ip1_weights->cpu_diff()[i], ip2_weights->cpu_diff()[i]); - EXPECT_EQ(ip1_weights->cpu_diff()[i] + ip2_weights->cpu_diff()[i], - shared_params.cpu_diff()[i]); - } - caffe_axpy(count, Dtype(-1), ip1_weights->cpu_diff(), - unshared_params1.mutable_cpu_data()); - caffe_axpy(count, Dtype(-1), ip2_weights->cpu_diff(), - unshared_params2.mutable_cpu_data()); - const Dtype* expected_updated_params1 = unshared_params1.cpu_data(); - const Dtype* expected_updated_params2 = unshared_params2.cpu_data(); - this->net_->Update(); - const Dtype* actual_updated_params1 = ip1_weights->cpu_data(); - const Dtype* actual_updated_params2 = ip2_weights->cpu_data(); - for (int i = 0; i < count; ++i) { - EXPECT_EQ(expected_updated_params1[i], actual_updated_params1[i]); - EXPECT_EQ(expected_updated_params2[i], actual_updated_params2[i]); - EXPECT_NE(actual_updated_params1[i], actual_updated_params2[i]); - EXPECT_NE(expected_updated_params, expected_updated_params1); - } -} - -TYPED_TEST(NetTest, TestSharedWeightsResume) { - typedef typename TypeParam::Dtype Dtype; - - // Create a net with weight sharing; Update it once. - Caffe::set_random_seed(this->seed_); - this->InitDiffDataSharedWeightsNet(); - vector*> bottom; - EXPECT_EQ(this->net_->layer_names()[1], "innerproduct1"); - EXPECT_EQ(this->net_->layer_names()[2], "innerproduct2"); - Blob* ip1_weights = this->net_->layers()[1]->blobs()[0].get(); - Blob* ip2_weights = this->net_->layers()[2]->blobs()[0].get(); - // Check that data blobs of shared weights share the same location in memory. - EXPECT_EQ(ip1_weights->cpu_data(), ip2_weights->cpu_data()); - // Check that diff blobs of shared weights are at different locations in - // memory. (The diffs should be accumulated at update time.) - EXPECT_NE(ip1_weights->cpu_diff(), ip2_weights->cpu_diff()); - this->net_->ForwardBackward(bottom); - this->net_->Update(); - Blob shared_params; - const bool kReshape = true; - const bool kCopyDiff = false; - shared_params.CopyFrom(*ip1_weights, kCopyDiff, kReshape); - const int count = ip1_weights->count(); - - // Write the net to a NetParameter, as in Solver::Snapshot. - NetParameter net_param; - this->net_->ToProto(&net_param); - - // Reinitialize the net and copy parameters from net_param, as in - // Solver::Restore. - Caffe::set_random_seed(this->seed_); - this->InitDiffDataSharedWeightsNet(); - this->net_->CopyTrainedLayersFrom(net_param); - ip1_weights = this->net_->layers()[1]->blobs()[0].get(); - ip2_weights = this->net_->layers()[2]->blobs()[0].get(); - ASSERT_FALSE(NULL == ip1_weights); - ASSERT_FALSE(NULL == ip2_weights); - EXPECT_NE(ip1_weights, ip2_weights); - // Check that data blobs of shared weights share the same location in memory. - EXPECT_EQ(ip1_weights->cpu_data(), ip2_weights->cpu_data()); - for (int i = 0; i < count; ++i) { - EXPECT_FLOAT_EQ(shared_params.cpu_data()[i], ip1_weights->cpu_data()[i]); - } - // Check that diff blobs of shared weights are at different locations in - // memory. (The diffs should be accumulated at update time.) - EXPECT_NE(ip1_weights->cpu_diff(), ip2_weights->cpu_diff()); -} - -TYPED_TEST(NetTest, TestParamPropagateDown) { - typedef typename TypeParam::Dtype Dtype; - vector*> bottom; - const bool kBiasTerm = true, kForceBackward = false; - const Dtype* kLossWeight1 = NULL; - const Dtype* kLossWeight2 = NULL; - - // Run the net with all params learned; check that gradients are non-zero. - Caffe::set_random_seed(this->seed_); - Dtype blobs_lr_w1 = 1, blobs_lr_w2 = 1, blobs_lr_b1 = 2, blobs_lr_b2 = 2; - this->InitUnsharedWeightsNet(kLossWeight1, kLossWeight2, kForceBackward, - kBiasTerm, blobs_lr_w1, blobs_lr_w2, blobs_lr_b1, blobs_lr_b2); - this->net_->Forward(bottom); - this->net_->Backward(); - const vector > >& params = this->net_->params(); - const int num_params = params.size(); - ASSERT_EQ(4, num_params); - const Dtype kNonZeroTestMin = 1e-3; - vector param_asums(params.size()); - for (int i = 0; i < num_params; ++i) { - const Dtype param_asum = - caffe_cpu_asum(params[i]->count(), params[i]->cpu_diff()); - param_asums[i] = param_asum; - EXPECT_GT(param_asum, kNonZeroTestMin); - } - - // Change the learning rates to different non-zero values; should see same - // gradients. - Caffe::set_random_seed(this->seed_); - blobs_lr_w1 *= 2, blobs_lr_w2 *= 2, blobs_lr_b1 *= 2, blobs_lr_b2 *= 2; - this->InitUnsharedWeightsNet(kLossWeight1, kLossWeight2, kForceBackward, - kBiasTerm, blobs_lr_w1, blobs_lr_w2, blobs_lr_b1, blobs_lr_b2); - this->net_->Forward(bottom); - this->net_->Backward(); - const vector > >& params2 = this->net_->params(); - ASSERT_EQ(num_params, params2.size()); - for (int i = 0; i < num_params; ++i) { - const Dtype param_asum = - caffe_cpu_asum(params2[i]->count(), params2[i]->cpu_diff()); - EXPECT_FLOAT_EQ(param_asum, param_asums[i]); - } - - // Change a subset of the learning rates to zero; check that we see zero - // gradients for those. - Caffe::set_random_seed(this->seed_); - blobs_lr_w1 = 1, blobs_lr_w2 = 0, blobs_lr_b1 = 0, blobs_lr_b2 = 1; - this->InitUnsharedWeightsNet(kLossWeight1, kLossWeight2, kForceBackward, - kBiasTerm, blobs_lr_w1, blobs_lr_w2, blobs_lr_b1, blobs_lr_b2); - this->net_->Forward(bottom); - this->net_->Backward(); - const vector > >& params3 = this->net_->params(); - ASSERT_EQ(num_params, params3.size()); - for (int i = 0; i < num_params; ++i) { - const Dtype param_asum = - caffe_cpu_asum(params3[i]->count(), params3[i]->cpu_diff()); - if (i == 1 || i == 2) { - EXPECT_FLOAT_EQ(0, param_asum); - } else { - EXPECT_FLOAT_EQ(param_asum, param_asums[i]); - } - } - - // Change the opposite subset of the learning rates to zero. - Caffe::set_random_seed(this->seed_); - blobs_lr_w1 = 0, blobs_lr_w2 = 1, blobs_lr_b1 = 1, blobs_lr_b2 = 0; - this->InitUnsharedWeightsNet(kLossWeight1, kLossWeight2, kForceBackward, - kBiasTerm, blobs_lr_w1, blobs_lr_w2, blobs_lr_b1, blobs_lr_b2); - this->net_->Forward(bottom); - this->net_->Backward(); - const vector > >& params4 = this->net_->params(); - ASSERT_EQ(num_params, params4.size()); - for (int i = 0; i < num_params; ++i) { - const Dtype param_asum = - caffe_cpu_asum(params4[i]->count(), params4[i]->cpu_diff()); - if (i == 0 || i == 3) { - EXPECT_FLOAT_EQ(0, param_asum); - } else { - EXPECT_FLOAT_EQ(param_asum, param_asums[i]); - } - } -} - -TYPED_TEST(NetTest, TestFromTo) { - typedef typename TypeParam::Dtype Dtype; - this->InitTinyNet(); - - // Run Forward and Backward, recording the data diff and loss. - Blob data; - data.ReshapeLike(*this->net_->blob_by_name("data")); - this->net_->ForwardPrefilled(); - this->net_->Backward(); - data.CopyFrom(*this->net_->blob_by_name("data"), true, true); - const Dtype *loss_ptr = this->net_->output_blobs()[0]->cpu_data(); - Dtype loss = *loss_ptr; - - // Check that combining partial Forwards gives the same loss. - for (int i = 1; i < this->net_->layers().size(); ++i) { - // Note that we skip layer zero to keep the same data. - this->net_->ForwardFromTo(1, 1); - if (i < this->net_->layers().size() - 1) { - this->net_->ForwardFrom(i + 1); - } - EXPECT_EQ(loss, *loss_ptr); - } - - // Check that combining partial Backwards gives the same data diff. - for (int i = 1; i < this->net_->layers().size(); ++i) { - this->net_->BackwardTo(i); - this->net_->BackwardFrom(i - 1); - for (int j = 0; j < data.count(); ++j) { - EXPECT_EQ(data.cpu_diff()[j], - this->net_->blob_by_name("data")->cpu_diff()[j]); - } - } -} - -class FilterNetTest : public ::testing::Test { - protected: - void RunFilterNetTest( - const string& input_param_string, const string& filtered_param_string) { - NetParameter input_param; - CHECK(google::protobuf::TextFormat::ParseFromString( - input_param_string, &input_param)); - NetParameter expected_filtered_param; - CHECK(google::protobuf::TextFormat::ParseFromString( - filtered_param_string, &expected_filtered_param)); - NetParameter actual_filtered_param; - Net::FilterNet(input_param, &actual_filtered_param); - EXPECT_EQ(expected_filtered_param.DebugString(), - actual_filtered_param.DebugString()); - // Also test idempotence. - NetParameter double_filtered_param; - Net::FilterNet(actual_filtered_param, &double_filtered_param); - EXPECT_EQ(actual_filtered_param.DebugString(), - double_filtered_param.DebugString()); - } -}; - -TEST_F(FilterNetTest, TestNoFilter) { - const string& input_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - "} "; - this->RunFilterNetTest(input_proto, input_proto); -} - -TEST_F(FilterNetTest, TestFilterLeNetTrainTest) { - const string& input_proto = - "name: 'LeNet' " - "layers { " - " name: 'mnist' " - " type: DATA " - " top: 'data' " - " top: 'label' " - " data_param { " - " source: 'mnist-train-leveldb' " - " batch_size: 64 " - " } " - " transform_param { " - " scale: 0.00390625 " - " } " - " include: { phase: TRAIN } " - "} " - "layers { " - " name: 'mnist' " - " type: DATA " - " top: 'data' " - " top: 'label' " - " data_param { " - " source: 'mnist-test-leveldb' " - " batch_size: 100 " - " } " - " transform_param { " - " scale: 0.00390625 " - " } " - " include: { phase: TEST } " - "} " - "layers { " - " name: 'conv1' " - " type: CONVOLUTION " - " bottom: 'data' " - " top: 'conv1' " - " blobs_lr: 1 " - " blobs_lr: 2 " - " convolution_param { " - " num_output: 20 " - " kernel_size: 5 " - " stride: 1 " - " weight_filler { " - " type: 'xavier' " - " } " - " bias_filler { " - " type: 'constant' " - " } " - " } " - "} " - "layers { " - " name: 'ip1' " - " type: INNER_PRODUCT " - " bottom: 'conv1' " - " top: 'ip1' " - " blobs_lr: 1 " - " blobs_lr: 2 " - " inner_product_param { " - " num_output: 10 " - " weight_filler { " - " type: 'xavier' " - " } " - " bias_filler { " - " type: 'constant' " - " } " - " } " - "} " - "layers { " - " name: 'accuracy' " - " type: ACCURACY " - " bottom: 'ip1' " - " bottom: 'label' " - " top: 'accuracy' " - " include: { phase: TEST } " - "} " - "layers { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'ip2' " - " bottom: 'label' " - " top: 'loss' " - "} "; - const string input_proto_train = "state: { phase: TRAIN } " + input_proto; - const string input_proto_test = "state: { phase: TEST } " + input_proto; - const string output_proto_train = - "name: 'LeNet' " - "layers { " - " name: 'mnist' " - " type: DATA " - " top: 'data' " - " top: 'label' " - " data_param { " - " source: 'mnist-train-leveldb' " - " batch_size: 64 " - " } " - " transform_param { " - " scale: 0.00390625 " - " } " - " include: { phase: TRAIN } " - "} " - "layers { " - " name: 'conv1' " - " type: CONVOLUTION " - " bottom: 'data' " - " top: 'conv1' " - " blobs_lr: 1 " - " blobs_lr: 2 " - " convolution_param { " - " num_output: 20 " - " kernel_size: 5 " - " stride: 1 " - " weight_filler { " - " type: 'xavier' " - " } " - " bias_filler { " - " type: 'constant' " - " } " - " } " - "} " - "layers { " - " name: 'ip1' " - " type: INNER_PRODUCT " - " bottom: 'conv1' " - " top: 'ip1' " - " blobs_lr: 1 " - " blobs_lr: 2 " - " inner_product_param { " - " num_output: 10 " - " weight_filler { " - " type: 'xavier' " - " } " - " bias_filler { " - " type: 'constant' " - " } " - " } " - "} " - "layers { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'ip2' " - " bottom: 'label' " - " top: 'loss' " - "} "; - const string& output_proto_test = - "name: 'LeNet' " - "layers { " - " name: 'mnist' " - " type: DATA " - " top: 'data' " - " top: 'label' " - " data_param { " - " source: 'mnist-test-leveldb' " - " batch_size: 100 " - " } " - " transform_param { " - " scale: 0.00390625 " - " } " - " include: { phase: TEST } " - "} " - "layers { " - " name: 'conv1' " - " type: CONVOLUTION " - " bottom: 'data' " - " top: 'conv1' " - " blobs_lr: 1 " - " blobs_lr: 2 " - " convolution_param { " - " num_output: 20 " - " kernel_size: 5 " - " stride: 1 " - " weight_filler { " - " type: 'xavier' " - " } " - " bias_filler { " - " type: 'constant' " - " } " - " } " - "} " - "layers { " - " name: 'ip1' " - " type: INNER_PRODUCT " - " bottom: 'conv1' " - " top: 'ip1' " - " blobs_lr: 1 " - " blobs_lr: 2 " - " inner_product_param { " - " num_output: 10 " - " weight_filler { " - " type: 'xavier' " - " } " - " bias_filler { " - " type: 'constant' " - " } " - " } " - "} " - "layers { " - " name: 'accuracy' " - " type: ACCURACY " - " bottom: 'ip1' " - " bottom: 'label' " - " top: 'accuracy' " - " include: { phase: TEST } " - "} " - "layers { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'ip2' " - " bottom: 'label' " - " top: 'loss' " - "} "; - const string output_proto_train_explicit = - output_proto_train + " state: { phase: TRAIN } "; - const string output_proto_test_explicit = - output_proto_test + " state: { phase: TEST } "; - this->RunFilterNetTest(input_proto_train, output_proto_train_explicit); - this->RunFilterNetTest(input_proto_test, output_proto_test_explicit); - - // Also check that nets are filtered according to the Caffe singleton phase, - // if not explicitly specified in the input proto. - Caffe::set_phase(Caffe::TRAIN); - this->RunFilterNetTest(input_proto, output_proto_train); - Caffe::set_phase(Caffe::TEST); - this->RunFilterNetTest(input_proto, output_proto_test); - - // Finally, check that the current Caffe singleton phase is ignored if the - // phase is explicitly specified in the input proto. - Caffe::set_phase(Caffe::TEST); - this->RunFilterNetTest(input_proto_train, output_proto_train_explicit); - Caffe::set_phase(Caffe::TRAIN); - this->RunFilterNetTest(input_proto_test, output_proto_test_explicit); -} - -TEST_F(FilterNetTest, TestFilterOutByStage) { - const string& input_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - " include: { stage: 'mystage' } " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - "} "; - const string& output_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - "} "; - this->RunFilterNetTest(input_proto, output_proto); -} - -TEST_F(FilterNetTest, TestFilterOutByStage2) { - const string& input_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - " include: { stage: 'mystage' } " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - "} "; - const string& output_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - "} "; - this->RunFilterNetTest(input_proto, output_proto); -} - -TEST_F(FilterNetTest, TestFilterInByStage) { - const string& input_proto = - "state: { stage: 'mystage' } " - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - " include: { stage: 'mystage' } " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - "} "; - this->RunFilterNetTest(input_proto, input_proto); -} - -TEST_F(FilterNetTest, TestFilterInByStage2) { - const string& input_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - " exclude: { stage: 'mystage' } " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - "} "; - this->RunFilterNetTest(input_proto, input_proto); -} - -TEST_F(FilterNetTest, TestFilterOutByMultipleStage) { - const string& input_proto = - "state: { stage: 'mystage' } " - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - " include: { stage: 'mystage' stage: 'myotherstage' } " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - " include: { stage: 'mystage' } " - "} "; - const string& output_proto = - "state: { stage: 'mystage' } " - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - " include: { stage: 'mystage' } " - "} "; - this->RunFilterNetTest(input_proto, output_proto); -} - -TEST_F(FilterNetTest, TestFilterInByMultipleStage) { - const string& input_proto = - "state: { stage: 'mystage' } " - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - " include: { stage: 'myotherstage' } " - " include: { stage: 'mystage' } " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - " include: { stage: 'mystage' } " - "} "; - this->RunFilterNetTest(input_proto, input_proto); -} - -TEST_F(FilterNetTest, TestFilterInByMultipleStage2) { - const string& input_proto = - "state: { stage: 'mystage' stage: 'myotherstage' } " - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - " include: { stage: 'mystage' stage: 'myotherstage' } " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - " include: { stage: 'mystage' } " - "} "; - this->RunFilterNetTest(input_proto, input_proto); -} - -TEST_F(FilterNetTest, TestFilterInByNotStage) { - const string& input_proto = - "state: { stage: 'mystage' } " - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - " include: { not_stage: 'myotherstage' } " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - " include: { not_stage: 'myotherstage' } " - "} "; - this->RunFilterNetTest(input_proto, input_proto); -} - -TEST_F(FilterNetTest, TestFilterOutByNotStage) { - const string& input_proto = - "state: { stage: 'mystage' } " - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - " include: { not_stage: 'mystage' } " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - " include: { not_stage: 'mystage' } " - "} "; - const string& output_proto = - "state: { stage: 'mystage' } " - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} "; - this->RunFilterNetTest(input_proto, output_proto); -} - -TEST_F(FilterNetTest, TestFilterOutByMinLevel) { - const string& input_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - " include: { min_level: 3 } " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - "} "; - const string& output_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - "} "; - this->RunFilterNetTest(input_proto, output_proto); -} - -TEST_F(FilterNetTest, TestFilterOutByMaxLevel) { - const string& input_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - " include: { max_level: -3 } " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - "} "; - const string& output_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - "} "; - this->RunFilterNetTest(input_proto, output_proto); -} - -TEST_F(FilterNetTest, TestFilterInByMinLevel) { - const string& input_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - " include: { min_level: 0 } " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - "} "; - this->RunFilterNetTest(input_proto, input_proto); -} - -TEST_F(FilterNetTest, TestFilterInByMinLevel2) { - const string& input_proto = - "state: { level: 7 } " - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - " include: { min_level: 3 } " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - "} "; - this->RunFilterNetTest(input_proto, input_proto); -} - -TEST_F(FilterNetTest, TestFilterInByMaxLevel) { - const string& input_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - " include: { max_level: 0 } " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - "} "; - this->RunFilterNetTest(input_proto, input_proto); -} - -TEST_F(FilterNetTest, TestFilterInByMaxLevel2) { - const string& input_proto = - "state: { level: -7 } " - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - " include: { max_level: -3 } " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - "} "; - this->RunFilterNetTest(input_proto, input_proto); -} - -TEST_F(FilterNetTest, TestFilterInOutByIncludeMultiRule) { - const string& input_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - " include: { min_level: 2 phase: TRAIN } " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - " include: { min_level: 2 phase: TEST } " - "} "; - const string& input_proto_train = - "state: { level: 4 phase: TRAIN } " + input_proto; - const string& input_proto_test = - "state: { level: 4 phase: TEST } " + input_proto; - const string& output_proto_train = - "state: { level: 4 phase: TRAIN } " - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - " include: { min_level: 2 phase: TRAIN } " - "} "; - const string& output_proto_test = - "state: { level: 4 phase: TEST } " - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - " include: { min_level: 2 phase: TEST } " - "} "; - this->RunFilterNetTest(input_proto_train, output_proto_train); - this->RunFilterNetTest(input_proto_test, output_proto_test); -} - -TEST_F(FilterNetTest, TestFilterInByIncludeMultiRule) { - const string& input_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - " include: { min_level: 2 phase: TRAIN } " - " include: { phase: TEST } " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - " include: { min_level: 2 phase: TEST } " - " include: { phase: TRAIN } " - "} "; - const string& input_proto_train = - "state: { level: 2 phase: TRAIN } " + input_proto; - const string& input_proto_test = - "state: { level: 2 phase: TEST } " + input_proto; - this->RunFilterNetTest(input_proto_train, input_proto_train); - this->RunFilterNetTest(input_proto_test, input_proto_test); -} - -TEST_F(FilterNetTest, TestFilterInOutByExcludeMultiRule) { - const string& input_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - " exclude: { min_level: 2 phase: TRAIN } " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - " exclude: { min_level: 2 phase: TEST } " - "} "; - const string& input_proto_train = - "state: { level: 4 phase: TRAIN } " + input_proto; - const string& input_proto_test = - "state: { level: 4 phase: TEST } " + input_proto; - const string& output_proto_train = - "state: { level: 4 phase: TRAIN } " - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - " exclude: { min_level: 2 phase: TEST } " - "} "; - const string& output_proto_test = - "state: { level: 4 phase: TEST } " - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - " exclude: { min_level: 2 phase: TRAIN } " - "} "; - this->RunFilterNetTest(input_proto_train, output_proto_train); - this->RunFilterNetTest(input_proto_test, output_proto_test); -} - -TYPED_TEST(NetTest, TestReshape) { - typedef typename TypeParam::Dtype Dtype; - // We set up bottom blobs of two different sizes, switch between - // them, and check that forward and backward both run and the results - // are the same. - Caffe::set_random_seed(this->seed_); - Caffe::set_mode(Caffe::CPU); - FillerParameter filler_param; - filler_param.set_std(1); - GaussianFiller filler(filler_param); - Blob blob1(4, 3, 9, 11); - Blob blob2(2, 3, 12, 10); - filler.Fill(&blob1); - filler.Fill(&blob2); - - this->InitReshapableNet(); - Blob* input_blob = this->net_->input_blobs()[0]; - Blob* output_blob = this->net_->output_blobs()[0]; - input_blob->Reshape(blob1.num(), blob1.channels(), blob1.height(), - blob1.width()); - caffe_copy(blob1.count(), blob1.cpu_data(), input_blob->mutable_cpu_data()); - this->net_->ForwardPrefilled(); - // call backward just to make sure it runs - this->net_->Backward(); - Blob output1(output_blob->num(), output_blob->channels(), - output_blob->height(), output_blob->width()); - caffe_copy(output1.count(), output_blob->cpu_data(), - output1.mutable_cpu_data()); - - input_blob->Reshape(blob2.num(), blob2.channels(), blob2.height(), - blob2.width()); - caffe_copy(blob2.count(), blob2.cpu_data(), input_blob->mutable_cpu_data()); - this->net_->ForwardPrefilled(); - this->net_->Backward(); - Blob output2(output_blob->num(), output_blob->channels(), - output_blob->height(), output_blob->width()); - caffe_copy(output2.count(), output_blob->cpu_data(), - output2.mutable_cpu_data()); - - input_blob->Reshape(blob1.num(), blob1.channels(), blob1.height(), - blob1.width()); - caffe_copy(blob1.count(), blob1.cpu_data(), input_blob->mutable_cpu_data()); - this->net_->ForwardPrefilled(); - this->net_->Backward(); - for (int i = 0; i < output1.count(); ++i) { - CHECK_EQ(*(output1.cpu_data() + i), *(output_blob->cpu_data() + i)); - } - - input_blob->Reshape(blob2.num(), blob2.channels(), blob2.height(), - blob2.width()); - caffe_copy(blob2.count(), blob2.cpu_data(), input_blob->mutable_cpu_data()); - this->net_->ForwardPrefilled(); - this->net_->Backward(); - for (int i = 0; i < output2.count(); ++i) { - CHECK_EQ(*(output2.cpu_data() + i), *(output_blob->cpu_data() + i)); - } -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_neuron_layer.cpp b/caffe-crfrnn/src/caffe/test/test_neuron_layer.cpp deleted file mode 100644 index b19a5abd..00000000 --- a/caffe-crfrnn/src/caffe/test/test_neuron_layer.cpp +++ /dev/null @@ -1,533 +0,0 @@ -#include -#include - -#include "google/protobuf/text_format.h" -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -template -class NeuronLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - NeuronLayerTest() - : blob_bottom_(new Blob(2, 3, 4, 5)), - blob_top_(new Blob()) { - Caffe::set_random_seed(1701); - // fill the values - FillerParameter filler_param; - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - blob_bottom_vec_.push_back(blob_bottom_); - blob_top_vec_.push_back(blob_top_); - } - virtual ~NeuronLayerTest() { delete blob_bottom_; delete blob_top_; } - Blob* const blob_bottom_; - Blob* const blob_top_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; - - void TestDropoutForward(const float dropout_ratio) { - LayerParameter layer_param; - // Fill in the given dropout_ratio, unless it's 0.5, in which case we don't - // set it explicitly to test that 0.5 is the default. - if (dropout_ratio != 0.5) { - layer_param.mutable_dropout_param()->set_dropout_ratio(dropout_ratio); - } - Caffe::set_phase(Caffe::TRAIN); - DropoutLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Now, check values - const Dtype* bottom_data = this->blob_bottom_->cpu_data(); - const Dtype* top_data = this->blob_top_->cpu_data(); - float scale = 1. / (1. - layer_param.dropout_param().dropout_ratio()); - const int count = this->blob_bottom_->count(); - // Initialize num_kept to count the number of inputs NOT dropped out. - int num_kept = 0; - for (int i = 0; i < count; ++i) { - if (top_data[i] != 0) { - ++num_kept; - EXPECT_EQ(top_data[i], bottom_data[i] * scale); - } - } - const Dtype std_error = sqrt(dropout_ratio * (1 - dropout_ratio) / count); - // Fail if the number dropped was more than 1.96 * std_error away from the - // expected number -- requires 95% confidence that the dropout layer is not - // obeying the given dropout_ratio for test failure. - const Dtype empirical_dropout_ratio = 1 - num_kept / Dtype(count); - EXPECT_NEAR(empirical_dropout_ratio, dropout_ratio, 1.96 * std_error); - } - - void TestExpForward(const float base, const float scale, const float shift) { - LayerParameter layer_param; - layer_param.mutable_exp_param()->set_base(base); - layer_param.mutable_exp_param()->set_scale(scale); - layer_param.mutable_exp_param()->set_shift(shift); - ExpLayer layer(layer_param); - layer.SetUp(blob_bottom_vec_, blob_top_vec_); - layer.Forward(blob_bottom_vec_, blob_top_vec_); - const Dtype kDelta = 2e-4; - const Dtype* bottom_data = blob_bottom_->cpu_data(); - const Dtype* top_data = blob_top_->cpu_data(); - for (int i = 0; i < blob_bottom_->count(); ++i) { - const Dtype bottom_val = bottom_data[i]; - const Dtype top_val = top_data[i]; - if (base == -1) { - EXPECT_NEAR(top_val, exp(shift + scale * bottom_val), kDelta); - } else { - EXPECT_NEAR(top_val, pow(base, shift + scale * bottom_val), kDelta); - } - } - } - - void TestExpGradient(const float base, const float scale, const float shift) { - LayerParameter layer_param; - layer_param.mutable_exp_param()->set_base(base); - layer_param.mutable_exp_param()->set_scale(scale); - layer_param.mutable_exp_param()->set_shift(shift); - ExpLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientEltwise(&layer, blob_bottom_vec_, blob_top_vec_); - } -}; - -TYPED_TEST_CASE(NeuronLayerTest, TestDtypesAndDevices); - -TYPED_TEST(NeuronLayerTest, TestAbsVal) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - AbsValLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - const Dtype* bottom_data = this->blob_bottom_->cpu_data(); - const Dtype* top_data = this->blob_top_->cpu_data(); - const int count = this->blob_bottom_->count(); - for (int i = 0; i < count; ++i) { - EXPECT_EQ(top_data[i], fabs(bottom_data[i])); - } -} - -TYPED_TEST(NeuronLayerTest, TestAbsGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - AbsValLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3, 1701, 0., 0.01); - checker.CheckGradientEltwise(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -TYPED_TEST(NeuronLayerTest, TestReLU) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - ReLULayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Now, check values - const Dtype* bottom_data = this->blob_bottom_->cpu_data(); - const Dtype* top_data = this->blob_top_->cpu_data(); - for (int i = 0; i < this->blob_bottom_->count(); ++i) { - EXPECT_GE(top_data[i], 0.); - EXPECT_TRUE(top_data[i] == 0 || top_data[i] == bottom_data[i]); - } -} - -TYPED_TEST(NeuronLayerTest, TestReLUGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - ReLULayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3, 1701, 0., 0.01); - checker.CheckGradientEltwise(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -TYPED_TEST(NeuronLayerTest, TestReLUWithNegativeSlope) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - CHECK(google::protobuf::TextFormat::ParseFromString( - "relu_param { negative_slope: 0.01 }", &layer_param)); - ReLULayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Now, check values - const Dtype* bottom_data = this->blob_bottom_->cpu_data(); - const Dtype* top_data = this->blob_top_->cpu_data(); - for (int i = 0; i < this->blob_bottom_->count(); ++i) { - if (top_data[i] >= 0) { - EXPECT_FLOAT_EQ(top_data[i], bottom_data[i]); - } else { - EXPECT_FLOAT_EQ(top_data[i], bottom_data[i] * 0.01); - } - } -} - -TYPED_TEST(NeuronLayerTest, TestReLUGradientWithNegativeSlope) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - CHECK(google::protobuf::TextFormat::ParseFromString( - "relu_param { negative_slope: 0.01 }", &layer_param)); - ReLULayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3, 1701, 0., 0.01); - checker.CheckGradientEltwise(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -TYPED_TEST(NeuronLayerTest, TestSigmoid) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - SigmoidLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Now, check values - const Dtype* bottom_data = this->blob_bottom_->cpu_data(); - const Dtype* top_data = this->blob_top_->cpu_data(); - for (int i = 0; i < this->blob_bottom_->count(); ++i) { - EXPECT_FLOAT_EQ(top_data[i], 1. / (1 + exp(-bottom_data[i]))); - // check that we squashed the value between 0 and 1 - EXPECT_GE(top_data[i], 0.); - EXPECT_LE(top_data[i], 1.); - } -} - -TYPED_TEST(NeuronLayerTest, TestSigmoidGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - SigmoidLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3, 1701, 0., 0.01); - checker.CheckGradientEltwise(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -TYPED_TEST(NeuronLayerTest, TestTanH) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - TanHLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Test exact values - for (int i = 0; i < this->blob_bottom_->num(); ++i) { - for (int j = 0; j < this->blob_bottom_->channels(); ++j) { - for (int k = 0; k < this->blob_bottom_->height(); ++k) { - for (int l = 0; l < this->blob_bottom_->width(); ++l) { - EXPECT_GE(this->blob_top_->data_at(i, j, k, l) + 1e-4, - (exp(2*this->blob_bottom_->data_at(i, j, k, l)) - 1) / - (exp(2*this->blob_bottom_->data_at(i, j, k, l)) + 1)); - EXPECT_LE(this->blob_top_->data_at(i, j, k, l) - 1e-4, - (exp(2*this->blob_bottom_->data_at(i, j, k, l)) - 1) / - (exp(2*this->blob_bottom_->data_at(i, j, k, l)) + 1)); - } - } - } - } -} - -TYPED_TEST(NeuronLayerTest, TestTanHGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - TanHLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientEltwise(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -TYPED_TEST(NeuronLayerTest, TestExpLayer) { - typedef typename TypeParam::Dtype Dtype; - // Test default base of "-1" -- should actually set base := e. - const Dtype kBase = -1; - const Dtype kScale = 1; - const Dtype kShift = 0; - this->TestExpForward(kBase, kScale, kShift); -} - -TYPED_TEST(NeuronLayerTest, TestExpGradient) { - typedef typename TypeParam::Dtype Dtype; - // Test default base of "-1" -- should actually set base := e. - const Dtype kBase = -1; - const Dtype kScale = 1; - const Dtype kShift = 0; - this->TestExpGradient(kBase, kScale, kShift); -} - -TYPED_TEST(NeuronLayerTest, TestExpLayerBase2) { - typedef typename TypeParam::Dtype Dtype; - const Dtype kBase = 2; - const Dtype kScale = 1; - const Dtype kShift = 0; - this->TestExpForward(kBase, kScale, kShift); -} - -TYPED_TEST(NeuronLayerTest, TestExpGradientBase2) { - typedef typename TypeParam::Dtype Dtype; - const Dtype kBase = 2; - const Dtype kScale = 1; - const Dtype kShift = 0; - this->TestExpGradient(kBase, kScale, kShift); -} - -TYPED_TEST(NeuronLayerTest, TestExpLayerBase2Shift1) { - typedef typename TypeParam::Dtype Dtype; - const Dtype kBase = 2; - const Dtype kScale = 1; - const Dtype kShift = 1; - this->TestExpForward(kBase, kScale, kShift); -} - -TYPED_TEST(NeuronLayerTest, TestExpGradientBase2Shift1) { - typedef typename TypeParam::Dtype Dtype; - const Dtype kBase = 2; - const Dtype kScale = 1; - const Dtype kShift = 1; - this->TestExpGradient(kBase, kScale, kShift); -} - -TYPED_TEST(NeuronLayerTest, TestExpLayerBase2Scale3) { - typedef typename TypeParam::Dtype Dtype; - const Dtype kBase = 2; - const Dtype kScale = 3; - const Dtype kShift = 0; - this->TestExpForward(kBase, kScale, kShift); -} - -TYPED_TEST(NeuronLayerTest, TestExpGradientBase2Scale3) { - typedef typename TypeParam::Dtype Dtype; - const Dtype kBase = 2; - const Dtype kScale = 3; - const Dtype kShift = 0; - this->TestExpGradient(kBase, kScale, kShift); -} - -TYPED_TEST(NeuronLayerTest, TestExpLayerBase2Shift1Scale3) { - typedef typename TypeParam::Dtype Dtype; - const Dtype kBase = 2; - const Dtype kScale = 3; - const Dtype kShift = 1; - this->TestExpForward(kBase, kScale, kShift); -} - -TYPED_TEST(NeuronLayerTest, TestExpGradientBase2Shift1Scale3) { - typedef typename TypeParam::Dtype Dtype; - const Dtype kBase = 2; - const Dtype kScale = 3; - const Dtype kShift = 1; - this->TestExpGradient(kBase, kScale, kShift); -} - -TYPED_TEST(NeuronLayerTest, TestDropoutHalf) { - const float kDropoutRatio = 0.5; - this->TestDropoutForward(kDropoutRatio); -} - -TYPED_TEST(NeuronLayerTest, TestDropoutThreeQuarters) { - const float kDropoutRatio = 0.75; - this->TestDropoutForward(kDropoutRatio); -} - -TYPED_TEST(NeuronLayerTest, TestDropoutTestPhase) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - Caffe::set_phase(Caffe::TEST); - DropoutLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Now, check values - const Dtype* bottom_data = this->blob_bottom_->cpu_data(); - const Dtype* top_data = this->blob_top_->cpu_data(); - for (int i = 0; i < this->blob_bottom_->count(); ++i) { - if (top_data[i] != 0) { - EXPECT_EQ(top_data[i], bottom_data[i]); - } - } -} - -TYPED_TEST(NeuronLayerTest, TestDropoutGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - Caffe::set_phase(Caffe::TRAIN); - DropoutLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientEltwise(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -TYPED_TEST(NeuronLayerTest, TestDropoutGradientTest) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - Caffe::set_phase(Caffe::TEST); - DropoutLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientEltwise(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -TYPED_TEST(NeuronLayerTest, TestBNLL) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - BNLLLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Now, check values - const Dtype* bottom_data = this->blob_bottom_->cpu_data(); - const Dtype* top_data = this->blob_top_->cpu_data(); - for (int i = 0; i < this->blob_bottom_->count(); ++i) { - EXPECT_GE(top_data[i], 0.); - EXPECT_GE(top_data[i], bottom_data[i]); - } -} - -TYPED_TEST(NeuronLayerTest, TestBNLLGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - BNLLLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientEltwise(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -#ifdef USE_CUDNN -template -class CuDNNNeuronLayerTest : public ::testing::Test { - protected: - CuDNNNeuronLayerTest() - : blob_bottom_(new Blob(2, 3, 4, 5)), - blob_top_(new Blob()) { - Caffe::set_random_seed(1701); - // fill the values - FillerParameter filler_param; - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - blob_bottom_vec_.push_back(blob_bottom_); - blob_top_vec_.push_back(blob_top_); - } - virtual ~CuDNNNeuronLayerTest() { delete blob_bottom_; delete blob_top_; } - Blob* const blob_bottom_; - Blob* const blob_top_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(CuDNNNeuronLayerTest, TestDtypes); - -TYPED_TEST(CuDNNNeuronLayerTest, TestReLUCuDNN) { - Caffe::set_mode(Caffe::GPU); - LayerParameter layer_param; - CuDNNReLULayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Now, check values - const TypeParam* bottom_data = this->blob_bottom_->cpu_data(); - const TypeParam* top_data = this->blob_top_->cpu_data(); - for (int i = 0; i < this->blob_bottom_->count(); ++i) { - EXPECT_GE(top_data[i], 0.); - EXPECT_TRUE(top_data[i] == 0 || top_data[i] == bottom_data[i]); - } -} - -TYPED_TEST(CuDNNNeuronLayerTest, TestReLUGradientCuDNN) { - Caffe::set_mode(Caffe::GPU); - LayerParameter layer_param; - CuDNNReLULayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3, 1701, 0., 0.01); - checker.CheckGradientEltwise(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -TYPED_TEST(CuDNNNeuronLayerTest, TestReLUWithNegativeSlopeCuDNN) { - Caffe::set_mode(Caffe::GPU); - LayerParameter layer_param; - CHECK(google::protobuf::TextFormat::ParseFromString( - "relu_param { negative_slope: 0.01 }", &layer_param)); - CuDNNReLULayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Now, check values - const TypeParam* bottom_data = this->blob_bottom_->cpu_data(); - const TypeParam* top_data = this->blob_top_->cpu_data(); - for (int i = 0; i < this->blob_bottom_->count(); ++i) { - if (top_data[i] >= 0) { - EXPECT_FLOAT_EQ(top_data[i], bottom_data[i]); - } else { - EXPECT_FLOAT_EQ(top_data[i], bottom_data[i] * 0.01); - } - } -} - -TYPED_TEST(CuDNNNeuronLayerTest, TestReLUGradientWithNegativeSlopeCuDNN) { - Caffe::set_mode(Caffe::GPU); - LayerParameter layer_param; - CHECK(google::protobuf::TextFormat::ParseFromString( - "relu_param { negative_slope: 0.01 }", &layer_param)); - CuDNNReLULayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3, 1701, 0., 0.01); - checker.CheckGradientEltwise(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -TYPED_TEST(CuDNNNeuronLayerTest, TestSigmoidCuDNN) { - Caffe::set_mode(Caffe::GPU); - LayerParameter layer_param; - CuDNNSigmoidLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Now, check values - const TypeParam* bottom_data = this->blob_bottom_->cpu_data(); - const TypeParam* top_data = this->blob_top_->cpu_data(); - for (int i = 0; i < this->blob_bottom_->count(); ++i) { - EXPECT_FLOAT_EQ(top_data[i], 1. / (1 + exp(-bottom_data[i]))); - // check that we squashed the value between 0 and 1 - EXPECT_GE(top_data[i], 0.); - EXPECT_LE(top_data[i], 1.); - } -} - -TYPED_TEST(CuDNNNeuronLayerTest, TestSigmoidGradientCuDNN) { - Caffe::set_mode(Caffe::GPU); - LayerParameter layer_param; - CuDNNSigmoidLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3, 1701, 0., 0.01); - checker.CheckGradientEltwise(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -TYPED_TEST(CuDNNNeuronLayerTest, TestTanHCuDNN) { - Caffe::set_mode(Caffe::GPU); - LayerParameter layer_param; - CuDNNTanHLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Test exact values - for (int i = 0; i < this->blob_bottom_->num(); ++i) { - for (int j = 0; j < this->blob_bottom_->channels(); ++j) { - for (int k = 0; k < this->blob_bottom_->height(); ++k) { - for (int l = 0; l < this->blob_bottom_->width(); ++l) { - EXPECT_GE(this->blob_top_->data_at(i, j, k, l) + 1e-4, - (exp(2*this->blob_bottom_->data_at(i, j, k, l)) - 1) / - (exp(2*this->blob_bottom_->data_at(i, j, k, l)) + 1)); - EXPECT_LE(this->blob_top_->data_at(i, j, k, l) - 1e-4, - (exp(2*this->blob_bottom_->data_at(i, j, k, l)) - 1) / - (exp(2*this->blob_bottom_->data_at(i, j, k, l)) + 1)); - } - } - } - } -} - -TYPED_TEST(CuDNNNeuronLayerTest, TestTanHGradientCuDNN) { - Caffe::set_mode(Caffe::GPU); - LayerParameter layer_param; - CuDNNTanHLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientEltwise(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} -#endif - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_platform.cpp b/caffe-crfrnn/src/caffe/test/test_platform.cpp deleted file mode 100644 index f3513e08..00000000 --- a/caffe-crfrnn/src/caffe/test/test_platform.cpp +++ /dev/null @@ -1,57 +0,0 @@ -#ifndef CPU_ONLY - -#include -#include - -#include "glog/logging.h" -#include "gtest/gtest.h" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -extern cudaDeviceProp CAFFE_TEST_CUDA_PROP; - -class PlatformTest : public ::testing::Test {}; - -TEST_F(PlatformTest, TestInitialization) { - printf("Major revision number: %d\n", CAFFE_TEST_CUDA_PROP.major); - printf("Minor revision number: %d\n", CAFFE_TEST_CUDA_PROP.minor); - printf("Name: %s\n", CAFFE_TEST_CUDA_PROP.name); - printf("Total global memory: %lu\n", - CAFFE_TEST_CUDA_PROP.totalGlobalMem); - printf("Total shared memory per block: %lu\n", - CAFFE_TEST_CUDA_PROP.sharedMemPerBlock); - printf("Total registers per block: %d\n", - CAFFE_TEST_CUDA_PROP.regsPerBlock); - printf("Warp size: %d\n", - CAFFE_TEST_CUDA_PROP.warpSize); - printf("Maximum memory pitch: %lu\n", - CAFFE_TEST_CUDA_PROP.memPitch); - printf("Maximum threads per block: %d\n", - CAFFE_TEST_CUDA_PROP.maxThreadsPerBlock); - for (int i = 0; i < 3; ++i) - printf("Maximum dimension %d of block: %d\n", i, - CAFFE_TEST_CUDA_PROP.maxThreadsDim[i]); - for (int i = 0; i < 3; ++i) - printf("Maximum dimension %d of grid: %d\n", i, - CAFFE_TEST_CUDA_PROP.maxGridSize[i]); - printf("Clock rate: %d\n", CAFFE_TEST_CUDA_PROP.clockRate); - printf("Total constant memory: %lu\n", - CAFFE_TEST_CUDA_PROP.totalConstMem); - printf("Texture alignment: %lu\n", - CAFFE_TEST_CUDA_PROP.textureAlignment); - printf("Concurrent copy and execution: %s\n", - (CAFFE_TEST_CUDA_PROP.deviceOverlap ? "Yes" : "No")); - printf("Number of multiprocessors: %d\n", - CAFFE_TEST_CUDA_PROP.multiProcessorCount); - printf("Kernel execution timeout: %s\n", - (CAFFE_TEST_CUDA_PROP.kernelExecTimeoutEnabled ? "Yes" : "No")); - printf("Unified virtual addressing: %s\n", - (CAFFE_TEST_CUDA_PROP.unifiedAddressing ? "Yes" : "No")); - EXPECT_TRUE(true); -} - -} // namespace caffe - -#endif // CPU_ONLY diff --git a/caffe-crfrnn/src/caffe/test/test_pooling_layer.cpp b/caffe-crfrnn/src/caffe/test/test_pooling_layer.cpp deleted file mode 100644 index 435caa83..00000000 --- a/caffe-crfrnn/src/caffe/test/test_pooling_layer.cpp +++ /dev/null @@ -1,1201 +0,0 @@ -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -template -class PoolingLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - PoolingLayerTest() - : blob_bottom_(new Blob()), - blob_top_(new Blob()), - blob_top_mask_(new Blob()) {} - virtual void SetUp() { - Caffe::set_random_seed(1701); - blob_bottom_->Reshape(2, 3, 6, 5); - // fill the values - FillerParameter filler_param; - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - blob_bottom_vec_.push_back(blob_bottom_); - blob_top_vec_.push_back(blob_top_); - } - virtual ~PoolingLayerTest() { - delete blob_bottom_; - delete blob_top_; - delete blob_top_mask_; - } - Blob* const blob_bottom_; - Blob* const blob_top_; - Blob* const blob_top_mask_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; - // Test for 2x 2 square pooling layer - void TestForwardSquare() { - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_size(2); - pooling_param->set_pool(PoolingParameter_PoolMethod_MAX); - const int num = 2; - const int channels = 2; - blob_bottom_->Reshape(num, channels, 3, 5); - // Input: 2x 2 channels of: - // [1 2 5 2 3] - // [9 4 1 4 8] - // [1 2 5 2 3] - for (int i = 0; i < 15 * num * channels; i += 15) { - blob_bottom_->mutable_cpu_data()[i + 0] = 1; - blob_bottom_->mutable_cpu_data()[i + 1] = 2; - blob_bottom_->mutable_cpu_data()[i + 2] = 5; - blob_bottom_->mutable_cpu_data()[i + 3] = 2; - blob_bottom_->mutable_cpu_data()[i + 4] = 3; - blob_bottom_->mutable_cpu_data()[i + 5] = 9; - blob_bottom_->mutable_cpu_data()[i + 6] = 4; - blob_bottom_->mutable_cpu_data()[i + 7] = 1; - blob_bottom_->mutable_cpu_data()[i + 8] = 4; - blob_bottom_->mutable_cpu_data()[i + 9] = 8; - blob_bottom_->mutable_cpu_data()[i + 10] = 1; - blob_bottom_->mutable_cpu_data()[i + 11] = 2; - blob_bottom_->mutable_cpu_data()[i + 12] = 5; - blob_bottom_->mutable_cpu_data()[i + 13] = 2; - blob_bottom_->mutable_cpu_data()[i + 14] = 3; - } - PoolingLayer layer(layer_param); - layer.SetUp(blob_bottom_vec_, blob_top_vec_); - EXPECT_EQ(blob_top_->num(), num); - EXPECT_EQ(blob_top_->channels(), channels); - EXPECT_EQ(blob_top_->height(), 2); - EXPECT_EQ(blob_top_->width(), 4); - if (blob_top_vec_.size() > 1) { - EXPECT_EQ(blob_top_mask_->num(), num); - EXPECT_EQ(blob_top_mask_->channels(), channels); - EXPECT_EQ(blob_top_mask_->height(), 2); - EXPECT_EQ(blob_top_mask_->width(), 4); - } - layer.Forward(blob_bottom_vec_, blob_top_vec_); - // Expected output: 2x 2 channels of: - // [9 5 5 8] - // [9 5 5 8] - for (int i = 0; i < 8 * num * channels; i += 8) { - EXPECT_EQ(blob_top_->cpu_data()[i + 0], 9); - EXPECT_EQ(blob_top_->cpu_data()[i + 1], 5); - EXPECT_EQ(blob_top_->cpu_data()[i + 2], 5); - EXPECT_EQ(blob_top_->cpu_data()[i + 3], 8); - EXPECT_EQ(blob_top_->cpu_data()[i + 4], 9); - EXPECT_EQ(blob_top_->cpu_data()[i + 5], 5); - EXPECT_EQ(blob_top_->cpu_data()[i + 6], 5); - EXPECT_EQ(blob_top_->cpu_data()[i + 7], 8); - } - if (blob_top_vec_.size() > 1) { - // Expected mask output: 2x 2 channels of: - // [5 2 2 9] - // [5 12 12 9] - for (int i = 0; i < 8 * num * channels; i += 8) { - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 0], 5); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 1], 2); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 2], 2); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 3], 9); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 4], 5); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 5], 12); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 6], 12); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 7], 9); - } - } - } - // Test for 3x 2 rectangular pooling layer with kernel_h > kernel_w - void TestForwardRectHigh() { - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_h(3); - pooling_param->set_kernel_w(2); - pooling_param->set_pool(PoolingParameter_PoolMethod_MAX); - const int num = 2; - const int channels = 2; - blob_bottom_->Reshape(num, channels, 6, 6); - // Input: 2x 2 channels of: - // [35 1 6 26 19 24] - // [ 3 32 7 21 23 25] - // [31 9 2 22 27 20] - // [ 8 28 33 17 10 15] - // [30 5 34 12 14 16] - // [ 4 36 29 13 18 11] - // (this is generated by magic(6) in MATLAB) - for (int i = 0; i < 36 * num * channels; i += 36) { - blob_bottom_->mutable_cpu_data()[i + 0] = 35; - blob_bottom_->mutable_cpu_data()[i + 1] = 1; - blob_bottom_->mutable_cpu_data()[i + 2] = 6; - blob_bottom_->mutable_cpu_data()[i + 3] = 26; - blob_bottom_->mutable_cpu_data()[i + 4] = 19; - blob_bottom_->mutable_cpu_data()[i + 5] = 24; - blob_bottom_->mutable_cpu_data()[i + 6] = 3; - blob_bottom_->mutable_cpu_data()[i + 7] = 32; - blob_bottom_->mutable_cpu_data()[i + 8] = 7; - blob_bottom_->mutable_cpu_data()[i + 9] = 21; - blob_bottom_->mutable_cpu_data()[i + 10] = 23; - blob_bottom_->mutable_cpu_data()[i + 11] = 25; - blob_bottom_->mutable_cpu_data()[i + 12] = 31; - blob_bottom_->mutable_cpu_data()[i + 13] = 9; - blob_bottom_->mutable_cpu_data()[i + 14] = 2; - blob_bottom_->mutable_cpu_data()[i + 15] = 22; - blob_bottom_->mutable_cpu_data()[i + 16] = 27; - blob_bottom_->mutable_cpu_data()[i + 17] = 20; - blob_bottom_->mutable_cpu_data()[i + 18] = 8; - blob_bottom_->mutable_cpu_data()[i + 19] = 28; - blob_bottom_->mutable_cpu_data()[i + 20] = 33; - blob_bottom_->mutable_cpu_data()[i + 21] = 17; - blob_bottom_->mutable_cpu_data()[i + 22] = 10; - blob_bottom_->mutable_cpu_data()[i + 23] = 15; - blob_bottom_->mutable_cpu_data()[i + 24] = 30; - blob_bottom_->mutable_cpu_data()[i + 25] = 5; - blob_bottom_->mutable_cpu_data()[i + 26] = 34; - blob_bottom_->mutable_cpu_data()[i + 27] = 12; - blob_bottom_->mutable_cpu_data()[i + 28] = 14; - blob_bottom_->mutable_cpu_data()[i + 29] = 16; - blob_bottom_->mutable_cpu_data()[i + 30] = 4; - blob_bottom_->mutable_cpu_data()[i + 31] = 36; - blob_bottom_->mutable_cpu_data()[i + 32] = 29; - blob_bottom_->mutable_cpu_data()[i + 33] = 13; - blob_bottom_->mutable_cpu_data()[i + 34] = 18; - blob_bottom_->mutable_cpu_data()[i + 35] = 11; - } - PoolingLayer layer(layer_param); - layer.SetUp(blob_bottom_vec_, blob_top_vec_); - EXPECT_EQ(blob_top_->num(), num); - EXPECT_EQ(blob_top_->channels(), channels); - EXPECT_EQ(blob_top_->height(), 4); - EXPECT_EQ(blob_top_->width(), 5); - if (blob_top_vec_.size() > 1) { - EXPECT_EQ(blob_top_mask_->num(), num); - EXPECT_EQ(blob_top_mask_->channels(), channels); - EXPECT_EQ(blob_top_mask_->height(), 4); - EXPECT_EQ(blob_top_mask_->width(), 5); - } - layer.Forward(blob_bottom_vec_, blob_top_vec_); - // Expected output: 2x 2 channels of: - // [35 32 26 27 27] - // [32 33 33 27 27] - // [31 34 34 27 27] - // [36 36 34 18 18] - for (int i = 0; i < 20 * num * channels; i += 20) { - EXPECT_EQ(blob_top_->cpu_data()[i + 0], 35); - EXPECT_EQ(blob_top_->cpu_data()[i + 1], 32); - EXPECT_EQ(blob_top_->cpu_data()[i + 2], 26); - EXPECT_EQ(blob_top_->cpu_data()[i + 3], 27); - EXPECT_EQ(blob_top_->cpu_data()[i + 4], 27); - EXPECT_EQ(blob_top_->cpu_data()[i + 5], 32); - EXPECT_EQ(blob_top_->cpu_data()[i + 6], 33); - EXPECT_EQ(blob_top_->cpu_data()[i + 7], 33); - EXPECT_EQ(blob_top_->cpu_data()[i + 8], 27); - EXPECT_EQ(blob_top_->cpu_data()[i + 9], 27); - EXPECT_EQ(blob_top_->cpu_data()[i + 10], 31); - EXPECT_EQ(blob_top_->cpu_data()[i + 11], 34); - EXPECT_EQ(blob_top_->cpu_data()[i + 12], 34); - EXPECT_EQ(blob_top_->cpu_data()[i + 13], 27); - EXPECT_EQ(blob_top_->cpu_data()[i + 14], 27); - EXPECT_EQ(blob_top_->cpu_data()[i + 15], 36); - EXPECT_EQ(blob_top_->cpu_data()[i + 16], 36); - EXPECT_EQ(blob_top_->cpu_data()[i + 17], 34); - EXPECT_EQ(blob_top_->cpu_data()[i + 18], 18); - EXPECT_EQ(blob_top_->cpu_data()[i + 19], 18); - } - if (blob_top_vec_.size() > 1) { - // [ 1 8 4 17 17] - // [ 8 21 21 17 17] - // [13 27 27 17 17] - // [32 32 27 35 35] - for (int i = 0; i < 20 * num * channels; i += 20) { - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 0], 0); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 1], 7); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 2], 3); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 3], 16); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 4], 16); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 5], 7); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 6], 20); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 7], 20); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 8], 16); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 9], 16); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 10], 12); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 11], 26); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 12], 26); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 13], 16); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 14], 16); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 15], 31); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 16], 31); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 17], 26); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 18], 34); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 19], 34); - } - } - } - // Test for rectangular pooling layer with kernel_w > kernel_h - void TestForwardRectWide() { - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_h(2); - pooling_param->set_kernel_w(3); - pooling_param->set_pool(PoolingParameter_PoolMethod_MAX); - const int num = 2; - const int channels = 2; - blob_bottom_->Reshape(num, channels, 6, 6); - // Input: 2x 2 channels of: - // [35 1 6 26 19 24] - // [ 3 32 7 21 23 25] - // [31 9 2 22 27 20] - // [ 8 28 33 17 10 15] - // [30 5 34 12 14 16] - // [ 4 36 29 13 18 11] - // (this is generated by magic(6) in MATLAB) - for (int i = 0; i < 36 * num * channels; i += 36) { - blob_bottom_->mutable_cpu_data()[i + 0] = 35; - blob_bottom_->mutable_cpu_data()[i + 1] = 1; - blob_bottom_->mutable_cpu_data()[i + 2] = 6; - blob_bottom_->mutable_cpu_data()[i + 3] = 26; - blob_bottom_->mutable_cpu_data()[i + 4] = 19; - blob_bottom_->mutable_cpu_data()[i + 5] = 24; - blob_bottom_->mutable_cpu_data()[i + 6] = 3; - blob_bottom_->mutable_cpu_data()[i + 7] = 32; - blob_bottom_->mutable_cpu_data()[i + 8] = 7; - blob_bottom_->mutable_cpu_data()[i + 9] = 21; - blob_bottom_->mutable_cpu_data()[i + 10] = 23; - blob_bottom_->mutable_cpu_data()[i + 11] = 25; - blob_bottom_->mutable_cpu_data()[i + 12] = 31; - blob_bottom_->mutable_cpu_data()[i + 13] = 9; - blob_bottom_->mutable_cpu_data()[i + 14] = 2; - blob_bottom_->mutable_cpu_data()[i + 15] = 22; - blob_bottom_->mutable_cpu_data()[i + 16] = 27; - blob_bottom_->mutable_cpu_data()[i + 17] = 20; - blob_bottom_->mutable_cpu_data()[i + 18] = 8; - blob_bottom_->mutable_cpu_data()[i + 19] = 28; - blob_bottom_->mutable_cpu_data()[i + 20] = 33; - blob_bottom_->mutable_cpu_data()[i + 21] = 17; - blob_bottom_->mutable_cpu_data()[i + 22] = 10; - blob_bottom_->mutable_cpu_data()[i + 23] = 15; - blob_bottom_->mutable_cpu_data()[i + 24] = 30; - blob_bottom_->mutable_cpu_data()[i + 25] = 5; - blob_bottom_->mutable_cpu_data()[i + 26] = 34; - blob_bottom_->mutable_cpu_data()[i + 27] = 12; - blob_bottom_->mutable_cpu_data()[i + 28] = 14; - blob_bottom_->mutable_cpu_data()[i + 29] = 16; - blob_bottom_->mutable_cpu_data()[i + 30] = 4; - blob_bottom_->mutable_cpu_data()[i + 31] = 36; - blob_bottom_->mutable_cpu_data()[i + 32] = 29; - blob_bottom_->mutable_cpu_data()[i + 33] = 13; - blob_bottom_->mutable_cpu_data()[i + 34] = 18; - blob_bottom_->mutable_cpu_data()[i + 35] = 11; - } - PoolingLayer layer(layer_param); - layer.SetUp(blob_bottom_vec_, blob_top_vec_); - EXPECT_EQ(blob_top_->num(), num); - EXPECT_EQ(blob_top_->channels(), channels); - EXPECT_EQ(blob_top_->height(), 5); - EXPECT_EQ(blob_top_->width(), 4); - if (blob_top_vec_.size() > 1) { - EXPECT_EQ(blob_top_mask_->num(), num); - EXPECT_EQ(blob_top_mask_->channels(), channels); - EXPECT_EQ(blob_top_mask_->height(), 5); - EXPECT_EQ(blob_top_mask_->width(), 4); - } - layer.Forward(blob_bottom_vec_, blob_top_vec_); - // Expected output: 2x 2 channels of: - // [35 32 26 26] - // [32 32 27 27] - // [33 33 33 27] - // [34 34 34 17] - // [36 36 34 18] - for (int i = 0; i < 20 * num * channels; i += 20) { - EXPECT_EQ(blob_top_->cpu_data()[i + 0], 35); - EXPECT_EQ(blob_top_->cpu_data()[i + 1], 32); - EXPECT_EQ(blob_top_->cpu_data()[i + 2], 26); - EXPECT_EQ(blob_top_->cpu_data()[i + 3], 26); - EXPECT_EQ(blob_top_->cpu_data()[i + 4], 32); - EXPECT_EQ(blob_top_->cpu_data()[i + 5], 32); - EXPECT_EQ(blob_top_->cpu_data()[i + 6], 27); - EXPECT_EQ(blob_top_->cpu_data()[i + 7], 27); - EXPECT_EQ(blob_top_->cpu_data()[i + 8], 33); - EXPECT_EQ(blob_top_->cpu_data()[i + 9], 33); - EXPECT_EQ(blob_top_->cpu_data()[i + 10], 33); - EXPECT_EQ(blob_top_->cpu_data()[i + 11], 27); - EXPECT_EQ(blob_top_->cpu_data()[i + 12], 34); - EXPECT_EQ(blob_top_->cpu_data()[i + 13], 34); - EXPECT_EQ(blob_top_->cpu_data()[i + 14], 34); - EXPECT_EQ(blob_top_->cpu_data()[i + 15], 17); - EXPECT_EQ(blob_top_->cpu_data()[i + 16], 36); - EXPECT_EQ(blob_top_->cpu_data()[i + 17], 36); - EXPECT_EQ(blob_top_->cpu_data()[i + 18], 34); - EXPECT_EQ(blob_top_->cpu_data()[i + 19], 18); - } - if (blob_top_vec_.size() > 1) { - // [ 1 8 4 4] - // [ 8 8 17 17] - // [21 21 21 17] - // [27 27 27 22] - // [32 32 27 35] - for (int i = 0; i < 20 * num * channels; i += 20) { - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 0], 0); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 1], 7); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 2], 3); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 3], 3); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 4], 7); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 5], 7); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 6], 16); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 7], 16); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 8], 20); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 9], 20); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 10], 20); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 11], 16); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 12], 26); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 13], 26); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 14], 26); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 15], 21); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 16], 31); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 17], 31); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 18], 26); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 19], 34); - } - } - } -}; - -TYPED_TEST_CASE(PoolingLayerTest, TestDtypesAndDevices); - -TYPED_TEST(PoolingLayerTest, TestSetup) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_size(3); - pooling_param->set_stride(2); - PoolingLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), this->blob_bottom_->num()); - EXPECT_EQ(this->blob_top_->channels(), this->blob_bottom_->channels()); - EXPECT_EQ(this->blob_top_->height(), 3); - EXPECT_EQ(this->blob_top_->width(), 2); -} - -TYPED_TEST(PoolingLayerTest, TestSetupPadded) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_size(3); - pooling_param->set_stride(2); - pooling_param->set_pad(1); - pooling_param->set_pool(PoolingParameter_PoolMethod_AVE); - PoolingLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), this->blob_bottom_->num()); - EXPECT_EQ(this->blob_top_->channels(), this->blob_bottom_->channels()); - EXPECT_EQ(this->blob_top_->height(), 4); - EXPECT_EQ(this->blob_top_->width(), 3); -} - -TYPED_TEST(PoolingLayerTest, TestSetupGlobalPooling) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_global_pooling(true); - pooling_param->set_pool(PoolingParameter_PoolMethod_AVE); - PoolingLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), this->blob_bottom_->num()); - EXPECT_EQ(this->blob_top_->channels(), this->blob_bottom_->channels()); - EXPECT_EQ(this->blob_top_->height(), 1); - EXPECT_EQ(this->blob_top_->width(), 1); -} - -/* -TYPED_TEST(PoolingLayerTest, PrintBackward) { - LayerParameter layer_param; - layer_param.set_kernelsize(3); - layer_param.set_stride(2); - layer_param.set_pool(LayerParameter_PoolMethod_MAX); - PoolingLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - for (int i = 0; i < this->blob_bottom_->count(); ++i) { - cout << "bottom data " << i << " " << this->blob_bottom_->cpu_data()[i] << endl; - } - for (int i = 0; i < this->blob_top_->count(); ++i) { - cout << "top data " << i << " " << this->blob_top_->cpu_data()[i] << endl; - } - - for (int i = 0; i < this->blob_top_->count(); ++i) { - this->blob_top_->mutable_cpu_diff()[i] = i; - } - layer.Backward(this->blob_top_vec_, true, this->blob_bottom_vec_); - for (int i = 0; i < this->blob_bottom_->count(); ++i) { - cout << "bottom diff " << i << " " << this->blob_bottom_->cpu_diff()[i] << endl; - } -} -*/ - -TYPED_TEST(PoolingLayerTest, TestForwardMax) { - this->TestForwardSquare(); - this->TestForwardRectHigh(); - this->TestForwardRectWide(); -} - -TYPED_TEST(PoolingLayerTest, TestForwardMaxTopMask) { - this->blob_top_vec_.push_back(this->blob_top_mask_); - this->TestForwardSquare(); - this->TestForwardRectHigh(); - this->TestForwardRectWide(); -} - -TYPED_TEST(PoolingLayerTest, TestGradientMax) { - typedef typename TypeParam::Dtype Dtype; - for (int kernel_h = 3; kernel_h <= 4; kernel_h++) { - for (int kernel_w = 3; kernel_w <= 4; kernel_w++) { - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_h(kernel_h); - pooling_param->set_kernel_w(kernel_w); - pooling_param->set_stride(2); - pooling_param->set_pad(1); - pooling_param->set_pool(PoolingParameter_PoolMethod_MAX); - PoolingLayer layer(layer_param); - GradientChecker checker(1e-4, 1e-2); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); - } - } -} - -TYPED_TEST(PoolingLayerTest, TestForwardMaxPadded) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_size(3); - pooling_param->set_stride(2); - pooling_param->set_pad(2); - pooling_param->set_pool(PoolingParameter_PoolMethod_MAX); - this->blob_bottom_->Reshape(1, 1, 3, 3); - // Input: - // [ 1 2 4 ] - // [ 2 3 2 ] - // [ 4 2 1 ] - this->blob_bottom_->mutable_cpu_data()[0] = 1; - this->blob_bottom_->mutable_cpu_data()[1] = 2; - this->blob_bottom_->mutable_cpu_data()[2] = 4; - this->blob_bottom_->mutable_cpu_data()[3] = 2; - this->blob_bottom_->mutable_cpu_data()[4] = 3; - this->blob_bottom_->mutable_cpu_data()[5] = 2; - this->blob_bottom_->mutable_cpu_data()[6] = 4; - this->blob_bottom_->mutable_cpu_data()[7] = 2; - this->blob_bottom_->mutable_cpu_data()[8] = 1; - PoolingLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), 1); - EXPECT_EQ(this->blob_top_->channels(), 1); - EXPECT_EQ(this->blob_top_->height(), 3); - EXPECT_EQ(this->blob_top_->width(), 3); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - Dtype epsilon = 1e-8; - // Output: - // [ 1 4 4 ] - // [ 4 4 4 ] - // [ 4 4 1 ] - EXPECT_NEAR(this->blob_top_->cpu_data()[0], 1, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[1], 4, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[2], 4, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[3], 4, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[4], 4, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[5], 4, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[6], 4, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[7], 4, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[8], 1, epsilon); -} - -TYPED_TEST(PoolingLayerTest, TestGradientMaxTopMask) { - typedef typename TypeParam::Dtype Dtype; - for (int kernel_h = 3; kernel_h <= 4; kernel_h++) { - for (int kernel_w = 3; kernel_w <= 4; kernel_w++) { - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_h(kernel_h); - pooling_param->set_kernel_w(kernel_w); - pooling_param->set_stride(2); - pooling_param->set_pool(PoolingParameter_PoolMethod_MAX); - this->blob_top_vec_.push_back(this->blob_top_mask_); - PoolingLayer layer(layer_param); - GradientChecker checker(1e-4, 1e-2); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); - this->blob_top_vec_.pop_back(); - } - } -} - -TYPED_TEST(PoolingLayerTest, TestForwardAve) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_size(3); - pooling_param->set_stride(1); - pooling_param->set_pad(1); - pooling_param->set_pool(PoolingParameter_PoolMethod_AVE); - this->blob_bottom_->Reshape(1, 1, 3, 3); - FillerParameter filler_param; - filler_param.set_value(Dtype(2)); - ConstantFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - PoolingLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), 1); - EXPECT_EQ(this->blob_top_->channels(), 1); - EXPECT_EQ(this->blob_top_->height(), 3); - EXPECT_EQ(this->blob_top_->width(), 3); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - Dtype epsilon = 1e-5; - EXPECT_NEAR(this->blob_top_->cpu_data()[0], 8.0 / 9, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[1], 4.0 / 3, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[2], 8.0 / 9, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[3], 4.0 / 3, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[4], 2.0 , epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[5], 4.0 / 3, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[6], 8.0 / 9, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[7], 4.0 / 3, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[8], 8.0 / 9, epsilon); -} - -TYPED_TEST(PoolingLayerTest, TestGradientAve) { - typedef typename TypeParam::Dtype Dtype; - for (int kernel_h = 3; kernel_h <= 4; kernel_h++) { - for (int kernel_w = 3; kernel_w <= 4; kernel_w++) { - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_h(kernel_h); - pooling_param->set_kernel_w(kernel_w); - pooling_param->set_stride(2); - pooling_param->set_pool(PoolingParameter_PoolMethod_AVE); - PoolingLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-2); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); - } - } -} - -TYPED_TEST(PoolingLayerTest, TestGradientAvePadded) { - typedef typename TypeParam::Dtype Dtype; - for (int kernel_h = 3; kernel_h <= 4; kernel_h++) { - for (int kernel_w = 3; kernel_w <= 4; kernel_w++) { - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_h(kernel_h); - pooling_param->set_kernel_w(kernel_w); - pooling_param->set_stride(2); - pooling_param->set_pad(2); - pooling_param->set_pool(PoolingParameter_PoolMethod_AVE); - PoolingLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-2); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); - } - } -} - -#ifdef USE_CUDNN -template -class CuDNNPoolingLayerTest : public ::testing::Test { - protected: - CuDNNPoolingLayerTest() - : blob_bottom_(new Blob()), - blob_top_(new Blob()), - blob_top_mask_(new Blob()) {} - virtual void SetUp() { - Caffe::set_random_seed(1701); - blob_bottom_->Reshape(2, 3, 6, 5); - // fill the values - FillerParameter filler_param; - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - blob_bottom_vec_.push_back(blob_bottom_); - blob_top_vec_.push_back(blob_top_); - } - virtual ~CuDNNPoolingLayerTest() { - delete blob_bottom_; - delete blob_top_; - delete blob_top_mask_; - } - Blob* const blob_bottom_; - Blob* const blob_top_; - Blob* const blob_top_mask_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; - // Test for 2x 2 square pooling layer - void TestForwardSquare() { - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_size(2); - pooling_param->set_pool(PoolingParameter_PoolMethod_MAX); - const int num = 2; - const int channels = 2; - blob_bottom_->Reshape(num, channels, 3, 5); - // Input: 2x 2 channels of: - // [1 2 5 2 3] - // [9 4 1 4 8] - // [1 2 5 2 3] - for (int i = 0; i < 15 * num * channels; i += 15) { - blob_bottom_->mutable_cpu_data()[i + 0] = 1; - blob_bottom_->mutable_cpu_data()[i + 1] = 2; - blob_bottom_->mutable_cpu_data()[i + 2] = 5; - blob_bottom_->mutable_cpu_data()[i + 3] = 2; - blob_bottom_->mutable_cpu_data()[i + 4] = 3; - blob_bottom_->mutable_cpu_data()[i + 5] = 9; - blob_bottom_->mutable_cpu_data()[i + 6] = 4; - blob_bottom_->mutable_cpu_data()[i + 7] = 1; - blob_bottom_->mutable_cpu_data()[i + 8] = 4; - blob_bottom_->mutable_cpu_data()[i + 9] = 8; - blob_bottom_->mutable_cpu_data()[i + 10] = 1; - blob_bottom_->mutable_cpu_data()[i + 11] = 2; - blob_bottom_->mutable_cpu_data()[i + 12] = 5; - blob_bottom_->mutable_cpu_data()[i + 13] = 2; - blob_bottom_->mutable_cpu_data()[i + 14] = 3; - } - CuDNNPoolingLayer layer(layer_param); - layer.SetUp(blob_bottom_vec_, blob_top_vec_); - EXPECT_EQ(blob_top_->num(), num); - EXPECT_EQ(blob_top_->channels(), channels); - EXPECT_EQ(blob_top_->height(), 2); - EXPECT_EQ(blob_top_->width(), 4); - if (blob_top_vec_.size() > 1) { - EXPECT_EQ(blob_top_mask_->num(), num); - EXPECT_EQ(blob_top_mask_->channels(), channels); - EXPECT_EQ(blob_top_mask_->height(), 2); - EXPECT_EQ(blob_top_mask_->width(), 4); - } - layer.Forward(blob_bottom_vec_, blob_top_vec_); - // Expected output: 2x 2 channels of: - // [9 5 5 8] - // [9 5 5 8] - for (int i = 0; i < 8 * num * channels; i += 8) { - EXPECT_EQ(blob_top_->cpu_data()[i + 0], 9); - EXPECT_EQ(blob_top_->cpu_data()[i + 1], 5); - EXPECT_EQ(blob_top_->cpu_data()[i + 2], 5); - EXPECT_EQ(blob_top_->cpu_data()[i + 3], 8); - EXPECT_EQ(blob_top_->cpu_data()[i + 4], 9); - EXPECT_EQ(blob_top_->cpu_data()[i + 5], 5); - EXPECT_EQ(blob_top_->cpu_data()[i + 6], 5); - EXPECT_EQ(blob_top_->cpu_data()[i + 7], 8); - } - if (blob_top_vec_.size() > 1) { - // Expected mask output: 2x 2 channels of: - // [5 2 2 9] - // [5 12 12 9] - for (int i = 0; i < 8 * num * channels; i += 8) { - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 0], 5); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 1], 2); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 2], 2); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 3], 9); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 4], 5); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 5], 12); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 6], 12); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 7], 9); - } - } - } - // Test for 3x 2 rectangular pooling layer with kernel_h > kernel_w - void TestForwardRectHigh() { - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_h(3); - pooling_param->set_kernel_w(2); - pooling_param->set_pool(PoolingParameter_PoolMethod_MAX); - const int num = 2; - const int channels = 2; - blob_bottom_->Reshape(num, channels, 6, 6); - // Input: 2x 2 channels of: - // [35 1 6 26 19 24] - // [ 3 32 7 21 23 25] - // [31 9 2 22 27 20] - // [ 8 28 33 17 10 15] - // [30 5 34 12 14 16] - // [ 4 36 29 13 18 11] - // (this is generated by magic(6) in MATLAB) - for (int i = 0; i < 36 * num * channels; i += 36) { - blob_bottom_->mutable_cpu_data()[i + 0] = 35; - blob_bottom_->mutable_cpu_data()[i + 1] = 1; - blob_bottom_->mutable_cpu_data()[i + 2] = 6; - blob_bottom_->mutable_cpu_data()[i + 3] = 26; - blob_bottom_->mutable_cpu_data()[i + 4] = 19; - blob_bottom_->mutable_cpu_data()[i + 5] = 24; - blob_bottom_->mutable_cpu_data()[i + 6] = 3; - blob_bottom_->mutable_cpu_data()[i + 7] = 32; - blob_bottom_->mutable_cpu_data()[i + 8] = 7; - blob_bottom_->mutable_cpu_data()[i + 9] = 21; - blob_bottom_->mutable_cpu_data()[i + 10] = 23; - blob_bottom_->mutable_cpu_data()[i + 11] = 25; - blob_bottom_->mutable_cpu_data()[i + 12] = 31; - blob_bottom_->mutable_cpu_data()[i + 13] = 9; - blob_bottom_->mutable_cpu_data()[i + 14] = 2; - blob_bottom_->mutable_cpu_data()[i + 15] = 22; - blob_bottom_->mutable_cpu_data()[i + 16] = 27; - blob_bottom_->mutable_cpu_data()[i + 17] = 20; - blob_bottom_->mutable_cpu_data()[i + 18] = 8; - blob_bottom_->mutable_cpu_data()[i + 19] = 28; - blob_bottom_->mutable_cpu_data()[i + 20] = 33; - blob_bottom_->mutable_cpu_data()[i + 21] = 17; - blob_bottom_->mutable_cpu_data()[i + 22] = 10; - blob_bottom_->mutable_cpu_data()[i + 23] = 15; - blob_bottom_->mutable_cpu_data()[i + 24] = 30; - blob_bottom_->mutable_cpu_data()[i + 25] = 5; - blob_bottom_->mutable_cpu_data()[i + 26] = 34; - blob_bottom_->mutable_cpu_data()[i + 27] = 12; - blob_bottom_->mutable_cpu_data()[i + 28] = 14; - blob_bottom_->mutable_cpu_data()[i + 29] = 16; - blob_bottom_->mutable_cpu_data()[i + 30] = 4; - blob_bottom_->mutable_cpu_data()[i + 31] = 36; - blob_bottom_->mutable_cpu_data()[i + 32] = 29; - blob_bottom_->mutable_cpu_data()[i + 33] = 13; - blob_bottom_->mutable_cpu_data()[i + 34] = 18; - blob_bottom_->mutable_cpu_data()[i + 35] = 11; - } - CuDNNPoolingLayer layer(layer_param); - layer.SetUp(blob_bottom_vec_, blob_top_vec_); - EXPECT_EQ(blob_top_->num(), num); - EXPECT_EQ(blob_top_->channels(), channels); - EXPECT_EQ(blob_top_->height(), 4); - EXPECT_EQ(blob_top_->width(), 5); - if (blob_top_vec_.size() > 1) { - EXPECT_EQ(blob_top_mask_->num(), num); - EXPECT_EQ(blob_top_mask_->channels(), channels); - EXPECT_EQ(blob_top_mask_->height(), 4); - EXPECT_EQ(blob_top_mask_->width(), 5); - } - layer.Forward(blob_bottom_vec_, blob_top_vec_); - // Expected output: 2x 2 channels of: - // [35 32 26 27 27] - // [32 33 33 27 27] - // [31 34 34 27 27] - // [36 36 34 18 18] - for (int i = 0; i < 20 * num * channels; i += 20) { - EXPECT_EQ(blob_top_->cpu_data()[i + 0], 35); - EXPECT_EQ(blob_top_->cpu_data()[i + 1], 32); - EXPECT_EQ(blob_top_->cpu_data()[i + 2], 26); - EXPECT_EQ(blob_top_->cpu_data()[i + 3], 27); - EXPECT_EQ(blob_top_->cpu_data()[i + 4], 27); - EXPECT_EQ(blob_top_->cpu_data()[i + 5], 32); - EXPECT_EQ(blob_top_->cpu_data()[i + 6], 33); - EXPECT_EQ(blob_top_->cpu_data()[i + 7], 33); - EXPECT_EQ(blob_top_->cpu_data()[i + 8], 27); - EXPECT_EQ(blob_top_->cpu_data()[i + 9], 27); - EXPECT_EQ(blob_top_->cpu_data()[i + 10], 31); - EXPECT_EQ(blob_top_->cpu_data()[i + 11], 34); - EXPECT_EQ(blob_top_->cpu_data()[i + 12], 34); - EXPECT_EQ(blob_top_->cpu_data()[i + 13], 27); - EXPECT_EQ(blob_top_->cpu_data()[i + 14], 27); - EXPECT_EQ(blob_top_->cpu_data()[i + 15], 36); - EXPECT_EQ(blob_top_->cpu_data()[i + 16], 36); - EXPECT_EQ(blob_top_->cpu_data()[i + 17], 34); - EXPECT_EQ(blob_top_->cpu_data()[i + 18], 18); - EXPECT_EQ(blob_top_->cpu_data()[i + 19], 18); - } - if (blob_top_vec_.size() > 1) { - // [ 1 8 4 17 17] - // [ 8 21 21 17 17] - // [13 27 27 17 17] - // [32 32 27 35 35] - for (int i = 0; i < 20 * num * channels; i += 20) { - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 0], 0); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 1], 7); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 2], 3); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 3], 16); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 4], 16); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 5], 7); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 6], 20); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 7], 20); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 8], 16); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 9], 16); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 10], 12); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 11], 26); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 12], 26); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 13], 16); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 14], 16); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 15], 31); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 16], 31); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 17], 26); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 18], 34); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 19], 34); - } - } - } - // Test for rectangular pooling layer with kernel_w > kernel_h - void TestForwardRectWide() { - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_h(2); - pooling_param->set_kernel_w(3); - pooling_param->set_pool(PoolingParameter_PoolMethod_MAX); - const int num = 2; - const int channels = 2; - blob_bottom_->Reshape(num, channels, 6, 6); - // Input: 2x 2 channels of: - // [35 1 6 26 19 24] - // [ 3 32 7 21 23 25] - // [31 9 2 22 27 20] - // [ 8 28 33 17 10 15] - // [30 5 34 12 14 16] - // [ 4 36 29 13 18 11] - // (this is generated by magic(6) in MATLAB) - for (int i = 0; i < 36 * num * channels; i += 36) { - blob_bottom_->mutable_cpu_data()[i + 0] = 35; - blob_bottom_->mutable_cpu_data()[i + 1] = 1; - blob_bottom_->mutable_cpu_data()[i + 2] = 6; - blob_bottom_->mutable_cpu_data()[i + 3] = 26; - blob_bottom_->mutable_cpu_data()[i + 4] = 19; - blob_bottom_->mutable_cpu_data()[i + 5] = 24; - blob_bottom_->mutable_cpu_data()[i + 6] = 3; - blob_bottom_->mutable_cpu_data()[i + 7] = 32; - blob_bottom_->mutable_cpu_data()[i + 8] = 7; - blob_bottom_->mutable_cpu_data()[i + 9] = 21; - blob_bottom_->mutable_cpu_data()[i + 10] = 23; - blob_bottom_->mutable_cpu_data()[i + 11] = 25; - blob_bottom_->mutable_cpu_data()[i + 12] = 31; - blob_bottom_->mutable_cpu_data()[i + 13] = 9; - blob_bottom_->mutable_cpu_data()[i + 14] = 2; - blob_bottom_->mutable_cpu_data()[i + 15] = 22; - blob_bottom_->mutable_cpu_data()[i + 16] = 27; - blob_bottom_->mutable_cpu_data()[i + 17] = 20; - blob_bottom_->mutable_cpu_data()[i + 18] = 8; - blob_bottom_->mutable_cpu_data()[i + 19] = 28; - blob_bottom_->mutable_cpu_data()[i + 20] = 33; - blob_bottom_->mutable_cpu_data()[i + 21] = 17; - blob_bottom_->mutable_cpu_data()[i + 22] = 10; - blob_bottom_->mutable_cpu_data()[i + 23] = 15; - blob_bottom_->mutable_cpu_data()[i + 24] = 30; - blob_bottom_->mutable_cpu_data()[i + 25] = 5; - blob_bottom_->mutable_cpu_data()[i + 26] = 34; - blob_bottom_->mutable_cpu_data()[i + 27] = 12; - blob_bottom_->mutable_cpu_data()[i + 28] = 14; - blob_bottom_->mutable_cpu_data()[i + 29] = 16; - blob_bottom_->mutable_cpu_data()[i + 30] = 4; - blob_bottom_->mutable_cpu_data()[i + 31] = 36; - blob_bottom_->mutable_cpu_data()[i + 32] = 29; - blob_bottom_->mutable_cpu_data()[i + 33] = 13; - blob_bottom_->mutable_cpu_data()[i + 34] = 18; - blob_bottom_->mutable_cpu_data()[i + 35] = 11; - } - CuDNNPoolingLayer layer(layer_param); - layer.SetUp(blob_bottom_vec_, blob_top_vec_); - EXPECT_EQ(blob_top_->num(), num); - EXPECT_EQ(blob_top_->channels(), channels); - EXPECT_EQ(blob_top_->height(), 5); - EXPECT_EQ(blob_top_->width(), 4); - if (blob_top_vec_.size() > 1) { - EXPECT_EQ(blob_top_mask_->num(), num); - EXPECT_EQ(blob_top_mask_->channels(), channels); - EXPECT_EQ(blob_top_mask_->height(), 5); - EXPECT_EQ(blob_top_mask_->width(), 4); - } - layer.Forward(blob_bottom_vec_, blob_top_vec_); - // Expected output: 2x 2 channels of: - // [35 32 26 26] - // [32 32 27 27] - // [33 33 33 27] - // [34 34 34 17] - // [36 36 34 18] - for (int i = 0; i < 20 * num * channels; i += 20) { - EXPECT_EQ(blob_top_->cpu_data()[i + 0], 35); - EXPECT_EQ(blob_top_->cpu_data()[i + 1], 32); - EXPECT_EQ(blob_top_->cpu_data()[i + 2], 26); - EXPECT_EQ(blob_top_->cpu_data()[i + 3], 26); - EXPECT_EQ(blob_top_->cpu_data()[i + 4], 32); - EXPECT_EQ(blob_top_->cpu_data()[i + 5], 32); - EXPECT_EQ(blob_top_->cpu_data()[i + 6], 27); - EXPECT_EQ(blob_top_->cpu_data()[i + 7], 27); - EXPECT_EQ(blob_top_->cpu_data()[i + 8], 33); - EXPECT_EQ(blob_top_->cpu_data()[i + 9], 33); - EXPECT_EQ(blob_top_->cpu_data()[i + 10], 33); - EXPECT_EQ(blob_top_->cpu_data()[i + 11], 27); - EXPECT_EQ(blob_top_->cpu_data()[i + 12], 34); - EXPECT_EQ(blob_top_->cpu_data()[i + 13], 34); - EXPECT_EQ(blob_top_->cpu_data()[i + 14], 34); - EXPECT_EQ(blob_top_->cpu_data()[i + 15], 17); - EXPECT_EQ(blob_top_->cpu_data()[i + 16], 36); - EXPECT_EQ(blob_top_->cpu_data()[i + 17], 36); - EXPECT_EQ(blob_top_->cpu_data()[i + 18], 34); - EXPECT_EQ(blob_top_->cpu_data()[i + 19], 18); - } - if (blob_top_vec_.size() > 1) { - // [ 1 8 4 4] - // [ 8 8 17 17] - // [21 21 21 17] - // [27 27 27 22] - // [32 32 27 35] - for (int i = 0; i < 20 * num * channels; i += 20) { - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 0], 0); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 1], 7); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 2], 3); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 3], 3); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 4], 7); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 5], 7); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 6], 16); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 7], 16); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 8], 20); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 9], 20); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 10], 20); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 11], 16); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 12], 26); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 13], 26); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 14], 26); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 15], 21); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 16], 31); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 17], 31); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 18], 26); - EXPECT_EQ(blob_top_mask_->cpu_data()[i + 19], 34); - } - } - } -}; - -TYPED_TEST_CASE(CuDNNPoolingLayerTest, TestDtypes); - -TYPED_TEST(CuDNNPoolingLayerTest, TestSetupCuDNN) { - Caffe::set_mode(Caffe::GPU); - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_size(3); - pooling_param->set_stride(2); - CuDNNPoolingLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), this->blob_bottom_->num()); - EXPECT_EQ(this->blob_top_->channels(), this->blob_bottom_->channels()); - EXPECT_EQ(this->blob_top_->height(), 3); - EXPECT_EQ(this->blob_top_->width(), 2); -} - -// This test and all following cuDNN pooling tests with padding are commented -// for now, since cuDNN pooling does not currently support padding. -/* -TYPED_TEST(CuDNNPoolingLayerTest, TestSetupPaddedCuDNN) { - Caffe::set_mode(Caffe::GPU); - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_size(3); - pooling_param->set_stride(2); - pooling_param->set_pad(1); - pooling_param->set_pool(PoolingParameter_PoolMethod_AVE); - CuDNNPoolingLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), this->blob_bottom_->num()); - EXPECT_EQ(this->blob_top_->channels(), this->blob_bottom_->channels()); - EXPECT_EQ(this->blob_top_->height(), 4); - EXPECT_EQ(this->blob_top_->width(), 3); -} -*/ - -/* -TYPED_TEST(CuDNNPoolingLayerTest, PrintBackwardCuDNN) { - Caffe::set_mode(Caffe::GPU); - LayerParameter layer_param; - layer_param.set_kernelsize(3); - layer_param.set_stride(2); - layer_param.set_pool(LayerParameter_PoolMethod_MAX); - CuDNNPoolingLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - for (int i = 0; i < this->blob_bottom_->count(); ++i) { - cout << "bottom data " << i << " " << this->blob_bottom_->cpu_data()[i] << endl; - } - for (int i = 0; i < this->blob_top_->count(); ++i) { - cout << "top data " << i << " " << this->blob_top_->cpu_data()[i] << endl; - } - - for (int i = 0; i < this->blob_top_->count(); ++i) { - this->blob_top_->mutable_cpu_diff()[i] = i; - } - layer.Backward(this->blob_top_vec_, true, this->blob_bottom_vec_); - for (int i = 0; i < this->blob_bottom_->count(); ++i) { - cout << "bottom diff " << i << " " << this->blob_bottom_->cpu_diff()[i] << endl; - } -} -*/ - -TYPED_TEST(CuDNNPoolingLayerTest, TestForwardMaxCuDNN) { - Caffe::set_mode(Caffe::GPU); - this->TestForwardSquare(); - this->TestForwardRectHigh(); - this->TestForwardRectWide(); -} - -// Currently, cuDNN does not support a top mask, so we comment this and -// the corresponding backward test. -/* -TYPED_TEST(CuDNNPoolingLayerTest, TestForwardMaxTopMaskCuDNN) { - Caffe::set_mode(Caffe::GPU); - this->blob_top_vec_.push_back(this->blob_top_mask_); - this->TestForwardSquare(); - this->TestForwardRectHigh(); - this->TestForwardRectWide(); -} -*/ - -TYPED_TEST(CuDNNPoolingLayerTest, TestGradientMaxCuDNN) { - Caffe::set_mode(Caffe::GPU); - for (int kernel_h = 3; kernel_h <= 4; kernel_h++) { - for (int kernel_w = 3; kernel_w <= 4; kernel_w++) { - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_h(kernel_h); - pooling_param->set_kernel_w(kernel_w); - pooling_param->set_stride(2); - // currenty, cuDNN pooling does not support padding - pooling_param->set_pad(0); - pooling_param->set_pool(PoolingParameter_PoolMethod_MAX); - CuDNNPoolingLayer layer(layer_param); - GradientChecker checker(1e-4, 1e-2); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); - } - } -} - -/* -TYPED_TEST(CuDNNPoolingLayerTest, TestForwardMaxPaddedCuDNN) { - Caffe::set_mode(Caffe::GPU); - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_size(3); - pooling_param->set_stride(2); - pooling_param->set_pad(2); - pooling_param->set_pool(PoolingParameter_PoolMethod_MAX); - this->blob_bottom_->Reshape(1, 1, 3, 3); - // Input: - // [ 1 2 4 ] - // [ 2 3 2 ] - // [ 4 2 1 ] - this->blob_bottom_->mutable_cpu_data()[0] = 1; - this->blob_bottom_->mutable_cpu_data()[1] = 2; - this->blob_bottom_->mutable_cpu_data()[2] = 4; - this->blob_bottom_->mutable_cpu_data()[3] = 2; - this->blob_bottom_->mutable_cpu_data()[4] = 3; - this->blob_bottom_->mutable_cpu_data()[5] = 2; - this->blob_bottom_->mutable_cpu_data()[6] = 4; - this->blob_bottom_->mutable_cpu_data()[7] = 2; - this->blob_bottom_->mutable_cpu_data()[8] = 1; - CuDNNPoolingLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), 1); - EXPECT_EQ(this->blob_top_->channels(), 1); - EXPECT_EQ(this->blob_top_->height(), 3); - EXPECT_EQ(this->blob_top_->width(), 3); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - TypeParam epsilon = 1e-8; - // Output: - // [ 1 4 4 ] - // [ 4 4 4 ] - // [ 4 4 1 ] - EXPECT_NEAR(this->blob_top_->cpu_data()[0], 1, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[1], 4, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[2], 4, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[3], 4, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[4], 4, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[5], 4, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[6], 4, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[7], 4, epsilon); - EXPECT_NEAR(this->blob_top_->cpu_data()[8], 1, epsilon); -} -*/ - -/* -TYPED_TEST(CuDNNPoolingLayerTest, TestGradientMaxTopMaskCuDNN) { - Caffe::set_mode(Caffe::GPU); - for (int kernel_h = 3; kernel_h <= 4; kernel_h++) { - for (int kernel_w = 3; kernel_w <= 4; kernel_w++) { - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_h(kernel_h); - pooling_param->set_kernel_w(kernel_w); - pooling_param->set_stride(2); - pooling_param->set_pool(PoolingParameter_PoolMethod_MAX); - this->blob_top_vec_.push_back(this->blob_top_mask_); - CuDNNPoolingLayer layer(layer_param); - GradientChecker checker(1e-4, 1e-2); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); - this->blob_top_vec_.pop_back(); - } - } -} -*/ - -TYPED_TEST(CuDNNPoolingLayerTest, TestForwardAveCuDNN) { - Caffe::set_mode(Caffe::GPU); - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_size(3); - pooling_param->set_stride(1); - // Currently, cuDNN pooling does not support padding, so we use - // a simplified version of this test. - pooling_param->set_pad(0); - pooling_param->set_pool(PoolingParameter_PoolMethod_AVE); - this->blob_bottom_->Reshape(1, 1, 3, 3); - FillerParameter filler_param; - filler_param.set_value(TypeParam(2)); - ConstantFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - CuDNNPoolingLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), 1); - EXPECT_EQ(this->blob_top_->channels(), 1); - EXPECT_EQ(this->blob_top_->height(), 1); - EXPECT_EQ(this->blob_top_->width(), 1); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - TypeParam epsilon = 1e-5; - EXPECT_NEAR(this->blob_top_->cpu_data()[0], 2.0, epsilon); -} - -TYPED_TEST(CuDNNPoolingLayerTest, TestGradientAveCuDNN) { - Caffe::set_mode(Caffe::GPU); - for (int kernel_h = 3; kernel_h <= 4; kernel_h++) { - for (int kernel_w = 3; kernel_w <= 4; kernel_w++) { - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_h(kernel_h); - pooling_param->set_kernel_w(kernel_w); - pooling_param->set_stride(2); - pooling_param->set_pool(PoolingParameter_PoolMethod_AVE); - CuDNNPoolingLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-2); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); - } - } -} - -/* -TYPED_TEST(CuDNNPoolingLayerTest, TestGradientAvePaddedCuDNN) { - Caffe::set_mode(Caffe::GPU); - for (int kernel_h = 3; kernel_h <= 4; kernel_h++) { - for (int kernel_w = 3; kernel_w <= 4; kernel_w++) { - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_h(kernel_h); - pooling_param->set_kernel_w(kernel_w); - pooling_param->set_stride(2); - pooling_param->set_pad(2); - pooling_param->set_pool(PoolingParameter_PoolMethod_AVE); - CuDNNPoolingLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-2); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); - } - } -} -*/ - -#endif - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_power_layer.cpp b/caffe-crfrnn/src/caffe/test/test_power_layer.cpp deleted file mode 100644 index 0d52fa1c..00000000 --- a/caffe-crfrnn/src/caffe/test/test_power_layer.cpp +++ /dev/null @@ -1,170 +0,0 @@ -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -template -class PowerLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - PowerLayerTest() - : blob_bottom_(new Blob(2, 3, 4, 5)), - blob_top_(new Blob()) { - Caffe::set_random_seed(1701); - // fill the values - FillerParameter filler_param; - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - blob_bottom_vec_.push_back(blob_bottom_); - blob_top_vec_.push_back(blob_top_); - } - virtual ~PowerLayerTest() { delete blob_bottom_; delete blob_top_; } - - void TestForward(Dtype power, Dtype scale, Dtype shift) { - LayerParameter layer_param; - layer_param.mutable_power_param()->set_power(power); - layer_param.mutable_power_param()->set_scale(scale); - layer_param.mutable_power_param()->set_shift(shift); - PowerLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Now, check values - const Dtype* bottom_data = this->blob_bottom_->cpu_data(); - const Dtype* top_data = this->blob_top_->cpu_data(); - const Dtype min_precision = 1e-5; - for (int i = 0; i < this->blob_bottom_->count(); ++i) { - Dtype expected_value = pow(shift + scale * bottom_data[i], power); - if (power == Dtype(0) || power == Dtype(1) || power == Dtype(2)) { - EXPECT_FALSE(isnan(top_data[i])); - } - if (isnan(expected_value)) { - EXPECT_TRUE(isnan(top_data[i])); - } else { - Dtype precision = std::max( - Dtype(std::abs(expected_value * Dtype(1e-4))), min_precision); - EXPECT_NEAR(expected_value, top_data[i], precision); - } - } - } - - void TestBackward(Dtype power, Dtype scale, Dtype shift) { - LayerParameter layer_param; - layer_param.mutable_power_param()->set_power(power); - layer_param.mutable_power_param()->set_scale(scale); - layer_param.mutable_power_param()->set_shift(shift); - PowerLayer layer(layer_param); - if (power != Dtype(0) && power != Dtype(1) && power != Dtype(2)) { - // Avoid NaNs by forcing (shift + scale * x) >= 0 - Dtype* bottom_data = this->blob_bottom_->mutable_cpu_data(); - Dtype min_value = -shift / scale; - for (int i = 0; i < this->blob_bottom_->count(); ++i) { - if (bottom_data[i] < min_value) { - bottom_data[i] = min_value + (min_value - bottom_data[i]); - } - } - } - GradientChecker checker(1e-2, 1e-2, 1701, 0., 0.01); - checker.CheckGradientEltwise(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); - } - - Blob* const blob_bottom_; - Blob* const blob_top_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(PowerLayerTest, TestDtypesAndDevices); - -TYPED_TEST(PowerLayerTest, TestPower) { - typedef typename TypeParam::Dtype Dtype; - Dtype power = 0.37; - Dtype scale = 0.83; - Dtype shift = -2.4; - this->TestForward(power, scale, shift); -} - -TYPED_TEST(PowerLayerTest, TestPowerGradient) { - typedef typename TypeParam::Dtype Dtype; - Dtype power = 0.37; - Dtype scale = 0.83; - Dtype shift = -2.4; - this->TestBackward(power, scale, shift); -} - -TYPED_TEST(PowerLayerTest, TestPowerGradientShiftZero) { - typedef typename TypeParam::Dtype Dtype; - Dtype power = 0.37; - Dtype scale = 0.83; - Dtype shift = 0.0; - this->TestBackward(power, scale, shift); -} - -TYPED_TEST(PowerLayerTest, TestPowerZero) { - typedef typename TypeParam::Dtype Dtype; - Dtype power = 0.0; - Dtype scale = 0.83; - Dtype shift = -2.4; - this->TestForward(power, scale, shift); -} - -TYPED_TEST(PowerLayerTest, TestPowerZeroGradient) { - typedef typename TypeParam::Dtype Dtype; - Dtype power = 0.0; - Dtype scale = 0.83; - Dtype shift = -2.4; - this->TestBackward(power, scale, shift); -} - -TYPED_TEST(PowerLayerTest, TestPowerOne) { - typedef typename TypeParam::Dtype Dtype; - Dtype power = 1.0; - Dtype scale = 0.83; - Dtype shift = -2.4; - this->TestForward(power, scale, shift); -} - -TYPED_TEST(PowerLayerTest, TestPowerOneGradient) { - typedef typename TypeParam::Dtype Dtype; - Dtype power = 1.0; - Dtype scale = 0.83; - Dtype shift = -2.4; - this->TestBackward(power, scale, shift); -} - -TYPED_TEST(PowerLayerTest, TestPowerTwo) { - typedef typename TypeParam::Dtype Dtype; - Dtype power = 2.0; - Dtype scale = 0.34; - Dtype shift = -2.4; - this->TestForward(power, scale, shift); -} - -TYPED_TEST(PowerLayerTest, TestPowerTwoGradient) { - typedef typename TypeParam::Dtype Dtype; - Dtype power = 2.0; - Dtype scale = 0.83; - Dtype shift = -2.4; - this->TestBackward(power, scale, shift); -} - -TYPED_TEST(PowerLayerTest, TestPowerTwoScaleHalfGradient) { - typedef typename TypeParam::Dtype Dtype; - Dtype power = 2.0; - Dtype scale = 0.5; - Dtype shift = -2.4; - this->TestBackward(power, scale, shift); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_protobuf.cpp b/caffe-crfrnn/src/caffe/test/test_protobuf.cpp deleted file mode 100644 index 0c502d6d..00000000 --- a/caffe-crfrnn/src/caffe/test/test_protobuf.cpp +++ /dev/null @@ -1,29 +0,0 @@ -// This is simply a script that tries serializing protocol buffer in text -// format. Nothing special here and no actual code is being tested. -#include - -#include "google/protobuf/text_format.h" -#include "gtest/gtest.h" - -#include "caffe/proto/caffe.pb.h" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -class ProtoTest : public ::testing::Test {}; - -TEST_F(ProtoTest, TestSerialization) { - LayerParameter param; - param.set_name("test"); - param.set_type(LayerParameter_LayerType_NONE); - std::cout << "Printing in binary format." << std::endl; - std::cout << param.SerializeAsString() << std::endl; - std::cout << "Printing in text format." << std::endl; - std::string str; - google::protobuf::TextFormat::PrintToString(param, &str); - std::cout << str << std::endl; - EXPECT_TRUE(true); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_random_number_generator.cpp b/caffe-crfrnn/src/caffe/test/test_random_number_generator.cpp deleted file mode 100644 index 98424c06..00000000 --- a/caffe-crfrnn/src/caffe/test/test_random_number_generator.cpp +++ /dev/null @@ -1,521 +0,0 @@ -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/common.hpp" -#include "caffe/syncedmem.hpp" -#include "caffe/util/math_functions.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -template -class RandomNumberGeneratorTest : public ::testing::Test { - protected: - RandomNumberGeneratorTest() - : mean_bound_multiplier_(3.8), // ~99.99% confidence for test failure. - sample_size_(10000), - seed_(1701), - data_(new SyncedMemory(sample_size_ * sizeof(Dtype))), - data_2_(new SyncedMemory(sample_size_ * sizeof(Dtype))), - int_data_(new SyncedMemory(sample_size_ * sizeof(int))), - int_data_2_(new SyncedMemory(sample_size_ * sizeof(int))) {} - - virtual void SetUp() { - Caffe::set_random_seed(this->seed_); - } - - Dtype sample_mean(const Dtype* const seqs, const int sample_size) { - Dtype sum = 0; - for (int i = 0; i < sample_size; ++i) { - sum += seqs[i]; - } - return sum / sample_size; - } - - Dtype sample_mean(const Dtype* const seqs) { - return sample_mean(seqs, sample_size_); - } - - Dtype sample_mean(const int* const seqs, const int sample_size) { - Dtype sum = 0; - for (int i = 0; i < sample_size; ++i) { - sum += Dtype(seqs[i]); - } - return sum / sample_size; - } - - Dtype sample_mean(const int* const seqs) { - return sample_mean(seqs, sample_size_); - } - - Dtype mean_bound(const Dtype std, const int sample_size) { - return mean_bound_multiplier_ * std / sqrt(static_cast(sample_size)); - } - - Dtype mean_bound(const Dtype std) { - return mean_bound(std, sample_size_); - } - - void RngGaussianFill(const Dtype mu, const Dtype sigma, void* cpu_data) { - Dtype* rng_data = static_cast(cpu_data); - caffe_rng_gaussian(sample_size_, mu, sigma, rng_data); - } - - void RngGaussianChecks(const Dtype mu, const Dtype sigma, - const void* cpu_data, const Dtype sparse_p = 0) { - const Dtype* rng_data = static_cast(cpu_data); - const Dtype true_mean = mu; - const Dtype true_std = sigma; - // Check that sample mean roughly matches true mean. - const Dtype bound = this->mean_bound(true_std); - const Dtype sample_mean = this->sample_mean( - static_cast(cpu_data)); - EXPECT_NEAR(sample_mean, true_mean, bound); - // Check that roughly half the samples are above the true mean. - int num_above_mean = 0; - int num_below_mean = 0; - int num_mean = 0; - int num_nan = 0; - for (int i = 0; i < sample_size_; ++i) { - if (rng_data[i] > true_mean) { - ++num_above_mean; - } else if (rng_data[i] < true_mean) { - ++num_below_mean; - } else if (rng_data[i] == true_mean) { - ++num_mean; - } else { - ++num_nan; - } - } - EXPECT_EQ(0, num_nan); - if (sparse_p == Dtype(0)) { - EXPECT_EQ(0, num_mean); - } - const Dtype sample_p_above_mean = - static_cast(num_above_mean) / sample_size_; - const Dtype bernoulli_p = (1 - sparse_p) * 0.5; - const Dtype bernoulli_std = sqrt(bernoulli_p * (1 - bernoulli_p)); - const Dtype bernoulli_bound = this->mean_bound(bernoulli_std); - EXPECT_NEAR(bernoulli_p, sample_p_above_mean, bernoulli_bound); - } - - void RngUniformFill(const Dtype lower, const Dtype upper, void* cpu_data) { - CHECK_GE(upper, lower); - Dtype* rng_data = static_cast(cpu_data); - caffe_rng_uniform(sample_size_, lower, upper, rng_data); - } - - void RngUniformChecks(const Dtype lower, const Dtype upper, - const void* cpu_data, const Dtype sparse_p = 0) { - const Dtype* rng_data = static_cast(cpu_data); - const Dtype true_mean = (lower + upper) / 2; - const Dtype true_std = (upper - lower) / sqrt(12); - // Check that sample mean roughly matches true mean. - const Dtype bound = this->mean_bound(true_std); - const Dtype sample_mean = this->sample_mean(rng_data); - EXPECT_NEAR(sample_mean, true_mean, bound); - // Check that roughly half the samples are above the true mean, and none are - // above upper or below lower. - int num_above_mean = 0; - int num_below_mean = 0; - int num_mean = 0; - int num_nan = 0; - int num_above_upper = 0; - int num_below_lower = 0; - for (int i = 0; i < sample_size_; ++i) { - if (rng_data[i] > true_mean) { - ++num_above_mean; - } else if (rng_data[i] < true_mean) { - ++num_below_mean; - } else if (rng_data[i] == true_mean) { - ++num_mean; - } else { - ++num_nan; - } - if (rng_data[i] > upper) { - ++num_above_upper; - } else if (rng_data[i] < lower) { - ++num_below_lower; - } - } - EXPECT_EQ(0, num_nan); - EXPECT_EQ(0, num_above_upper); - EXPECT_EQ(0, num_below_lower); - if (sparse_p == Dtype(0)) { - EXPECT_EQ(0, num_mean); - } - const Dtype sample_p_above_mean = - static_cast(num_above_mean) / sample_size_; - const Dtype bernoulli_p = (1 - sparse_p) * 0.5; - const Dtype bernoulli_std = sqrt(bernoulli_p * (1 - bernoulli_p)); - const Dtype bernoulli_bound = this->mean_bound(bernoulli_std); - EXPECT_NEAR(bernoulli_p, sample_p_above_mean, bernoulli_bound); - } - - void RngBernoulliFill(const Dtype p, void* cpu_data) { - int* rng_data = static_cast(cpu_data); - caffe_rng_bernoulli(sample_size_, p, rng_data); - } - - void RngBernoulliChecks(const Dtype p, const void* cpu_data) { - const int* rng_data = static_cast(cpu_data); - const Dtype true_mean = p; - const Dtype true_std = sqrt(p * (1 - p)); - const Dtype bound = this->mean_bound(true_std); - const Dtype sample_mean = this->sample_mean(rng_data); - EXPECT_NEAR(sample_mean, true_mean, bound); - } - -#ifndef CPU_ONLY - - void RngGaussianFillGPU(const Dtype mu, const Dtype sigma, void* gpu_data) { - Dtype* rng_data = static_cast(gpu_data); - caffe_gpu_rng_gaussian(sample_size_, mu, sigma, rng_data); - } - - void RngUniformFillGPU(const Dtype lower, const Dtype upper, void* gpu_data) { - CHECK_GE(upper, lower); - Dtype* rng_data = static_cast(gpu_data); - caffe_gpu_rng_uniform(sample_size_, lower, upper, rng_data); - } - - // Fills with uniform integers in [0, UINT_MAX] using 2 argument form of - // caffe_gpu_rng_uniform. - void RngUniformIntFillGPU(void* gpu_data) { - unsigned int* rng_data = static_cast(gpu_data); - caffe_gpu_rng_uniform(sample_size_, rng_data); - } - -#endif - - int num_above_mean; - int num_below_mean; - - Dtype mean_bound_multiplier_; - - size_t sample_size_; - uint32_t seed_; - - shared_ptr data_; - shared_ptr data_2_; - shared_ptr int_data_; - shared_ptr int_data_2_; -}; - -TYPED_TEST_CASE(RandomNumberGeneratorTest, TestDtypes); - -TYPED_TEST(RandomNumberGeneratorTest, TestRngGaussian) { - const TypeParam mu = 0; - const TypeParam sigma = 1; - void* gaussian_data = this->data_->mutable_cpu_data(); - this->RngGaussianFill(mu, sigma, gaussian_data); - this->RngGaussianChecks(mu, sigma, gaussian_data); -} - - -TYPED_TEST(RandomNumberGeneratorTest, TestRngGaussian2) { - const TypeParam mu = -2; - const TypeParam sigma = 3; - void* gaussian_data = this->data_->mutable_cpu_data(); - this->RngGaussianFill(mu, sigma, gaussian_data); - this->RngGaussianChecks(mu, sigma, gaussian_data); -} - - -TYPED_TEST(RandomNumberGeneratorTest, TestRngUniform) { - const TypeParam lower = 0; - const TypeParam upper = 1; - void* uniform_data = this->data_->mutable_cpu_data(); - this->RngUniformFill(lower, upper, uniform_data); - this->RngUniformChecks(lower, upper, uniform_data); -} - - -TYPED_TEST(RandomNumberGeneratorTest, TestRngUniform2) { - const TypeParam lower = -7.3; - const TypeParam upper = -2.3; - void* uniform_data = this->data_->mutable_cpu_data(); - this->RngUniformFill(lower, upper, uniform_data); - this->RngUniformChecks(lower, upper, uniform_data); -} - - -TYPED_TEST(RandomNumberGeneratorTest, TestRngBernoulli) { - const TypeParam p = 0.3; - void* bernoulli_data = this->int_data_->mutable_cpu_data(); - this->RngBernoulliFill(p, bernoulli_data); - this->RngBernoulliChecks(p, bernoulli_data); -} - - -TYPED_TEST(RandomNumberGeneratorTest, TestRngBernoulli2) { - const TypeParam p = 0.9; - void* bernoulli_data = this->int_data_->mutable_cpu_data(); - this->RngBernoulliFill(p, bernoulli_data); - this->RngBernoulliChecks(p, bernoulli_data); -} - - -TYPED_TEST(RandomNumberGeneratorTest, TestRngGaussianTimesGaussian) { - const TypeParam mu = 0; - const TypeParam sigma = 1; - - // Sample from 0 mean Gaussian. - TypeParam* gaussian_data_1 = - static_cast(this->data_->mutable_cpu_data()); - this->RngGaussianFill(mu, sigma, gaussian_data_1); - - // Sample from 0 mean Gaussian again. - TypeParam* gaussian_data_2 = - static_cast(this->data_2_->mutable_cpu_data()); - this->RngGaussianFill(mu, sigma, gaussian_data_2); - - // Multiply Gaussians. - for (int i = 0; i < this->sample_size_; ++i) { - gaussian_data_1[i] *= gaussian_data_2[i]; - } - - // Check that result has mean 0. - TypeParam mu_product = pow(mu, 2); - TypeParam sigma_product = sqrt(pow(sigma, 2) / 2); - this->RngGaussianChecks(mu_product, sigma_product, gaussian_data_1); -} - - -TYPED_TEST(RandomNumberGeneratorTest, TestRngUniformTimesUniform) { - // Sample from Uniform on [-2, 2]. - const TypeParam lower_1 = -2; - const TypeParam upper_1 = -lower_1; - TypeParam* uniform_data_1 = - static_cast(this->data_->mutable_cpu_data()); - this->RngUniformFill(lower_1, upper_1, uniform_data_1); - - // Sample from Uniform on [-3, 3]. - const TypeParam lower_2 = -3; - const TypeParam upper_2 = -lower_2; - TypeParam* uniform_data_2 = - static_cast(this->data_2_->mutable_cpu_data()); - this->RngUniformFill(lower_2, upper_2, uniform_data_2); - - // Multiply Uniforms. - for (int i = 0; i < this->sample_size_; ++i) { - uniform_data_1[i] *= uniform_data_2[i]; - } - - // Check that result does not violate checked properties of Uniform on [-6, 6] - // (though it is not actually uniformly distributed). - const TypeParam lower_prod = lower_1 * upper_2; - const TypeParam upper_prod = -lower_prod; - this->RngUniformChecks(lower_prod, upper_prod, uniform_data_1); -} - - -TYPED_TEST(RandomNumberGeneratorTest, TestRngGaussianTimesBernoulli) { - // Sample from 0 mean Gaussian. - const TypeParam mu = 0; - const TypeParam sigma = 1; - TypeParam* gaussian_data = - static_cast(this->data_->mutable_cpu_data()); - this->RngGaussianFill(mu, sigma, gaussian_data); - - // Sample from Bernoulli with p = 0.3. - const TypeParam bernoulli_p = 0.3; - int* bernoulli_data = - static_cast(this->int_data_->mutable_cpu_data()); - this->RngBernoulliFill(bernoulli_p, bernoulli_data); - - // Multiply Gaussian by Bernoulli. - for (int i = 0; i < this->sample_size_; ++i) { - gaussian_data[i] *= bernoulli_data[i]; - } - - // Check that result does not violate checked properties of sparsified - // Gaussian (though it is not actually a Gaussian). - this->RngGaussianChecks(mu, sigma, gaussian_data, 1 - bernoulli_p); -} - - -TYPED_TEST(RandomNumberGeneratorTest, TestRngUniformTimesBernoulli) { - // Sample from Uniform on [-1, 1]. - const TypeParam lower = -1; - const TypeParam upper = 1; - TypeParam* uniform_data = - static_cast(this->data_->mutable_cpu_data()); - this->RngUniformFill(lower, upper, uniform_data); - - // Sample from Bernoulli with p = 0.3. - const TypeParam bernoulli_p = 0.3; - int* bernoulli_data = - static_cast(this->int_data_->mutable_cpu_data()); - this->RngBernoulliFill(bernoulli_p, bernoulli_data); - - // Multiply Uniform by Bernoulli. - for (int i = 0; i < this->sample_size_; ++i) { - uniform_data[i] *= bernoulli_data[i]; - } - - // Check that result does not violate checked properties of sparsified - // Uniform on [-1, 1] (though it is not actually uniformly distributed). - this->RngUniformChecks(lower, upper, uniform_data, 1 - bernoulli_p); -} - - -TYPED_TEST(RandomNumberGeneratorTest, TestRngBernoulliTimesBernoulli) { - // Sample from Bernoulli with p = 0.5. - const TypeParam p_a = 0.5; - int* bernoulli_data_a = - static_cast(this->int_data_->mutable_cpu_data()); - this->RngBernoulliFill(p_a, bernoulli_data_a); - - // Sample from Bernoulli with p = 0.3. - const TypeParam p_b = 0.3; - int* bernoulli_data_b = - static_cast(this->int_data_2_->mutable_cpu_data()); - this->RngBernoulliFill(p_b, bernoulli_data_b); - - // Multiply Bernoullis. - for (int i = 0; i < this->sample_size_; ++i) { - bernoulli_data_a[i] *= bernoulli_data_b[i]; - } - int num_ones = 0; - for (int i = 0; i < this->sample_size_; ++i) { - if (bernoulli_data_a[i] != TypeParam(0)) { - EXPECT_EQ(TypeParam(1), bernoulli_data_a[i]); - ++num_ones; - } - } - - // Check that resulting product has roughly p_a * p_b ones. - const TypeParam sample_p = this->sample_mean(bernoulli_data_a); - const TypeParam true_mean = p_a * p_b; - const TypeParam true_std = sqrt(true_mean * (1 - true_mean)); - const TypeParam bound = this->mean_bound(true_std); - EXPECT_NEAR(true_mean, sample_p, bound); -} - -#ifndef CPU_ONLY - -TYPED_TEST(RandomNumberGeneratorTest, TestRngGaussianGPU) { - const TypeParam mu = 0; - const TypeParam sigma = 1; - void* gaussian_gpu_data = this->data_->mutable_gpu_data(); - this->RngGaussianFillGPU(mu, sigma, gaussian_gpu_data); - const void* gaussian_data = this->data_->cpu_data(); - this->RngGaussianChecks(mu, sigma, gaussian_data); -} - - -TYPED_TEST(RandomNumberGeneratorTest, TestRngGaussian2GPU) { - const TypeParam mu = -2; - const TypeParam sigma = 3; - void* gaussian_gpu_data = this->data_->mutable_gpu_data(); - this->RngGaussianFillGPU(mu, sigma, gaussian_gpu_data); - const void* gaussian_data = this->data_->cpu_data(); - this->RngGaussianChecks(mu, sigma, gaussian_data); -} - - -TYPED_TEST(RandomNumberGeneratorTest, TestRngUniformGPU) { - const TypeParam lower = 0; - const TypeParam upper = 1; - void* uniform_gpu_data = this->data_->mutable_gpu_data(); - this->RngUniformFillGPU(lower, upper, uniform_gpu_data); - const void* uniform_data = this->data_->cpu_data(); - this->RngUniformChecks(lower, upper, uniform_data); -} - - -TYPED_TEST(RandomNumberGeneratorTest, TestRngUniform2GPU) { - const TypeParam lower = -7.3; - const TypeParam upper = -2.3; - void* uniform_gpu_data = this->data_->mutable_gpu_data(); - this->RngUniformFillGPU(lower, upper, uniform_gpu_data); - const void* uniform_data = this->data_->cpu_data(); - this->RngUniformChecks(lower, upper, uniform_data); -} - - -TYPED_TEST(RandomNumberGeneratorTest, TestRngUniformIntGPU) { - unsigned int* uniform_uint_gpu_data = - static_cast(this->int_data_->mutable_gpu_data()); - this->RngUniformIntFillGPU(uniform_uint_gpu_data); - const unsigned int* uniform_uint_data = - static_cast(this->int_data_->cpu_data()); - TypeParam* uniform_data = - static_cast(this->data_->mutable_cpu_data()); - for (int i = 0; i < this->sample_size_; ++i) { - uniform_data[i] = static_cast(uniform_uint_data[i]); - } - const TypeParam lower = 0; - const TypeParam upper = UINT_MAX; - this->RngUniformChecks(lower, upper, uniform_data); -} - - -TYPED_TEST(RandomNumberGeneratorTest, TestRngGaussianTimesGaussianGPU) { - const TypeParam mu = 0; - const TypeParam sigma = 1; - - // Sample from 0 mean Gaussian. - TypeParam* gaussian_gpu_data_1 = - static_cast(this->data_->mutable_gpu_data()); - this->RngGaussianFillGPU(mu, sigma, gaussian_gpu_data_1); - - // Sample from 0 mean Gaussian again. - TypeParam* gaussian_gpu_data_2 = - static_cast(this->data_2_->mutable_gpu_data()); - this->RngGaussianFillGPU(mu, sigma, gaussian_gpu_data_2); - - // Multiply Gaussians. - TypeParam* gaussian_data_1 = - static_cast(this->data_->mutable_cpu_data()); - const TypeParam* gaussian_data_2 = - static_cast(this->data_2_->cpu_data()); - for (int i = 0; i < this->sample_size_; ++i) { - gaussian_data_1[i] *= gaussian_data_2[i]; - } - - // Check that result does not violate checked properties of Gaussian - // (though it is not actually a Gaussian). - TypeParam mu_product = pow(mu, 2); - TypeParam sigma_product = sqrt(pow(sigma, 2) / 2); - this->RngGaussianChecks(mu_product, sigma_product, gaussian_data_1); -} - - -TYPED_TEST(RandomNumberGeneratorTest, TestRngUniformTimesUniformGPU) { - // Sample from Uniform on [-2, 2]. - const TypeParam lower_1 = -2; - const TypeParam upper_1 = -lower_1; - TypeParam* uniform_gpu_data_1 = - static_cast(this->data_->mutable_gpu_data()); - this->RngUniformFillGPU(lower_1, upper_1, uniform_gpu_data_1); - - // Sample from Uniform on [-3, 3]. - const TypeParam lower_2 = -3; - const TypeParam upper_2 = -lower_2; - TypeParam* uniform_gpu_data_2 = - static_cast(this->data_2_->mutable_gpu_data()); - this->RngUniformFillGPU(lower_2, upper_2, uniform_gpu_data_2); - - // Multiply Uniforms. - TypeParam* uniform_data_1 = - static_cast(this->data_->mutable_cpu_data()); - const TypeParam* uniform_data_2 = - static_cast(this->data_2_->cpu_data()); - for (int i = 0; i < this->sample_size_; ++i) { - uniform_data_1[i] *= uniform_data_2[i]; - } - - // Check that result does not violate properties of Uniform on [-7, -3]. - const TypeParam lower_prod = lower_1 * upper_2; - const TypeParam upper_prod = -lower_prod; - this->RngUniformChecks(lower_prod, upper_prod, uniform_data_1); -} - -#endif - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_sigmoid_cross_entropy_loss_layer.cpp b/caffe-crfrnn/src/caffe/test/test_sigmoid_cross_entropy_loss_layer.cpp deleted file mode 100644 index e5737e43..00000000 --- a/caffe-crfrnn/src/caffe/test/test_sigmoid_cross_entropy_loss_layer.cpp +++ /dev/null @@ -1,122 +0,0 @@ -#include -#include -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -template -class SigmoidCrossEntropyLossLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - SigmoidCrossEntropyLossLayerTest() - : blob_bottom_data_(new Blob(10, 5, 1, 1)), - blob_bottom_targets_(new Blob(10, 5, 1, 1)), - blob_top_loss_(new Blob()) { - // Fill the data vector - FillerParameter data_filler_param; - data_filler_param.set_std(1); - GaussianFiller data_filler(data_filler_param); - data_filler.Fill(blob_bottom_data_); - blob_bottom_vec_.push_back(blob_bottom_data_); - // Fill the targets vector - FillerParameter targets_filler_param; - targets_filler_param.set_min(0); - targets_filler_param.set_max(1); - UniformFiller targets_filler(targets_filler_param); - targets_filler.Fill(blob_bottom_targets_); - blob_bottom_vec_.push_back(blob_bottom_targets_); - blob_top_vec_.push_back(blob_top_loss_); - } - virtual ~SigmoidCrossEntropyLossLayerTest() { - delete blob_bottom_data_; - delete blob_bottom_targets_; - delete blob_top_loss_; - } - - Dtype SigmoidCrossEntropyLossReference(const int count, const int num, - const Dtype* input, - const Dtype* target) { - Dtype loss = 0; - for (int i = 0; i < count; ++i) { - const Dtype prediction = 1 / (1 + exp(-input[i])); - EXPECT_LE(prediction, 1); - EXPECT_GE(prediction, 0); - EXPECT_LE(target[i], 1); - EXPECT_GE(target[i], 0); - loss -= target[i] * log(prediction + (target[i] == Dtype(0))); - loss -= (1 - target[i]) * log(1 - prediction + (target[i] == Dtype(1))); - } - return loss / num; - } - - void TestForward() { - LayerParameter layer_param; - const Dtype kLossWeight = 3.7; - layer_param.add_loss_weight(kLossWeight); - FillerParameter data_filler_param; - data_filler_param.set_std(1); - GaussianFiller data_filler(data_filler_param); - FillerParameter targets_filler_param; - targets_filler_param.set_min(0.0); - targets_filler_param.set_max(1.0); - UniformFiller targets_filler(targets_filler_param); - Dtype eps = 2e-2; - for (int i = 0; i < 100; ++i) { - // Fill the data vector - data_filler.Fill(this->blob_bottom_data_); - // Fill the targets vector - targets_filler.Fill(this->blob_bottom_targets_); - SigmoidCrossEntropyLossLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - Dtype layer_loss = - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - const int count = this->blob_bottom_data_->count(); - const int num = this->blob_bottom_data_->num(); - const Dtype* blob_bottom_data = this->blob_bottom_data_->cpu_data(); - const Dtype* blob_bottom_targets = - this->blob_bottom_targets_->cpu_data(); - Dtype reference_loss = kLossWeight * SigmoidCrossEntropyLossReference( - count, num, blob_bottom_data, blob_bottom_targets); - EXPECT_NEAR(reference_loss, layer_loss, eps) << "debug: trial #" << i; - } - } - - Blob* const blob_bottom_data_; - Blob* const blob_bottom_targets_; - Blob* const blob_top_loss_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(SigmoidCrossEntropyLossLayerTest, TestDtypesAndDevices); - -TYPED_TEST(SigmoidCrossEntropyLossLayerTest, TestSigmoidCrossEntropyLoss) { - this->TestForward(); -} - -TYPED_TEST(SigmoidCrossEntropyLossLayerTest, TestGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - const Dtype kLossWeight = 3.7; - layer_param.add_loss_weight(kLossWeight); - SigmoidCrossEntropyLossLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - GradientChecker checker(1e-2, 1e-2, 1701); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_, 0); -} - - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_slice_layer.cpp b/caffe-crfrnn/src/caffe/test/test_slice_layer.cpp deleted file mode 100644 index 395be280..00000000 --- a/caffe-crfrnn/src/caffe/test/test_slice_layer.cpp +++ /dev/null @@ -1,189 +0,0 @@ -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -template -class SliceLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - SliceLayerTest() - : blob_bottom_(new Blob(6, 12, 2, 3)), - blob_top_0_(new Blob()), - blob_top_1_(new Blob()), - blob_top_2_(new Blob()) {} - virtual void SetUp() { - // fill the values - Caffe::set_random_seed(1701); - FillerParameter filler_param; - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - blob_top_vec_0_.push_back(blob_top_0_); - blob_top_vec_0_.push_back(blob_top_1_); - blob_top_vec_1_.push_back(blob_top_0_); - blob_top_vec_1_.push_back(blob_top_1_); - blob_top_vec_1_.push_back(blob_top_2_); - blob_bottom_vec_.push_back(blob_bottom_); - } - - virtual void ReduceBottomBlobSize() { - blob_bottom_->Reshape(4, 5, 2, 2); - FillerParameter filler_param; - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - } - - virtual ~SliceLayerTest() { - delete blob_top_0_; delete blob_top_1_; - delete blob_top_2_; delete blob_bottom_; - } - - Blob* const blob_bottom_; - Blob* const blob_top_0_; - Blob* const blob_top_1_; - Blob* const blob_top_2_; - vector*> blob_top_vec_0_, blob_top_vec_1_; - vector*> blob_bottom_vec_; -}; - -TYPED_TEST_CASE(SliceLayerTest, TestDtypesAndDevices); - -TYPED_TEST(SliceLayerTest, TestSetupNum) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - layer_param.mutable_slice_param()->set_slice_dim(0); - SliceLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_1_); - EXPECT_EQ(this->blob_bottom_->num(), 3 * this->blob_top_0_->num()); - EXPECT_EQ(this->blob_top_0_->num(), this->blob_top_1_->num()); - EXPECT_EQ(this->blob_top_0_->num(), this->blob_top_2_->num()); - EXPECT_EQ(this->blob_bottom_->channels(), this->blob_top_0_->channels()); - EXPECT_EQ(this->blob_bottom_->height(), this->blob_top_0_->height()); - EXPECT_EQ(this->blob_bottom_->width(), this->blob_top_0_->width()); -} - -TYPED_TEST(SliceLayerTest, TestSetupChannels) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - layer_param.mutable_slice_param()->add_slice_point(3); - SliceLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_0_); - EXPECT_EQ(this->blob_top_0_->num(), this->blob_bottom_->num()); - EXPECT_EQ(this->blob_top_0_->channels(), 3); - EXPECT_EQ(this->blob_top_1_->channels(), 9); - EXPECT_EQ(this->blob_bottom_->channels(), - this->blob_top_0_->channels() + this->blob_top_1_->channels()); - EXPECT_EQ(this->blob_bottom_->height(), this->blob_top_0_->height()); - EXPECT_EQ(this->blob_bottom_->width(), this->blob_top_0_->width()); -} - -TYPED_TEST(SliceLayerTest, TestSliceAcrossNum) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - layer_param.mutable_slice_param()->set_slice_dim(0); - SliceLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_0_); - const int top_num = this->blob_bottom_->num() / 2; - ASSERT_EQ(top_num, this->blob_top_0_->num()); - ASSERT_EQ(top_num, this->blob_top_1_->num()); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_0_); - for (int n = 0; n < top_num; ++n) { - for (int c = 0; c < this->blob_top_0_->channels(); ++c) { - for (int h = 0; h < this->blob_bottom_->height(); ++h) { - for (int w = 0; w < this->blob_bottom_->width(); ++w) { - EXPECT_EQ(this->blob_bottom_->data_at(n, c, h, w), - this->blob_top_0_->data_at(n, c, h, w)); - } - } - } - for (int c = 0; c < this->blob_top_1_->channels(); ++c) { - for (int h = 0; h < this->blob_bottom_->height(); ++h) { - for (int w = 0; w < this->blob_bottom_->width(); ++w) { - EXPECT_EQ(this->blob_bottom_->data_at(n + 3, c, h, w), - this->blob_top_1_->data_at(n, c, h, w)); - } - } - } - } -} - -TYPED_TEST(SliceLayerTest, TestSliceAcrossChannels) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - // Slice at 2, 8: should produce output blobs with #channels 2, 6, 4. - const int kSlicePoint0 = 2; - const int kSlicePoint1 = 8; - layer_param.mutable_slice_param()->add_slice_point(kSlicePoint0); - layer_param.mutable_slice_param()->add_slice_point(kSlicePoint1); - SliceLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_1_); - ASSERT_EQ(kSlicePoint0, this->blob_top_0_->channels()); - ASSERT_EQ(kSlicePoint1 - kSlicePoint0, this->blob_top_1_->channels()); - ASSERT_EQ(this->blob_bottom_->channels() - kSlicePoint1, - this->blob_top_2_->channels()); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_1_); - for (int n = 0; n < this->blob_bottom_->num(); ++n) { - for (int c = 0; c < this->blob_top_0_->channels(); ++c) { - for (int h = 0; h < this->blob_bottom_->height(); ++h) { - for (int w = 0; w < this->blob_bottom_->width(); ++w) { - EXPECT_EQ(this->blob_bottom_->data_at(n, c, h, w), - this->blob_top_0_->data_at(n, c, h, w)); - } - } - } - for (int c = 0; c < this->blob_top_1_->channels(); ++c) { - for (int h = 0; h < this->blob_bottom_->height(); ++h) { - for (int w = 0; w < this->blob_bottom_->width(); ++w) { - EXPECT_EQ(this->blob_bottom_->data_at(n, c + kSlicePoint0, h, w), - this->blob_top_1_->data_at(n, c, h, w)); - } - } - } - for (int c = 0; c < this->blob_top_2_->channels(); ++c) { - for (int h = 0; h < this->blob_bottom_->height(); ++h) { - for (int w = 0; w < this->blob_bottom_->width(); ++w) { - EXPECT_EQ(this->blob_bottom_->data_at(n, c + kSlicePoint1, h, w), - this->blob_top_2_->data_at(n, c, h, w)); - } - } - } - } -} - -TYPED_TEST(SliceLayerTest, TestGradientAcrossNum) { - typedef typename TypeParam::Dtype Dtype; - // Gradient checks are slow; reduce blob size. - this->ReduceBottomBlobSize(); - LayerParameter layer_param; - layer_param.mutable_slice_param()->set_slice_dim(0); - SliceLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_0_); -} - -TYPED_TEST(SliceLayerTest, TestGradientAcrossChannels) { - typedef typename TypeParam::Dtype Dtype; - // Gradient checks are slow; reduce blob size. - this->ReduceBottomBlobSize(); - LayerParameter layer_param; - const int kSlicePoint = 4; - layer_param.mutable_slice_param()->add_slice_point(kSlicePoint); - SliceLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_0_); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_softmax_layer.cpp b/caffe-crfrnn/src/caffe/test/test_softmax_layer.cpp deleted file mode 100644 index f6674422..00000000 --- a/caffe-crfrnn/src/caffe/test/test_softmax_layer.cpp +++ /dev/null @@ -1,151 +0,0 @@ -#include -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -template -class SoftmaxLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - protected: - SoftmaxLayerTest() - : blob_bottom_(new Blob(2, 10, 2, 3)), - blob_top_(new Blob()) { - // fill the values - FillerParameter filler_param; - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - blob_bottom_vec_.push_back(blob_bottom_); - blob_top_vec_.push_back(blob_top_); - } - virtual ~SoftmaxLayerTest() { delete blob_bottom_; delete blob_top_; } - Blob* const blob_bottom_; - Blob* const blob_top_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(SoftmaxLayerTest, TestDtypesAndDevices); - -TYPED_TEST(SoftmaxLayerTest, TestForward) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - SoftmaxLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Test sum - for (int i = 0; i < this->blob_bottom_->num(); ++i) { - for (int k = 0; k < this->blob_bottom_->height(); ++k) { - for (int l = 0; l < this->blob_bottom_->width(); ++l) { - Dtype sum = 0; - for (int j = 0; j < this->blob_top_->channels(); ++j) { - sum += this->blob_top_->data_at(i, j, k, l); - } - EXPECT_GE(sum, 0.999); - EXPECT_LE(sum, 1.001); - // Test exact values - Dtype scale = 0; - for (int j = 0; j < this->blob_bottom_->channels(); ++j) { - scale += exp(this->blob_bottom_->data_at(i, j, k, l)); - } - for (int j = 0; j < this->blob_bottom_->channels(); ++j) { - EXPECT_GE(this->blob_top_->data_at(i, j, k, l) + 1e-4, - exp(this->blob_bottom_->data_at(i, j, k, l)) / scale) - << "debug: " << i << " " << j; - EXPECT_LE(this->blob_top_->data_at(i, j, k, l) - 1e-4, - exp(this->blob_bottom_->data_at(i, j, k, l)) / scale) - << "debug: " << i << " " << j; - } - } - } - } -} - -TYPED_TEST(SoftmaxLayerTest, TestGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - SoftmaxLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -#ifdef USE_CUDNN -template -class CuDNNSoftmaxLayerTest : public ::testing::Test { - protected: - CuDNNSoftmaxLayerTest() - : blob_bottom_(new Blob(2, 10, 2, 3)), - blob_top_(new Blob()) { - // fill the values - FillerParameter filler_param; - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - blob_bottom_vec_.push_back(blob_bottom_); - blob_top_vec_.push_back(blob_top_); - } - virtual ~CuDNNSoftmaxLayerTest() { delete blob_bottom_; delete blob_top_; } - Blob* const blob_bottom_; - Blob* const blob_top_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(CuDNNSoftmaxLayerTest, TestDtypes); - -TYPED_TEST(CuDNNSoftmaxLayerTest, TestForwardCuDNN) { - Caffe::set_mode(Caffe::GPU); - LayerParameter layer_param; - CuDNNSoftmaxLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Test sum - for (int i = 0; i < this->blob_bottom_->num(); ++i) { - for (int k = 0; k < this->blob_bottom_->height(); ++k) { - for (int l = 0; l < this->blob_bottom_->width(); ++l) { - TypeParam sum = 0; - for (int j = 0; j < this->blob_top_->channels(); ++j) { - sum += this->blob_top_->data_at(i, j, k, l); - } - EXPECT_GE(sum, 0.999); - EXPECT_LE(sum, 1.001); - // Test exact values - TypeParam scale = 0; - for (int j = 0; j < this->blob_bottom_->channels(); ++j) { - scale += exp(this->blob_bottom_->data_at(i, j, k, l)); - } - for (int j = 0; j < this->blob_bottom_->channels(); ++j) { - EXPECT_GE(this->blob_top_->data_at(i, j, k, l) + 1e-4, - exp(this->blob_bottom_->data_at(i, j, k, l)) / scale) - << "debug: " << i << " " << j; - EXPECT_LE(this->blob_top_->data_at(i, j, k, l) - 1e-4, - exp(this->blob_bottom_->data_at(i, j, k, l)) / scale) - << "debug: " << i << " " << j; - } - } - } - } -} - -TYPED_TEST(CuDNNSoftmaxLayerTest, TestGradientCuDNN) { - Caffe::set_mode(Caffe::GPU); - LayerParameter layer_param; - CuDNNSoftmaxLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-3); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - -#endif - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_softmax_with_loss_layer.cpp b/caffe-crfrnn/src/caffe/test/test_softmax_with_loss_layer.cpp deleted file mode 100644 index badda3b5..00000000 --- a/caffe-crfrnn/src/caffe/test/test_softmax_with_loss_layer.cpp +++ /dev/null @@ -1,64 +0,0 @@ -#include -#include -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -template -class SoftmaxWithLossLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - SoftmaxWithLossLayerTest() - : blob_bottom_data_(new Blob(10, 5, 2, 3)), - blob_bottom_label_(new Blob(10, 1, 2, 3)), - blob_top_loss_(new Blob()) { - // fill the values - FillerParameter filler_param; - filler_param.set_std(10); - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_data_); - blob_bottom_vec_.push_back(blob_bottom_data_); - for (int i = 0; i < blob_bottom_label_->count(); ++i) { - blob_bottom_label_->mutable_cpu_data()[i] = caffe_rng_rand() % 5; - } - blob_bottom_vec_.push_back(blob_bottom_label_); - blob_top_vec_.push_back(blob_top_loss_); - } - virtual ~SoftmaxWithLossLayerTest() { - delete blob_bottom_data_; - delete blob_bottom_label_; - delete blob_top_loss_; - } - Blob* const blob_bottom_data_; - Blob* const blob_bottom_label_; - Blob* const blob_top_loss_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(SoftmaxWithLossLayerTest, TestDtypesAndDevices); - - -TYPED_TEST(SoftmaxWithLossLayerTest, TestGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - layer_param.add_loss_weight(3); - SoftmaxWithLossLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-2, 1701); - checker.CheckGradientExhaustive(&layer, this->blob_bottom_vec_, - this->blob_top_vec_, 0); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_solver.cpp b/caffe-crfrnn/src/caffe/test/test_solver.cpp deleted file mode 100644 index a7dbf77f..00000000 --- a/caffe-crfrnn/src/caffe/test/test_solver.cpp +++ /dev/null @@ -1,107 +0,0 @@ -#include -#include -#include - -#include "google/protobuf/text_format.h" -#include "gtest/gtest.h" - -#include "caffe/common.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/solver.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -using std::ostringstream; - -namespace caffe { - -template -class SolverTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - virtual void InitSolverFromProtoString(const string& proto) { - SolverParameter param; - CHECK(google::protobuf::TextFormat::ParseFromString(proto, ¶m)); - // Set the solver_mode according to current Caffe::mode. - switch (Caffe::mode()) { - case Caffe::CPU: - param.set_solver_mode(SolverParameter_SolverMode_CPU); - break; - case Caffe::GPU: - param.set_solver_mode(SolverParameter_SolverMode_GPU); - break; - default: - LOG(FATAL) << "Unknown Caffe mode: " << Caffe::mode(); - } - solver_.reset(new SGDSolver(param)); - } - - shared_ptr > solver_; -}; - -TYPED_TEST_CASE(SolverTest, TestDtypesAndDevices); - -TYPED_TEST(SolverTest, TestInitTrainTestNets) { - const string& proto = - "test_interval: 10 " - "test_iter: 10 " - "test_state: { stage: 'with-softmax' }" - "test_iter: 10 " - "test_state: {}" - "net_param { " - " name: 'TestNetwork' " - " layers: { " - " name: 'data' " - " type: DUMMY_DATA " - " dummy_data_param { " - " num: 5 " - " channels: 3 " - " height: 10 " - " width: 10 " - " num: 5 " - " channels: 1 " - " height: 1 " - " width: 1 " - " } " - " top: 'data' " - " top: 'label' " - " } " - " layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 10 " - " } " - " bottom: 'data' " - " top: 'innerprod' " - " } " - " layers: { " - " name: 'accuracy' " - " type: ACCURACY " - " bottom: 'innerprod' " - " bottom: 'label' " - " top: 'accuracy' " - " exclude: { phase: TRAIN } " - " } " - " layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - " include: { phase: TRAIN } " - " include: { phase: TEST stage: 'with-softmax' } " - " } " - "} "; - this->InitSolverFromProtoString(proto); - ASSERT_TRUE(this->solver_->net() != NULL); - EXPECT_TRUE(this->solver_->net()->has_layer("loss")); - EXPECT_FALSE(this->solver_->net()->has_layer("accuracy")); - ASSERT_EQ(2, this->solver_->test_nets().size()); - EXPECT_TRUE(this->solver_->test_nets()[0]->has_layer("loss")); - EXPECT_TRUE(this->solver_->test_nets()[0]->has_layer("accuracy")); - EXPECT_FALSE(this->solver_->test_nets()[1]->has_layer("loss")); - EXPECT_TRUE(this->solver_->test_nets()[1]->has_layer("accuracy")); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_split_layer.cpp b/caffe-crfrnn/src/caffe/test/test_split_layer.cpp deleted file mode 100644 index 38e76219..00000000 --- a/caffe-crfrnn/src/caffe/test/test_split_layer.cpp +++ /dev/null @@ -1,1013 +0,0 @@ -#include -#include -#include - -#include "google/protobuf/text_format.h" -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/util/insert_splits.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -template -class SplitLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - SplitLayerTest() - : blob_bottom_(new Blob(2, 3, 6, 5)), - blob_top_a_(new Blob()), - blob_top_b_(new Blob()) { - // fill the values - FillerParameter filler_param; - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - blob_bottom_vec_.push_back(blob_bottom_); - blob_top_vec_.push_back(blob_top_a_); - blob_top_vec_.push_back(blob_top_b_); - } - virtual ~SplitLayerTest() { - delete blob_bottom_; - delete blob_top_a_; - delete blob_top_b_; - } - Blob* const blob_bottom_; - Blob* const blob_top_a_; - Blob* const blob_top_b_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(SplitLayerTest, TestDtypesAndDevices); - -TYPED_TEST(SplitLayerTest, TestSetup) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - SplitLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_a_->num(), 2); - EXPECT_EQ(this->blob_top_a_->channels(), 3); - EXPECT_EQ(this->blob_top_a_->height(), 6); - EXPECT_EQ(this->blob_top_a_->width(), 5); - EXPECT_EQ(this->blob_top_b_->num(), 2); - EXPECT_EQ(this->blob_top_b_->channels(), 3); - EXPECT_EQ(this->blob_top_b_->height(), 6); - EXPECT_EQ(this->blob_top_b_->width(), 5); -} - -TYPED_TEST(SplitLayerTest, Test) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - SplitLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - for (int i = 0; i < this->blob_bottom_->count(); ++i) { - Dtype bottom_value = this->blob_bottom_->cpu_data()[i]; - EXPECT_EQ(bottom_value, this->blob_top_a_->cpu_data()[i]); - EXPECT_EQ(bottom_value, this->blob_top_b_->cpu_data()[i]); - } -} - -TYPED_TEST(SplitLayerTest, TestGradient) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - SplitLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-2); - checker.CheckGradientEltwise(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - - -class SplitLayerInsertionTest : public ::testing::Test { - protected: - void RunInsertionTest( - const string& input_param_string, const string& output_param_string) { - // Test that InsertSplits called on the proto specified by - // input_param_string results in the proto specified by - // output_param_string. - NetParameter input_param; - CHECK(google::protobuf::TextFormat::ParseFromString( - input_param_string, &input_param)); - NetParameter expected_output_param; - CHECK(google::protobuf::TextFormat::ParseFromString( - output_param_string, &expected_output_param)); - NetParameter actual_output_param; - InsertSplits(input_param, &actual_output_param); - EXPECT_EQ(expected_output_param.DebugString(), - actual_output_param.DebugString()); - // Also test idempotence. - NetParameter double_split_insert_param; - InsertSplits(actual_output_param, &double_split_insert_param); - EXPECT_EQ(actual_output_param.DebugString(), - double_split_insert_param.DebugString()); - } -}; - -TEST_F(SplitLayerInsertionTest, TestNoInsertion1) { - const string& input_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - "} "; - this->RunInsertionTest(input_proto, input_proto); -} - -TEST_F(SplitLayerInsertionTest, TestNoInsertion2) { - const string& input_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'data_split' " - " type: SPLIT " - " bottom: 'data' " - " top: 'data_split_0' " - " top: 'data_split_1' " - "} " - "layers: { " - " name: 'innerprod1' " - " type: INNER_PRODUCT " - " bottom: 'data_split_0' " - " top: 'innerprod1' " - "} " - "layers: { " - " name: 'innerprod2' " - " type: INNER_PRODUCT " - " bottom: 'data_split_1' " - " top: 'innerprod2' " - "} " - "layers: { " - " name: 'loss' " - " type: EUCLIDEAN_LOSS " - " bottom: 'innerprod1' " - " bottom: 'innerprod2' " - "} "; - this->RunInsertionTest(input_proto, input_proto); -} - -TEST_F(SplitLayerInsertionTest, TestNoInsertionImageNet) { - const string& input_proto = - "name: 'CaffeNet' " - "layers { " - " name: 'data' " - " type: DATA " - " data_param { " - " source: '/home/jiayq/Data/ILSVRC12/train-leveldb' " - " batch_size: 256 " - " } " - " transform_param { " - " crop_size: 227 " - " mirror: true " - " mean_file: '/home/jiayq/Data/ILSVRC12/image_mean.binaryproto' " - " } " - " top: 'data' " - " top: 'label' " - "} " - "layers { " - " name: 'conv1' " - " type: CONVOLUTION " - " convolution_param { " - " num_output: 96 " - " kernel_size: 11 " - " stride: 4 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0. " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'data' " - " top: 'conv1' " - "} " - "layers { " - " name: 'relu1' " - " type: RELU " - " bottom: 'conv1' " - " top: 'conv1' " - "} " - "layers { " - " name: 'pool1' " - " type: POOLING " - " pooling_param { " - " pool: MAX " - " kernel_size: 3 " - " stride: 2 " - " } " - " bottom: 'conv1' " - " top: 'pool1' " - "} " - "layers { " - " name: 'norm1' " - " type: LRN " - " lrn_param { " - " local_size: 5 " - " alpha: 0.0001 " - " beta: 0.75 " - " } " - " bottom: 'pool1' " - " top: 'norm1' " - "} " - "layers { " - " name: 'conv2' " - " type: CONVOLUTION " - " convolution_param { " - " num_output: 256 " - " group: 2 " - " kernel_size: 5 " - " pad: 2 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'norm1' " - " top: 'conv2' " - "} " - "layers { " - " name: 'relu2' " - " type: RELU " - " bottom: 'conv2' " - " top: 'conv2' " - "} " - "layers { " - " name: 'pool2' " - " type: POOLING " - " pooling_param { " - " pool: MAX " - " kernel_size: 3 " - " stride: 2 " - " } " - " bottom: 'conv2' " - " top: 'pool2' " - "} " - "layers { " - " name: 'norm2' " - " type: LRN " - " lrn_param { " - " local_size: 5 " - " alpha: 0.0001 " - " beta: 0.75 " - " } " - " bottom: 'pool2' " - " top: 'norm2' " - "} " - "layers { " - " name: 'conv3' " - " type: CONVOLUTION " - " convolution_param { " - " num_output: 384 " - " kernel_size: 3 " - " pad: 1 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0. " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'norm2' " - " top: 'conv3' " - "} " - "layers { " - " name: 'relu3' " - " type: RELU " - " bottom: 'conv3' " - " top: 'conv3' " - "} " - "layers { " - " name: 'conv4' " - " type: CONVOLUTION " - " convolution_param { " - " num_output: 384 " - " group: 2 " - " kernel_size: 3 " - " pad: 1 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'conv3' " - " top: 'conv4' " - "} " - "layers { " - " name: 'relu4' " - " type: RELU " - " bottom: 'conv4' " - " top: 'conv4' " - "} " - "layers { " - " name: 'conv5' " - " type: CONVOLUTION " - " convolution_param { " - " num_output: 256 " - " group: 2 " - " kernel_size: 3 " - " pad: 1 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'conv4' " - " top: 'conv5' " - "} " - "layers { " - " name: 'relu5' " - " type: RELU " - " bottom: 'conv5' " - " top: 'conv5' " - "} " - "layers { " - " name: 'pool5' " - " type: POOLING " - " pooling_param { " - " kernel_size: 3 " - " pool: MAX " - " stride: 2 " - " } " - " bottom: 'conv5' " - " top: 'pool5' " - "} " - "layers { " - " name: 'fc6' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 4096 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.005 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'pool5' " - " top: 'fc6' " - "} " - "layers { " - " name: 'relu6' " - " type: RELU " - " bottom: 'fc6' " - " top: 'fc6' " - "} " - "layers { " - " name: 'drop6' " - " type: DROPOUT " - " dropout_param { " - " dropout_ratio: 0.5 " - " } " - " bottom: 'fc6' " - " top: 'fc6' " - "} " - "layers { " - " name: 'fc7' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 4096 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.005 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'fc6' " - " top: 'fc7' " - "} " - "layers { " - " name: 'relu7' " - " type: RELU " - " bottom: 'fc7' " - " top: 'fc7' " - "} " - "layers { " - " name: 'drop7' " - " type: DROPOUT " - " dropout_param { " - " dropout_ratio: 0.5 " - " } " - " bottom: 'fc7' " - " top: 'fc7' " - "} " - "layers { " - " name: 'fc8' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 1000 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0 " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'fc7' " - " top: 'fc8' " - "} " - "layers { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'fc8' " - " bottom: 'label' " - "} "; - this->RunInsertionTest(input_proto, input_proto); -} - -TEST_F(SplitLayerInsertionTest, TestNoInsertionWithInPlace) { - const string& input_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod' " - "} " - "layers: { " - " name: 'relu' " - " type: RELU " - " bottom: 'innerprod' " - " top: 'innerprod' " - "} " - "layers: { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'innerprod' " - " bottom: 'label' " - "} "; - this->RunInsertionTest(input_proto, input_proto); -} - -TEST_F(SplitLayerInsertionTest, TestLossInsertion) { - const string& input_proto = - "name: 'UnsharedWeightsNetwork' " - "force_backward: true " - "layers: { " - " name: 'data' " - " type: DUMMY_DATA " - " dummy_data_param { " - " num: 5 " - " channels: 2 " - " height: 3 " - " width: 4 " - " data_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " } " - " top: 'data' " - "} " - "layers: { " - " name: 'innerproduct1' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 10 " - " bias_term: false " - " weight_filler { " - " type: 'gaussian' " - " std: 10 " - " } " - " } " - " param: 'unsharedweights1' " - " bottom: 'data' " - " top: 'innerproduct1' " - " loss_weight: 2.5 " - "} " - "layers: { " - " name: 'innerproduct2' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 10 " - " bias_term: false " - " weight_filler { " - " type: 'gaussian' " - " std: 10 " - " } " - " } " - " param: 'unsharedweights2' " - " bottom: 'data' " - " top: 'innerproduct2' " - "} " - "layers: { " - " name: 'loss' " - " type: EUCLIDEAN_LOSS " - " bottom: 'innerproduct1' " - " bottom: 'innerproduct2' " - "} "; - const string& expected_output_proto = - "name: 'UnsharedWeightsNetwork' " - "force_backward: true " - "layers: { " - " name: 'data' " - " type: DUMMY_DATA " - " dummy_data_param { " - " num: 5 " - " channels: 2 " - " height: 3 " - " width: 4 " - " data_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " } " - " top: 'data' " - "} " - "layers: { " - " name: 'data_data_0_split' " - " type: SPLIT " - " bottom: 'data' " - " top: 'data_data_0_split_0' " - " top: 'data_data_0_split_1' " - "} " - "layers: { " - " name: 'innerproduct1' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 10 " - " bias_term: false " - " weight_filler { " - " type: 'gaussian' " - " std: 10 " - " } " - " } " - " param: 'unsharedweights1' " - " bottom: 'data_data_0_split_0' " - " top: 'innerproduct1' " - "} " - "layers: { " - " name: 'innerproduct1_innerproduct1_0_split' " - " type: SPLIT " - " bottom: 'innerproduct1' " - " top: 'innerproduct1_innerproduct1_0_split_0' " - " top: 'innerproduct1_innerproduct1_0_split_1' " - " loss_weight: 2.5 " - " loss_weight: 0 " - "} " - "layers: { " - " name: 'innerproduct2' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 10 " - " bias_term: false " - " weight_filler { " - " type: 'gaussian' " - " std: 10 " - " } " - " } " - " param: 'unsharedweights2' " - " bottom: 'data_data_0_split_1' " - " top: 'innerproduct2' " - "} " - "layers: { " - " name: 'loss' " - " type: EUCLIDEAN_LOSS " - " bottom: 'innerproduct1_innerproduct1_0_split_1' " - " bottom: 'innerproduct2' " - "} "; - this->RunInsertionTest(input_proto, expected_output_proto); -} - -TEST_F(SplitLayerInsertionTest, TestInsertion) { - const string& input_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod1' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod1' " - "} " - "layers: { " - " name: 'innerprod2' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod2' " - "} " - "layers: { " - " name: 'innerprod3' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod3' " - "} " - "layers: { " - " name: 'loss1' " - " type: EUCLIDEAN_LOSS " - " bottom: 'innerprod1' " - " bottom: 'innerprod2' " - "} " - "layers: { " - " name: 'loss2' " - " type: EUCLIDEAN_LOSS " - " bottom: 'innerprod2' " - " bottom: 'innerprod3' " - "} "; - const string& expected_output_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'data_data_0_split' " - " type: SPLIT " - " bottom: 'data' " - " top: 'data_data_0_split_0' " - " top: 'data_data_0_split_1' " - " top: 'data_data_0_split_2' " - "} " - "layers: { " - " name: 'innerprod1' " - " type: INNER_PRODUCT " - " bottom: 'data_data_0_split_0' " - " top: 'innerprod1' " - "} " - "layers: { " - " name: 'innerprod2' " - " type: INNER_PRODUCT " - " bottom: 'data_data_0_split_1' " - " top: 'innerprod2' " - "} " - "layers: { " - " name: 'innerprod2_innerprod2_0_split' " - " type: SPLIT " - " bottom: 'innerprod2' " - " top: 'innerprod2_innerprod2_0_split_0' " - " top: 'innerprod2_innerprod2_0_split_1' " - "} " - "layers: { " - " name: 'innerprod3' " - " type: INNER_PRODUCT " - " bottom: 'data_data_0_split_2' " - " top: 'innerprod3' " - "} " - "layers: { " - " name: 'loss1' " - " type: EUCLIDEAN_LOSS " - " bottom: 'innerprod1' " - " bottom: 'innerprod2_innerprod2_0_split_0' " - "} " - "layers: { " - " name: 'loss2' " - " type: EUCLIDEAN_LOSS " - " bottom: 'innerprod2_innerprod2_0_split_1' " - " bottom: 'innerprod3' " - "} "; - this->RunInsertionTest(input_proto, expected_output_proto); -} - -TEST_F(SplitLayerInsertionTest, TestInsertionTwoTop) { - const string& input_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod1' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod1' " - "} " - "layers: { " - " name: 'innerprod2' " - " type: INNER_PRODUCT " - " bottom: 'label' " - " top: 'innerprod2' " - "} " - "layers: { " - " name: 'innerprod3' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod3' " - "} " - "layers: { " - " name: 'innerprod4' " - " type: INNER_PRODUCT " - " bottom: 'label' " - " top: 'innerprod4' " - "} " - "layers: { " - " name: 'loss1' " - " type: EUCLIDEAN_LOSS " - " bottom: 'innerprod1' " - " bottom: 'innerprod3' " - "} " - "layers: { " - " name: 'loss2' " - " type: EUCLIDEAN_LOSS " - " bottom: 'innerprod2' " - " bottom: 'innerprod4' " - "} "; - const string& expected_output_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'data_data_0_split' " - " type: SPLIT " - " bottom: 'data' " - " top: 'data_data_0_split_0' " - " top: 'data_data_0_split_1' " - "} " - "layers: { " - " name: 'label_data_1_split' " - " type: SPLIT " - " bottom: 'label' " - " top: 'label_data_1_split_0' " - " top: 'label_data_1_split_1' " - "} " - "layers: { " - " name: 'innerprod1' " - " type: INNER_PRODUCT " - " bottom: 'data_data_0_split_0' " - " top: 'innerprod1' " - "} " - "layers: { " - " name: 'innerprod2' " - " type: INNER_PRODUCT " - " bottom: 'label_data_1_split_0' " - " top: 'innerprod2' " - "} " - "layers: { " - " name: 'innerprod3' " - " type: INNER_PRODUCT " - " bottom: 'data_data_0_split_1' " - " top: 'innerprod3' " - "} " - "layers: { " - " name: 'innerprod4' " - " type: INNER_PRODUCT " - " bottom: 'label_data_1_split_1' " - " top: 'innerprod4' " - "} " - "layers: { " - " name: 'loss1' " - " type: EUCLIDEAN_LOSS " - " bottom: 'innerprod1' " - " bottom: 'innerprod3' " - "} " - "layers: { " - " name: 'loss2' " - " type: EUCLIDEAN_LOSS " - " bottom: 'innerprod2' " - " bottom: 'innerprod4' " - "} "; - this->RunInsertionTest(input_proto, expected_output_proto); -} - -TEST_F(SplitLayerInsertionTest, TestInputInsertion) { - const string& input_proto = - "name: 'TestNetwork' " - "input: 'data' " - "input_dim: 10 " - "input_dim: 3 " - "input_dim: 227 " - "input_dim: 227 " - "layers: { " - " name: 'innerprod1' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod1' " - "} " - "layers: { " - " name: 'innerprod2' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod2' " - "} " - "layers: { " - " name: 'loss' " - " type: EUCLIDEAN_LOSS " - " bottom: 'innerprod1' " - " bottom: 'innerprod2' " - "} "; - const string& expected_output_proto = - "name: 'TestNetwork' " - "input: 'data' " - "input_dim: 10 " - "input_dim: 3 " - "input_dim: 227 " - "input_dim: 227 " - "layers: { " - " name: 'data_input_0_split' " - " type: SPLIT " - " bottom: 'data' " - " top: 'data_input_0_split_0' " - " top: 'data_input_0_split_1' " - "} " - "layers: { " - " name: 'innerprod1' " - " type: INNER_PRODUCT " - " bottom: 'data_input_0_split_0' " - " top: 'innerprod1' " - "} " - "layers: { " - " name: 'innerprod2' " - " type: INNER_PRODUCT " - " bottom: 'data_input_0_split_1' " - " top: 'innerprod2' " - "} " - "layers: { " - " name: 'loss' " - " type: EUCLIDEAN_LOSS " - " bottom: 'innerprod1' " - " bottom: 'innerprod2' " - "} "; - this->RunInsertionTest(input_proto, expected_output_proto); -} - -TEST_F(SplitLayerInsertionTest, TestWithInPlace) { - const string& input_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'innerprod1' " - " type: INNER_PRODUCT " - " bottom: 'data' " - " top: 'innerprod1' " - "} " - "layers: { " - " name: 'relu1' " - " type: RELU " - " bottom: 'innerprod1' " - " top: 'innerprod1' " - "} " - "layers: { " - " name: 'innerprod2' " - " type: INNER_PRODUCT " - " bottom: 'innerprod1' " - " top: 'innerprod2' " - "} " - "layers: { " - " name: 'loss1' " - " type: EUCLIDEAN_LOSS " - " bottom: 'innerprod1' " - " bottom: 'label' " - "} " - "layers: { " - " name: 'loss2' " - " type: EUCLIDEAN_LOSS " - " bottom: 'innerprod2' " - " bottom: 'data' " - "} "; - const string& expected_output_proto = - "name: 'TestNetwork' " - "layers: { " - " name: 'data' " - " type: DATA " - " top: 'data' " - " top: 'label' " - "} " - "layers: { " - " name: 'data_data_0_split' " - " type: SPLIT " - " bottom: 'data' " - " top: 'data_data_0_split_0' " - " top: 'data_data_0_split_1' " - "} " - "layers: { " - " name: 'innerprod1' " - " type: INNER_PRODUCT " - " bottom: 'data_data_0_split_0' " - " top: 'innerprod1' " - "} " - "layers: { " - " name: 'relu1' " - " type: RELU " - " bottom: 'innerprod1' " - " top: 'innerprod1' " - "} " - "layers: { " - " name: 'innerprod1_relu1_0_split' " - " type: SPLIT " - " bottom: 'innerprod1' " - " top: 'innerprod1_relu1_0_split_0' " - " top: 'innerprod1_relu1_0_split_1' " - "} " - "layers: { " - " name: 'innerprod2' " - " type: INNER_PRODUCT " - " bottom: 'innerprod1_relu1_0_split_0' " - " top: 'innerprod2' " - "} " - "layers: { " - " name: 'loss1' " - " type: EUCLIDEAN_LOSS " - " bottom: 'innerprod1_relu1_0_split_1' " - " bottom: 'label' " - "} " - "layers: { " - " name: 'loss2' " - " type: EUCLIDEAN_LOSS " - " bottom: 'innerprod2' " - " bottom: 'data_data_0_split_1' " - "} "; - this->RunInsertionTest(input_proto, expected_output_proto); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_stochastic_pooling.cpp b/caffe-crfrnn/src/caffe/test/test_stochastic_pooling.cpp deleted file mode 100644 index ad515100..00000000 --- a/caffe-crfrnn/src/caffe/test/test_stochastic_pooling.cpp +++ /dev/null @@ -1,163 +0,0 @@ -#include -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -using std::min; - -namespace caffe { - -template -class StochasticPoolingLayerTest : public ::testing::Test { - protected: - StochasticPoolingLayerTest() - : blob_bottom_(new Blob()), - blob_top_(new Blob()) {} - virtual void SetUp() { - Caffe::set_random_seed(1701); - blob_bottom_->Reshape(2, 3, 6, 5); - // fill the values - FillerParameter filler_param; - filler_param.set_min(0.1); - filler_param.set_max(1.); - UniformFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - blob_bottom_vec_.push_back(blob_bottom_); - blob_top_vec_.push_back(blob_top_); - } - - virtual ~StochasticPoolingLayerTest() { - delete blob_bottom_; delete blob_top_; - } - - Blob* const blob_bottom_; - Blob* const blob_top_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(StochasticPoolingLayerTest, TestDtypes); - -TYPED_TEST(StochasticPoolingLayerTest, TestSetup) { - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_size(3); - pooling_param->set_stride(2); - PoolingLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), this->blob_bottom_->num()); - EXPECT_EQ(this->blob_top_->channels(), this->blob_bottom_->channels()); - EXPECT_EQ(this->blob_top_->height(), 3); - EXPECT_EQ(this->blob_top_->width(), 2); -} - -TYPED_TEST(StochasticPoolingLayerTest, TestStochasticGPU) { - Caffe::set_mode(Caffe::GPU); - Caffe::set_phase(Caffe::TRAIN); - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_size(3); - pooling_param->set_stride(2); - pooling_param->set_pool(PoolingParameter_PoolMethod_STOCHASTIC); - PoolingLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - - // Check if the output is correct - it should do random sampling - const TypeParam* bottom_data = this->blob_bottom_->cpu_data(); - const TypeParam* top_data = this->blob_top_->cpu_data(); - TypeParam total = 0; - for (int n = 0; n < this->blob_top_->num(); ++n) { - for (int c = 0; c < this->blob_top_->channels(); ++c) { - for (int ph = 0; ph < this->blob_top_->height(); ++ph) { - for (int pw = 0; pw < this->blob_top_->width(); ++pw) { - TypeParam pooled = top_data[this->blob_top_->offset(n, c, ph, pw)]; - total += pooled; - int hstart = ph * 2; - int hend = min(hstart + 3, this->blob_bottom_->height()); - int wstart = pw * 2; - int wend = min(wstart + 3, this->blob_bottom_->width()); - bool has_equal = false; - for (int h = hstart; h < hend; ++h) { - for (int w = wstart; w < wend; ++w) { - has_equal |= (pooled == bottom_data[this->blob_bottom_-> - offset(n, c, h, w)]); - } - } - EXPECT_TRUE(has_equal); - } - } - } - } - // When we are doing stochastic pooling, the average we get should be higher - // than the simple data average since we are weighting more on higher-valued - // ones. - EXPECT_GE(total / this->blob_top_->count(), 0.55); -} - -TYPED_TEST(StochasticPoolingLayerTest, TestStochasticGPUTestPhase) { - Caffe::set_mode(Caffe::GPU); - Caffe::set_phase(Caffe::TEST); - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_size(3); - pooling_param->set_stride(2); - pooling_param->set_pool(PoolingParameter_PoolMethod_STOCHASTIC); - PoolingLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - - // Check if the output is correct - it should do random sampling - const TypeParam* bottom_data = this->blob_bottom_->cpu_data(); - const TypeParam* top_data = this->blob_top_->cpu_data(); - for (int n = 0; n < this->blob_top_->num(); ++n) { - for (int c = 0; c < this->blob_top_->channels(); ++c) { - for (int ph = 0; ph < this->blob_top_->height(); ++ph) { - for (int pw = 0; pw < this->blob_top_->width(); ++pw) { - TypeParam pooled = top_data[this->blob_top_->offset(n, c, ph, pw)]; - int hstart = ph * 2; - int hend = min(hstart + 3, this->blob_bottom_->height()); - int wstart = pw * 2; - int wend = min(wstart + 3, this->blob_bottom_->width()); - bool smaller_than_max = false; - for (int h = hstart; h < hend; ++h) { - for (int w = wstart; w < wend; ++w) { - smaller_than_max |= (pooled <= bottom_data[this->blob_bottom_-> - offset(n, c, h, w)]); - } - } - EXPECT_TRUE(smaller_than_max); - } - } - } - } -} - -TYPED_TEST(StochasticPoolingLayerTest, TestGradientGPU) { - Caffe::set_mode(Caffe::GPU); - Caffe::set_phase(Caffe::TRAIN); - LayerParameter layer_param; - PoolingParameter* pooling_param = layer_param.mutable_pooling_param(); - pooling_param->set_kernel_size(3); - pooling_param->set_stride(2); - pooling_param->set_pool(PoolingParameter_PoolMethod_STOCHASTIC); - PoolingLayer layer(layer_param); - GradientChecker checker(1e-4, 1e-2); - // it is too expensive to call curand multiple times, so we don't do an - // exhaustive gradient check. - checker.CheckGradient(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); -} - - - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_syncedmem.cpp b/caffe-crfrnn/src/caffe/test/test_syncedmem.cpp deleted file mode 100644 index b946233d..00000000 --- a/caffe-crfrnn/src/caffe/test/test_syncedmem.cpp +++ /dev/null @@ -1,126 +0,0 @@ -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/common.hpp" -#include "caffe/syncedmem.hpp" -#include "caffe/util/device_alternate.hpp" -#include "caffe/util/math_functions.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -class SyncedMemoryTest : public ::testing::Test {}; - -TEST_F(SyncedMemoryTest, TestInitialization) { - SyncedMemory mem(10); - EXPECT_EQ(mem.head(), SyncedMemory::UNINITIALIZED); - EXPECT_EQ(mem.size(), 10); - SyncedMemory* p_mem = new SyncedMemory(10 * sizeof(float)); - EXPECT_EQ(p_mem->size(), 10 * sizeof(float)); - delete p_mem; -} - -#ifndef CPU_ONLY // GPU test - -TEST_F(SyncedMemoryTest, TestAllocationCPUGPU) { - SyncedMemory mem(10); - EXPECT_TRUE(mem.cpu_data()); - EXPECT_TRUE(mem.gpu_data()); - EXPECT_TRUE(mem.mutable_cpu_data()); - EXPECT_TRUE(mem.mutable_gpu_data()); -} - -#endif - -TEST_F(SyncedMemoryTest, TestAllocationCPU) { - SyncedMemory mem(10); - EXPECT_TRUE(mem.cpu_data()); - EXPECT_TRUE(mem.mutable_cpu_data()); -} - -#ifndef CPU_ONLY // GPU test - -TEST_F(SyncedMemoryTest, TestAllocationGPU) { - SyncedMemory mem(10); - EXPECT_TRUE(mem.gpu_data()); - EXPECT_TRUE(mem.mutable_gpu_data()); -} - -#endif - -TEST_F(SyncedMemoryTest, TestCPUWrite) { - SyncedMemory mem(10); - void* cpu_data = mem.mutable_cpu_data(); - EXPECT_EQ(mem.head(), SyncedMemory::HEAD_AT_CPU); - caffe_memset(mem.size(), 1, cpu_data); - for (int i = 0; i < mem.size(); ++i) { - EXPECT_EQ((static_cast(cpu_data))[i], 1); - } - // do another round - cpu_data = mem.mutable_cpu_data(); - EXPECT_EQ(mem.head(), SyncedMemory::HEAD_AT_CPU); - caffe_memset(mem.size(), 2, cpu_data); - for (int i = 0; i < mem.size(); ++i) { - EXPECT_EQ((static_cast(cpu_data))[i], 2); - } -} - -#ifndef CPU_ONLY // GPU test - -TEST_F(SyncedMemoryTest, TestGPURead) { - SyncedMemory mem(10); - void* cpu_data = mem.mutable_cpu_data(); - EXPECT_EQ(mem.head(), SyncedMemory::HEAD_AT_CPU); - caffe_memset(mem.size(), 1, cpu_data); - const void* gpu_data = mem.gpu_data(); - EXPECT_EQ(mem.head(), SyncedMemory::SYNCED); - // check if values are the same - char* recovered_value = new char[10]; - caffe_gpu_memcpy(10, gpu_data, recovered_value); - for (int i = 0; i < mem.size(); ++i) { - EXPECT_EQ((static_cast(recovered_value))[i], 1); - } - // do another round - cpu_data = mem.mutable_cpu_data(); - EXPECT_EQ(mem.head(), SyncedMemory::HEAD_AT_CPU); - caffe_memset(mem.size(), 2, cpu_data); - for (int i = 0; i < mem.size(); ++i) { - EXPECT_EQ((static_cast(cpu_data))[i], 2); - } - gpu_data = mem.gpu_data(); - EXPECT_EQ(mem.head(), SyncedMemory::SYNCED); - // check if values are the same - caffe_gpu_memcpy(10, gpu_data, recovered_value); - for (int i = 0; i < mem.size(); ++i) { - EXPECT_EQ((static_cast(recovered_value))[i], 2); - } - delete[] recovered_value; -} - -TEST_F(SyncedMemoryTest, TestGPUWrite) { - SyncedMemory mem(10); - void* gpu_data = mem.mutable_gpu_data(); - EXPECT_EQ(mem.head(), SyncedMemory::HEAD_AT_GPU); - caffe_gpu_memset(mem.size(), 1, gpu_data); - const void* cpu_data = mem.cpu_data(); - for (int i = 0; i < mem.size(); ++i) { - EXPECT_EQ((static_cast(cpu_data))[i], 1); - } - EXPECT_EQ(mem.head(), SyncedMemory::SYNCED); - - gpu_data = mem.mutable_gpu_data(); - EXPECT_EQ(mem.head(), SyncedMemory::HEAD_AT_GPU); - caffe_gpu_memset(mem.size(), 2, gpu_data); - cpu_data = mem.cpu_data(); - for (int i = 0; i < mem.size(); ++i) { - EXPECT_EQ((static_cast(cpu_data))[i], 2); - } - EXPECT_EQ(mem.head(), SyncedMemory::SYNCED); -} - -#endif - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_tanh_layer.cpp b/caffe-crfrnn/src/caffe/test/test_tanh_layer.cpp deleted file mode 100644 index 5dc92832..00000000 --- a/caffe-crfrnn/src/caffe/test/test_tanh_layer.cpp +++ /dev/null @@ -1,101 +0,0 @@ -#include -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/common_layers.hpp" -#include "caffe/filler.hpp" - -#include "caffe/test/test_caffe_main.hpp" -#include "caffe/test/test_gradient_check_util.hpp" - -namespace caffe { - -double tanh_naive(double x) { - if (x < -40) { - // avoid negative overflow - return -1; - } else if (x > 40) { - // avoid positive overflow - return 1; - } else { - // exact expression for tanh, which is unstable for large x - double exp2x = exp(2 * x); - return (exp2x - 1.0) / (exp2x + 1.0); - } -} - -template -class TanHLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - - protected: - TanHLayerTest() - : blob_bottom_(new Blob(2, 3, 4, 5)), - blob_top_(new Blob()) { - Caffe::set_random_seed(1701); - FillerParameter filler_param; - blob_bottom_vec_.push_back(blob_bottom_); - blob_top_vec_.push_back(blob_top_); - } - virtual ~TanHLayerTest() { delete blob_bottom_; delete blob_top_; } - - void TestForward(Dtype filler_std) { - FillerParameter filler_param; - filler_param.set_std(filler_std); - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - - LayerParameter layer_param; - TanHLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Now, check values - const Dtype* bottom_data = this->blob_bottom_->cpu_data(); - const Dtype* top_data = this->blob_top_->cpu_data(); - const Dtype min_precision = 1e-5; - for (int i = 0; i < this->blob_bottom_->count(); ++i) { - Dtype expected_value = tanh_naive(bottom_data[i]); - Dtype precision = std::max( - Dtype(std::abs(expected_value * Dtype(1e-4))), min_precision); - EXPECT_NEAR(expected_value, top_data[i], precision); - } - } - - void TestBackward(Dtype filler_std) { - FillerParameter filler_param; - filler_param.set_std(filler_std); - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - - LayerParameter layer_param; - TanHLayer layer(layer_param); - GradientChecker checker(1e-2, 1e-2, 1701); - checker.CheckGradientEltwise(&layer, this->blob_bottom_vec_, - this->blob_top_vec_); - } - - Blob* const blob_bottom_; - Blob* const blob_top_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(TanHLayerTest, TestDtypesAndDevices); - -TYPED_TEST(TanHLayerTest, TestTanH) { - this->TestForward(1.0); -} - -TYPED_TEST(TanHLayerTest, TestTanHOverflow) { - // this will fail if tanh overflow is not properly handled - this->TestForward(10000.0); -} - -TYPED_TEST(TanHLayerTest, TestTanHGradient) { - this->TestBackward(1.0); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_threshold_layer.cpp b/caffe-crfrnn/src/caffe/test/test_threshold_layer.cpp deleted file mode 100644 index 05ce8212..00000000 --- a/caffe-crfrnn/src/caffe/test/test_threshold_layer.cpp +++ /dev/null @@ -1,98 +0,0 @@ -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/vision_layers.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -template -class ThresholdLayerTest : public MultiDeviceTest { - typedef typename TypeParam::Dtype Dtype; - protected: - ThresholdLayerTest() - : blob_bottom_(new Blob(2, 3, 6, 5)), - blob_top_(new Blob()) { - Caffe::set_random_seed(1701); - // fill the values - FillerParameter filler_param; - GaussianFiller filler(filler_param); - filler.Fill(this->blob_bottom_); - blob_bottom_vec_.push_back(blob_bottom_); - blob_top_vec_.push_back(blob_top_); - } - virtual ~ThresholdLayerTest() { delete blob_bottom_; delete blob_top_; } - Blob* const blob_bottom_; - Blob* const blob_top_; - vector*> blob_bottom_vec_; - vector*> blob_top_vec_; -}; - -TYPED_TEST_CASE(ThresholdLayerTest, TestDtypesAndDevices); - - -TYPED_TEST(ThresholdLayerTest, TestSetup) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - ThresholdLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - EXPECT_EQ(this->blob_top_->num(), this->blob_bottom_->num()); - EXPECT_EQ(this->blob_top_->channels(), this->blob_bottom_->channels()); - EXPECT_EQ(this->blob_top_->height(), this->blob_bottom_->height()); - EXPECT_EQ(this->blob_top_->width(), this->blob_bottom_->width()); -} - -TYPED_TEST(ThresholdLayerTest, Test) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - ThresholdLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Now, check values - const Dtype* bottom_data = this->blob_bottom_->cpu_data(); - const Dtype* top_data = this->blob_top_->cpu_data(); - const Dtype threshold_ = layer_param.threshold_param().threshold(); - for (int i = 0; i < this->blob_bottom_->count(); ++i) { - EXPECT_GE(top_data[i], 0.); - EXPECT_LE(top_data[i], 1.); - if (top_data[i] == 0) { - EXPECT_LE(bottom_data[i], threshold_); - } - if (top_data[i] == 1) { - EXPECT_GT(bottom_data[i], threshold_); - } - } -} - -TYPED_TEST(ThresholdLayerTest, Test2) { - typedef typename TypeParam::Dtype Dtype; - LayerParameter layer_param; - ThresholdParameter* threshold_param = - layer_param.mutable_threshold_param(); - threshold_param->set_threshold(0.5); - ThresholdLayer layer(layer_param); - layer.SetUp(this->blob_bottom_vec_, this->blob_top_vec_); - layer.Forward(this->blob_bottom_vec_, this->blob_top_vec_); - // Now, check values - const Dtype* bottom_data = this->blob_bottom_->cpu_data(); - const Dtype* top_data = this->blob_top_->cpu_data(); - const Dtype threshold_ = layer_param.threshold_param().threshold(); - EXPECT_FLOAT_EQ(threshold_, 0.5); - for (int i = 0; i < this->blob_bottom_->count(); ++i) { - EXPECT_GE(top_data[i], 0.); - EXPECT_LE(top_data[i], 1.); - if (top_data[i] == 0) { - EXPECT_LE(bottom_data[i], threshold_); - } - if (top_data[i] == 1) { - EXPECT_GT(bottom_data[i], threshold_); - } - } -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_upgrade_proto.cpp b/caffe-crfrnn/src/caffe/test/test_upgrade_proto.cpp deleted file mode 100644 index 52e7f1f9..00000000 --- a/caffe-crfrnn/src/caffe/test/test_upgrade_proto.cpp +++ /dev/null @@ -1,2443 +0,0 @@ -#include -#include -#include - -#include "google/protobuf/text_format.h" -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/util/upgrade_proto.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -class PaddingLayerUpgradeTest : public ::testing::Test { - protected: - void RunPaddingUpgradeTest( - const string& input_param_string, const string& output_param_string) { - // Test that UpgradeV0PaddingLayers called on the proto specified by - // input_param_string results in the proto specified by - // output_param_string. - NetParameter input_param; - CHECK(google::protobuf::TextFormat::ParseFromString( - input_param_string, &input_param)); - NetParameter expected_output_param; - CHECK(google::protobuf::TextFormat::ParseFromString( - output_param_string, &expected_output_param)); - NetParameter actual_output_param; - UpgradeV0PaddingLayers(input_param, &actual_output_param); - EXPECT_EQ(expected_output_param.DebugString(), - actual_output_param.DebugString()); - // Also test idempotence. - NetParameter double_pad_upgrade_param; - UpgradeV0PaddingLayers(actual_output_param, &double_pad_upgrade_param); - EXPECT_EQ(actual_output_param.DebugString(), - double_pad_upgrade_param.DebugString()); - } -}; - -TEST_F(PaddingLayerUpgradeTest, TestSimple) { - const string& input_proto = - "name: 'CaffeNet' " - "layers { " - " layer { " - " name: 'data' " - " type: 'data' " - " source: '/home/jiayq/Data/ILSVRC12/train-leveldb' " - " meanfile: '/home/jiayq/Data/ILSVRC12/image_mean.binaryproto' " - " batchsize: 256 " - " cropsize: 227 " - " mirror: true " - " } " - " top: 'data' " - " top: 'label' " - "} " - "layers { " - " layer { " - " name: 'pad1' " - " type: 'padding' " - " pad: 2 " - " } " - " bottom: 'data' " - " top: 'pad1' " - "} " - "layers { " - " layer { " - " name: 'conv1' " - " type: 'conv' " - " num_output: 96 " - " kernelsize: 11 " - " stride: 4 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'pad1' " - " top: 'conv1' " - "} " - "layers { " - " layer { " - " name: 'fc8' " - " type: 'innerproduct' " - " num_output: 1000 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0 " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'conv1' " - " top: 'fc8' " - "} " - "layers { " - " layer { " - " name: 'loss' " - " type: 'softmax_loss' " - " } " - " bottom: 'fc8' " - " bottom: 'label' " - "} "; - const string& expected_output_proto = - "name: 'CaffeNet' " - "layers { " - " layer { " - " name: 'data' " - " type: 'data' " - " source: '/home/jiayq/Data/ILSVRC12/train-leveldb' " - " meanfile: '/home/jiayq/Data/ILSVRC12/image_mean.binaryproto' " - " batchsize: 256 " - " cropsize: 227 " - " mirror: true " - " } " - " top: 'data' " - " top: 'label' " - "} " - "layers { " - " layer { " - " name: 'conv1' " - " type: 'conv' " - " num_output: 96 " - " kernelsize: 11 " - " stride: 4 " - " pad: 2 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'data' " - " top: 'conv1' " - "} " - "layers { " - " layer { " - " name: 'fc8' " - " type: 'innerproduct' " - " num_output: 1000 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0 " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'conv1' " - " top: 'fc8' " - "} " - "layers { " - " layer { " - " name: 'loss' " - " type: 'softmax_loss' " - " } " - " bottom: 'fc8' " - " bottom: 'label' " - "} "; - this->RunPaddingUpgradeTest(input_proto, expected_output_proto); -} - -TEST_F(PaddingLayerUpgradeTest, TestTwoTops) { - const string& input_proto = - "name: 'CaffeNet' " - "layers { " - " layer { " - " name: 'data' " - " type: 'data' " - " source: '/home/jiayq/Data/ILSVRC12/train-leveldb' " - " meanfile: '/home/jiayq/Data/ILSVRC12/image_mean.binaryproto' " - " batchsize: 256 " - " cropsize: 227 " - " mirror: true " - " } " - " top: 'data' " - " top: 'label' " - "} " - "layers { " - " layer { " - " name: 'pad1' " - " type: 'padding' " - " pad: 2 " - " } " - " bottom: 'data' " - " top: 'pad1' " - "} " - "layers { " - " layer { " - " name: 'conv1' " - " type: 'conv' " - " num_output: 96 " - " kernelsize: 11 " - " stride: 4 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'pad1' " - " top: 'conv1' " - "} " - "layers { " - " layer { " - " name: 'fc8' " - " type: 'innerproduct' " - " num_output: 1000 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0 " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'conv1' " - " top: 'fc8' " - "} " - "layers { " - " layer { " - " name: 'conv2' " - " type: 'conv' " - " num_output: 96 " - " kernelsize: 11 " - " stride: 4 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'pad1' " - " top: 'conv2' " - "} " - "layers { " - " layer { " - " name: 'loss' " - " type: 'softmax_loss' " - " } " - " bottom: 'fc8' " - " bottom: 'label' " - "} "; - const string& expected_output_proto = - "name: 'CaffeNet' " - "layers { " - " layer { " - " name: 'data' " - " type: 'data' " - " source: '/home/jiayq/Data/ILSVRC12/train-leveldb' " - " meanfile: '/home/jiayq/Data/ILSVRC12/image_mean.binaryproto' " - " batchsize: 256 " - " cropsize: 227 " - " mirror: true " - " } " - " top: 'data' " - " top: 'label' " - "} " - "layers { " - " layer { " - " name: 'conv1' " - " type: 'conv' " - " num_output: 96 " - " kernelsize: 11 " - " stride: 4 " - " pad: 2 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'data' " - " top: 'conv1' " - "} " - "layers { " - " layer { " - " name: 'fc8' " - " type: 'innerproduct' " - " num_output: 1000 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0 " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'conv1' " - " top: 'fc8' " - "} " - "layers { " - " layer { " - " name: 'conv2' " - " type: 'conv' " - " num_output: 96 " - " kernelsize: 11 " - " stride: 4 " - " pad: 2 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'data' " - " top: 'conv2' " - "} " - "layers { " - " layer { " - " name: 'loss' " - " type: 'softmax_loss' " - " } " - " bottom: 'fc8' " - " bottom: 'label' " - "} "; - this->RunPaddingUpgradeTest(input_proto, expected_output_proto); -} - -TEST_F(PaddingLayerUpgradeTest, TestImageNet) { - const string& input_proto = - "name: 'CaffeNet' " - "layers { " - " layer { " - " name: 'data' " - " type: 'data' " - " source: '/home/jiayq/Data/ILSVRC12/train-leveldb' " - " meanfile: '/home/jiayq/Data/ILSVRC12/image_mean.binaryproto' " - " batchsize: 256 " - " cropsize: 227 " - " mirror: true " - " } " - " top: 'data' " - " top: 'label' " - "} " - "layers { " - " layer { " - " name: 'conv1' " - " type: 'conv' " - " num_output: 96 " - " kernelsize: 11 " - " stride: 4 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'data' " - " top: 'conv1' " - "} " - "layers { " - " layer { " - " name: 'relu1' " - " type: 'relu' " - " } " - " bottom: 'conv1' " - " top: 'conv1' " - "} " - "layers { " - " layer { " - " name: 'pool1' " - " type: 'pool' " - " pool: MAX " - " kernelsize: 3 " - " stride: 2 " - " } " - " bottom: 'conv1' " - " top: 'pool1' " - "} " - "layers { " - " layer { " - " name: 'norm1' " - " type: 'lrn' " - " local_size: 5 " - " alpha: 0.0001 " - " beta: 0.75 " - " } " - " bottom: 'pool1' " - " top: 'norm1' " - "} " - "layers { " - " layer { " - " name: 'pad2' " - " type: 'padding' " - " pad: 2 " - " } " - " bottom: 'norm1' " - " top: 'pad2' " - "} " - "layers { " - " layer { " - " name: 'conv2' " - " type: 'conv' " - " num_output: 256 " - " group: 2 " - " kernelsize: 5 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'pad2' " - " top: 'conv2' " - "} " - "layers { " - " layer { " - " name: 'relu2' " - " type: 'relu' " - " } " - " bottom: 'conv2' " - " top: 'conv2' " - "} " - "layers { " - " layer { " - " name: 'pool2' " - " type: 'pool' " - " pool: MAX " - " kernelsize: 3 " - " stride: 2 " - " } " - " bottom: 'conv2' " - " top: 'pool2' " - "} " - "layers { " - " layer { " - " name: 'norm2' " - " type: 'lrn' " - " local_size: 5 " - " alpha: 0.0001 " - " beta: 0.75 " - " } " - " bottom: 'pool2' " - " top: 'norm2' " - "} " - "layers { " - " layer { " - " name: 'pad3' " - " type: 'padding' " - " pad: 1 " - " } " - " bottom: 'norm2' " - " top: 'pad3' " - "} " - "layers { " - " layer { " - " name: 'conv3' " - " type: 'conv' " - " num_output: 384 " - " kernelsize: 3 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'pad3' " - " top: 'conv3' " - "} " - "layers { " - " layer { " - " name: 'relu3' " - " type: 'relu' " - " } " - " bottom: 'conv3' " - " top: 'conv3' " - "} " - "layers { " - " layer { " - " name: 'pad4' " - " type: 'padding' " - " pad: 1 " - " } " - " bottom: 'conv3' " - " top: 'pad4' " - "} " - "layers { " - " layer { " - " name: 'conv4' " - " type: 'conv' " - " num_output: 384 " - " group: 2 " - " kernelsize: 3 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'pad4' " - " top: 'conv4' " - "} " - "layers { " - " layer { " - " name: 'relu4' " - " type: 'relu' " - " } " - " bottom: 'conv4' " - " top: 'conv4' " - "} " - "layers { " - " layer { " - " name: 'pad5' " - " type: 'padding' " - " pad: 1 " - " } " - " bottom: 'conv4' " - " top: 'pad5' " - "} " - "layers { " - " layer { " - " name: 'conv5' " - " type: 'conv' " - " num_output: 256 " - " group: 2 " - " kernelsize: 3 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'pad5' " - " top: 'conv5' " - "} " - "layers { " - " layer { " - " name: 'relu5' " - " type: 'relu' " - " } " - " bottom: 'conv5' " - " top: 'conv5' " - "} " - "layers { " - " layer { " - " name: 'pool5' " - " type: 'pool' " - " kernelsize: 3 " - " pool: MAX " - " stride: 2 " - " } " - " bottom: 'conv5' " - " top: 'pool5' " - "} " - "layers { " - " layer { " - " name: 'fc6' " - " type: 'innerproduct' " - " num_output: 4096 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.005 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'pool5' " - " top: 'fc6' " - "} " - "layers { " - " layer { " - " name: 'relu6' " - " type: 'relu' " - " } " - " bottom: 'fc6' " - " top: 'fc6' " - "} " - "layers { " - " layer { " - " name: 'drop6' " - " type: 'dropout' " - " dropout_ratio: 0.5 " - " } " - " bottom: 'fc6' " - " top: 'fc6' " - "} " - "layers { " - " layer { " - " name: 'fc7' " - " type: 'innerproduct' " - " num_output: 4096 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.005 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'fc6' " - " top: 'fc7' " - "} " - "layers { " - " layer { " - " name: 'relu7' " - " type: 'relu' " - " } " - " bottom: 'fc7' " - " top: 'fc7' " - "} " - "layers { " - " layer { " - " name: 'drop7' " - " type: 'dropout' " - " dropout_ratio: 0.5 " - " } " - " bottom: 'fc7' " - " top: 'fc7' " - "} " - "layers { " - " layer { " - " name: 'fc8' " - " type: 'innerproduct' " - " num_output: 1000 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0 " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'fc7' " - " top: 'fc8' " - "} " - "layers { " - " layer { " - " name: 'loss' " - " type: 'softmax_loss' " - " } " - " bottom: 'fc8' " - " bottom: 'label' " - "} "; - const string& expected_output_proto = - "name: 'CaffeNet' " - "layers { " - " layer { " - " name: 'data' " - " type: 'data' " - " source: '/home/jiayq/Data/ILSVRC12/train-leveldb' " - " meanfile: '/home/jiayq/Data/ILSVRC12/image_mean.binaryproto' " - " batchsize: 256 " - " cropsize: 227 " - " mirror: true " - " } " - " top: 'data' " - " top: 'label' " - "} " - "layers { " - " layer { " - " name: 'conv1' " - " type: 'conv' " - " num_output: 96 " - " kernelsize: 11 " - " stride: 4 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'data' " - " top: 'conv1' " - "} " - "layers { " - " layer { " - " name: 'relu1' " - " type: 'relu' " - " } " - " bottom: 'conv1' " - " top: 'conv1' " - "} " - "layers { " - " layer { " - " name: 'pool1' " - " type: 'pool' " - " pool: MAX " - " kernelsize: 3 " - " stride: 2 " - " } " - " bottom: 'conv1' " - " top: 'pool1' " - "} " - "layers { " - " layer { " - " name: 'norm1' " - " type: 'lrn' " - " local_size: 5 " - " alpha: 0.0001 " - " beta: 0.75 " - " } " - " bottom: 'pool1' " - " top: 'norm1' " - "} " - "layers { " - " layer { " - " name: 'conv2' " - " type: 'conv' " - " num_output: 256 " - " group: 2 " - " kernelsize: 5 " - " pad: 2 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'norm1' " - " top: 'conv2' " - "} " - "layers { " - " layer { " - " name: 'relu2' " - " type: 'relu' " - " } " - " bottom: 'conv2' " - " top: 'conv2' " - "} " - "layers { " - " layer { " - " name: 'pool2' " - " type: 'pool' " - " pool: MAX " - " kernelsize: 3 " - " stride: 2 " - " } " - " bottom: 'conv2' " - " top: 'pool2' " - "} " - "layers { " - " layer { " - " name: 'norm2' " - " type: 'lrn' " - " local_size: 5 " - " alpha: 0.0001 " - " beta: 0.75 " - " } " - " bottom: 'pool2' " - " top: 'norm2' " - "} " - "layers { " - " layer { " - " name: 'conv3' " - " type: 'conv' " - " num_output: 384 " - " kernelsize: 3 " - " pad: 1 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'norm2' " - " top: 'conv3' " - "} " - "layers { " - " layer { " - " name: 'relu3' " - " type: 'relu' " - " } " - " bottom: 'conv3' " - " top: 'conv3' " - "} " - "layers { " - " layer { " - " name: 'conv4' " - " type: 'conv' " - " num_output: 384 " - " group: 2 " - " kernelsize: 3 " - " pad: 1 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'conv3' " - " top: 'conv4' " - "} " - "layers { " - " layer { " - " name: 'relu4' " - " type: 'relu' " - " } " - " bottom: 'conv4' " - " top: 'conv4' " - "} " - "layers { " - " layer { " - " name: 'conv5' " - " type: 'conv' " - " num_output: 256 " - " group: 2 " - " kernelsize: 3 " - " pad: 1 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'conv4' " - " top: 'conv5' " - "} " - "layers { " - " layer { " - " name: 'relu5' " - " type: 'relu' " - " } " - " bottom: 'conv5' " - " top: 'conv5' " - "} " - "layers { " - " layer { " - " name: 'pool5' " - " type: 'pool' " - " kernelsize: 3 " - " pool: MAX " - " stride: 2 " - " } " - " bottom: 'conv5' " - " top: 'pool5' " - "} " - "layers { " - " layer { " - " name: 'fc6' " - " type: 'innerproduct' " - " num_output: 4096 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.005 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'pool5' " - " top: 'fc6' " - "} " - "layers { " - " layer { " - " name: 'relu6' " - " type: 'relu' " - " } " - " bottom: 'fc6' " - " top: 'fc6' " - "} " - "layers { " - " layer { " - " name: 'drop6' " - " type: 'dropout' " - " dropout_ratio: 0.5 " - " } " - " bottom: 'fc6' " - " top: 'fc6' " - "} " - "layers { " - " layer { " - " name: 'fc7' " - " type: 'innerproduct' " - " num_output: 4096 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.005 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'fc6' " - " top: 'fc7' " - "} " - "layers { " - " layer { " - " name: 'relu7' " - " type: 'relu' " - " } " - " bottom: 'fc7' " - " top: 'fc7' " - "} " - "layers { " - " layer { " - " name: 'drop7' " - " type: 'dropout' " - " dropout_ratio: 0.5 " - " } " - " bottom: 'fc7' " - " top: 'fc7' " - "} " - "layers { " - " layer { " - " name: 'fc8' " - " type: 'innerproduct' " - " num_output: 1000 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0 " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'fc7' " - " top: 'fc8' " - "} " - "layers { " - " layer { " - " name: 'loss' " - " type: 'softmax_loss' " - " } " - " bottom: 'fc8' " - " bottom: 'label' " - "} "; - this->RunPaddingUpgradeTest(input_proto, expected_output_proto); -} - -class V0UpgradeTest : public ::testing::Test { - protected: - void RunV0UpgradeTest( - const string& input_param_string, const string& output_param_string) { - // Test that UpgradeV0Net called on the NetParameter proto specified by - // input_param_string results in the NetParameter proto specified by - // output_param_string. - NetParameter input_param; - CHECK(google::protobuf::TextFormat::ParseFromString( - input_param_string, &input_param)); - NetParameter expected_output_param; - CHECK(google::protobuf::TextFormat::ParseFromString( - output_param_string, &expected_output_param)); - NetParameter actual_output_param; - UpgradeV0Net(input_param, &actual_output_param); - EXPECT_EQ(expected_output_param.DebugString(), - actual_output_param.DebugString()); - } -}; - -TEST_F(V0UpgradeTest, TestSimple) { - const string& input_proto = - "name: 'CaffeNet' " - "layers { " - " layer { " - " name: 'data' " - " type: 'data' " - " source: '/home/jiayq/Data/ILSVRC12/train-leveldb' " - " meanfile: '/home/jiayq/Data/ILSVRC12/image_mean.binaryproto' " - " batchsize: 256 " - " cropsize: 227 " - " mirror: true " - " } " - " top: 'data' " - " top: 'label' " - "} " - "layers { " - " layer { " - " name: 'pad1' " - " type: 'padding' " - " pad: 2 " - " } " - " bottom: 'data' " - " top: 'pad1' " - "} " - "layers { " - " layer { " - " name: 'conv1' " - " type: 'conv' " - " num_output: 96 " - " kernelsize: 11 " - " stride: 4 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'pad1' " - " top: 'conv1' " - "} " - "layers { " - " layer { " - " name: 'fc8' " - " type: 'innerproduct' " - " num_output: 1000 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0 " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'conv1' " - " top: 'fc8' " - "} " - "layers { " - " layer { " - " name: 'loss' " - " type: 'softmax_loss' " - " } " - " bottom: 'fc8' " - " bottom: 'label' " - "} "; - const string& expected_output_proto = - "name: 'CaffeNet' " - "layers { " - " name: 'data' " - " type: DATA " - " data_param { " - " source: '/home/jiayq/Data/ILSVRC12/train-leveldb' " - " batch_size: 256 " - " } " - " transform_param { " - " crop_size: 227 " - " mirror: true " - " mean_file: '/home/jiayq/Data/ILSVRC12/image_mean.binaryproto' " - " } " - " top: 'data' " - " top: 'label' " - "} " - "layers { " - " name: 'conv1' " - " type: CONVOLUTION " - " convolution_param { " - " num_output: 96 " - " kernel_size: 11 " - " stride: 4 " - " pad: 2 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0. " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'data' " - " top: 'conv1' " - "} " - "layers { " - " name: 'fc8' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 1000 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0 " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'conv1' " - " top: 'fc8' " - "} " - "layers { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'fc8' " - " bottom: 'label' " - "} "; - this->RunV0UpgradeTest(input_proto, expected_output_proto); -} - -// Test any layer or parameter upgrades not covered by other tests. -TEST_F(V0UpgradeTest, TestAllParams) { - const string& input_proto = - "name: 'CaffeNet' " - "input: 'input_data' " - "input_dim: 64 " - "input_dim: 3 " - "input_dim: 32 " - "input_dim: 32 " - "layers { " - " layer { " - " name: 'data' " - " type: 'data' " - " source: '/home/jiayq/Data/ILSVRC12/train-leveldb' " - " meanfile: '/home/jiayq/Data/ILSVRC12/image_mean.binaryproto' " - " batchsize: 256 " - " cropsize: 227 " - " mirror: true " - " scale: 0.25 " - " rand_skip: 73 " - " } " - " top: 'data' " - " top: 'label' " - "} " - "layers { " - " layer { " - " name: 'images' " - " type: 'images' " - " source: '/home/jiayq/Data/ILSVRC12/train-images' " - " meanfile: '/home/jiayq/Data/ILSVRC12/image_mean.binaryproto' " - " batchsize: 256 " - " cropsize: 227 " - " mirror: true " - " scale: 0.25 " - " rand_skip: 73 " - " shuffle_images: true " - " new_height: 40 " - " new_width: 30 " - " } " - " top: 'images_data' " - " top: 'images_label' " - "} " - "layers { " - " layer { " - " name: 'window_data' " - " type: 'window_data' " - " source: '/home/jiayq/Data/ILSVRC12/train-leveldb' " - " meanfile: '/home/jiayq/Data/ILSVRC12/image_mean.binaryproto' " - " batchsize: 256 " - " cropsize: 227 " - " mirror: true " - " det_fg_threshold: 0.25 " - " det_bg_threshold: 0.75 " - " det_fg_fraction: 0.5 " - " det_context_pad: 16 " - " det_crop_mode: 'square' " - " } " - " top: 'window_data' " - " top: 'window_label' " - "} " - "layers { " - " layer { " - " name: 'hdf5data' " - " type: 'hdf5_data' " - " source: '/my/hdf5/data' " - " batchsize: 256 " - " } " - " top: 'hdf5data' " - "} " - "layers { " - " layer { " - " name: 'conv1' " - " type: 'conv' " - " num_output: 96 " - " biasterm: false " - " pad: 4 " - " kernelsize: 11 " - " stride: 4 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 3. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'data' " - " top: 'conv1' " - "} " - "layers { " - " layer { " - " name: 'pool1ave' " - " type: 'pool' " - " pool: AVE " - " kernelsize: 3 " - " stride: 2 " - " } " - " bottom: 'conv1' " - " top: 'pool1ave' " - "} " - "layers { " - " layer { " - " name: 'pool1stoch' " - " type: 'pool' " - " pool: STOCHASTIC " - " kernelsize: 4 " - " stride: 5 " - " } " - " bottom: 'conv1' " - " top: 'pool1stoch' " - "} " - "layers { " - " layer { " - " name: 'concat' " - " type: 'concat' " - " concat_dim: 2 " - " } " - " bottom: 'pool1ave' " - " bottom: 'pool1stoch' " - " top: 'pool1concat' " - "} " - "layers { " - " layer { " - " name: 'norm1' " - " type: 'lrn' " - " local_size: 5 " - " alpha: 0.0001 " - " beta: 0.75 " - " } " - " bottom: 'pool1concat' " - " top: 'norm1' " - "} " - "layers { " - " layer { " - " name: 'fc6' " - " type: 'innerproduct' " - " num_output: 4096 " - " biasterm: false " - " weight_filler { " - " type: 'gaussian' " - " std: 0.005 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'norm1' " - " top: 'fc6' " - "} " - "layers { " - " layer { " - " name: 'relu6' " - " type: 'relu' " - " } " - " bottom: 'fc6' " - " top: 'fc6' " - "} " - "layers { " - " layer { " - " name: 'drop6' " - " type: 'dropout' " - " dropout_ratio: 0.2 " - " } " - " bottom: 'fc6' " - " top: 'fc6' " - "} " - "layers { " - " layer { " - " name: 'loss' " - " type: 'infogain_loss' " - " source: '/my/infogain/matrix' " - " } " - " bottom: 'fc6' " - " bottom: 'label' " - "} " - "layers { " - " layer { " - " name: 'accuracy' " - " type: 'accuracy' " - " } " - "} " - "layers { " - " layer { " - " name: 'bnll' " - " type: 'bnll' " - " } " - "} " - "layers { " - " layer { " - " name: 'euclidean_loss' " - " type: 'euclidean_loss' " - " } " - "} " - "layers { " - " layer { " - " name: 'flatten' " - " type: 'flatten' " - " } " - "} " - "layers { " - " layer { " - " name: 'hdf5_output' " - " type: 'hdf5_output' " - " hdf5_output_param { " - " file_name: '/my/hdf5/output/file' " - " } " - " } " - "} " - "layers { " - " layer { " - " name: 'im2col' " - " type: 'im2col' " - " } " - "} " - "layers { " - " layer { " - " name: 'images' " - " type: 'images' " - " } " - "} " - "layers { " - " layer { " - " name: 'multinomial_logistic_loss' " - " type: 'multinomial_logistic_loss' " - " } " - "} " - "layers { " - " layer { " - " name: 'sigmoid' " - " type: 'sigmoid' " - " } " - "} " - "layers { " - " layer { " - " name: 'softmax' " - " type: 'softmax' " - " } " - "} " - "layers { " - " layer { " - " name: 'split' " - " type: 'split' " - " } " - "} " - "layers { " - " layer { " - " name: 'tanh' " - " type: 'tanh' " - " } " - "} "; - const string& expected_output_proto = - "name: 'CaffeNet' " - "input: 'input_data' " - "input_dim: 64 " - "input_dim: 3 " - "input_dim: 32 " - "input_dim: 32 " - "layers { " - " name: 'data' " - " type: DATA " - " data_param { " - " source: '/home/jiayq/Data/ILSVRC12/train-leveldb' " - " batch_size: 256 " - " rand_skip: 73 " - " } " - " transform_param { " - " crop_size: 227 " - " mirror: true " - " scale: 0.25 " - " mean_file: '/home/jiayq/Data/ILSVRC12/image_mean.binaryproto' " - " } " - " top: 'data' " - " top: 'label' " - "} " - "layers { " - " name: 'images' " - " type: IMAGE_DATA " - " image_data_param { " - " source: '/home/jiayq/Data/ILSVRC12/train-images' " - " batch_size: 256 " - " rand_skip: 73 " - " shuffle: true " - " new_height: 40 " - " new_width: 30 " - " } " - " transform_param {" - " mean_file: '/home/jiayq/Data/ILSVRC12/image_mean.binaryproto' " - " crop_size: 227 " - " mirror: true " - " scale: 0.25 " - " } " - " top: 'images_data' " - " top: 'images_label' " - "} " - "layers { " - " name: 'window_data' " - " type: WINDOW_DATA " - " window_data_param { " - " source: '/home/jiayq/Data/ILSVRC12/train-leveldb' " - " batch_size: 256 " - " fg_threshold: 0.25 " - " bg_threshold: 0.75 " - " fg_fraction: 0.5 " - " context_pad: 16 " - " crop_mode: 'square' " - " } " - " transform_param { " - " mirror: true " - " crop_size: 227 " - " mean_file: '/home/jiayq/Data/ILSVRC12/image_mean.binaryproto' " - " }" - " top: 'window_data' " - " top: 'window_label' " - "} " - "layers { " - " name: 'hdf5data' " - " type: HDF5_DATA " - " hdf5_data_param { " - " source: '/my/hdf5/data' " - " batch_size: 256 " - " } " - " top: 'hdf5data' " - "} " - "layers { " - " name: 'conv1' " - " type: CONVOLUTION " - " convolution_param { " - " num_output: 96 " - " bias_term: false " - " pad: 4 " - " kernel_size: 11 " - " stride: 4 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 3. " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'data' " - " top: 'conv1' " - "} " - "layers { " - " name: 'pool1ave' " - " type: POOLING " - " pooling_param { " - " pool: AVE " - " kernel_size: 3 " - " stride: 2 " - " } " - " bottom: 'conv1' " - " top: 'pool1ave' " - "} " - "layers { " - " name: 'pool1stoch' " - " type: POOLING " - " pooling_param { " - " pool: STOCHASTIC " - " kernel_size: 4 " - " stride: 5 " - " } " - " bottom: 'conv1' " - " top: 'pool1stoch' " - "} " - "layers { " - " name: 'concat' " - " type: CONCAT " - " concat_param { " - " concat_dim: 2 " - " } " - " bottom: 'pool1ave' " - " bottom: 'pool1stoch' " - " top: 'pool1concat' " - "} " - "layers { " - " name: 'norm1' " - " type: LRN " - " lrn_param { " - " local_size: 5 " - " alpha: 0.0001 " - " beta: 0.75 " - " } " - " bottom: 'pool1concat' " - " top: 'norm1' " - "} " - "layers { " - " name: 'fc6' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 4096 " - " bias_term: false " - " weight_filler { " - " type: 'gaussian' " - " std: 0.005 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'norm1' " - " top: 'fc6' " - "} " - "layers { " - " name: 'relu6' " - " type: RELU " - " bottom: 'fc6' " - " top: 'fc6' " - "} " - "layers { " - " name: 'drop6' " - " type: DROPOUT " - " dropout_param { " - " dropout_ratio: 0.2 " - " } " - " bottom: 'fc6' " - " top: 'fc6' " - "} " - "layers { " - " name: 'loss' " - " type: INFOGAIN_LOSS " - " infogain_loss_param { " - " source: '/my/infogain/matrix' " - " } " - " bottom: 'fc6' " - " bottom: 'label' " - "} " - "layers { " - " name: 'accuracy' " - " type: ACCURACY " - "} " - "layers { " - " name: 'bnll' " - " type: BNLL " - "} " - "layers { " - " name: 'euclidean_loss' " - " type: EUCLIDEAN_LOSS " - "} " - "layers { " - " name: 'flatten' " - " type: FLATTEN " - "} " - "layers { " - " name: 'hdf5_output' " - " type: HDF5_OUTPUT " - " hdf5_output_param { " - " file_name: '/my/hdf5/output/file' " - " } " - "} " - "layers { " - " name: 'im2col' " - " type: IM2COL " - "} " - "layers { " - " name: 'images' " - " type: IMAGE_DATA " - "} " - "layers { " - " name: 'multinomial_logistic_loss' " - " type: MULTINOMIAL_LOGISTIC_LOSS " - "} " - "layers { " - " name: 'sigmoid' " - " type: SIGMOID " - "} " - "layers { " - " name: 'softmax' " - " type: SOFTMAX " - "} " - "layers { " - " name: 'split' " - " type: SPLIT " - "} " - "layers { " - " name: 'tanh' " - " type: TANH " - "} "; - this->RunV0UpgradeTest(input_proto, expected_output_proto); -} - -TEST_F(V0UpgradeTest, TestImageNet) { - const string& input_proto = - "name: 'CaffeNet' " - "layers { " - " layer { " - " name: 'data' " - " type: 'data' " - " source: '/home/jiayq/Data/ILSVRC12/train-leveldb' " - " meanfile: '/home/jiayq/Data/ILSVRC12/image_mean.binaryproto' " - " batchsize: 256 " - " cropsize: 227 " - " mirror: true " - " } " - " top: 'data' " - " top: 'label' " - "} " - "layers { " - " layer { " - " name: 'conv1' " - " type: 'conv' " - " num_output: 96 " - " kernelsize: 11 " - " stride: 4 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'data' " - " top: 'conv1' " - "} " - "layers { " - " layer { " - " name: 'relu1' " - " type: 'relu' " - " } " - " bottom: 'conv1' " - " top: 'conv1' " - "} " - "layers { " - " layer { " - " name: 'pool1' " - " type: 'pool' " - " pool: MAX " - " kernelsize: 3 " - " stride: 2 " - " } " - " bottom: 'conv1' " - " top: 'pool1' " - "} " - "layers { " - " layer { " - " name: 'norm1' " - " type: 'lrn' " - " local_size: 5 " - " alpha: 0.0001 " - " beta: 0.75 " - " } " - " bottom: 'pool1' " - " top: 'norm1' " - "} " - "layers { " - " layer { " - " name: 'pad2' " - " type: 'padding' " - " pad: 2 " - " } " - " bottom: 'norm1' " - " top: 'pad2' " - "} " - "layers { " - " layer { " - " name: 'conv2' " - " type: 'conv' " - " num_output: 256 " - " group: 2 " - " kernelsize: 5 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'pad2' " - " top: 'conv2' " - "} " - "layers { " - " layer { " - " name: 'relu2' " - " type: 'relu' " - " } " - " bottom: 'conv2' " - " top: 'conv2' " - "} " - "layers { " - " layer { " - " name: 'pool2' " - " type: 'pool' " - " pool: MAX " - " kernelsize: 3 " - " stride: 2 " - " } " - " bottom: 'conv2' " - " top: 'pool2' " - "} " - "layers { " - " layer { " - " name: 'norm2' " - " type: 'lrn' " - " local_size: 5 " - " alpha: 0.0001 " - " beta: 0.75 " - " } " - " bottom: 'pool2' " - " top: 'norm2' " - "} " - "layers { " - " layer { " - " name: 'pad3' " - " type: 'padding' " - " pad: 1 " - " } " - " bottom: 'norm2' " - " top: 'pad3' " - "} " - "layers { " - " layer { " - " name: 'conv3' " - " type: 'conv' " - " num_output: 384 " - " kernelsize: 3 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'pad3' " - " top: 'conv3' " - "} " - "layers { " - " layer { " - " name: 'relu3' " - " type: 'relu' " - " } " - " bottom: 'conv3' " - " top: 'conv3' " - "} " - "layers { " - " layer { " - " name: 'pad4' " - " type: 'padding' " - " pad: 1 " - " } " - " bottom: 'conv3' " - " top: 'pad4' " - "} " - "layers { " - " layer { " - " name: 'conv4' " - " type: 'conv' " - " num_output: 384 " - " group: 2 " - " kernelsize: 3 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'pad4' " - " top: 'conv4' " - "} " - "layers { " - " layer { " - " name: 'relu4' " - " type: 'relu' " - " } " - " bottom: 'conv4' " - " top: 'conv4' " - "} " - "layers { " - " layer { " - " name: 'pad5' " - " type: 'padding' " - " pad: 1 " - " } " - " bottom: 'conv4' " - " top: 'pad5' " - "} " - "layers { " - " layer { " - " name: 'conv5' " - " type: 'conv' " - " num_output: 256 " - " group: 2 " - " kernelsize: 3 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'pad5' " - " top: 'conv5' " - "} " - "layers { " - " layer { " - " name: 'relu5' " - " type: 'relu' " - " } " - " bottom: 'conv5' " - " top: 'conv5' " - "} " - "layers { " - " layer { " - " name: 'pool5' " - " type: 'pool' " - " kernelsize: 3 " - " pool: MAX " - " stride: 2 " - " } " - " bottom: 'conv5' " - " top: 'pool5' " - "} " - "layers { " - " layer { " - " name: 'fc6' " - " type: 'innerproduct' " - " num_output: 4096 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.005 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'pool5' " - " top: 'fc6' " - "} " - "layers { " - " layer { " - " name: 'relu6' " - " type: 'relu' " - " } " - " bottom: 'fc6' " - " top: 'fc6' " - "} " - "layers { " - " layer { " - " name: 'drop6' " - " type: 'dropout' " - " dropout_ratio: 0.5 " - " } " - " bottom: 'fc6' " - " top: 'fc6' " - "} " - "layers { " - " layer { " - " name: 'fc7' " - " type: 'innerproduct' " - " num_output: 4096 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.005 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'fc6' " - " top: 'fc7' " - "} " - "layers { " - " layer { " - " name: 'relu7' " - " type: 'relu' " - " } " - " bottom: 'fc7' " - " top: 'fc7' " - "} " - "layers { " - " layer { " - " name: 'drop7' " - " type: 'dropout' " - " dropout_ratio: 0.5 " - " } " - " bottom: 'fc7' " - " top: 'fc7' " - "} " - "layers { " - " layer { " - " name: 'fc8' " - " type: 'innerproduct' " - " num_output: 1000 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0 " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " } " - " bottom: 'fc7' " - " top: 'fc8' " - "} " - "layers { " - " layer { " - " name: 'loss' " - " type: 'softmax_loss' " - " } " - " bottom: 'fc8' " - " bottom: 'label' " - "} "; - const string& expected_output_proto = - "name: 'CaffeNet' " - "layers { " - " name: 'data' " - " type: DATA " - " data_param { " - " source: '/home/jiayq/Data/ILSVRC12/train-leveldb' " - " batch_size: 256 " - " } " - " transform_param { " - " crop_size: 227 " - " mirror: true " - " mean_file: '/home/jiayq/Data/ILSVRC12/image_mean.binaryproto' " - " } " - " top: 'data' " - " top: 'label' " - "} " - "layers { " - " name: 'conv1' " - " type: CONVOLUTION " - " convolution_param { " - " num_output: 96 " - " kernel_size: 11 " - " stride: 4 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0. " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'data' " - " top: 'conv1' " - "} " - "layers { " - " name: 'relu1' " - " type: RELU " - " bottom: 'conv1' " - " top: 'conv1' " - "} " - "layers { " - " name: 'pool1' " - " type: POOLING " - " pooling_param { " - " pool: MAX " - " kernel_size: 3 " - " stride: 2 " - " } " - " bottom: 'conv1' " - " top: 'pool1' " - "} " - "layers { " - " name: 'norm1' " - " type: LRN " - " lrn_param { " - " local_size: 5 " - " alpha: 0.0001 " - " beta: 0.75 " - " } " - " bottom: 'pool1' " - " top: 'norm1' " - "} " - "layers { " - " name: 'conv2' " - " type: CONVOLUTION " - " convolution_param { " - " num_output: 256 " - " group: 2 " - " kernel_size: 5 " - " pad: 2 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'norm1' " - " top: 'conv2' " - "} " - "layers { " - " name: 'relu2' " - " type: RELU " - " bottom: 'conv2' " - " top: 'conv2' " - "} " - "layers { " - " name: 'pool2' " - " type: POOLING " - " pooling_param { " - " pool: MAX " - " kernel_size: 3 " - " stride: 2 " - " } " - " bottom: 'conv2' " - " top: 'pool2' " - "} " - "layers { " - " name: 'norm2' " - " type: LRN " - " lrn_param { " - " local_size: 5 " - " alpha: 0.0001 " - " beta: 0.75 " - " } " - " bottom: 'pool2' " - " top: 'norm2' " - "} " - "layers { " - " name: 'conv3' " - " type: CONVOLUTION " - " convolution_param { " - " num_output: 384 " - " kernel_size: 3 " - " pad: 1 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0. " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'norm2' " - " top: 'conv3' " - "} " - "layers { " - " name: 'relu3' " - " type: RELU " - " bottom: 'conv3' " - " top: 'conv3' " - "} " - "layers { " - " name: 'conv4' " - " type: CONVOLUTION " - " convolution_param { " - " num_output: 384 " - " group: 2 " - " kernel_size: 3 " - " pad: 1 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'conv3' " - " top: 'conv4' " - "} " - "layers { " - " name: 'relu4' " - " type: RELU " - " bottom: 'conv4' " - " top: 'conv4' " - "} " - "layers { " - " name: 'conv5' " - " type: CONVOLUTION " - " convolution_param { " - " num_output: 256 " - " group: 2 " - " kernel_size: 3 " - " pad: 1 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'conv4' " - " top: 'conv5' " - "} " - "layers { " - " name: 'relu5' " - " type: RELU " - " bottom: 'conv5' " - " top: 'conv5' " - "} " - "layers { " - " name: 'pool5' " - " type: POOLING " - " pooling_param { " - " kernel_size: 3 " - " pool: MAX " - " stride: 2 " - " } " - " bottom: 'conv5' " - " top: 'pool5' " - "} " - "layers { " - " name: 'fc6' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 4096 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.005 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'pool5' " - " top: 'fc6' " - "} " - "layers { " - " name: 'relu6' " - " type: RELU " - " bottom: 'fc6' " - " top: 'fc6' " - "} " - "layers { " - " name: 'drop6' " - " type: DROPOUT " - " dropout_param { " - " dropout_ratio: 0.5 " - " } " - " bottom: 'fc6' " - " top: 'fc6' " - "} " - "layers { " - " name: 'fc7' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 4096 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.005 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 1. " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'fc6' " - " top: 'fc7' " - "} " - "layers { " - " name: 'relu7' " - " type: RELU " - " bottom: 'fc7' " - " top: 'fc7' " - "} " - "layers { " - " name: 'drop7' " - " type: DROPOUT " - " dropout_param { " - " dropout_ratio: 0.5 " - " } " - " bottom: 'fc7' " - " top: 'fc7' " - "} " - "layers { " - " name: 'fc8' " - " type: INNER_PRODUCT " - " inner_product_param { " - " num_output: 1000 " - " weight_filler { " - " type: 'gaussian' " - " std: 0.01 " - " } " - " bias_filler { " - " type: 'constant' " - " value: 0 " - " } " - " } " - " blobs_lr: 1. " - " blobs_lr: 2. " - " weight_decay: 1. " - " weight_decay: 0. " - " bottom: 'fc7' " - " top: 'fc8' " - "} " - "layers { " - " name: 'loss' " - " type: SOFTMAX_LOSS " - " bottom: 'fc8' " - " bottom: 'label' " - "} "; - this->RunV0UpgradeTest(input_proto, expected_output_proto); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/test/test_util_blas.cpp b/caffe-crfrnn/src/caffe/test/test_util_blas.cpp deleted file mode 100644 index 8770f309..00000000 --- a/caffe-crfrnn/src/caffe/test/test_util_blas.cpp +++ /dev/null @@ -1,134 +0,0 @@ -#ifndef CPU_ONLY // CPU-GPU test - -#include - -#include "gtest/gtest.h" - -#include "caffe/blob.hpp" -#include "caffe/util/device_alternate.hpp" -#include "caffe/util/math_functions.hpp" - -#include "caffe/test/test_caffe_main.hpp" - -namespace caffe { - -extern cudaDeviceProp CAFFE_TEST_CUDA_PROP; - -template -class GemmTest : public ::testing::Test {}; - -TYPED_TEST_CASE(GemmTest, TestDtypes); - -TYPED_TEST(GemmTest, TestGemmCPUGPU) { - Blob A(1, 1, 2, 3); - Blob B(1, 1, 3, 4); - Blob C(1, 1, 2, 4); - TypeParam data[12] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}; - TypeParam A_reshape_data[6] = {1, 4, 2, 5, 3, 6}; - TypeParam B_reshape_data[12] = {1, 5, 9, 2, 6, 10, 3, 7, 11, 4, 8, 12}; - TypeParam result[8] = {38, 44, 50, 56, 83, 98, 113, 128}; - caffe_copy(6, data, A.mutable_cpu_data()); - caffe_copy(12, data, B.mutable_cpu_data()); - - if (sizeof(TypeParam) == 4 || CAFFE_TEST_CUDA_PROP.major >= 2) { - // [1, 2, 3; 4 5 6] * [1, 2, 3, 4; 5, 6, 7, 8; 9, 10, 11, 12]; - caffe_cpu_gemm(CblasNoTrans, CblasNoTrans, 2, 4, 3, 1., - A.cpu_data(), B.cpu_data(), 0., C.mutable_cpu_data()); - for (int i = 0; i < 8; ++i) { - EXPECT_EQ(C.cpu_data()[i], result[i]); - } - caffe_gpu_gemm(CblasNoTrans, CblasNoTrans, 2, 4, 3, 1., - A.gpu_data(), B.gpu_data(), 0., C.mutable_gpu_data()); - for (int i = 0; i < 8; ++i) { - EXPECT_EQ(C.cpu_data()[i], result[i]); - } - - // Test when we have a transposed A - A.Reshape(1, 1, 3, 2); - caffe_copy(6, A_reshape_data, A.mutable_cpu_data()); - caffe_cpu_gemm(CblasTrans, CblasNoTrans, 2, 4, 3, 1., - A.cpu_data(), B.cpu_data(), 0., C.mutable_cpu_data()); - for (int i = 0; i < 8; ++i) { - EXPECT_EQ(C.cpu_data()[i], result[i]); - } - caffe_gpu_gemm(CblasTrans, CblasNoTrans, 2, 4, 3, 1., - A.gpu_data(), B.gpu_data(), 0., C.mutable_gpu_data()); - for (int i = 0; i < 8; ++i) { - EXPECT_EQ(C.cpu_data()[i], result[i]); - } - - // Test when we have a transposed A and a transposed B too - B.Reshape(1, 1, 4, 3); - caffe_copy(12, B_reshape_data, B.mutable_cpu_data()); - caffe_cpu_gemm(CblasTrans, CblasTrans, 2, 4, 3, 1., - A.cpu_data(), B.cpu_data(), 0., C.mutable_cpu_data()); - for (int i = 0; i < 8; ++i) { - EXPECT_EQ(C.cpu_data()[i], result[i]); - } - caffe_gpu_gemm(CblasTrans, CblasTrans, 2, 4, 3, 1., - A.gpu_data(), B.gpu_data(), 0., C.mutable_gpu_data()); - for (int i = 0; i < 8; ++i) { - EXPECT_EQ(C.cpu_data()[i], result[i]); - } - - // Test when we have a transposed B - A.Reshape(1, 1, 2, 3); - caffe_copy(6, data, A.mutable_cpu_data()); - caffe_cpu_gemm(CblasNoTrans, CblasTrans, 2, 4, 3, 1., - A.cpu_data(), B.cpu_data(), 0., C.mutable_cpu_data()); - for (int i = 0; i < 8; ++i) { - EXPECT_EQ(C.cpu_data()[i], result[i]); - } - caffe_gpu_gemm(CblasNoTrans, CblasTrans, 2, 4, 3, 1., - A.gpu_data(), B.gpu_data(), 0., C.mutable_gpu_data()); - for (int i = 0; i < 8; ++i) { - EXPECT_EQ(C.cpu_data()[i], result[i]); - } - } else { - LOG(ERROR) << "Skipping test due to old architecture."; - } -} - - -TYPED_TEST(GemmTest, TestGemvCPUGPU) { - Blob A(1, 1, 2, 3); - Blob x(1, 1, 1, 3); - Blob y(1, 1, 1, 2); - TypeParam data[6] = {1, 2, 3, 4, 5, 6}; - TypeParam result_2[2] = {14, 32}; - TypeParam result_3[3] = {9, 12, 15}; - caffe_copy(6, data, A.mutable_cpu_data()); - caffe_copy(3, data, x.mutable_cpu_data()); - - if (sizeof(TypeParam) == 4 || CAFFE_TEST_CUDA_PROP.major >= 2) { - caffe_cpu_gemv(CblasNoTrans, 2, 3, 1., A.cpu_data(), - x.cpu_data(), 0., y.mutable_cpu_data()); - for (int i = 0; i < 2; ++i) { - EXPECT_EQ(y.cpu_data()[i], result_2[i]); - } - caffe_gpu_gemv(CblasNoTrans, 2, 3, 1., A.gpu_data(), - x.gpu_data(), 0., y.mutable_gpu_data()); - for (int i = 0; i < 2; ++i) { - EXPECT_EQ(y.cpu_data()[i], result_2[i]); - } - - // Test transpose case - caffe_copy(2, data, y.mutable_cpu_data()); - caffe_cpu_gemv(CblasTrans, 2, 3, 1., A.cpu_data(), - y.cpu_data(), 0., x.mutable_cpu_data()); - for (int i = 0; i < 3; ++i) { - EXPECT_EQ(x.cpu_data()[i], result_3[i]); - } - caffe_gpu_gemv(CblasTrans, 2, 3, 1., A.gpu_data(), - y.gpu_data(), 0., x.mutable_gpu_data()); - for (int i = 0; i < 3; ++i) { - EXPECT_EQ(x.cpu_data()[i], result_3[i]); - } - } else { - LOG(ERROR) << "Skipping test due to old architecture."; - } -} - -} // namespace caffe - -#endif // CPU_ONLY diff --git a/caffe-crfrnn/src/caffe/util/benchmark.cpp b/caffe-crfrnn/src/caffe/util/benchmark.cpp deleted file mode 100644 index 1d269c35..00000000 --- a/caffe-crfrnn/src/caffe/util/benchmark.cpp +++ /dev/null @@ -1,168 +0,0 @@ -#include - -#include "caffe/common.hpp" -#include "caffe/util/benchmark.hpp" - -namespace caffe { - -Timer::Timer() - : initted_(false), - running_(false), - has_run_at_least_once_(false) { - Init(); -} - -Timer::~Timer() { - if (Caffe::mode() == Caffe::GPU) { -#ifndef CPU_ONLY - CUDA_CHECK(cudaEventDestroy(start_gpu_)); - CUDA_CHECK(cudaEventDestroy(stop_gpu_)); -#else - NO_GPU; -#endif - } -} - -void Timer::Start() { - if (!running()) { - if (Caffe::mode() == Caffe::GPU) { -#ifndef CPU_ONLY - CUDA_CHECK(cudaEventRecord(start_gpu_, 0)); -#else - NO_GPU; -#endif - } else { - start_cpu_ = boost::posix_time::microsec_clock::local_time(); - } - running_ = true; - has_run_at_least_once_ = true; - } -} - -void Timer::Stop() { - if (running()) { - if (Caffe::mode() == Caffe::GPU) { -#ifndef CPU_ONLY - CUDA_CHECK(cudaEventRecord(stop_gpu_, 0)); - CUDA_CHECK(cudaEventSynchronize(stop_gpu_)); -#else - NO_GPU; -#endif - } else { - stop_cpu_ = boost::posix_time::microsec_clock::local_time(); - } - running_ = false; - } -} - - -float Timer::MicroSeconds() { - if (!has_run_at_least_once()) { - LOG(WARNING) << "Timer has never been run before reading time."; - return 0; - } - if (running()) { - Stop(); - } - if (Caffe::mode() == Caffe::GPU) { -#ifndef CPU_ONLY - CUDA_CHECK(cudaEventElapsedTime(&elapsed_milliseconds_, start_gpu_, - stop_gpu_)); - // Cuda only measure milliseconds - elapsed_microseconds_ = elapsed_milliseconds_ * 1000; -#else - NO_GPU; -#endif - } else { - elapsed_microseconds_ = (stop_cpu_ - start_cpu_).total_microseconds(); - } - return elapsed_microseconds_; -} - -float Timer::MilliSeconds() { - if (!has_run_at_least_once()) { - LOG(WARNING) << "Timer has never been run before reading time."; - return 0; - } - if (running()) { - Stop(); - } - if (Caffe::mode() == Caffe::GPU) { -#ifndef CPU_ONLY - CUDA_CHECK(cudaEventElapsedTime(&elapsed_milliseconds_, start_gpu_, - stop_gpu_)); -#else - NO_GPU; -#endif - } else { - elapsed_milliseconds_ = (stop_cpu_ - start_cpu_).total_milliseconds(); - } - return elapsed_milliseconds_; -} - -float Timer::Seconds() { - return MilliSeconds() / 1000.; -} - -void Timer::Init() { - if (!initted()) { - if (Caffe::mode() == Caffe::GPU) { -#ifndef CPU_ONLY - CUDA_CHECK(cudaEventCreate(&start_gpu_)); - CUDA_CHECK(cudaEventCreate(&stop_gpu_)); -#else - NO_GPU; -#endif - } - initted_ = true; - } -} - -CPUTimer::CPUTimer() { - this->initted_ = true; - this->running_ = false; - this->has_run_at_least_once_ = false; -} - -void CPUTimer::Start() { - if (!running()) { - this->start_cpu_ = boost::posix_time::microsec_clock::local_time(); - this->running_ = true; - this->has_run_at_least_once_ = true; - } -} - -void CPUTimer::Stop() { - if (running()) { - this->stop_cpu_ = boost::posix_time::microsec_clock::local_time(); - this->running_ = false; - } -} - -float CPUTimer::MilliSeconds() { - if (!has_run_at_least_once()) { - LOG(WARNING) << "Timer has never been run before reading time."; - return 0; - } - if (running()) { - Stop(); - } - this->elapsed_milliseconds_ = (this->stop_cpu_ - - this->start_cpu_).total_milliseconds(); - return this->elapsed_milliseconds_; -} - -float CPUTimer::MicroSeconds() { - if (!has_run_at_least_once()) { - LOG(WARNING) << "Timer has never been run before reading time."; - return 0; - } - if (running()) { - Stop(); - } - this->elapsed_microseconds_ = (this->stop_cpu_ - - this->start_cpu_).total_microseconds(); - return this->elapsed_microseconds_; -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/util/cudnn.cpp b/caffe-crfrnn/src/caffe/util/cudnn.cpp deleted file mode 100644 index 1ea84b0e..00000000 --- a/caffe-crfrnn/src/caffe/util/cudnn.cpp +++ /dev/null @@ -1,24 +0,0 @@ -#ifdef USE_CUDNN -#include "caffe/util/cudnn.hpp" - -namespace caffe { -namespace cudnn { - -float dataType::oneval = 1.0; -float dataType::zeroval = 0.0; -const void* dataType::one = - static_cast(&dataType::oneval); -const void* dataType::zero = - static_cast(&dataType::zeroval); - -double dataType::oneval = 1.0; -double dataType::zeroval = 0.0; -const void* dataType::one = - static_cast(&dataType::oneval); -const void* dataType::zero = - static_cast(&dataType::zeroval); - -} // namespace cudnn -} // namespace caffe -#endif - diff --git a/caffe-crfrnn/src/caffe/util/im2col.cpp b/caffe-crfrnn/src/caffe/util/im2col.cpp deleted file mode 100644 index c48f31f3..00000000 --- a/caffe-crfrnn/src/caffe/util/im2col.cpp +++ /dev/null @@ -1,83 +0,0 @@ -#include -#include -#include - -#include "caffe/util/im2col.hpp" -#include "caffe/util/math_functions.hpp" - -namespace caffe { - -template -void im2col_cpu(const Dtype* data_im, const int channels, - const int height, const int width, const int kernel_h, const int kernel_w, - const int pad_h, const int pad_w, - const int stride_h, const int stride_w, - Dtype* data_col) { - int height_col = (height + 2 * pad_h - kernel_h) / stride_h + 1; - int width_col = (width + 2 * pad_w - kernel_w) / stride_w + 1; - int channels_col = channels * kernel_h * kernel_w; - for (int c = 0; c < channels_col; ++c) { - int w_offset = c % kernel_w; - int h_offset = (c / kernel_w) % kernel_h; - int c_im = c / kernel_h / kernel_w; - for (int h = 0; h < height_col; ++h) { - for (int w = 0; w < width_col; ++w) { - int h_pad = h * stride_h - pad_h + h_offset; - int w_pad = w * stride_w - pad_w + w_offset; - if (h_pad >= 0 && h_pad < height && w_pad >= 0 && w_pad < width) - data_col[(c * height_col + h) * width_col + w] = - data_im[(c_im * height + h_pad) * width + w_pad]; - else - data_col[(c * height_col + h) * width_col + w] = 0; - } - } - } -} - -// Explicit instantiation -template void im2col_cpu(const float* data_im, const int channels, - const int height, const int width, const int kernel_h, const int kernel_w, - const int pad_h, const int pad_w, const int stride_h, - const int stride_w, float* data_col); -template void im2col_cpu(const double* data_im, const int channels, - const int height, const int width, const int kernel_h, const int kernel_w, - const int pad_h, const int pad_w, const int stride_h, - const int stride_w, double* data_col); - -template -void col2im_cpu(const Dtype* data_col, const int channels, - const int height, const int width, const int patch_h, const int patch_w, - const int pad_h, const int pad_w, - const int stride_h, const int stride_w, - Dtype* data_im) { - caffe_set(height * width * channels, Dtype(0), data_im); - int height_col = (height + 2 * pad_h - patch_h) / stride_h + 1; - int width_col = (width + 2 * pad_w - patch_w) / stride_w + 1; - int channels_col = channels * patch_h * patch_w; - for (int c = 0; c < channels_col; ++c) { - int w_offset = c % patch_w; - int h_offset = (c / patch_w) % patch_h; - int c_im = c / patch_h / patch_w; - for (int h = 0; h < height_col; ++h) { - for (int w = 0; w < width_col; ++w) { - int h_pad = h * stride_h - pad_h + h_offset; - int w_pad = w * stride_w - pad_w + w_offset; - if (h_pad >= 0 && h_pad < height && w_pad >= 0 && w_pad < width) - data_im[(c_im * height + h_pad) * width + w_pad] += - data_col[(c * height_col + h) * width_col + w]; - } - } - } -} - -// Explicit instantiation -template void col2im_cpu(const float* data_col, const int channels, - const int height, const int width, const int patch_h, const int patch_w, - const int pad_h, const int pad_w, const int stride_h, - const int stride_w, float* data_im); -template void col2im_cpu(const double* data_col, const int channels, - const int height, const int width, const int patch_h, const int patch_w, - const int pad_h, const int pad_w, const int stride_h, - const int stride_w, double* data_im); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/util/im2col.cu b/caffe-crfrnn/src/caffe/util/im2col.cu deleted file mode 100644 index c90f93eb..00000000 --- a/caffe-crfrnn/src/caffe/util/im2col.cu +++ /dev/null @@ -1,144 +0,0 @@ -#include -#include -#include -#include - -#include "caffe/common.hpp" -#include "caffe/util/im2col.hpp" - -namespace caffe { - -template -__global__ void im2col_gpu_kernel(const int n, const Dtype* data_im, - const int height, const int width, const int kernel_h, const int kernel_w, - const int pad_h, const int pad_w, - const int stride_h, const int stride_w, - const int height_col, const int width_col, - Dtype* data_col) { - CUDA_KERNEL_LOOP(index, n) { - int w_out = index % width_col; - int h_index = index / width_col; - int h_out = h_index % height_col; - int channel_in = h_index / height_col; - int channel_out = channel_in * kernel_h * kernel_w; - int h_in = h_out * stride_h - pad_h; - int w_in = w_out * stride_w - pad_w; - Dtype* data_col_ptr = data_col; - data_col_ptr += (channel_out * height_col + h_out) * width_col + w_out; - const Dtype* data_im_ptr = data_im; - data_im_ptr += (channel_in * height + h_in) * width + w_in; - for (int i = 0; i < kernel_h; ++i) { - for (int j = 0; j < kernel_w; ++j) { - int h = h_in + i; - int w = w_in + j; - *data_col_ptr = (h >= 0 && w >= 0 && h < height && w < width) ? - data_im_ptr[i * width + j] : 0; - data_col_ptr += height_col * width_col; - } - } - } -} - -template -void im2col_gpu(const Dtype* data_im, const int channels, - const int height, const int width, const int kernel_h, const int kernel_w, - const int pad_h, const int pad_w, - const int stride_h, const int stride_w, - Dtype* data_col) { - // We are going to launch channels * height_col * width_col kernels, each - // kernel responsible for copying a single-channel grid. - int height_col = (height + 2 * pad_h - kernel_h) / stride_h + 1; - int width_col = (width + 2 * pad_w - kernel_w) / stride_w + 1; - int num_kernels = channels * height_col * width_col; - // NOLINT_NEXT_LINE(whitespace/operators) - im2col_gpu_kernel<<>>( - num_kernels, data_im, height, width, kernel_h, kernel_w, pad_h, - pad_w, stride_h, stride_w, height_col, - width_col, data_col); - CUDA_POST_KERNEL_CHECK; -} - - -// Explicit instantiation -template void im2col_gpu(const float* data_im, const int channels, - const int height, const int width, const int kernel_h, const int kernel_w, - const int pad_h, const int pad_w, const int stride_h, const int stride_w, - float* data_col); -template void im2col_gpu(const double* data_im, const int channels, - const int height, const int width, const int kernel_h, const int kernel_w, - const int pad_h, const int pad_w, const int stride_h, const int stride_w, - double* data_col); - -template -__global__ void col2im_gpu_kernel(const int n, const Dtype* data_col, - const int height, const int width, const int channels, - const int patch_h, const int patch_w, - const int pad_h, const int pad_w, - const int stride_h, const int stride_w, - const int height_col, const int width_col, - Dtype* data_im) { - CUDA_KERNEL_LOOP(index, n) { - Dtype val = 0; - int w = index % width + pad_w; - int h = (index / width) % height + pad_h; - int c = index / (width * height); - // compute the start and end of the output - int w_col_start = (w < patch_w) ? 0 : (w - patch_w) / stride_w + 1; - int w_col_end = min(w / stride_w + 1, width_col); - int h_col_start = (h < patch_h) ? 0 : (h - patch_h) / stride_h + 1; - int h_col_end = min(h / stride_h + 1, height_col); - /* - for (int h_col = h_col_start; h_col < h_col_end; ++h_col) { - for (int w_col = w_col_start; w_col < w_col_end; ++w_col) { - // the col location: [c * width * height + h_out, w_out] - int c_col = c * patch_h * patch_w + (h - h_col * stride_h) * ksize - + (w - w_col * stride_w); - val += data_col[(c_col * height_col + h_col) * width_col + w_col]; - } - } - */ - // equivalent implementation - int offset = - (c * patch_h * patch_w + h * patch_w + w) * height_col * width_col; - int coeff_h_col = (1 - stride_h * patch_w * height_col) * width_col; - int coeff_w_col = (1 - stride_w * height_col * width_col); - for (int h_col = h_col_start; h_col < h_col_end; ++h_col) { - for (int w_col = w_col_start; w_col < w_col_end; ++w_col) { - val += data_col[offset + h_col * coeff_h_col + w_col * coeff_w_col]; - } - } - data_im[index] = val; - } -} - -template -void col2im_gpu(const Dtype* data_col, const int channels, - const int height, const int width, const int patch_h, const int patch_w, - const int pad_h, const int pad_w, const int stride_h, - const int stride_w, Dtype* data_im) { - int height_col = (height + 2 * pad_h - patch_h) / stride_h + 1; - int width_col = (width + 2 * pad_w - patch_w) / stride_w + 1; - int num_kernels = channels * height * width; - // To avoid involving atomic operations, we will launch one kernel per - // bottom dimension, and then in the kernel add up the top dimensions. - // NOLINT_NEXT_LINE(whitespace/operators) - col2im_gpu_kernel<<>>( - num_kernels, data_col, height, width, channels, patch_h, patch_w, - pad_h, pad_w, stride_h, stride_w, - height_col, width_col, data_im); - CUDA_POST_KERNEL_CHECK; -} - -// Explicit instantiation -template void col2im_gpu(const float* data_col, const int channels, - const int height, const int width, const int patch_h, const int patch_w, - const int pad_h, const int pad_w, const int stride_h, - const int stride_w, float* data_im); -template void col2im_gpu(const double* data_col, const int channels, - const int height, const int width, const int patch_h, const int patch_w, - const int pad_h, const int pad_w, const int stride_h, - const int stride_w, double* data_im); - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/util/insert_splits.cpp b/caffe-crfrnn/src/caffe/util/insert_splits.cpp deleted file mode 100644 index f20efdae..00000000 --- a/caffe-crfrnn/src/caffe/util/insert_splits.cpp +++ /dev/null @@ -1,144 +0,0 @@ -#include -#include -#include -#include -#include - -#include "caffe/common.hpp" -#include "caffe/util/insert_splits.hpp" - -namespace caffe { - -void InsertSplits(const NetParameter& param, NetParameter* param_split) { - // Initialize by copying from the input NetParameter. - param_split->CopyFrom(param); - param_split->clear_layers(); - map > blob_name_to_last_top_idx; - map, pair > bottom_idx_to_source_top_idx; - map, int> top_idx_to_bottom_count; - map, float> top_idx_to_loss_weight; - map, int> top_idx_to_bottom_split_idx; - map layer_idx_to_layer_name; - layer_idx_to_layer_name[-1] = "input"; - // Determine the number of times each blob is used as an input (bottom) blob. - for (int i = 0; i < param.input_size(); ++i) { - const string& blob_name = param.input(i); - blob_name_to_last_top_idx[blob_name] = make_pair(-1, i); - } - for (int i = 0; i < param.layers_size(); ++i) { - const LayerParameter& layer_param = param.layers(i); - layer_idx_to_layer_name[i] = layer_param.name(); - for (int j = 0; j < layer_param.bottom_size(); ++j) { - const string& blob_name = layer_param.bottom(j); - if (blob_name_to_last_top_idx.find(blob_name) == - blob_name_to_last_top_idx.end()) { - LOG(FATAL) << "Unknown blob input " << blob_name << " to layer " << j; - } - const pair& bottom_idx = make_pair(i, j); - const pair& top_idx = blob_name_to_last_top_idx[blob_name]; - bottom_idx_to_source_top_idx[bottom_idx] = top_idx; - ++top_idx_to_bottom_count[top_idx]; - } - for (int j = 0; j < layer_param.top_size(); ++j) { - const string& blob_name = layer_param.top(j); - blob_name_to_last_top_idx[blob_name] = make_pair(i, j); - } - // A use of a top blob as a loss should be handled similarly to the use of - // a top blob as an input (bottom) blob to another layer. - const int last_loss = - std::min(layer_param.loss_weight_size(), layer_param.top_size()); - for (int j = 0; j < last_loss; ++j) { - const string& blob_name = layer_param.top(j); - const pair& top_idx = blob_name_to_last_top_idx[blob_name]; - top_idx_to_loss_weight[top_idx] = layer_param.loss_weight(j); - if (top_idx_to_loss_weight[top_idx]) { - ++top_idx_to_bottom_count[top_idx]; - } - } - } - // Create split layer for any input blobs used by other layers as bottom - // blobs more than once. - for (int i = 0; i < param.input_size(); ++i) { - const int split_count = top_idx_to_bottom_count[make_pair(-1, i)]; - if (split_count > 1) { - const string& layer_name = layer_idx_to_layer_name[-1]; - const string& blob_name = param.input(i); - LayerParameter* split_layer_param = param_split->add_layers(); - const float kZeroLossWeight = 0; - ConfigureSplitLayer(layer_name, blob_name, i, split_count, - kZeroLossWeight, split_layer_param); - } - } - for (int i = 0; i < param.layers_size(); ++i) { - LayerParameter* layer_param = param_split->add_layers(); - layer_param->CopyFrom(param.layers(i)); - // Replace any shared bottom blobs with split layer outputs. - for (int j = 0; j < layer_param->bottom_size(); ++j) { - const pair& top_idx = - bottom_idx_to_source_top_idx[make_pair(i, j)]; - const int split_count = top_idx_to_bottom_count[top_idx]; - if (split_count > 1) { - const string& layer_name = layer_idx_to_layer_name[top_idx.first]; - const string& blob_name = layer_param->bottom(j); - layer_param->set_bottom(j, SplitBlobName(layer_name, - blob_name, top_idx.second, top_idx_to_bottom_split_idx[top_idx]++)); - } - } - // Create split layer for any top blobs used by other layers as bottom - // blobs more than once. - for (int j = 0; j < layer_param->top_size(); ++j) { - const pair& top_idx = make_pair(i, j); - const int split_count = top_idx_to_bottom_count[top_idx]; - if (split_count > 1) { - const string& layer_name = layer_idx_to_layer_name[i]; - const string& blob_name = layer_param->top(j); - LayerParameter* split_layer_param = param_split->add_layers(); - const float loss_weight = top_idx_to_loss_weight[top_idx]; - ConfigureSplitLayer(layer_name, blob_name, j, split_count, - loss_weight, split_layer_param); - if (loss_weight) { - layer_param->clear_loss_weight(); - top_idx_to_bottom_split_idx[top_idx]++; - } - } - } - } -} - -void ConfigureSplitLayer(const string& layer_name, const string& blob_name, - const int blob_idx, const int split_count, const float loss_weight, - LayerParameter* split_layer_param) { - split_layer_param->Clear(); - split_layer_param->add_bottom(blob_name); - split_layer_param->set_name(SplitLayerName(layer_name, blob_name, blob_idx)); - split_layer_param->set_type(LayerParameter_LayerType_SPLIT); - for (int k = 0; k < split_count; ++k) { - split_layer_param->add_top( - SplitBlobName(layer_name, blob_name, blob_idx, k)); - if (loss_weight) { - if (k == 0) { - split_layer_param->add_loss_weight(loss_weight); - } else { - split_layer_param->add_loss_weight(0); - } - } - } -} - -string SplitLayerName(const string& layer_name, const string& blob_name, - const int blob_idx) { - ostringstream split_layer_name; - split_layer_name << blob_name << "_" << layer_name << "_" << blob_idx - << "_split"; - return split_layer_name.str(); -} - -string SplitBlobName(const string& layer_name, const string& blob_name, - const int blob_idx, const int split_idx) { - ostringstream split_blob_name; - split_blob_name << blob_name << "_" << layer_name << "_" << blob_idx - << "_split_" << split_idx; - return split_blob_name.str(); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/util/io.cpp b/caffe-crfrnn/src/caffe/util/io.cpp deleted file mode 100644 index b136bc8a..00000000 --- a/caffe-crfrnn/src/caffe/util/io.cpp +++ /dev/null @@ -1,253 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include // NOLINT(readability/streams) -#include -#include - -#include "caffe/common.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/util/io.hpp" - -namespace caffe { - -using google::protobuf::io::FileInputStream; -using google::protobuf::io::FileOutputStream; -using google::protobuf::io::ZeroCopyInputStream; -using google::protobuf::io::CodedInputStream; -using google::protobuf::io::ZeroCopyOutputStream; -using google::protobuf::io::CodedOutputStream; -using google::protobuf::Message; - -bool ReadProtoFromTextFile(const char* filename, Message* proto) { - int fd = open(filename, O_RDONLY); - CHECK_NE(fd, -1) << "File not found: " << filename; - FileInputStream* input = new FileInputStream(fd); - bool success = google::protobuf::TextFormat::Parse(input, proto); - delete input; - close(fd); - return success; -} - -void WriteProtoToTextFile(const Message& proto, const char* filename) { - int fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0644); - FileOutputStream* output = new FileOutputStream(fd); - CHECK(google::protobuf::TextFormat::Print(proto, output)); - delete output; - close(fd); -} - -bool ReadProtoFromBinaryFile(const char* filename, Message* proto) { - int fd = open(filename, O_RDONLY); - CHECK_NE(fd, -1) << "File not found: " << filename; - ZeroCopyInputStream* raw_input = new FileInputStream(fd); - CodedInputStream* coded_input = new CodedInputStream(raw_input); - coded_input->SetTotalBytesLimit(1073741824, 536870912); - - bool success = proto->ParseFromCodedStream(coded_input); - - delete coded_input; - delete raw_input; - close(fd); - return success; -} - -void WriteProtoToBinaryFile(const Message& proto, const char* filename) { - fstream output(filename, ios::out | ios::trunc | ios::binary); - CHECK(proto.SerializeToOstream(&output)); -} - -cv::Mat ReadImageToCVMat(const string& filename, - const int height, const int width, const bool is_color) { - cv::Mat cv_img; - int cv_read_flag = (is_color ? CV_LOAD_IMAGE_COLOR : - CV_LOAD_IMAGE_GRAYSCALE); - cv::Mat cv_img_origin = cv::imread(filename, cv_read_flag); - if (!cv_img_origin.data) { - LOG(ERROR) << "Could not open or find file " << filename; - return cv_img_origin; - } - if (height > 0 && width > 0) { - cv::resize(cv_img_origin, cv_img, cv::Size(width, height)); - } else { - cv_img = cv_img_origin; - } - return cv_img; -} - -bool ReadImageToDatum(const string& filename, const int label, - const int height, const int width, const bool is_color, Datum* datum) { - cv::Mat cv_img = ReadImageToCVMat(filename, height, width, is_color); - if (cv_img.data) { - CVMatToDatum(cv_img, datum); - datum->set_label(label); - return true; - } else { - return false; - } -} - -bool ReadFileToDatum(const string& filename, const int label, - Datum* datum) { - std::streampos size; - - fstream file(filename.c_str(), ios::in|ios::binary|ios::ate); - if (file.is_open()) { - size = file.tellg(); - std::string buffer(size, ' '); - file.seekg(0, ios::beg); - file.read(&buffer[0], size); - file.close(); - datum->set_data(buffer); - datum->set_label(label); - datum->set_encoded(true); - return true; - } else { - return false; - } -} - -cv::Mat DecodeDatumToCVMat(const Datum& datum, - const int height, const int width, const bool is_color) { - cv::Mat cv_img; - CHECK(datum.encoded()) << "Datum not encoded"; - int cv_read_flag = (is_color ? CV_LOAD_IMAGE_COLOR : - CV_LOAD_IMAGE_GRAYSCALE); - const string& data = datum.data(); - std::vector vec_data(data.c_str(), data.c_str() + data.size()); - if (height > 0 && width > 0) { - cv::Mat cv_img_origin = cv::imdecode(cv::Mat(vec_data), cv_read_flag); - cv::resize(cv_img_origin, cv_img, cv::Size(width, height)); - } else { - cv_img = cv::imdecode(vec_data, cv_read_flag); - } - if (!cv_img.data) { - LOG(ERROR) << "Could not decode datum "; - } - return cv_img; -} - -// If Datum is encoded will decoded using DecodeDatumToCVMat and CVMatToDatum -// if height and width are set it will resize it -// If Datum is not encoded will do nothing -bool DecodeDatum(const int height, const int width, const bool is_color, - Datum* datum) { - if (datum->encoded()) { - cv::Mat cv_img = DecodeDatumToCVMat((*datum), height, width, is_color); - CVMatToDatum(cv_img, datum); - return true; - } else { - return false; - } -} - -void CVMatToDatum(const cv::Mat& cv_img, Datum* datum) { - CHECK(cv_img.depth() == CV_8U) << "Image data type must be unsigned byte"; - datum->set_channels(cv_img.channels()); - datum->set_height(cv_img.rows); - datum->set_width(cv_img.cols); - datum->clear_data(); - datum->clear_float_data(); - datum->set_encoded(false); - int datum_channels = datum->channels(); - int datum_height = datum->height(); - int datum_width = datum->width(); - int datum_size = datum_channels * datum_height * datum_width; - std::string buffer(datum_size, ' '); - for (int h = 0; h < datum_height; ++h) { - const uchar* ptr = cv_img.ptr(h); - int img_index = 0; - for (int w = 0; w < datum_width; ++w) { - for (int c = 0; c < datum_channels; ++c) { - int datum_index = (c * datum_height + h) * datum_width + w; - buffer[datum_index] = static_cast(ptr[img_index++]); - } - } - } - datum->set_data(buffer); -} - -// Verifies format of data stored in HDF5 file and reshapes blob accordingly. -template -void hdf5_load_nd_dataset_helper( - hid_t file_id, const char* dataset_name_, int min_dim, int max_dim, - Blob* blob) { - // Verify that the dataset exists. - CHECK(H5LTfind_dataset(file_id, dataset_name_)) - << "Failed to find HDF5 dataset " << dataset_name_; - // Verify that the number of dimensions is in the accepted range. - herr_t status; - int ndims; - status = H5LTget_dataset_ndims(file_id, dataset_name_, &ndims); - CHECK_GE(status, 0) << "Failed to get dataset ndims for " << dataset_name_; - CHECK_GE(ndims, min_dim); - CHECK_LE(ndims, max_dim); - - // Verify that the data format is what we expect: float or double. - std::vector dims(ndims); - H5T_class_t class_; - status = H5LTget_dataset_info( - file_id, dataset_name_, dims.data(), &class_, NULL); - CHECK_GE(status, 0) << "Failed to get dataset info for " << dataset_name_; - CHECK_EQ(class_, H5T_FLOAT) << "Expected float or double data"; - - blob->Reshape( - dims[0], - (dims.size() > 1) ? dims[1] : 1, - (dims.size() > 2) ? dims[2] : 1, - (dims.size() > 3) ? dims[3] : 1); -} - -template <> -void hdf5_load_nd_dataset(hid_t file_id, const char* dataset_name_, - int min_dim, int max_dim, Blob* blob) { - hdf5_load_nd_dataset_helper(file_id, dataset_name_, min_dim, max_dim, blob); - herr_t status = H5LTread_dataset_float( - file_id, dataset_name_, blob->mutable_cpu_data()); - CHECK_GE(status, 0) << "Failed to read float dataset " << dataset_name_; -} - -template <> -void hdf5_load_nd_dataset(hid_t file_id, const char* dataset_name_, - int min_dim, int max_dim, Blob* blob) { - hdf5_load_nd_dataset_helper(file_id, dataset_name_, min_dim, max_dim, blob); - herr_t status = H5LTread_dataset_double( - file_id, dataset_name_, blob->mutable_cpu_data()); - CHECK_GE(status, 0) << "Failed to read double dataset " << dataset_name_; -} - -template <> -void hdf5_save_nd_dataset( - const hid_t file_id, const string dataset_name, const Blob& blob) { - hsize_t dims[HDF5_NUM_DIMS]; - dims[0] = blob.num(); - dims[1] = blob.channels(); - dims[2] = blob.height(); - dims[3] = blob.width(); - herr_t status = H5LTmake_dataset_float( - file_id, dataset_name.c_str(), HDF5_NUM_DIMS, dims, blob.cpu_data()); - CHECK_GE(status, 0) << "Failed to make float dataset " << dataset_name; -} - -template <> -void hdf5_save_nd_dataset( - const hid_t file_id, const string dataset_name, const Blob& blob) { - hsize_t dims[HDF5_NUM_DIMS]; - dims[0] = blob.num(); - dims[1] = blob.channels(); - dims[2] = blob.height(); - dims[3] = blob.width(); - herr_t status = H5LTmake_dataset_double( - file_id, dataset_name.c_str(), HDF5_NUM_DIMS, dims, blob.cpu_data()); - CHECK_GE(status, 0) << "Failed to make double dataset " << dataset_name; -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/util/math_functions.cpp b/caffe-crfrnn/src/caffe/util/math_functions.cpp deleted file mode 100644 index 13e17be5..00000000 --- a/caffe-crfrnn/src/caffe/util/math_functions.cpp +++ /dev/null @@ -1,387 +0,0 @@ -#include -#include - -#include - -#include "caffe/common.hpp" -#include "caffe/util/math_functions.hpp" -#include "caffe/util/rng.hpp" - -namespace caffe { - -template<> -void caffe_cpu_gemm(const CBLAS_TRANSPOSE TransA, - const CBLAS_TRANSPOSE TransB, const int M, const int N, const int K, - const float alpha, const float* A, const float* B, const float beta, - float* C) { - int lda = (TransA == CblasNoTrans) ? K : M; - int ldb = (TransB == CblasNoTrans) ? N : K; - cblas_sgemm(CblasRowMajor, TransA, TransB, M, N, K, alpha, A, lda, B, - ldb, beta, C, N); -} - -template<> -void caffe_cpu_gemm(const CBLAS_TRANSPOSE TransA, - const CBLAS_TRANSPOSE TransB, const int M, const int N, const int K, - const double alpha, const double* A, const double* B, const double beta, - double* C) { - int lda = (TransA == CblasNoTrans) ? K : M; - int ldb = (TransB == CblasNoTrans) ? N : K; - cblas_dgemm(CblasRowMajor, TransA, TransB, M, N, K, alpha, A, lda, B, - ldb, beta, C, N); -} - -template <> -void caffe_cpu_gemv(const CBLAS_TRANSPOSE TransA, const int M, - const int N, const float alpha, const float* A, const float* x, - const float beta, float* y) { - cblas_sgemv(CblasRowMajor, TransA, M, N, alpha, A, N, x, 1, beta, y, 1); -} - -template <> -void caffe_cpu_gemv(const CBLAS_TRANSPOSE TransA, const int M, - const int N, const double alpha, const double* A, const double* x, - const double beta, double* y) { - cblas_dgemv(CblasRowMajor, TransA, M, N, alpha, A, N, x, 1, beta, y, 1); -} - -template <> -void caffe_axpy(const int N, const float alpha, const float* X, - float* Y) { cblas_saxpy(N, alpha, X, 1, Y, 1); } - -template <> -void caffe_axpy(const int N, const double alpha, const double* X, - double* Y) { cblas_daxpy(N, alpha, X, 1, Y, 1); } - -template -void caffe_set(const int N, const Dtype alpha, Dtype* Y) { - if (alpha == 0) { - memset(Y, 0, sizeof(Dtype) * N); // NOLINT(caffe/alt_fn) - return; - } - for (int i = 0; i < N; ++i) { - Y[i] = alpha; - } -} - -template void caffe_set(const int N, const int alpha, int* Y); -template void caffe_set(const int N, const float alpha, float* Y); -template void caffe_set(const int N, const double alpha, double* Y); - -template <> -void caffe_add_scalar(const int N, const float alpha, float* Y) { - for (int i = 0; i < N; ++i) { - Y[i] += alpha; - } -} - -template <> -void caffe_add_scalar(const int N, const double alpha, double* Y) { - for (int i = 0; i < N; ++i) { - Y[i] += alpha; - } -} - -template -void caffe_copy(const int N, const Dtype* X, Dtype* Y) { - if (X != Y) { - if (Caffe::mode() == Caffe::GPU) { -#ifndef CPU_ONLY - // NOLINT_NEXT_LINE(caffe/alt_fn) - CUDA_CHECK(cudaMemcpy(Y, X, sizeof(Dtype) * N, cudaMemcpyDefault)); -#else - NO_GPU; -#endif - } else { - memcpy(Y, X, sizeof(Dtype) * N); // NOLINT(caffe/alt_fn) - } - } -} - -template void caffe_copy(const int N, const int* X, int* Y); -template void caffe_copy(const int N, const unsigned int* X, - unsigned int* Y); -template void caffe_copy(const int N, const float* X, float* Y); -template void caffe_copy(const int N, const double* X, double* Y); - -template <> -void caffe_scal(const int N, const float alpha, float *X) { - cblas_sscal(N, alpha, X, 1); -} - -template <> -void caffe_scal(const int N, const double alpha, double *X) { - cblas_dscal(N, alpha, X, 1); -} - -template <> -void caffe_cpu_axpby(const int N, const float alpha, const float* X, - const float beta, float* Y) { - cblas_saxpby(N, alpha, X, 1, beta, Y, 1); -} - -template <> -void caffe_cpu_axpby(const int N, const double alpha, const double* X, - const double beta, double* Y) { - cblas_daxpby(N, alpha, X, 1, beta, Y, 1); -} - -template <> -void caffe_add(const int n, const float* a, const float* b, - float* y) { - vsAdd(n, a, b, y); -} - -template <> -void caffe_add(const int n, const double* a, const double* b, - double* y) { - vdAdd(n, a, b, y); -} - -template <> -void caffe_sub(const int n, const float* a, const float* b, - float* y) { - vsSub(n, a, b, y); -} - -template <> -void caffe_sub(const int n, const double* a, const double* b, - double* y) { - vdSub(n, a, b, y); -} - -template <> -void caffe_mul(const int n, const float* a, const float* b, - float* y) { - vsMul(n, a, b, y); -} - -template <> -void caffe_mul(const int n, const double* a, const double* b, - double* y) { - vdMul(n, a, b, y); -} - -template <> -void caffe_div(const int n, const float* a, const float* b, - float* y) { - vsDiv(n, a, b, y); -} - -template <> -void caffe_div(const int n, const double* a, const double* b, - double* y) { - vdDiv(n, a, b, y); -} - -template <> -void caffe_powx(const int n, const float* a, const float b, - float* y) { - vsPowx(n, a, b, y); -} - -template <> -void caffe_powx(const int n, const double* a, const double b, - double* y) { - vdPowx(n, a, b, y); -} - -template <> -void caffe_sqr(const int n, const float* a, float* y) { - vsSqr(n, a, y); -} - -template <> -void caffe_sqr(const int n, const double* a, double* y) { - vdSqr(n, a, y); -} - -template <> -void caffe_exp(const int n, const float* a, float* y) { - vsExp(n, a, y); -} - -template <> -void caffe_exp(const int n, const double* a, double* y) { - vdExp(n, a, y); -} - -template <> -void caffe_abs(const int n, const float* a, float* y) { - vsAbs(n, a, y); -} - -template <> -void caffe_abs(const int n, const double* a, double* y) { - vdAbs(n, a, y); -} - -unsigned int caffe_rng_rand() { - return (*caffe_rng())(); -} - -template -Dtype caffe_nextafter(const Dtype b) { - return boost::math::nextafter( - b, std::numeric_limits::max()); -} - -template -float caffe_nextafter(const float b); - -template -double caffe_nextafter(const double b); - -template -void caffe_rng_uniform(const int n, const Dtype a, const Dtype b, Dtype* r) { - CHECK_GE(n, 0); - CHECK(r); - CHECK_LE(a, b); - boost::uniform_real random_distribution(a, caffe_nextafter(b)); - boost::variate_generator > - variate_generator(caffe_rng(), random_distribution); - for (int i = 0; i < n; ++i) { - r[i] = variate_generator(); - } -} - -template -void caffe_rng_uniform(const int n, const float a, const float b, - float* r); - -template -void caffe_rng_uniform(const int n, const double a, const double b, - double* r); - -template -void caffe_rng_gaussian(const int n, const Dtype a, - const Dtype sigma, Dtype* r) { - CHECK_GE(n, 0); - CHECK(r); - CHECK_GT(sigma, 0); - boost::normal_distribution random_distribution(a, sigma); - boost::variate_generator > - variate_generator(caffe_rng(), random_distribution); - for (int i = 0; i < n; ++i) { - r[i] = variate_generator(); - } -} - -template -void caffe_rng_gaussian(const int n, const float mu, - const float sigma, float* r); - -template -void caffe_rng_gaussian(const int n, const double mu, - const double sigma, double* r); - -template -void caffe_rng_bernoulli(const int n, const Dtype p, int* r) { - CHECK_GE(n, 0); - CHECK(r); - CHECK_GE(p, 0); - CHECK_LE(p, 1); - boost::bernoulli_distribution random_distribution(p); - boost::variate_generator > - variate_generator(caffe_rng(), random_distribution); - for (int i = 0; i < n; ++i) { - r[i] = variate_generator(); - } -} - -template -void caffe_rng_bernoulli(const int n, const double p, int* r); - -template -void caffe_rng_bernoulli(const int n, const float p, int* r); - -template -void caffe_rng_bernoulli(const int n, const Dtype p, unsigned int* r) { - CHECK_GE(n, 0); - CHECK(r); - CHECK_GE(p, 0); - CHECK_LE(p, 1); - boost::bernoulli_distribution random_distribution(p); - boost::variate_generator > - variate_generator(caffe_rng(), random_distribution); - for (int i = 0; i < n; ++i) { - r[i] = static_cast(variate_generator()); - } -} - -template -void caffe_rng_bernoulli(const int n, const double p, unsigned int* r); - -template -void caffe_rng_bernoulli(const int n, const float p, unsigned int* r); - -template <> -float caffe_cpu_strided_dot(const int n, const float* x, const int incx, - const float* y, const int incy) { - return cblas_sdot(n, x, incx, y, incy); -} - -template <> -double caffe_cpu_strided_dot(const int n, const double* x, - const int incx, const double* y, const int incy) { - return cblas_ddot(n, x, incx, y, incy); -} - -template -Dtype caffe_cpu_dot(const int n, const Dtype* x, const Dtype* y) { - return caffe_cpu_strided_dot(n, x, 1, y, 1); -} - -template -float caffe_cpu_dot(const int n, const float* x, const float* y); - -template -double caffe_cpu_dot(const int n, const double* x, const double* y); - -template <> -int caffe_cpu_hamming_distance(const int n, const float* x, - const float* y) { - int dist = 0; - for (int i = 0; i < n; ++i) { - dist += __builtin_popcount(static_cast(x[i]) ^ - static_cast(y[i])); - } - return dist; -} - -template <> -int caffe_cpu_hamming_distance(const int n, const double* x, - const double* y) { - int dist = 0; - for (int i = 0; i < n; ++i) { - dist += __builtin_popcountl(static_cast(x[i]) ^ - static_cast(y[i])); - } - return dist; -} - -template <> -float caffe_cpu_asum(const int n, const float* x) { - return cblas_sasum(n, x, 1); -} - -template <> -double caffe_cpu_asum(const int n, const double* x) { - return cblas_dasum(n, x, 1); -} - -template <> -void caffe_cpu_scale(const int n, const float alpha, const float *x, - float* y) { - cblas_scopy(n, x, 1, y, 1); - cblas_sscal(n, alpha, y, 1); -} - -template <> -void caffe_cpu_scale(const int n, const double alpha, const double *x, - double* y) { - cblas_dcopy(n, x, 1, y, 1); - cblas_dscal(n, alpha, y, 1); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/util/math_functions.cu b/caffe-crfrnn/src/caffe/util/math_functions.cu deleted file mode 100644 index 43e65eb9..00000000 --- a/caffe-crfrnn/src/caffe/util/math_functions.cu +++ /dev/null @@ -1,444 +0,0 @@ -#include // CUDA's, not caffe's, for fabs, signbit -#include -#include // thrust::plus -#include - -#include -#include -#include - -#include "caffe/common.hpp" -#include "caffe/util/math_functions.hpp" - -namespace caffe { - -template <> -void caffe_gpu_gemm(const CBLAS_TRANSPOSE TransA, - const CBLAS_TRANSPOSE TransB, const int M, const int N, const int K, - const float alpha, const float* A, const float* B, const float beta, - float* C) { - // Note that cublas follows fortran order. - int lda = (TransA == CblasNoTrans) ? K : M; - int ldb = (TransB == CblasNoTrans) ? N : K; - cublasOperation_t cuTransA = - (TransA == CblasNoTrans) ? CUBLAS_OP_N : CUBLAS_OP_T; - cublasOperation_t cuTransB = - (TransB == CblasNoTrans) ? CUBLAS_OP_N : CUBLAS_OP_T; - CUBLAS_CHECK(cublasSgemm(Caffe::cublas_handle(), cuTransB, cuTransA, - N, M, K, &alpha, B, ldb, A, lda, &beta, C, N)); -} - -template <> -void caffe_gpu_gemm(const CBLAS_TRANSPOSE TransA, - const CBLAS_TRANSPOSE TransB, const int M, const int N, const int K, - const double alpha, const double* A, const double* B, const double beta, - double* C) { - // Note that cublas follows fortran order. - int lda = (TransA == CblasNoTrans) ? K : M; - int ldb = (TransB == CblasNoTrans) ? N : K; - cublasOperation_t cuTransA = - (TransA == CblasNoTrans) ? CUBLAS_OP_N : CUBLAS_OP_T; - cublasOperation_t cuTransB = - (TransB == CblasNoTrans) ? CUBLAS_OP_N : CUBLAS_OP_T; - CUBLAS_CHECK(cublasDgemm(Caffe::cublas_handle(), cuTransB, cuTransA, - N, M, K, &alpha, B, ldb, A, lda, &beta, C, N)); -} - -template <> -void caffe_gpu_gemv(const CBLAS_TRANSPOSE TransA, const int M, - const int N, const float alpha, const float* A, const float* x, - const float beta, float* y) { - cublasOperation_t cuTransA = - (TransA == CblasNoTrans) ? CUBLAS_OP_T : CUBLAS_OP_N; - CUBLAS_CHECK(cublasSgemv(Caffe::cublas_handle(), cuTransA, N, M, &alpha, - A, N, x, 1, &beta, y, 1)); -} - -template <> -void caffe_gpu_gemv(const CBLAS_TRANSPOSE TransA, const int M, - const int N, const double alpha, const double* A, const double* x, - const double beta, double* y) { - cublasOperation_t cuTransA = - (TransA == CblasNoTrans) ? CUBLAS_OP_T : CUBLAS_OP_N; - CUBLAS_CHECK(cublasDgemv(Caffe::cublas_handle(), cuTransA, N, M, &alpha, - A, N, x, 1, &beta, y, 1)); -} - -template <> -void caffe_gpu_axpy(const int N, const float alpha, const float* X, - float* Y) { - CUBLAS_CHECK(cublasSaxpy(Caffe::cublas_handle(), N, &alpha, X, 1, Y, 1)); -} - -template <> -void caffe_gpu_axpy(const int N, const double alpha, const double* X, - double* Y) { - CUBLAS_CHECK(cublasDaxpy(Caffe::cublas_handle(), N, &alpha, X, 1, Y, 1)); -} - -void caffe_gpu_memcpy(const size_t N, const void* X, void* Y) { - if (X != Y) { - CUDA_CHECK(cudaMemcpy(Y, X, N, cudaMemcpyDefault)); // NOLINT(caffe/alt_fn) - } -} - -template <> -void caffe_gpu_scal(const int N, const float alpha, float *X) { - CUBLAS_CHECK(cublasSscal(Caffe::cublas_handle(), N, &alpha, X, 1)); -} - -template <> -void caffe_gpu_scal(const int N, const double alpha, double *X) { - CUBLAS_CHECK(cublasDscal(Caffe::cublas_handle(), N, &alpha, X, 1)); -} - -template <> -void caffe_gpu_axpby(const int N, const float alpha, const float* X, - const float beta, float* Y) { - caffe_gpu_scal(N, beta, Y); - caffe_gpu_axpy(N, alpha, X, Y); -} - -template <> -void caffe_gpu_axpby(const int N, const double alpha, const double* X, - const double beta, double* Y) { - caffe_gpu_scal(N, beta, Y); - caffe_gpu_axpy(N, alpha, X, Y); -} - -template <> -void caffe_gpu_dot(const int n, const float* x, const float* y, - float* out) { - CUBLAS_CHECK(cublasSdot(Caffe::cublas_handle(), n, x, 1, y, 1, out)); -} - -template <> -void caffe_gpu_dot(const int n, const double* x, const double* y, - double * out) { - CUBLAS_CHECK(cublasDdot(Caffe::cublas_handle(), n, x, 1, y, 1, out)); -} - -template <> -void caffe_gpu_asum(const int n, const float* x, float* y) { - CUBLAS_CHECK(cublasSasum(Caffe::cublas_handle(), n, x, 1, y)); -} - -template <> -void caffe_gpu_asum(const int n, const double* x, double* y) { - CUBLAS_CHECK(cublasDasum(Caffe::cublas_handle(), n, x, 1, y)); -} - -template <> -void caffe_gpu_scale(const int n, const float alpha, const float *x, - float* y) { - CUBLAS_CHECK(cublasScopy(Caffe::cublas_handle(), n, x, 1, y, 1)); - CUBLAS_CHECK(cublasSscal(Caffe::cublas_handle(), n, &alpha, y, 1)); -} - -template <> -void caffe_gpu_scale(const int n, const double alpha, const double *x, - double* y) { - CUBLAS_CHECK(cublasDcopy(Caffe::cublas_handle(), n, x, 1, y, 1)); - CUBLAS_CHECK(cublasDscal(Caffe::cublas_handle(), n, &alpha, y, 1)); -} - -template -__global__ void set_kernel(const int n, const Dtype alpha, Dtype* y) { - CUDA_KERNEL_LOOP(index, n) { - y[index] = alpha; - } -} - -template -void caffe_gpu_set(const int N, const Dtype alpha, Dtype* Y) { - if (alpha == 0) { - CUDA_CHECK(cudaMemset(Y, 0, sizeof(Dtype) * N)); // NOLINT(caffe/alt_fn) - return; - } - // NOLINT_NEXT_LINE(whitespace/operators) - set_kernel<<>>( - N, alpha, Y); -} - -template void caffe_gpu_set(const int N, const int alpha, int* Y); -template void caffe_gpu_set(const int N, const float alpha, float* Y); -template void caffe_gpu_set(const int N, const double alpha, double* Y); - -template -__global__ void add_scalar_kernel(const int n, const Dtype alpha, Dtype* y) { - CUDA_KERNEL_LOOP(index, n) { - y[index] += alpha; - } -} - -template <> -void caffe_gpu_add_scalar(const int N, const float alpha, float* Y) { - // NOLINT_NEXT_LINE(whitespace/operators) - add_scalar_kernel<<>>( - N, alpha, Y); -} - -template <> -void caffe_gpu_add_scalar(const int N, const double alpha, double* Y) { - // NOLINT_NEXT_LINE(whitespace/operators) - add_scalar_kernel<<>>( - N, alpha, Y); -} - -template -__global__ void add_kernel(const int n, const Dtype* a, - const Dtype* b, Dtype* y) { - CUDA_KERNEL_LOOP(index, n) { - y[index] = a[index] + b[index]; - } -} - -template <> -void caffe_gpu_add(const int N, const float* a, const float* b, - float* y) { - // NOLINT_NEXT_LINE(whitespace/operators) - add_kernel<<>>( - N, a, b, y); -} - -template <> -void caffe_gpu_add(const int N, const double* a, const double* b, - double* y) { - // NOLINT_NEXT_LINE(whitespace/operators) - add_kernel<<>>( - N, a, b, y); -} - -template -__global__ void sub_kernel(const int n, const Dtype* a, - const Dtype* b, Dtype* y) { - CUDA_KERNEL_LOOP(index, n) { - y[index] = a[index] - b[index]; - } -} - -template <> -void caffe_gpu_sub(const int N, const float* a, const float* b, - float* y) { - // NOLINT_NEXT_LINE(whitespace/operators) - sub_kernel<<>>( - N, a, b, y); -} - -template <> -void caffe_gpu_sub(const int N, const double* a, const double* b, - double* y) { - // NOLINT_NEXT_LINE(whitespace/operators) - sub_kernel<<>>( - N, a, b, y); -} - -template -__global__ void mul_kernel(const int n, const Dtype* a, - const Dtype* b, Dtype* y) { - CUDA_KERNEL_LOOP(index, n) { - y[index] = a[index] * b[index]; - } -} - -template <> -void caffe_gpu_mul(const int N, const float* a, - const float* b, float* y) { - // NOLINT_NEXT_LINE(whitespace/operators) - mul_kernel<<>>( - N, a, b, y); -} - -template <> -void caffe_gpu_mul(const int N, const double* a, - const double* b, double* y) { - // NOLINT_NEXT_LINE(whitespace/operators) - mul_kernel<<>>( - N, a, b, y); -} - -template -__global__ void div_kernel(const int n, const Dtype* a, - const Dtype* b, Dtype* y) { - CUDA_KERNEL_LOOP(index, n) { - y[index] = a[index] / b[index]; - } -} - -template <> -void caffe_gpu_div(const int N, const float* a, - const float* b, float* y) { - // NOLINT_NEXT_LINE(whitespace/operators) - div_kernel<<>>( - N, a, b, y); -} - -template <> -void caffe_gpu_div(const int N, const double* a, - const double* b, double* y) { - // NOLINT_NEXT_LINE(whitespace/operators) - div_kernel<<>>( - N, a, b, y); -} - -template -__global__ void abs_kernel(const int n, const Dtype* a, Dtype* y) { - CUDA_KERNEL_LOOP(index, n) { - y[index] = abs(a[index]); - } -} - -template <> -void caffe_gpu_abs(const int N, const float* a, float* y) { - // NOLINT_NEXT_LINE(whitespace/operators) - abs_kernel<<>>( - N, a, y); -} - -template <> -void caffe_gpu_abs(const int N, const double* a, double* y) { - // NOLINT_NEXT_LINE(whitespace/operators) - abs_kernel<<>>( - N, a, y); -} - - -template -__global__ void exp_kernel(const int n, const Dtype* a, Dtype* y) { - CUDA_KERNEL_LOOP(index, n) { - y[index] = exp(a[index]); - } -} - -template <> -void caffe_gpu_exp(const int N, const float* a, float* y) { - // NOLINT_NEXT_LINE(whitespace/operators) - exp_kernel<<>>( - N, a, y); -} - -template <> -void caffe_gpu_exp(const int N, const double* a, double* y) { - // NOLINT_NEXT_LINE(whitespace/operators) - exp_kernel<<>>( - N, a, y); -} - -template -__global__ void powx_kernel(const int n, const Dtype* a, - const Dtype alpha, Dtype* y) { - CUDA_KERNEL_LOOP(index, n) { - y[index] = pow(a[index], alpha); - } -} - -template <> -void caffe_gpu_powx(const int N, const float* a, - const float alpha, float* y) { - // NOLINT_NEXT_LINE(whitespace/operators) - powx_kernel<<>>( - N, a, alpha, y); -} - -template <> -void caffe_gpu_powx(const int N, const double* a, - const double alpha, double* y) { - // NOLINT_NEXT_LINE(whitespace/operators) - powx_kernel<<>>( - N, a, alpha, y); -} - -DEFINE_AND_INSTANTIATE_GPU_UNARY_FUNC(sign, y[index] = (Dtype(0) < x[index]) - - (x[index] < Dtype(0))); -DEFINE_AND_INSTANTIATE_GPU_UNARY_FUNC(sgnbit, y[index] = signbit(x[index])); - -__global__ void popc_kernel(const int n, const float* a, - const float* b, uint8_t* y) { - CUDA_KERNEL_LOOP(index, n) { - y[index] = __popc(static_cast(a[index]) ^ - static_cast(b[index])); - } -} - -__global__ void popcll_kernel(const int n, const double* a, - const double* b, uint8_t* y) { - CUDA_KERNEL_LOOP(index, n) { - y[index] = __popcll(static_cast(a[index]) ^ - static_cast(b[index])); - } -} - -template <> -uint32_t caffe_gpu_hamming_distance(const int n, const float* x, - const float* y) { - // TODO: Fix caffe_gpu_hamming_distance (see failing unit test - // TestHammingDistanceGPU in test_math_functions.cpp). - NOT_IMPLEMENTED; - thrust::device_vector popcounts(n); - // NOLINT_NEXT_LINE(whitespace/operators) - popc_kernel<<>>( - n, x, y, thrust::raw_pointer_cast(popcounts.data())); - return thrust::reduce(popcounts.begin(), popcounts.end(), - (uint32_t) 0, thrust::plus()); -} - -template <> -uint32_t caffe_gpu_hamming_distance(const int n, const double* x, - const double* y) { - // TODO: Fix caffe_gpu_hamming_distance (see failing unit test - // TestHammingDistanceGPU in test_math_functions.cpp). - NOT_IMPLEMENTED; - thrust::device_vector popcounts(n); - // NOLINT_NEXT_LINE(whitespace/operators) - popcll_kernel<<>>( - n, x, y, thrust::raw_pointer_cast(popcounts.data())); - return thrust::reduce(popcounts.begin(), popcounts.end(), - /* NOLINT_NEXT_LINE(build/include_what_you_use) */ - (uint32_t) 0, thrust::plus()); -} - -void caffe_gpu_rng_uniform(const int n, unsigned int* r) { - CURAND_CHECK(curandGenerate(Caffe::curand_generator(), r, n)); -} - -template <> -void caffe_gpu_rng_uniform(const int n, const float a, const float b, - float* r) { - CURAND_CHECK(curandGenerateUniform(Caffe::curand_generator(), r, n)); - const float range = b - a; - if (range != static_cast(1)) { - caffe_gpu_scal(n, range, r); - } - if (a != static_cast(0)) { - caffe_gpu_add_scalar(n, a, r); - } -} - -template <> -void caffe_gpu_rng_uniform(const int n, const double a, const double b, - double* r) { - CURAND_CHECK(curandGenerateUniformDouble(Caffe::curand_generator(), r, n)); - const double range = b - a; - if (range != static_cast(1)) { - caffe_gpu_scal(n, range, r); - } - if (a != static_cast(0)) { - caffe_gpu_add_scalar(n, a, r); - } -} - -template <> -void caffe_gpu_rng_gaussian(const int n, const float mu, const float sigma, - float* r) { - CURAND_CHECK( - curandGenerateNormal(Caffe::curand_generator(), r, n, mu, sigma)); -} - -template <> -void caffe_gpu_rng_gaussian(const int n, const double mu, const double sigma, - double* r) { - CURAND_CHECK( - curandGenerateNormalDouble(Caffe::curand_generator(), r, n, mu, sigma)); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/caffe/util/modified_permutohedral.cpp b/caffe-crfrnn/src/caffe/util/modified_permutohedral.cpp deleted file mode 100755 index 5b6d4642..00000000 --- a/caffe-crfrnn/src/caffe/util/modified_permutohedral.cpp +++ /dev/null @@ -1,744 +0,0 @@ -//#include "stdafx.h" -#include "caffe/util/modified_permutohedral.hpp" - -#ifdef __SSE__ -// SSE Permutoheral lattice -# define SSE_PERMUTOHEDRAL -#endif - -#if defined(SSE_PERMUTOHEDRAL) -# include -# include -# ifdef __SSE4_1__ -# include -# endif -#endif - -namespace caffe { -/************************************************/ -/*** Hash Table ***/ -/************************************************/ - -class HashTableCopy{ -protected: - size_t key_size_, filled_, capacity_; - std::vector< short > keys_; - std::vector< int > table_; - void grow(){ - // Create the new memory and copy the values in - int old_capacity = capacity_; - capacity_ *= 2; - std::vector old_keys( (old_capacity+10)*key_size_ ); - std::copy( keys_.begin(), keys_.end(), old_keys.begin() ); - std::vector old_table( capacity_, -1 ); - - // Swap the memory - table_.swap( old_table ); - keys_.swap( old_keys ); - - // Reinsert each element - for( int i=0; i= 0){ - int e = old_table[i]; - size_t h = hash( getKey(e) ) % capacity_; - for(; table_[h] >= 0; h = h= capacity_) grow(); - // Get the hash value - size_t h = hash( k ) % capacity_; - // Find the element with he right key, using linear probing - while(1){ - int e = table_[h]; - if (e==-1){ - if (create){ - // Insert a new key and return the new id - for( size_t i=0; i0; j-- ){ - __m128 cf = f[j-1]*scale_factor[j-1]; - elevated[j] = sm - _mm_set1_ps(j)*cf; - sm += cf; - } - elevated[0] = sm; - - // Find the closest 0-colored simplex through rounding - __m128 sum = Zero; - for( int i=0; i<=d_; i++ ){ - __m128 v = invdplus1 * elevated[i]; -#ifdef __SSE4_1__ - v = _mm_round_ps( v, _MM_FROUND_TO_NEAREST_INT ); -#else - v = _mm_cvtepi32_ps( _mm_cvtps_epi32( v ) ); -#endif - rem0[i] = v*dplus1; - sum += v; - } - - // Find the simplex we are in and store it in rank (where rank describes what position coorinate i has in the sorted order of the features values) - for( int i=0; i<=d_; i++ ) - rank[i] = Zero; - for( int i=0; i0; j-- ){ - float cf = f[j-1]*scale_factor[j-1]; - elevated[j] = sm - j*cf; - sm += cf; - } - elevated[0] = sm; - - // Find the closest 0-colored simplex through rounding - float down_factor = 1.0f / (d_+1); - float up_factor = (d_+1); - int sum = 0; - for( int i=0; i<=d_; i++ ){ - //int rd1 = round( down_factor * elevated[i]); - int rd2; - float v = down_factor * elevated[i]; - float up = ceilf(v)*up_factor; - float down = floorf(v)*up_factor; - if (up - elevated[i] < elevated[i] - down) rd2 = (short)up; - else rd2 = (short)down; - - //if(rd1!=rd2) - // break; - - rem0[i] = rd2; - sum += rd2*down_factor; - } - - // Find the simplex we are in and store it in rank (where rank describes what position coorinate i has in the sorted order of the features values) - for( int i=0; i<=d_; i++ ) - rank[i] = 0; - for( int i=0; i d_ ){ - rank[i] -= d_+1; - rem0[i] -= d_+1; - } - } - - // Compute the barycentric coordinates (p.10 in [Adams etal 2010]) - for( int i=0; i<=d_+1; i++ ) - barycentric[i] = 0; - for( int i=0; i<=d_; i++ ){ - float v = (elevated[i] - rem0[i])*down_factor; - barycentric[d_-rank[i] ] += v; - barycentric[d_-rank[i]+1] -= v; - } - // Wrap around - barycentric[0] += 1.0 + barycentric[d_+1]; - - // Compute all vertices and their offset - for( int remainder=0; remainder<=d_; remainder++ ){ - for( int i=0; i 0 (used for blurring) - float * values = new float[ (M_+2)*value_size ]; - float * new_values = new float[ (M_+2)*value_size ]; - - for( int i=0; i<(M_+2)*value_size; i++ ) - values[i] = new_values[i] = 0; - - // Splatting - for( int i=0; i=0; reverse?j--:j++ ){ - for( int i=0; i 0 (used for blurring) - float * values = new float[ (M_+2)*value_size ]; - float * new_values = new float[ (M_+2)*value_size ]; - - for( int i=0; i<(M_+2)*value_size; i++ ) - values[i] = new_values[i] = 0; - - // Splatting - for( int i=0; i(in[k*N_ + i]); - } - } - - for( int j=reverse?d_:0; j<=d_ && j>=0; reverse?j--:j++ ){ - for( int i=0; i 0 (used for blurring) - __m128 * sse_val = (__m128*) _mm_malloc( sse_value_size*sizeof(__m128), 16 ); - __m128 * values = (__m128*) _mm_malloc( (M_+2)*sse_value_size*sizeof(__m128), 16 ); - __m128 * new_values = (__m128*) _mm_malloc( (M_+2)*sse_value_size*sizeof(__m128), 16 ); - - __m128 Zero = _mm_set1_ps( 0 ); - - for( int i=0; i<(M_+2)*sse_value_size; i++ ) - values[i] = new_values[i] = Zero; - for( int i=0; i=0; reverse?j--:j++ ){ - for( int i=0; i 0 (used for blurring) - __m128 * sse_val = (__m128*) _mm_malloc( sse_value_size*sizeof(__m128), 16 ); - __m128 * values = (__m128*) _mm_malloc( (M_+2)*sse_value_size*sizeof(__m128), 16 ); - __m128 * new_values = (__m128*) _mm_malloc( (M_+2)*sse_value_size*sizeof(__m128), 16 ); - - __m128 Zero = _mm_set1_ps( 0 ); - - for( int i=0; i<(M_+2)*sse_value_size; i++ ) - values[i] = new_values[i] = Zero; - for( int i=0; i(in[s*N_ + i]); - } - memcpy(sse_val, sdp_temp, value_size*sizeof(float)); - - for( int j=0; j<=d_; j++ ){ - int o = offset_[i*(d_+1)+j]+1; - __m128 w = _mm_set1_ps( barycentric_[i*(d_+1)+j] ); - for( int k=0; k=0; reverse?j--:j++ ){ - for( int i=0; i -#include -#include - -#include -#include - -#include "caffe/common.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/util/io.hpp" -#include "caffe/util/upgrade_proto.hpp" - -namespace caffe { - -bool NetNeedsUpgrade(const NetParameter& net_param) { - for (int i = 0; i < net_param.layers_size(); ++i) { - if (net_param.layers(i).has_layer()) { - return true; - } - } - return false; -} - -bool UpgradeV0Net(const NetParameter& v0_net_param_padding_layers, - NetParameter* net_param) { - // First upgrade padding layers to padded conv layers. - NetParameter v0_net_param; - UpgradeV0PaddingLayers(v0_net_param_padding_layers, &v0_net_param); - // Now upgrade layer parameters. - bool is_fully_compatible = true; - net_param->Clear(); - if (v0_net_param.has_name()) { - net_param->set_name(v0_net_param.name()); - } - for (int i = 0; i < v0_net_param.layers_size(); ++i) { - is_fully_compatible &= UpgradeLayerParameter(v0_net_param.layers(i), - net_param->add_layers()); - } - for (int i = 0; i < v0_net_param.input_size(); ++i) { - net_param->add_input(v0_net_param.input(i)); - } - for (int i = 0; i < v0_net_param.input_dim_size(); ++i) { - net_param->add_input_dim(v0_net_param.input_dim(i)); - } - if (v0_net_param.has_force_backward()) { - net_param->set_force_backward(v0_net_param.force_backward()); - } - return is_fully_compatible; -} - -void UpgradeV0PaddingLayers(const NetParameter& param, - NetParameter* param_upgraded_pad) { - // Copy everything other than the layers from the original param. - param_upgraded_pad->Clear(); - param_upgraded_pad->CopyFrom(param); - param_upgraded_pad->clear_layers(); - // Figure out which layer each bottom blob comes from. - map blob_name_to_last_top_idx; - for (int i = 0; i < param.input_size(); ++i) { - const string& blob_name = param.input(i); - blob_name_to_last_top_idx[blob_name] = -1; - } - for (int i = 0; i < param.layers_size(); ++i) { - const LayerParameter& layer_connection = param.layers(i); - const V0LayerParameter& layer_param = layer_connection.layer(); - // Add the layer to the new net, unless it's a padding layer. - if (layer_param.type() != "padding") { - param_upgraded_pad->add_layers()->CopyFrom(layer_connection); - } - for (int j = 0; j < layer_connection.bottom_size(); ++j) { - const string& blob_name = layer_connection.bottom(j); - if (blob_name_to_last_top_idx.find(blob_name) == - blob_name_to_last_top_idx.end()) { - LOG(FATAL) << "Unknown blob input " << blob_name << " to layer " << j; - } - const int top_idx = blob_name_to_last_top_idx[blob_name]; - if (top_idx == -1) { - continue; - } - LayerParameter source_layer = param.layers(top_idx); - if (source_layer.layer().type() == "padding") { - // This layer has a padding layer as input -- check that it is a conv - // layer or a pooling layer and takes only one input. Also check that - // the padding layer input has only one input and one output. Other - // cases have undefined behavior in Caffe. - CHECK((layer_param.type() == "conv") || (layer_param.type() == "pool")) - << "Padding layer input to " - "non-convolutional / non-pooling layer type " - << layer_param.type(); - CHECK_EQ(layer_connection.bottom_size(), 1) - << "Conv Layer takes a single blob as input."; - CHECK_EQ(source_layer.bottom_size(), 1) - << "Padding Layer takes a single blob as input."; - CHECK_EQ(source_layer.top_size(), 1) - << "Padding Layer produces a single blob as output."; - int layer_index = param_upgraded_pad->layers_size() - 1; - param_upgraded_pad->mutable_layers(layer_index)->mutable_layer() - ->set_pad(source_layer.layer().pad()); - param_upgraded_pad->mutable_layers(layer_index) - ->set_bottom(j, source_layer.bottom(0)); - } - } - for (int j = 0; j < layer_connection.top_size(); ++j) { - const string& blob_name = layer_connection.top(j); - blob_name_to_last_top_idx[blob_name] = i; - } - } -} - -bool UpgradeLayerParameter(const LayerParameter& v0_layer_connection, - LayerParameter* layer_param) { - bool is_fully_compatible = true; - layer_param->Clear(); - for (int i = 0; i < v0_layer_connection.bottom_size(); ++i) { - layer_param->add_bottom(v0_layer_connection.bottom(i)); - } - for (int i = 0; i < v0_layer_connection.top_size(); ++i) { - layer_param->add_top(v0_layer_connection.top(i)); - } - if (v0_layer_connection.has_layer()) { - const V0LayerParameter& v0_layer_param = v0_layer_connection.layer(); - if (v0_layer_param.has_name()) { - layer_param->set_name(v0_layer_param.name()); - } - const string& type = v0_layer_param.type(); - if (v0_layer_param.has_type()) { - layer_param->set_type(UpgradeV0LayerType(type)); - } - for (int i = 0; i < v0_layer_param.blobs_size(); ++i) { - layer_param->add_blobs()->CopyFrom(v0_layer_param.blobs(i)); - } - for (int i = 0; i < v0_layer_param.blobs_lr_size(); ++i) { - layer_param->add_blobs_lr(v0_layer_param.blobs_lr(i)); - } - for (int i = 0; i < v0_layer_param.weight_decay_size(); ++i) { - layer_param->add_weight_decay(v0_layer_param.weight_decay(i)); - } - if (v0_layer_param.has_num_output()) { - if (type == "conv") { - layer_param->mutable_convolution_param()->set_num_output( - v0_layer_param.num_output()); - } else if (type == "innerproduct") { - layer_param->mutable_inner_product_param()->set_num_output( - v0_layer_param.num_output()); - } else { - LOG(ERROR) << "Unknown parameter num_output for layer type " << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_biasterm()) { - if (type == "conv") { - layer_param->mutable_convolution_param()->set_bias_term( - v0_layer_param.biasterm()); - } else if (type == "innerproduct") { - layer_param->mutable_inner_product_param()->set_bias_term( - v0_layer_param.biasterm()); - } else { - LOG(ERROR) << "Unknown parameter biasterm for layer type " << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_weight_filler()) { - if (type == "conv") { - layer_param->mutable_convolution_param()-> - mutable_weight_filler()->CopyFrom(v0_layer_param.weight_filler()); - } else if (type == "innerproduct") { - layer_param->mutable_inner_product_param()-> - mutable_weight_filler()->CopyFrom(v0_layer_param.weight_filler()); - } else { - LOG(ERROR) << "Unknown parameter weight_filler for layer type " << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_bias_filler()) { - if (type == "conv") { - layer_param->mutable_convolution_param()-> - mutable_bias_filler()->CopyFrom(v0_layer_param.bias_filler()); - } else if (type == "innerproduct") { - layer_param->mutable_inner_product_param()-> - mutable_bias_filler()->CopyFrom(v0_layer_param.bias_filler()); - } else { - LOG(ERROR) << "Unknown parameter bias_filler for layer type " << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_pad()) { - if (type == "conv") { - layer_param->mutable_convolution_param()->set_pad(v0_layer_param.pad()); - } else if (type == "pool") { - layer_param->mutable_pooling_param()->set_pad(v0_layer_param.pad()); - } else { - LOG(ERROR) << "Unknown parameter pad for layer type " << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_kernelsize()) { - if (type == "conv") { - layer_param->mutable_convolution_param()->set_kernel_size( - v0_layer_param.kernelsize()); - } else if (type == "pool") { - layer_param->mutable_pooling_param()->set_kernel_size( - v0_layer_param.kernelsize()); - } else { - LOG(ERROR) << "Unknown parameter kernelsize for layer type " << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_group()) { - if (type == "conv") { - layer_param->mutable_convolution_param()->set_group( - v0_layer_param.group()); - } else { - LOG(ERROR) << "Unknown parameter group for layer type " << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_stride()) { - if (type == "conv") { - layer_param->mutable_convolution_param()->set_stride( - v0_layer_param.stride()); - } else if (type == "pool") { - layer_param->mutable_pooling_param()->set_stride( - v0_layer_param.stride()); - } else { - LOG(ERROR) << "Unknown parameter stride for layer type " << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_pool()) { - if (type == "pool") { - V0LayerParameter_PoolMethod pool = v0_layer_param.pool(); - switch (pool) { - case V0LayerParameter_PoolMethod_MAX: - layer_param->mutable_pooling_param()->set_pool( - PoolingParameter_PoolMethod_MAX); - break; - case V0LayerParameter_PoolMethod_AVE: - layer_param->mutable_pooling_param()->set_pool( - PoolingParameter_PoolMethod_AVE); - break; - case V0LayerParameter_PoolMethod_STOCHASTIC: - layer_param->mutable_pooling_param()->set_pool( - PoolingParameter_PoolMethod_STOCHASTIC); - break; - default: - LOG(ERROR) << "Unknown pool method " << pool; - is_fully_compatible = false; - } - } else { - LOG(ERROR) << "Unknown parameter pool for layer type " << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_dropout_ratio()) { - if (type == "dropout") { - layer_param->mutable_dropout_param()->set_dropout_ratio( - v0_layer_param.dropout_ratio()); - } else { - LOG(ERROR) << "Unknown parameter dropout_ratio for layer type " << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_local_size()) { - if (type == "lrn") { - layer_param->mutable_lrn_param()->set_local_size( - v0_layer_param.local_size()); - } else { - LOG(ERROR) << "Unknown parameter local_size for layer type " << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_alpha()) { - if (type == "lrn") { - layer_param->mutable_lrn_param()->set_alpha(v0_layer_param.alpha()); - } else { - LOG(ERROR) << "Unknown parameter alpha for layer type " << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_beta()) { - if (type == "lrn") { - layer_param->mutable_lrn_param()->set_beta(v0_layer_param.beta()); - } else { - LOG(ERROR) << "Unknown parameter beta for layer type " << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_k()) { - if (type == "lrn") { - layer_param->mutable_lrn_param()->set_k(v0_layer_param.k()); - } else { - LOG(ERROR) << "Unknown parameter k for layer type " << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_source()) { - if (type == "data") { - layer_param->mutable_data_param()->set_source(v0_layer_param.source()); - } else if (type == "hdf5_data") { - layer_param->mutable_hdf5_data_param()->set_source( - v0_layer_param.source()); - } else if (type == "images") { - layer_param->mutable_image_data_param()->set_source( - v0_layer_param.source()); - } else if (type == "window_data") { - layer_param->mutable_window_data_param()->set_source( - v0_layer_param.source()); - } else if (type == "infogain_loss") { - layer_param->mutable_infogain_loss_param()->set_source( - v0_layer_param.source()); - } else { - LOG(ERROR) << "Unknown parameter source for layer type " << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_scale()) { - layer_param->mutable_transform_param()-> - set_scale(v0_layer_param.scale()); - } - if (v0_layer_param.has_meanfile()) { - layer_param->mutable_transform_param()-> - set_mean_file(v0_layer_param.meanfile()); - } - if (v0_layer_param.has_batchsize()) { - if (type == "data") { - layer_param->mutable_data_param()->set_batch_size( - v0_layer_param.batchsize()); - } else if (type == "hdf5_data") { - layer_param->mutable_hdf5_data_param()->set_batch_size( - v0_layer_param.batchsize()); - } else if (type == "images") { - layer_param->mutable_image_data_param()->set_batch_size( - v0_layer_param.batchsize()); - } else if (type == "window_data") { - layer_param->mutable_window_data_param()->set_batch_size( - v0_layer_param.batchsize()); - } else { - LOG(ERROR) << "Unknown parameter batchsize for layer type " << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_cropsize()) { - layer_param->mutable_transform_param()-> - set_crop_size(v0_layer_param.cropsize()); - } - if (v0_layer_param.has_mirror()) { - layer_param->mutable_transform_param()-> - set_mirror(v0_layer_param.mirror()); - } - if (v0_layer_param.has_rand_skip()) { - if (type == "data") { - layer_param->mutable_data_param()->set_rand_skip( - v0_layer_param.rand_skip()); - } else if (type == "images") { - layer_param->mutable_image_data_param()->set_rand_skip( - v0_layer_param.rand_skip()); - } else { - LOG(ERROR) << "Unknown parameter rand_skip for layer type " << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_shuffle_images()) { - if (type == "images") { - layer_param->mutable_image_data_param()->set_shuffle( - v0_layer_param.shuffle_images()); - } else { - LOG(ERROR) << "Unknown parameter shuffle for layer type " << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_new_height()) { - if (type == "images") { - layer_param->mutable_image_data_param()->set_new_height( - v0_layer_param.new_height()); - } else { - LOG(ERROR) << "Unknown parameter new_height for layer type " << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_new_width()) { - if (type == "images") { - layer_param->mutable_image_data_param()->set_new_width( - v0_layer_param.new_width()); - } else { - LOG(ERROR) << "Unknown parameter new_width for layer type " << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_concat_dim()) { - if (type == "concat") { - layer_param->mutable_concat_param()->set_concat_dim( - v0_layer_param.concat_dim()); - } else { - LOG(ERROR) << "Unknown parameter concat_dim for layer type " << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_det_fg_threshold()) { - if (type == "window_data") { - layer_param->mutable_window_data_param()->set_fg_threshold( - v0_layer_param.det_fg_threshold()); - } else { - LOG(ERROR) << "Unknown parameter det_fg_threshold for layer type " - << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_det_bg_threshold()) { - if (type == "window_data") { - layer_param->mutable_window_data_param()->set_bg_threshold( - v0_layer_param.det_bg_threshold()); - } else { - LOG(ERROR) << "Unknown parameter det_bg_threshold for layer type " - << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_det_fg_fraction()) { - if (type == "window_data") { - layer_param->mutable_window_data_param()->set_fg_fraction( - v0_layer_param.det_fg_fraction()); - } else { - LOG(ERROR) << "Unknown parameter det_fg_fraction for layer type " - << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_det_context_pad()) { - if (type == "window_data") { - layer_param->mutable_window_data_param()->set_context_pad( - v0_layer_param.det_context_pad()); - } else { - LOG(ERROR) << "Unknown parameter det_context_pad for layer type " - << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_det_crop_mode()) { - if (type == "window_data") { - layer_param->mutable_window_data_param()->set_crop_mode( - v0_layer_param.det_crop_mode()); - } else { - LOG(ERROR) << "Unknown parameter det_crop_mode for layer type " - << type; - is_fully_compatible = false; - } - } - if (v0_layer_param.has_hdf5_output_param()) { - if (type == "hdf5_output") { - layer_param->mutable_hdf5_output_param()->CopyFrom( - v0_layer_param.hdf5_output_param()); - } else { - LOG(ERROR) << "Unknown parameter hdf5_output_param for layer type " - << type; - is_fully_compatible = false; - } - } - } - return is_fully_compatible; -} - -LayerParameter_LayerType UpgradeV0LayerType(const string& type) { - if (type == "accuracy") { - return LayerParameter_LayerType_ACCURACY; - } else if (type == "bnll") { - return LayerParameter_LayerType_BNLL; - } else if (type == "concat") { - return LayerParameter_LayerType_CONCAT; - } else if (type == "conv") { - return LayerParameter_LayerType_CONVOLUTION; - } else if (type == "data") { - return LayerParameter_LayerType_DATA; - } else if (type == "dropout") { - return LayerParameter_LayerType_DROPOUT; - } else if (type == "euclidean_loss") { - return LayerParameter_LayerType_EUCLIDEAN_LOSS; - } else if (type == "flatten") { - return LayerParameter_LayerType_FLATTEN; - } else if (type == "hdf5_data") { - return LayerParameter_LayerType_HDF5_DATA; - } else if (type == "hdf5_output") { - return LayerParameter_LayerType_HDF5_OUTPUT; - } else if (type == "im2col") { - return LayerParameter_LayerType_IM2COL; - } else if (type == "images") { - return LayerParameter_LayerType_IMAGE_DATA; - } else if (type == "infogain_loss") { - return LayerParameter_LayerType_INFOGAIN_LOSS; - } else if (type == "innerproduct") { - return LayerParameter_LayerType_INNER_PRODUCT; - } else if (type == "lrn") { - return LayerParameter_LayerType_LRN; - } else if (type == "multinomial_logistic_loss") { - return LayerParameter_LayerType_MULTINOMIAL_LOGISTIC_LOSS; - } else if (type == "pool") { - return LayerParameter_LayerType_POOLING; - } else if (type == "relu") { - return LayerParameter_LayerType_RELU; - } else if (type == "sigmoid") { - return LayerParameter_LayerType_SIGMOID; - } else if (type == "softmax") { - return LayerParameter_LayerType_SOFTMAX; - } else if (type == "softmax_loss") { - return LayerParameter_LayerType_SOFTMAX_LOSS; - } else if (type == "split") { - return LayerParameter_LayerType_SPLIT; - } else if (type == "tanh") { - return LayerParameter_LayerType_TANH; - } else if (type == "window_data") { - return LayerParameter_LayerType_WINDOW_DATA; - } else { - LOG(FATAL) << "Unknown layer name: " << type; - return LayerParameter_LayerType_NONE; - } -} - -bool NetNeedsDataUpgrade(const NetParameter& net_param) { - for (int i = 0; i < net_param.layers_size(); ++i) { - if (net_param.layers(i).type() == LayerParameter_LayerType_DATA) { - DataParameter layer_param = net_param.layers(i).data_param(); - if (layer_param.has_scale()) { return true; } - if (layer_param.has_mean_file()) { return true; } - if (layer_param.has_crop_size()) { return true; } - if (layer_param.has_mirror()) { return true; } - } - if (net_param.layers(i).type() == LayerParameter_LayerType_IMAGE_DATA) { - ImageDataParameter layer_param = net_param.layers(i).image_data_param(); - if (layer_param.has_scale()) { return true; } - if (layer_param.has_mean_file()) { return true; } - if (layer_param.has_crop_size()) { return true; } - if (layer_param.has_mirror()) { return true; } - } - if (net_param.layers(i).type() == LayerParameter_LayerType_WINDOW_DATA) { - WindowDataParameter layer_param = net_param.layers(i).window_data_param(); - if (layer_param.has_scale()) { return true; } - if (layer_param.has_mean_file()) { return true; } - if (layer_param.has_crop_size()) { return true; } - if (layer_param.has_mirror()) { return true; } - } - } - return false; -} - -#define CONVERT_LAYER_TRANSFORM_PARAM(TYPE, Name, param_name) \ - do { \ - if (net_param->layers(i).type() == LayerParameter_LayerType_##TYPE) { \ - Name##Parameter* layer_param = \ - net_param->mutable_layers(i)->mutable_##param_name##_param(); \ - TransformationParameter* transform_param = \ - net_param->mutable_layers(i)->mutable_transform_param(); \ - if (layer_param->has_scale()) { \ - transform_param->set_scale(layer_param->scale()); \ - layer_param->clear_scale(); \ - } \ - if (layer_param->has_mean_file()) { \ - transform_param->set_mean_file(layer_param->mean_file()); \ - layer_param->clear_mean_file(); \ - } \ - if (layer_param->has_crop_size()) { \ - transform_param->set_crop_size(layer_param->crop_size()); \ - layer_param->clear_crop_size(); \ - } \ - if (layer_param->has_mirror()) { \ - transform_param->set_mirror(layer_param->mirror()); \ - layer_param->clear_mirror(); \ - } \ - } \ - } while (0) - -void UpgradeNetDataTransformation(NetParameter* net_param) { - for (int i = 0; i < net_param->layers_size(); ++i) { - CONVERT_LAYER_TRANSFORM_PARAM(DATA, Data, data); - CONVERT_LAYER_TRANSFORM_PARAM(IMAGE_DATA, ImageData, image_data); - CONVERT_LAYER_TRANSFORM_PARAM(WINDOW_DATA, WindowData, window_data); - } -} - -void NetParameterToPrettyPrint(const NetParameter& param, - NetParameterPrettyPrint* pretty_param) { - pretty_param->Clear(); - if (param.has_name()) { - pretty_param->set_name(param.name()); - } - if (param.has_force_backward()) { - pretty_param->set_force_backward(param.force_backward()); - } - for (int i = 0; i < param.input_size(); ++i) { - pretty_param->add_input(param.input(i)); - } - for (int i = 0; i < param.input_dim_size(); ++i) { - pretty_param->add_input_dim(param.input_dim(i)); - } - for (int i = 0; i < param.layers_size(); ++i) { - pretty_param->add_layers()->CopyFrom(param.layers(i)); - } -} - -void UpgradeNetAsNeeded(const string& param_file, NetParameter* param) { - if (NetNeedsUpgrade(*param)) { - // NetParameter was specified using the old style (V0LayerParameter); try to - // upgrade it. - LOG(ERROR) << "Attempting to upgrade input file specified using deprecated " - << "V0LayerParameter: " << param_file; - NetParameter original_param(*param); - if (!UpgradeV0Net(original_param, param)) { - LOG(ERROR) << "Warning: had one or more problems upgrading " - << "V0NetParameter to NetParameter (see above); continuing anyway."; - } else { - LOG(INFO) << "Successfully upgraded file specified using deprecated " - << "V0LayerParameter"; - } - LOG(ERROR) << "Note that future Caffe releases will not support " - << "V0NetParameter; use ./build/tools/upgrade_net_proto_text for " - << "prototxt and ./build/tools/upgrade_net_proto_binary for model " - << "weights upgrade this and any other net protos to the new format."; - } - // NetParameter uses old style data transformation fields; try to upgrade it. - if (NetNeedsDataUpgrade(*param)) { - LOG(ERROR) << "Attempting to upgrade input file specified using deprecated " - << "transformation parameters: " << param_file; - UpgradeNetDataTransformation(param); - LOG(INFO) << "Successfully upgraded file specified using deprecated " - << "data transformation parameters."; - LOG(ERROR) << "Note that future Caffe releases will only support " - << "transform_param messages for transformation fields."; - } -} - -void ReadNetParamsFromTextFileOrDie(const string& param_file, - NetParameter* param) { - CHECK(ReadProtoFromTextFile(param_file, param)) - << "Failed to parse NetParameter file: " << param_file; - UpgradeNetAsNeeded(param_file, param); -} - -void ReadNetParamsFromBinaryFileOrDie(const string& param_file, - NetParameter* param) { - CHECK(ReadProtoFromBinaryFile(param_file, param)) - << "Failed to parse NetParameter file: " << param_file; - UpgradeNetAsNeeded(param_file, param); -} - -} // namespace caffe diff --git a/caffe-crfrnn/src/gtest/CMakeLists.txt b/caffe-crfrnn/src/gtest/CMakeLists.txt deleted file mode 100644 index ef7ff7ed..00000000 --- a/caffe-crfrnn/src/gtest/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -add_library(gtest STATIC EXCLUDE_FROM_ALL gtest.h gtest-all.cpp) -caffe_default_properties(gtest) - -#add_library(gtest_main gtest_main.cc) -#target_link_libraries(gtest_main gtest) diff --git a/caffe-crfrnn/src/gtest/gtest-all.cpp b/caffe-crfrnn/src/gtest/gtest-all.cpp deleted file mode 100644 index 92619741..00000000 --- a/caffe-crfrnn/src/gtest/gtest-all.cpp +++ /dev/null @@ -1,9117 +0,0 @@ -// Copyright 2008, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: mheule@google.com (Markus Heule) -// -// Google C++ Testing Framework (Google Test) -// -// Sometimes it's desirable to build Google Test by compiling a single file. -// This file serves this purpose. - -// This line ensures that gtest.h can be compiled on its own, even -// when it's fused. -#include "gtest/gtest.h" - -// The following lines pull in the real gtest *.cc files. -// Copyright 2005, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: wan@google.com (Zhanyong Wan) -// -// The Google C++ Testing Framework (Google Test) - -// Copyright 2007, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: wan@google.com (Zhanyong Wan) -// -// Utilities for testing Google Test itself and code that uses Google Test -// (e.g. frameworks built on top of Google Test). - -#ifndef GTEST_INCLUDE_GTEST_GTEST_SPI_H_ -#define GTEST_INCLUDE_GTEST_GTEST_SPI_H_ - - -namespace testing { - -// This helper class can be used to mock out Google Test failure reporting -// so that we can test Google Test or code that builds on Google Test. -// -// An object of this class appends a TestPartResult object to the -// TestPartResultArray object given in the constructor whenever a Google Test -// failure is reported. It can either intercept only failures that are -// generated in the same thread that created this object or it can intercept -// all generated failures. The scope of this mock object can be controlled with -// the second argument to the two arguments constructor. -class GTEST_API_ ScopedFakeTestPartResultReporter - : public TestPartResultReporterInterface { - public: - // The two possible mocking modes of this object. - enum InterceptMode { - INTERCEPT_ONLY_CURRENT_THREAD, // Intercepts only thread local failures. - INTERCEPT_ALL_THREADS // Intercepts all failures. - }; - - // The c'tor sets this object as the test part result reporter used - // by Google Test. The 'result' parameter specifies where to report the - // results. This reporter will only catch failures generated in the current - // thread. DEPRECATED - explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result); - - // Same as above, but you can choose the interception scope of this object. - ScopedFakeTestPartResultReporter(InterceptMode intercept_mode, - TestPartResultArray* result); - - // The d'tor restores the previous test part result reporter. - virtual ~ScopedFakeTestPartResultReporter(); - - // Appends the TestPartResult object to the TestPartResultArray - // received in the constructor. - // - // This method is from the TestPartResultReporterInterface - // interface. - virtual void ReportTestPartResult(const TestPartResult& result); - private: - void Init(); - - const InterceptMode intercept_mode_; - TestPartResultReporterInterface* old_reporter_; - TestPartResultArray* const result_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(ScopedFakeTestPartResultReporter); -}; - -namespace internal { - -// A helper class for implementing EXPECT_FATAL_FAILURE() and -// EXPECT_NONFATAL_FAILURE(). Its destructor verifies that the given -// TestPartResultArray contains exactly one failure that has the given -// type and contains the given substring. If that's not the case, a -// non-fatal failure will be generated. -class GTEST_API_ SingleFailureChecker { - public: - // The constructor remembers the arguments. - SingleFailureChecker(const TestPartResultArray* results, - TestPartResult::Type type, - const string& substr); - ~SingleFailureChecker(); - private: - const TestPartResultArray* const results_; - const TestPartResult::Type type_; - const string substr_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(SingleFailureChecker); -}; - -} // namespace internal - -} // namespace testing - -// A set of macros for testing Google Test assertions or code that's expected -// to generate Google Test fatal failures. It verifies that the given -// statement will cause exactly one fatal Google Test failure with 'substr' -// being part of the failure message. -// -// There are two different versions of this macro. EXPECT_FATAL_FAILURE only -// affects and considers failures generated in the current thread and -// EXPECT_FATAL_FAILURE_ON_ALL_THREADS does the same but for all threads. -// -// The verification of the assertion is done correctly even when the statement -// throws an exception or aborts the current function. -// -// Known restrictions: -// - 'statement' cannot reference local non-static variables or -// non-static members of the current object. -// - 'statement' cannot return a value. -// - You cannot stream a failure message to this macro. -// -// Note that even though the implementations of the following two -// macros are much alike, we cannot refactor them to use a common -// helper macro, due to some peculiarity in how the preprocessor -// works. The AcceptsMacroThatExpandsToUnprotectedComma test in -// gtest_unittest.cc will fail to compile if we do that. -#define EXPECT_FATAL_FAILURE(statement, substr) \ - do { \ - class GTestExpectFatalFailureHelper {\ - public:\ - static void Execute() { statement; }\ - };\ - ::testing::TestPartResultArray gtest_failures;\ - ::testing::internal::SingleFailureChecker gtest_checker(\ - >est_failures, ::testing::TestPartResult::kFatalFailure, (substr));\ - {\ - ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\ - ::testing::ScopedFakeTestPartResultReporter:: \ - INTERCEPT_ONLY_CURRENT_THREAD, >est_failures);\ - GTestExpectFatalFailureHelper::Execute();\ - }\ - } while (::testing::internal::AlwaysFalse()) - -#define EXPECT_FATAL_FAILURE_ON_ALL_THREADS(statement, substr) \ - do { \ - class GTestExpectFatalFailureHelper {\ - public:\ - static void Execute() { statement; }\ - };\ - ::testing::TestPartResultArray gtest_failures;\ - ::testing::internal::SingleFailureChecker gtest_checker(\ - >est_failures, ::testing::TestPartResult::kFatalFailure, (substr));\ - {\ - ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\ - ::testing::ScopedFakeTestPartResultReporter:: \ - INTERCEPT_ALL_THREADS, >est_failures);\ - GTestExpectFatalFailureHelper::Execute();\ - }\ - } while (::testing::internal::AlwaysFalse()) - -// A macro for testing Google Test assertions or code that's expected to -// generate Google Test non-fatal failures. It asserts that the given -// statement will cause exactly one non-fatal Google Test failure with 'substr' -// being part of the failure message. -// -// There are two different versions of this macro. EXPECT_NONFATAL_FAILURE only -// affects and considers failures generated in the current thread and -// EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS does the same but for all threads. -// -// 'statement' is allowed to reference local variables and members of -// the current object. -// -// The verification of the assertion is done correctly even when the statement -// throws an exception or aborts the current function. -// -// Known restrictions: -// - You cannot stream a failure message to this macro. -// -// Note that even though the implementations of the following two -// macros are much alike, we cannot refactor them to use a common -// helper macro, due to some peculiarity in how the preprocessor -// works. If we do that, the code won't compile when the user gives -// EXPECT_NONFATAL_FAILURE() a statement that contains a macro that -// expands to code containing an unprotected comma. The -// AcceptsMacroThatExpandsToUnprotectedComma test in gtest_unittest.cc -// catches that. -// -// For the same reason, we have to write -// if (::testing::internal::AlwaysTrue()) { statement; } -// instead of -// GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement) -// to avoid an MSVC warning on unreachable code. -#define EXPECT_NONFATAL_FAILURE(statement, substr) \ - do {\ - ::testing::TestPartResultArray gtest_failures;\ - ::testing::internal::SingleFailureChecker gtest_checker(\ - >est_failures, ::testing::TestPartResult::kNonFatalFailure, \ - (substr));\ - {\ - ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\ - ::testing::ScopedFakeTestPartResultReporter:: \ - INTERCEPT_ONLY_CURRENT_THREAD, >est_failures);\ - if (::testing::internal::AlwaysTrue()) { statement; }\ - }\ - } while (::testing::internal::AlwaysFalse()) - -#define EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS(statement, substr) \ - do {\ - ::testing::TestPartResultArray gtest_failures;\ - ::testing::internal::SingleFailureChecker gtest_checker(\ - >est_failures, ::testing::TestPartResult::kNonFatalFailure, \ - (substr));\ - {\ - ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\ - ::testing::ScopedFakeTestPartResultReporter::INTERCEPT_ALL_THREADS,\ - >est_failures);\ - if (::testing::internal::AlwaysTrue()) { statement; }\ - }\ - } while (::testing::internal::AlwaysFalse()) - -#endif // GTEST_INCLUDE_GTEST_GTEST_SPI_H_ - -#include -#include -#include -#include -#include -#include -#include - -#include -#include // NOLINT -#include -#include - -#if GTEST_OS_LINUX - -// TODO(kenton@google.com): Use autoconf to detect availability of -// gettimeofday(). -# define GTEST_HAS_GETTIMEOFDAY_ 1 - -# include // NOLINT -# include // NOLINT -# include // NOLINT -// Declares vsnprintf(). This header is not available on Windows. -# include // NOLINT -# include // NOLINT -# include // NOLINT -# include // NOLINT -# include - -#elif GTEST_OS_SYMBIAN -# define GTEST_HAS_GETTIMEOFDAY_ 1 -# include // NOLINT - -#elif GTEST_OS_ZOS -# define GTEST_HAS_GETTIMEOFDAY_ 1 -# include // NOLINT - -// On z/OS we additionally need strings.h for strcasecmp. -# include // NOLINT - -#elif GTEST_OS_WINDOWS_MOBILE // We are on Windows CE. - -# include // NOLINT - -#elif GTEST_OS_WINDOWS // We are on Windows proper. - -# include // NOLINT -# include // NOLINT -# include // NOLINT -# include // NOLINT - -# if GTEST_OS_WINDOWS_MINGW -// MinGW has gettimeofday() but not _ftime64(). -// TODO(kenton@google.com): Use autoconf to detect availability of -// gettimeofday(). -// TODO(kenton@google.com): There are other ways to get the time on -// Windows, like GetTickCount() or GetSystemTimeAsFileTime(). MinGW -// supports these. consider using them instead. -# define GTEST_HAS_GETTIMEOFDAY_ 1 -# include // NOLINT -# endif // GTEST_OS_WINDOWS_MINGW - -// cpplint thinks that the header is already included, so we want to -// silence it. -# include // NOLINT - -#else - -// Assume other platforms have gettimeofday(). -// TODO(kenton@google.com): Use autoconf to detect availability of -// gettimeofday(). -# define GTEST_HAS_GETTIMEOFDAY_ 1 - -// cpplint thinks that the header is already included, so we want to -// silence it. -# include // NOLINT -# include // NOLINT - -#endif // GTEST_OS_LINUX - -#if GTEST_HAS_EXCEPTIONS -# include -#endif - -#if GTEST_CAN_STREAM_RESULTS_ -# include // NOLINT -# include // NOLINT -#endif - -// Indicates that this translation unit is part of Google Test's -// implementation. It must come before gtest-internal-inl.h is -// included, or there will be a compiler error. This trick is to -// prevent a user from accidentally including gtest-internal-inl.h in -// his code. -#define GTEST_IMPLEMENTATION_ 1 -// Copyright 2005, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// Utility functions and classes used by the Google C++ testing framework. -// -// Author: wan@google.com (Zhanyong Wan) -// -// This file contains purely Google Test's internal implementation. Please -// DO NOT #INCLUDE IT IN A USER PROGRAM. - -#ifndef GTEST_SRC_GTEST_INTERNAL_INL_H_ -#define GTEST_SRC_GTEST_INTERNAL_INL_H_ - -// GTEST_IMPLEMENTATION_ is defined to 1 iff the current translation unit is -// part of Google Test's implementation; otherwise it's undefined. -#if !GTEST_IMPLEMENTATION_ -// A user is trying to include this from his code - just say no. -# error "gtest-internal-inl.h is part of Google Test's internal implementation." -# error "It must not be included except by Google Test itself." -#endif // GTEST_IMPLEMENTATION_ - -#ifndef _WIN32_WCE -# include -#endif // !_WIN32_WCE -#include -#include // For strtoll/_strtoul64/malloc/free. -#include // For memmove. - -#include -#include -#include - - -#if GTEST_OS_WINDOWS -# include // NOLINT -#endif // GTEST_OS_WINDOWS - - -namespace testing { - -// Declares the flags. -// -// We don't want the users to modify this flag in the code, but want -// Google Test's own unit tests to be able to access it. Therefore we -// declare it here as opposed to in gtest.h. -GTEST_DECLARE_bool_(death_test_use_fork); - -namespace internal { - -// The value of GetTestTypeId() as seen from within the Google Test -// library. This is solely for testing GetTestTypeId(). -GTEST_API_ extern const TypeId kTestTypeIdInGoogleTest; - -// Names of the flags (needed for parsing Google Test flags). -const char kAlsoRunDisabledTestsFlag[] = "also_run_disabled_tests"; -const char kBreakOnFailureFlag[] = "break_on_failure"; -const char kCatchExceptionsFlag[] = "catch_exceptions"; -const char kColorFlag[] = "color"; -const char kFilterFlag[] = "filter"; -const char kListTestsFlag[] = "list_tests"; -const char kOutputFlag[] = "output"; -const char kPrintTimeFlag[] = "print_time"; -const char kRandomSeedFlag[] = "random_seed"; -const char kRepeatFlag[] = "repeat"; -const char kShuffleFlag[] = "shuffle"; -const char kStackTraceDepthFlag[] = "stack_trace_depth"; -const char kStreamResultToFlag[] = "stream_result_to"; -const char kThrowOnFailureFlag[] = "throw_on_failure"; - -// A valid random seed must be in [1, kMaxRandomSeed]. -const int kMaxRandomSeed = 99999; - -// g_help_flag is true iff the --help flag or an equivalent form is -// specified on the command line. -GTEST_API_ extern bool g_help_flag; - -// Returns the current time in milliseconds. -GTEST_API_ TimeInMillis GetTimeInMillis(); - -// Returns true iff Google Test should use colors in the output. -GTEST_API_ bool ShouldUseColor(bool stdout_is_tty); - -// Formats the given time in milliseconds as seconds. -GTEST_API_ std::string FormatTimeInMillisAsSeconds(TimeInMillis ms); - -// Parses a string for an Int32 flag, in the form of "--flag=value". -// -// On success, stores the value of the flag in *value, and returns -// true. On failure, returns false without changing *value. -GTEST_API_ bool ParseInt32Flag( - const char* str, const char* flag, Int32* value); - -// Returns a random seed in range [1, kMaxRandomSeed] based on the -// given --gtest_random_seed flag value. -inline int GetRandomSeedFromFlag(Int32 random_seed_flag) { - const unsigned int raw_seed = (random_seed_flag == 0) ? - static_cast(GetTimeInMillis()) : - static_cast(random_seed_flag); - - // Normalizes the actual seed to range [1, kMaxRandomSeed] such that - // it's easy to type. - const int normalized_seed = - static_cast((raw_seed - 1U) % - static_cast(kMaxRandomSeed)) + 1; - return normalized_seed; -} - -// Returns the first valid random seed after 'seed'. The behavior is -// undefined if 'seed' is invalid. The seed after kMaxRandomSeed is -// considered to be 1. -inline int GetNextRandomSeed(int seed) { - GTEST_CHECK_(1 <= seed && seed <= kMaxRandomSeed) - << "Invalid random seed " << seed << " - must be in [1, " - << kMaxRandomSeed << "]."; - const int next_seed = seed + 1; - return (next_seed > kMaxRandomSeed) ? 1 : next_seed; -} - -// This class saves the values of all Google Test flags in its c'tor, and -// restores them in its d'tor. -class GTestFlagSaver { - public: - // The c'tor. - GTestFlagSaver() { - also_run_disabled_tests_ = GTEST_FLAG(also_run_disabled_tests); - break_on_failure_ = GTEST_FLAG(break_on_failure); - catch_exceptions_ = GTEST_FLAG(catch_exceptions); - color_ = GTEST_FLAG(color); - death_test_style_ = GTEST_FLAG(death_test_style); - death_test_use_fork_ = GTEST_FLAG(death_test_use_fork); - filter_ = GTEST_FLAG(filter); - internal_run_death_test_ = GTEST_FLAG(internal_run_death_test); - list_tests_ = GTEST_FLAG(list_tests); - output_ = GTEST_FLAG(output); - print_time_ = GTEST_FLAG(print_time); - random_seed_ = GTEST_FLAG(random_seed); - repeat_ = GTEST_FLAG(repeat); - shuffle_ = GTEST_FLAG(shuffle); - stack_trace_depth_ = GTEST_FLAG(stack_trace_depth); - stream_result_to_ = GTEST_FLAG(stream_result_to); - throw_on_failure_ = GTEST_FLAG(throw_on_failure); - } - - // The d'tor is not virtual. DO NOT INHERIT FROM THIS CLASS. - ~GTestFlagSaver() { - GTEST_FLAG(also_run_disabled_tests) = also_run_disabled_tests_; - GTEST_FLAG(break_on_failure) = break_on_failure_; - GTEST_FLAG(catch_exceptions) = catch_exceptions_; - GTEST_FLAG(color) = color_; - GTEST_FLAG(death_test_style) = death_test_style_; - GTEST_FLAG(death_test_use_fork) = death_test_use_fork_; - GTEST_FLAG(filter) = filter_; - GTEST_FLAG(internal_run_death_test) = internal_run_death_test_; - GTEST_FLAG(list_tests) = list_tests_; - GTEST_FLAG(output) = output_; - GTEST_FLAG(print_time) = print_time_; - GTEST_FLAG(random_seed) = random_seed_; - GTEST_FLAG(repeat) = repeat_; - GTEST_FLAG(shuffle) = shuffle_; - GTEST_FLAG(stack_trace_depth) = stack_trace_depth_; - GTEST_FLAG(stream_result_to) = stream_result_to_; - GTEST_FLAG(throw_on_failure) = throw_on_failure_; - } - private: - // Fields for saving the original values of flags. - bool also_run_disabled_tests_; - bool break_on_failure_; - bool catch_exceptions_; - String color_; - String death_test_style_; - bool death_test_use_fork_; - String filter_; - String internal_run_death_test_; - bool list_tests_; - String output_; - bool print_time_; - internal::Int32 random_seed_; - internal::Int32 repeat_; - bool shuffle_; - internal::Int32 stack_trace_depth_; - String stream_result_to_; - bool throw_on_failure_; -} GTEST_ATTRIBUTE_UNUSED_; - -// Converts a Unicode code point to a narrow string in UTF-8 encoding. -// code_point parameter is of type UInt32 because wchar_t may not be -// wide enough to contain a code point. -// The output buffer str must containt at least 32 characters. -// The function returns the address of the output buffer. -// If the code_point is not a valid Unicode code point -// (i.e. outside of Unicode range U+0 to U+10FFFF) it will be output -// as '(Invalid Unicode 0xXXXXXXXX)'. -GTEST_API_ char* CodePointToUtf8(UInt32 code_point, char* str); - -// Converts a wide string to a narrow string in UTF-8 encoding. -// The wide string is assumed to have the following encoding: -// UTF-16 if sizeof(wchar_t) == 2 (on Windows, Cygwin, Symbian OS) -// UTF-32 if sizeof(wchar_t) == 4 (on Linux) -// Parameter str points to a null-terminated wide string. -// Parameter num_chars may additionally limit the number -// of wchar_t characters processed. -1 is used when the entire string -// should be processed. -// If the string contains code points that are not valid Unicode code points -// (i.e. outside of Unicode range U+0 to U+10FFFF) they will be output -// as '(Invalid Unicode 0xXXXXXXXX)'. If the string is in UTF16 encoding -// and contains invalid UTF-16 surrogate pairs, values in those pairs -// will be encoded as individual Unicode characters from Basic Normal Plane. -GTEST_API_ String WideStringToUtf8(const wchar_t* str, int num_chars); - -// Reads the GTEST_SHARD_STATUS_FILE environment variable, and creates the file -// if the variable is present. If a file already exists at this location, this -// function will write over it. If the variable is present, but the file cannot -// be created, prints an error and exits. -void WriteToShardStatusFileIfNeeded(); - -// Checks whether sharding is enabled by examining the relevant -// environment variable values. If the variables are present, -// but inconsistent (e.g., shard_index >= total_shards), prints -// an error and exits. If in_subprocess_for_death_test, sharding is -// disabled because it must only be applied to the original test -// process. Otherwise, we could filter out death tests we intended to execute. -GTEST_API_ bool ShouldShard(const char* total_shards_str, - const char* shard_index_str, - bool in_subprocess_for_death_test); - -// Parses the environment variable var as an Int32. If it is unset, -// returns default_val. If it is not an Int32, prints an error and -// and aborts. -GTEST_API_ Int32 Int32FromEnvOrDie(const char* env_var, Int32 default_val); - -// Given the total number of shards, the shard index, and the test id, -// returns true iff the test should be run on this shard. The test id is -// some arbitrary but unique non-negative integer assigned to each test -// method. Assumes that 0 <= shard_index < total_shards. -GTEST_API_ bool ShouldRunTestOnShard( - int total_shards, int shard_index, int test_id); - -// STL container utilities. - -// Returns the number of elements in the given container that satisfy -// the given predicate. -template -inline int CountIf(const Container& c, Predicate predicate) { - // Implemented as an explicit loop since std::count_if() in libCstd on - // Solaris has a non-standard signature. - int count = 0; - for (typename Container::const_iterator it = c.begin(); it != c.end(); ++it) { - if (predicate(*it)) - ++count; - } - return count; -} - -// Applies a function/functor to each element in the container. -template -void ForEach(const Container& c, Functor functor) { - std::for_each(c.begin(), c.end(), functor); -} - -// Returns the i-th element of the vector, or default_value if i is not -// in range [0, v.size()). -template -inline E GetElementOr(const std::vector& v, int i, E default_value) { - return (i < 0 || i >= static_cast(v.size())) ? default_value : v[i]; -} - -// Performs an in-place shuffle of a range of the vector's elements. -// 'begin' and 'end' are element indices as an STL-style range; -// i.e. [begin, end) are shuffled, where 'end' == size() means to -// shuffle to the end of the vector. -template -void ShuffleRange(internal::Random* random, int begin, int end, - std::vector* v) { - const int size = static_cast(v->size()); - GTEST_CHECK_(0 <= begin && begin <= size) - << "Invalid shuffle range start " << begin << ": must be in range [0, " - << size << "]."; - GTEST_CHECK_(begin <= end && end <= size) - << "Invalid shuffle range finish " << end << ": must be in range [" - << begin << ", " << size << "]."; - - // Fisher-Yates shuffle, from - // http://en.wikipedia.org/wiki/Fisher-Yates_shuffle - for (int range_width = end - begin; range_width >= 2; range_width--) { - const int last_in_range = begin + range_width - 1; - const int selected = begin + random->Generate(range_width); - std::swap((*v)[selected], (*v)[last_in_range]); - } -} - -// Performs an in-place shuffle of the vector's elements. -template -inline void Shuffle(internal::Random* random, std::vector* v) { - ShuffleRange(random, 0, static_cast(v->size()), v); -} - -// A function for deleting an object. Handy for being used as a -// functor. -template -static void Delete(T* x) { - delete x; -} - -// A predicate that checks the key of a TestProperty against a known key. -// -// TestPropertyKeyIs is copyable. -class TestPropertyKeyIs { - public: - // Constructor. - // - // TestPropertyKeyIs has NO default constructor. - explicit TestPropertyKeyIs(const char* key) - : key_(key) {} - - // Returns true iff the test name of test property matches on key_. - bool operator()(const TestProperty& test_property) const { - return String(test_property.key()).Compare(key_) == 0; - } - - private: - String key_; -}; - -// Class UnitTestOptions. -// -// This class contains functions for processing options the user -// specifies when running the tests. It has only static members. -// -// In most cases, the user can specify an option using either an -// environment variable or a command line flag. E.g. you can set the -// test filter using either GTEST_FILTER or --gtest_filter. If both -// the variable and the flag are present, the latter overrides the -// former. -class GTEST_API_ UnitTestOptions { - public: - // Functions for processing the gtest_output flag. - - // Returns the output format, or "" for normal printed output. - static String GetOutputFormat(); - - // Returns the absolute path of the requested output file, or the - // default (test_detail.xml in the original working directory) if - // none was explicitly specified. - static String GetAbsolutePathToOutputFile(); - - // Functions for processing the gtest_filter flag. - - // Returns true iff the wildcard pattern matches the string. The - // first ':' or '\0' character in pattern marks the end of it. - // - // This recursive algorithm isn't very efficient, but is clear and - // works well enough for matching test names, which are short. - static bool PatternMatchesString(const char *pattern, const char *str); - - // Returns true iff the user-specified filter matches the test case - // name and the test name. - static bool FilterMatchesTest(const String &test_case_name, - const String &test_name); - -#if GTEST_OS_WINDOWS - // Function for supporting the gtest_catch_exception flag. - - // Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the - // given SEH exception, or EXCEPTION_CONTINUE_SEARCH otherwise. - // This function is useful as an __except condition. - static int GTestShouldProcessSEH(DWORD exception_code); -#endif // GTEST_OS_WINDOWS - - // Returns true if "name" matches the ':' separated list of glob-style - // filters in "filter". - static bool MatchesFilter(const String& name, const char* filter); -}; - -// Returns the current application's name, removing directory path if that -// is present. Used by UnitTestOptions::GetOutputFile. -GTEST_API_ FilePath GetCurrentExecutableName(); - -// The role interface for getting the OS stack trace as a string. -class OsStackTraceGetterInterface { - public: - OsStackTraceGetterInterface() {} - virtual ~OsStackTraceGetterInterface() {} - - // Returns the current OS stack trace as a String. Parameters: - // - // max_depth - the maximum number of stack frames to be included - // in the trace. - // skip_count - the number of top frames to be skipped; doesn't count - // against max_depth. - virtual String CurrentStackTrace(int max_depth, int skip_count) = 0; - - // UponLeavingGTest() should be called immediately before Google Test calls - // user code. It saves some information about the current stack that - // CurrentStackTrace() will use to find and hide Google Test stack frames. - virtual void UponLeavingGTest() = 0; - - private: - GTEST_DISALLOW_COPY_AND_ASSIGN_(OsStackTraceGetterInterface); -}; - -// A working implementation of the OsStackTraceGetterInterface interface. -class OsStackTraceGetter : public OsStackTraceGetterInterface { - public: - OsStackTraceGetter() : caller_frame_(NULL) {} - virtual String CurrentStackTrace(int max_depth, int skip_count); - virtual void UponLeavingGTest(); - - // This string is inserted in place of stack frames that are part of - // Google Test's implementation. - static const char* const kElidedFramesMarker; - - private: - Mutex mutex_; // protects all internal state - - // We save the stack frame below the frame that calls user code. - // We do this because the address of the frame immediately below - // the user code changes between the call to UponLeavingGTest() - // and any calls to CurrentStackTrace() from within the user code. - void* caller_frame_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(OsStackTraceGetter); -}; - -// Information about a Google Test trace point. -struct TraceInfo { - const char* file; - int line; - String message; -}; - -// This is the default global test part result reporter used in UnitTestImpl. -// This class should only be used by UnitTestImpl. -class DefaultGlobalTestPartResultReporter - : public TestPartResultReporterInterface { - public: - explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test); - // Implements the TestPartResultReporterInterface. Reports the test part - // result in the current test. - virtual void ReportTestPartResult(const TestPartResult& result); - - private: - UnitTestImpl* const unit_test_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(DefaultGlobalTestPartResultReporter); -}; - -// This is the default per thread test part result reporter used in -// UnitTestImpl. This class should only be used by UnitTestImpl. -class DefaultPerThreadTestPartResultReporter - : public TestPartResultReporterInterface { - public: - explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test); - // Implements the TestPartResultReporterInterface. The implementation just - // delegates to the current global test part result reporter of *unit_test_. - virtual void ReportTestPartResult(const TestPartResult& result); - - private: - UnitTestImpl* const unit_test_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(DefaultPerThreadTestPartResultReporter); -}; - -// The private implementation of the UnitTest class. We don't protect -// the methods under a mutex, as this class is not accessible by a -// user and the UnitTest class that delegates work to this class does -// proper locking. -class GTEST_API_ UnitTestImpl { - public: - explicit UnitTestImpl(UnitTest* parent); - virtual ~UnitTestImpl(); - - // There are two different ways to register your own TestPartResultReporter. - // You can register your own repoter to listen either only for test results - // from the current thread or for results from all threads. - // By default, each per-thread test result repoter just passes a new - // TestPartResult to the global test result reporter, which registers the - // test part result for the currently running test. - - // Returns the global test part result reporter. - TestPartResultReporterInterface* GetGlobalTestPartResultReporter(); - - // Sets the global test part result reporter. - void SetGlobalTestPartResultReporter( - TestPartResultReporterInterface* reporter); - - // Returns the test part result reporter for the current thread. - TestPartResultReporterInterface* GetTestPartResultReporterForCurrentThread(); - - // Sets the test part result reporter for the current thread. - void SetTestPartResultReporterForCurrentThread( - TestPartResultReporterInterface* reporter); - - // Gets the number of successful test cases. - int successful_test_case_count() const; - - // Gets the number of failed test cases. - int failed_test_case_count() const; - - // Gets the number of all test cases. - int total_test_case_count() const; - - // Gets the number of all test cases that contain at least one test - // that should run. - int test_case_to_run_count() const; - - // Gets the number of successful tests. - int successful_test_count() const; - - // Gets the number of failed tests. - int failed_test_count() const; - - // Gets the number of disabled tests. - int disabled_test_count() const; - - // Gets the number of all tests. - int total_test_count() const; - - // Gets the number of tests that should run. - int test_to_run_count() const; - - // Gets the elapsed time, in milliseconds. - TimeInMillis elapsed_time() const { return elapsed_time_; } - - // Returns true iff the unit test passed (i.e. all test cases passed). - bool Passed() const { return !Failed(); } - - // Returns true iff the unit test failed (i.e. some test case failed - // or something outside of all tests failed). - bool Failed() const { - return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed(); - } - - // Gets the i-th test case among all the test cases. i can range from 0 to - // total_test_case_count() - 1. If i is not in that range, returns NULL. - const TestCase* GetTestCase(int i) const { - const int index = GetElementOr(test_case_indices_, i, -1); - return index < 0 ? NULL : test_cases_[i]; - } - - // Gets the i-th test case among all the test cases. i can range from 0 to - // total_test_case_count() - 1. If i is not in that range, returns NULL. - TestCase* GetMutableTestCase(int i) { - const int index = GetElementOr(test_case_indices_, i, -1); - return index < 0 ? NULL : test_cases_[index]; - } - - // Provides access to the event listener list. - TestEventListeners* listeners() { return &listeners_; } - - // Returns the TestResult for the test that's currently running, or - // the TestResult for the ad hoc test if no test is running. - TestResult* current_test_result(); - - // Returns the TestResult for the ad hoc test. - const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; } - - // Sets the OS stack trace getter. - // - // Does nothing if the input and the current OS stack trace getter - // are the same; otherwise, deletes the old getter and makes the - // input the current getter. - void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter); - - // Returns the current OS stack trace getter if it is not NULL; - // otherwise, creates an OsStackTraceGetter, makes it the current - // getter, and returns it. - OsStackTraceGetterInterface* os_stack_trace_getter(); - - // Returns the current OS stack trace as a String. - // - // The maximum number of stack frames to be included is specified by - // the gtest_stack_trace_depth flag. The skip_count parameter - // specifies the number of top frames to be skipped, which doesn't - // count against the number of frames to be included. - // - // For example, if Foo() calls Bar(), which in turn calls - // CurrentOsStackTraceExceptTop(1), Foo() will be included in the - // trace but Bar() and CurrentOsStackTraceExceptTop() won't. - String CurrentOsStackTraceExceptTop(int skip_count); - - // Finds and returns a TestCase with the given name. If one doesn't - // exist, creates one and returns it. - // - // Arguments: - // - // test_case_name: name of the test case - // type_param: the name of the test's type parameter, or NULL if - // this is not a typed or a type-parameterized test. - // set_up_tc: pointer to the function that sets up the test case - // tear_down_tc: pointer to the function that tears down the test case - TestCase* GetTestCase(const char* test_case_name, - const char* type_param, - Test::SetUpTestCaseFunc set_up_tc, - Test::TearDownTestCaseFunc tear_down_tc); - - // Adds a TestInfo to the unit test. - // - // Arguments: - // - // set_up_tc: pointer to the function that sets up the test case - // tear_down_tc: pointer to the function that tears down the test case - // test_info: the TestInfo object - void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, - Test::TearDownTestCaseFunc tear_down_tc, - TestInfo* test_info) { - // In order to support thread-safe death tests, we need to - // remember the original working directory when the test program - // was first invoked. We cannot do this in RUN_ALL_TESTS(), as - // the user may have changed the current directory before calling - // RUN_ALL_TESTS(). Therefore we capture the current directory in - // AddTestInfo(), which is called to register a TEST or TEST_F - // before main() is reached. - if (original_working_dir_.IsEmpty()) { - original_working_dir_.Set(FilePath::GetCurrentDir()); - GTEST_CHECK_(!original_working_dir_.IsEmpty()) - << "Failed to get the current working directory."; - } - - GetTestCase(test_info->test_case_name(), - test_info->type_param(), - set_up_tc, - tear_down_tc)->AddTestInfo(test_info); - } - -#if GTEST_HAS_PARAM_TEST - // Returns ParameterizedTestCaseRegistry object used to keep track of - // value-parameterized tests and instantiate and register them. - internal::ParameterizedTestCaseRegistry& parameterized_test_registry() { - return parameterized_test_registry_; - } -#endif // GTEST_HAS_PARAM_TEST - - // Sets the TestCase object for the test that's currently running. - void set_current_test_case(TestCase* a_current_test_case) { - current_test_case_ = a_current_test_case; - } - - // Sets the TestInfo object for the test that's currently running. If - // current_test_info is NULL, the assertion results will be stored in - // ad_hoc_test_result_. - void set_current_test_info(TestInfo* a_current_test_info) { - current_test_info_ = a_current_test_info; - } - - // Registers all parameterized tests defined using TEST_P and - // INSTANTIATE_TEST_CASE_P, creating regular tests for each test/parameter - // combination. This method can be called more then once; it has guards - // protecting from registering the tests more then once. If - // value-parameterized tests are disabled, RegisterParameterizedTests is - // present but does nothing. - void RegisterParameterizedTests(); - - // Runs all tests in this UnitTest object, prints the result, and - // returns true if all tests are successful. If any exception is - // thrown during a test, this test is considered to be failed, but - // the rest of the tests will still be run. - bool RunAllTests(); - - // Clears the results of all tests, except the ad hoc tests. - void ClearNonAdHocTestResult() { - ForEach(test_cases_, TestCase::ClearTestCaseResult); - } - - // Clears the results of ad-hoc test assertions. - void ClearAdHocTestResult() { - ad_hoc_test_result_.Clear(); - } - - enum ReactionToSharding { - HONOR_SHARDING_PROTOCOL, - IGNORE_SHARDING_PROTOCOL - }; - - // Matches the full name of each test against the user-specified - // filter to decide whether the test should run, then records the - // result in each TestCase and TestInfo object. - // If shard_tests == HONOR_SHARDING_PROTOCOL, further filters tests - // based on sharding variables in the environment. - // Returns the number of tests that should run. - int FilterTests(ReactionToSharding shard_tests); - - // Prints the names of the tests matching the user-specified filter flag. - void ListTestsMatchingFilter(); - - const TestCase* current_test_case() const { return current_test_case_; } - TestInfo* current_test_info() { return current_test_info_; } - const TestInfo* current_test_info() const { return current_test_info_; } - - // Returns the vector of environments that need to be set-up/torn-down - // before/after the tests are run. - std::vector& environments() { return environments_; } - - // Getters for the per-thread Google Test trace stack. - std::vector& gtest_trace_stack() { - return *(gtest_trace_stack_.pointer()); - } - const std::vector& gtest_trace_stack() const { - return gtest_trace_stack_.get(); - } - -#if GTEST_HAS_DEATH_TEST - void InitDeathTestSubprocessControlInfo() { - internal_run_death_test_flag_.reset(ParseInternalRunDeathTestFlag()); - } - // Returns a pointer to the parsed --gtest_internal_run_death_test - // flag, or NULL if that flag was not specified. - // This information is useful only in a death test child process. - // Must not be called before a call to InitGoogleTest. - const InternalRunDeathTestFlag* internal_run_death_test_flag() const { - return internal_run_death_test_flag_.get(); - } - - // Returns a pointer to the current death test factory. - internal::DeathTestFactory* death_test_factory() { - return death_test_factory_.get(); - } - - void SuppressTestEventsIfInSubprocess(); - - friend class ReplaceDeathTestFactory; -#endif // GTEST_HAS_DEATH_TEST - - // Initializes the event listener performing XML output as specified by - // UnitTestOptions. Must not be called before InitGoogleTest. - void ConfigureXmlOutput(); - -#if GTEST_CAN_STREAM_RESULTS_ - // Initializes the event listener for streaming test results to a socket. - // Must not be called before InitGoogleTest. - void ConfigureStreamingOutput(); -#endif - - // Performs initialization dependent upon flag values obtained in - // ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to - // ParseGoogleTestFlagsOnly. In case a user neglects to call InitGoogleTest - // this function is also called from RunAllTests. Since this function can be - // called more than once, it has to be idempotent. - void PostFlagParsingInit(); - - // Gets the random seed used at the start of the current test iteration. - int random_seed() const { return random_seed_; } - - // Gets the random number generator. - internal::Random* random() { return &random_; } - - // Shuffles all test cases, and the tests within each test case, - // making sure that death tests are still run first. - void ShuffleTests(); - - // Restores the test cases and tests to their order before the first shuffle. - void UnshuffleTests(); - - // Returns the value of GTEST_FLAG(catch_exceptions) at the moment - // UnitTest::Run() starts. - bool catch_exceptions() const { return catch_exceptions_; } - - private: - friend class ::testing::UnitTest; - - // Used by UnitTest::Run() to capture the state of - // GTEST_FLAG(catch_exceptions) at the moment it starts. - void set_catch_exceptions(bool value) { catch_exceptions_ = value; } - - // The UnitTest object that owns this implementation object. - UnitTest* const parent_; - - // The working directory when the first TEST() or TEST_F() was - // executed. - internal::FilePath original_working_dir_; - - // The default test part result reporters. - DefaultGlobalTestPartResultReporter default_global_test_part_result_reporter_; - DefaultPerThreadTestPartResultReporter - default_per_thread_test_part_result_reporter_; - - // Points to (but doesn't own) the global test part result reporter. - TestPartResultReporterInterface* global_test_part_result_repoter_; - - // Protects read and write access to global_test_part_result_reporter_. - internal::Mutex global_test_part_result_reporter_mutex_; - - // Points to (but doesn't own) the per-thread test part result reporter. - internal::ThreadLocal - per_thread_test_part_result_reporter_; - - // The vector of environments that need to be set-up/torn-down - // before/after the tests are run. - std::vector environments_; - - // The vector of TestCases in their original order. It owns the - // elements in the vector. - std::vector test_cases_; - - // Provides a level of indirection for the test case list to allow - // easy shuffling and restoring the test case order. The i-th - // element of this vector is the index of the i-th test case in the - // shuffled order. - std::vector test_case_indices_; - -#if GTEST_HAS_PARAM_TEST - // ParameterizedTestRegistry object used to register value-parameterized - // tests. - internal::ParameterizedTestCaseRegistry parameterized_test_registry_; - - // Indicates whether RegisterParameterizedTests() has been called already. - bool parameterized_tests_registered_; -#endif // GTEST_HAS_PARAM_TEST - - // Index of the last death test case registered. Initially -1. - int last_death_test_case_; - - // This points to the TestCase for the currently running test. It - // changes as Google Test goes through one test case after another. - // When no test is running, this is set to NULL and Google Test - // stores assertion results in ad_hoc_test_result_. Initially NULL. - TestCase* current_test_case_; - - // This points to the TestInfo for the currently running test. It - // changes as Google Test goes through one test after another. When - // no test is running, this is set to NULL and Google Test stores - // assertion results in ad_hoc_test_result_. Initially NULL. - TestInfo* current_test_info_; - - // Normally, a user only writes assertions inside a TEST or TEST_F, - // or inside a function called by a TEST or TEST_F. Since Google - // Test keeps track of which test is current running, it can - // associate such an assertion with the test it belongs to. - // - // If an assertion is encountered when no TEST or TEST_F is running, - // Google Test attributes the assertion result to an imaginary "ad hoc" - // test, and records the result in ad_hoc_test_result_. - TestResult ad_hoc_test_result_; - - // The list of event listeners that can be used to track events inside - // Google Test. - TestEventListeners listeners_; - - // The OS stack trace getter. Will be deleted when the UnitTest - // object is destructed. By default, an OsStackTraceGetter is used, - // but the user can set this field to use a custom getter if that is - // desired. - OsStackTraceGetterInterface* os_stack_trace_getter_; - - // True iff PostFlagParsingInit() has been called. - bool post_flag_parse_init_performed_; - - // The random number seed used at the beginning of the test run. - int random_seed_; - - // Our random number generator. - internal::Random random_; - - // How long the test took to run, in milliseconds. - TimeInMillis elapsed_time_; - -#if GTEST_HAS_DEATH_TEST - // The decomposed components of the gtest_internal_run_death_test flag, - // parsed when RUN_ALL_TESTS is called. - internal::scoped_ptr internal_run_death_test_flag_; - internal::scoped_ptr death_test_factory_; -#endif // GTEST_HAS_DEATH_TEST - - // A per-thread stack of traces created by the SCOPED_TRACE() macro. - internal::ThreadLocal > gtest_trace_stack_; - - // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests() - // starts. - bool catch_exceptions_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(UnitTestImpl); -}; // class UnitTestImpl - -// Convenience function for accessing the global UnitTest -// implementation object. -inline UnitTestImpl* GetUnitTestImpl() { - return UnitTest::GetInstance()->impl(); -} - -#if GTEST_USES_SIMPLE_RE - -// Internal helper functions for implementing the simple regular -// expression matcher. -GTEST_API_ bool IsInSet(char ch, const char* str); -GTEST_API_ bool IsAsciiDigit(char ch); -GTEST_API_ bool IsAsciiPunct(char ch); -GTEST_API_ bool IsRepeat(char ch); -GTEST_API_ bool IsAsciiWhiteSpace(char ch); -GTEST_API_ bool IsAsciiWordChar(char ch); -GTEST_API_ bool IsValidEscape(char ch); -GTEST_API_ bool AtomMatchesChar(bool escaped, char pattern, char ch); -GTEST_API_ bool ValidateRegex(const char* regex); -GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str); -GTEST_API_ bool MatchRepetitionAndRegexAtHead( - bool escaped, char ch, char repeat, const char* regex, const char* str); -GTEST_API_ bool MatchRegexAnywhere(const char* regex, const char* str); - -#endif // GTEST_USES_SIMPLE_RE - -// Parses the command line for Google Test flags, without initializing -// other parts of Google Test. -GTEST_API_ void ParseGoogleTestFlagsOnly(int* argc, char** argv); -GTEST_API_ void ParseGoogleTestFlagsOnly(int* argc, wchar_t** argv); - -#if GTEST_HAS_DEATH_TEST - -// Returns the message describing the last system error, regardless of the -// platform. -GTEST_API_ String GetLastErrnoDescription(); - -# if GTEST_OS_WINDOWS -// Provides leak-safe Windows kernel handle ownership. -class AutoHandle { - public: - AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} - explicit AutoHandle(HANDLE handle) : handle_(handle) {} - - ~AutoHandle() { Reset(); } - - HANDLE Get() const { return handle_; } - void Reset() { Reset(INVALID_HANDLE_VALUE); } - void Reset(HANDLE handle) { - if (handle != handle_) { - if (handle_ != INVALID_HANDLE_VALUE) - ::CloseHandle(handle_); - handle_ = handle; - } - } - - private: - HANDLE handle_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle); -}; -# endif // GTEST_OS_WINDOWS - -// Attempts to parse a string into a positive integer pointed to by the -// number parameter. Returns true if that is possible. -// GTEST_HAS_DEATH_TEST implies that we have ::std::string, so we can use -// it here. -template -bool ParseNaturalNumber(const ::std::string& str, Integer* number) { - // Fail fast if the given string does not begin with a digit; - // this bypasses strtoXXX's "optional leading whitespace and plus - // or minus sign" semantics, which are undesirable here. - if (str.empty() || !IsDigit(str[0])) { - return false; - } - errno = 0; - - char* end; - // BiggestConvertible is the largest integer type that system-provided - // string-to-number conversion routines can return. - -# if GTEST_OS_WINDOWS && !defined(__GNUC__) - - // MSVC and C++ Builder define __int64 instead of the standard long long. - typedef unsigned __int64 BiggestConvertible; - const BiggestConvertible parsed = _strtoui64(str.c_str(), &end, 10); - -# else - - typedef unsigned long long BiggestConvertible; // NOLINT - const BiggestConvertible parsed = strtoull(str.c_str(), &end, 10); - -# endif // GTEST_OS_WINDOWS && !defined(__GNUC__) - - const bool parse_success = *end == '\0' && errno == 0; - - // TODO(vladl@google.com): Convert this to compile time assertion when it is - // available. - GTEST_CHECK_(sizeof(Integer) <= sizeof(parsed)); - - const Integer result = static_cast(parsed); - if (parse_success && static_cast(result) == parsed) { - *number = result; - return true; - } - return false; -} -#endif // GTEST_HAS_DEATH_TEST - -// TestResult contains some private methods that should be hidden from -// Google Test user but are required for testing. This class allow our tests -// to access them. -// -// This class is supplied only for the purpose of testing Google Test's own -// constructs. Do not use it in user tests, either directly or indirectly. -class TestResultAccessor { - public: - static void RecordProperty(TestResult* test_result, - const TestProperty& property) { - test_result->RecordProperty(property); - } - - static void ClearTestPartResults(TestResult* test_result) { - test_result->ClearTestPartResults(); - } - - static const std::vector& test_part_results( - const TestResult& test_result) { - return test_result.test_part_results(); - } -}; - -} // namespace internal -} // namespace testing - -#endif // GTEST_SRC_GTEST_INTERNAL_INL_H_ -#undef GTEST_IMPLEMENTATION_ - -#if GTEST_OS_WINDOWS -# define vsnprintf _vsnprintf -#endif // GTEST_OS_WINDOWS - -namespace testing { - -using internal::CountIf; -using internal::ForEach; -using internal::GetElementOr; -using internal::Shuffle; - -// Constants. - -// A test whose test case name or test name matches this filter is -// disabled and not run. -static const char kDisableTestFilter[] = "DISABLED_*:*/DISABLED_*"; - -// A test case whose name matches this filter is considered a death -// test case and will be run before test cases whose name doesn't -// match this filter. -static const char kDeathTestCaseFilter[] = "*DeathTest:*DeathTest/*"; - -// A test filter that matches everything. -static const char kUniversalFilter[] = "*"; - -// The default output file for XML output. -static const char kDefaultOutputFile[] = "test_detail.xml"; - -// The environment variable name for the test shard index. -static const char kTestShardIndex[] = "GTEST_SHARD_INDEX"; -// The environment variable name for the total number of test shards. -static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; -// The environment variable name for the test shard status file. -static const char kTestShardStatusFile[] = "GTEST_SHARD_STATUS_FILE"; - -namespace internal { - -// The text used in failure messages to indicate the start of the -// stack trace. -const char kStackTraceMarker[] = "\nStack trace:\n"; - -// g_help_flag is true iff the --help flag or an equivalent form is -// specified on the command line. -bool g_help_flag = false; - -} // namespace internal - -GTEST_DEFINE_bool_( - also_run_disabled_tests, - internal::BoolFromGTestEnv("also_run_disabled_tests", false), - "Run disabled tests too, in addition to the tests normally being run."); - -GTEST_DEFINE_bool_( - break_on_failure, - internal::BoolFromGTestEnv("break_on_failure", false), - "True iff a failed assertion should be a debugger break-point."); - -GTEST_DEFINE_bool_( - catch_exceptions, - internal::BoolFromGTestEnv("catch_exceptions", true), - "True iff " GTEST_NAME_ - " should catch exceptions and treat them as test failures."); - -GTEST_DEFINE_string_( - color, - internal::StringFromGTestEnv("color", "auto"), - "Whether to use colors in the output. Valid values: yes, no, " - "and auto. 'auto' means to use colors if the output is " - "being sent to a terminal and the TERM environment variable " - "is set to xterm, xterm-color, xterm-256color, linux or cygwin."); - -GTEST_DEFINE_string_( - filter, - internal::StringFromGTestEnv("filter", kUniversalFilter), - "A colon-separated list of glob (not regex) patterns " - "for filtering the tests to run, optionally followed by a " - "'-' and a : separated list of negative patterns (tests to " - "exclude). A test is run if it matches one of the positive " - "patterns and does not match any of the negative patterns."); - -GTEST_DEFINE_bool_(list_tests, false, - "List all tests without running them."); - -GTEST_DEFINE_string_( - output, - internal::StringFromGTestEnv("output", ""), - "A format (currently must be \"xml\"), optionally followed " - "by a colon and an output file name or directory. A directory " - "is indicated by a trailing pathname separator. " - "Examples: \"xml:filename.xml\", \"xml::directoryname/\". " - "If a directory is specified, output files will be created " - "within that directory, with file-names based on the test " - "executable's name and, if necessary, made unique by adding " - "digits."); - -GTEST_DEFINE_bool_( - print_time, - internal::BoolFromGTestEnv("print_time", true), - "True iff " GTEST_NAME_ - " should display elapsed time in text output."); - -GTEST_DEFINE_int32_( - random_seed, - internal::Int32FromGTestEnv("random_seed", 0), - "Random number seed to use when shuffling test orders. Must be in range " - "[1, 99999], or 0 to use a seed based on the current time."); - -GTEST_DEFINE_int32_( - repeat, - internal::Int32FromGTestEnv("repeat", 1), - "How many times to repeat each test. Specify a negative number " - "for repeating forever. Useful for shaking out flaky tests."); - -GTEST_DEFINE_bool_( - show_internal_stack_frames, false, - "True iff " GTEST_NAME_ " should include internal stack frames when " - "printing test failure stack traces."); - -GTEST_DEFINE_bool_( - shuffle, - internal::BoolFromGTestEnv("shuffle", false), - "True iff " GTEST_NAME_ - " should randomize tests' order on every run."); - -GTEST_DEFINE_int32_( - stack_trace_depth, - internal::Int32FromGTestEnv("stack_trace_depth", kMaxStackTraceDepth), - "The maximum number of stack frames to print when an " - "assertion fails. The valid range is 0 through 100, inclusive."); - -GTEST_DEFINE_string_( - stream_result_to, - internal::StringFromGTestEnv("stream_result_to", ""), - "This flag specifies the host name and the port number on which to stream " - "test results. Example: \"localhost:555\". The flag is effective only on " - "Linux."); - -GTEST_DEFINE_bool_( - throw_on_failure, - internal::BoolFromGTestEnv("throw_on_failure", false), - "When this flag is specified, a failed assertion will throw an exception " - "if exceptions are enabled or exit the program with a non-zero code " - "otherwise."); - -namespace internal { - -// Generates a random number from [0, range), using a Linear -// Congruential Generator (LCG). Crashes if 'range' is 0 or greater -// than kMaxRange. -UInt32 Random::Generate(UInt32 range) { - // These constants are the same as are used in glibc's rand(3). - state_ = (1103515245U*state_ + 12345U) % kMaxRange; - - GTEST_CHECK_(range > 0) - << "Cannot generate a number in the range [0, 0)."; - GTEST_CHECK_(range <= kMaxRange) - << "Generation of a number in [0, " << range << ") was requested, " - << "but this can only generate numbers in [0, " << kMaxRange << ")."; - - // Converting via modulus introduces a bit of downward bias, but - // it's simple, and a linear congruential generator isn't too good - // to begin with. - return state_ % range; -} - -// GTestIsInitialized() returns true iff the user has initialized -// Google Test. Useful for catching the user mistake of not initializing -// Google Test before calling RUN_ALL_TESTS(). -// -// A user must call testing::InitGoogleTest() to initialize Google -// Test. g_init_gtest_count is set to the number of times -// InitGoogleTest() has been called. We don't protect this variable -// under a mutex as it is only accessed in the main thread. -int g_init_gtest_count = 0; -static bool GTestIsInitialized() { return g_init_gtest_count != 0; } - -// Iterates over a vector of TestCases, keeping a running sum of the -// results of calling a given int-returning method on each. -// Returns the sum. -static int SumOverTestCaseList(const std::vector& case_list, - int (TestCase::*method)() const) { - int sum = 0; - for (size_t i = 0; i < case_list.size(); i++) { - sum += (case_list[i]->*method)(); - } - return sum; -} - -// Returns true iff the test case passed. -static bool TestCasePassed(const TestCase* test_case) { - return test_case->should_run() && test_case->Passed(); -} - -// Returns true iff the test case failed. -static bool TestCaseFailed(const TestCase* test_case) { - return test_case->should_run() && test_case->Failed(); -} - -// Returns true iff test_case contains at least one test that should -// run. -static bool ShouldRunTestCase(const TestCase* test_case) { - return test_case->should_run(); -} - -// AssertHelper constructor. -AssertHelper::AssertHelper(TestPartResult::Type type, - const char* file, - int line, - const char* message) - : data_(new AssertHelperData(type, file, line, message)) { -} - -AssertHelper::~AssertHelper() { - delete data_; -} - -// Message assignment, for assertion streaming support. -void AssertHelper::operator=(const Message& message) const { - UnitTest::GetInstance()-> - AddTestPartResult(data_->type, data_->file, data_->line, - AppendUserMessage(data_->message, message), - UnitTest::GetInstance()->impl() - ->CurrentOsStackTraceExceptTop(1) - // Skips the stack frame for this function itself. - ); // NOLINT -} - -// Mutex for linked pointers. -GTEST_DEFINE_STATIC_MUTEX_(g_linked_ptr_mutex); - -// Application pathname gotten in InitGoogleTest. -String g_executable_path; - -// Returns the current application's name, removing directory path if that -// is present. -FilePath GetCurrentExecutableName() { - FilePath result; - -#if GTEST_OS_WINDOWS - result.Set(FilePath(g_executable_path).RemoveExtension("exe")); -#else - result.Set(FilePath(g_executable_path)); -#endif // GTEST_OS_WINDOWS - - return result.RemoveDirectoryName(); -} - -// Functions for processing the gtest_output flag. - -// Returns the output format, or "" for normal printed output. -String UnitTestOptions::GetOutputFormat() { - const char* const gtest_output_flag = GTEST_FLAG(output).c_str(); - if (gtest_output_flag == NULL) return String(""); - - const char* const colon = strchr(gtest_output_flag, ':'); - return (colon == NULL) ? - String(gtest_output_flag) : - String(gtest_output_flag, colon - gtest_output_flag); -} - -// Returns the name of the requested output file, or the default if none -// was explicitly specified. -String UnitTestOptions::GetAbsolutePathToOutputFile() { - const char* const gtest_output_flag = GTEST_FLAG(output).c_str(); - if (gtest_output_flag == NULL) - return String(""); - - const char* const colon = strchr(gtest_output_flag, ':'); - if (colon == NULL) - return String(internal::FilePath::ConcatPaths( - internal::FilePath( - UnitTest::GetInstance()->original_working_dir()), - internal::FilePath(kDefaultOutputFile)).ToString() ); - - internal::FilePath output_name(colon + 1); - if (!output_name.IsAbsolutePath()) - // TODO(wan@google.com): on Windows \some\path is not an absolute - // path (as its meaning depends on the current drive), yet the - // following logic for turning it into an absolute path is wrong. - // Fix it. - output_name = internal::FilePath::ConcatPaths( - internal::FilePath(UnitTest::GetInstance()->original_working_dir()), - internal::FilePath(colon + 1)); - - if (!output_name.IsDirectory()) - return output_name.ToString(); - - internal::FilePath result(internal::FilePath::GenerateUniqueFileName( - output_name, internal::GetCurrentExecutableName(), - GetOutputFormat().c_str())); - return result.ToString(); -} - -// Returns true iff the wildcard pattern matches the string. The -// first ':' or '\0' character in pattern marks the end of it. -// -// This recursive algorithm isn't very efficient, but is clear and -// works well enough for matching test names, which are short. -bool UnitTestOptions::PatternMatchesString(const char *pattern, - const char *str) { - switch (*pattern) { - case '\0': - case ':': // Either ':' or '\0' marks the end of the pattern. - return *str == '\0'; - case '?': // Matches any single character. - return *str != '\0' && PatternMatchesString(pattern + 1, str + 1); - case '*': // Matches any string (possibly empty) of characters. - return (*str != '\0' && PatternMatchesString(pattern, str + 1)) || - PatternMatchesString(pattern + 1, str); - default: // Non-special character. Matches itself. - return *pattern == *str && - PatternMatchesString(pattern + 1, str + 1); - } -} - -bool UnitTestOptions::MatchesFilter(const String& name, const char* filter) { - const char *cur_pattern = filter; - for (;;) { - if (PatternMatchesString(cur_pattern, name.c_str())) { - return true; - } - - // Finds the next pattern in the filter. - cur_pattern = strchr(cur_pattern, ':'); - - // Returns if no more pattern can be found. - if (cur_pattern == NULL) { - return false; - } - - // Skips the pattern separater (the ':' character). - cur_pattern++; - } -} - -// TODO(keithray): move String function implementations to gtest-string.cc. - -// Returns true iff the user-specified filter matches the test case -// name and the test name. -bool UnitTestOptions::FilterMatchesTest(const String &test_case_name, - const String &test_name) { - const String& full_name = String::Format("%s.%s", - test_case_name.c_str(), - test_name.c_str()); - - // Split --gtest_filter at '-', if there is one, to separate into - // positive filter and negative filter portions - const char* const p = GTEST_FLAG(filter).c_str(); - const char* const dash = strchr(p, '-'); - String positive; - String negative; - if (dash == NULL) { - positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter - negative = String(""); - } else { - positive = String(p, dash - p); // Everything up to the dash - negative = String(dash+1); // Everything after the dash - if (positive.empty()) { - // Treat '-test1' as the same as '*-test1' - positive = kUniversalFilter; - } - } - - // A filter is a colon-separated list of patterns. It matches a - // test if any pattern in it matches the test. - return (MatchesFilter(full_name, positive.c_str()) && - !MatchesFilter(full_name, negative.c_str())); -} - -#if GTEST_HAS_SEH -// Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the -// given SEH exception, or EXCEPTION_CONTINUE_SEARCH otherwise. -// This function is useful as an __except condition. -int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { - // Google Test should handle a SEH exception if: - // 1. the user wants it to, AND - // 2. this is not a breakpoint exception, AND - // 3. this is not a C++ exception (VC++ implements them via SEH, - // apparently). - // - // SEH exception code for C++ exceptions. - // (see http://support.microsoft.com/kb/185294 for more information). - const DWORD kCxxExceptionCode = 0xe06d7363; - - bool should_handle = true; - - if (!GTEST_FLAG(catch_exceptions)) - should_handle = false; - else if (exception_code == EXCEPTION_BREAKPOINT) - should_handle = false; - else if (exception_code == kCxxExceptionCode) - should_handle = false; - - return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; -} -#endif // GTEST_HAS_SEH - -} // namespace internal - -// The c'tor sets this object as the test part result reporter used by -// Google Test. The 'result' parameter specifies where to report the -// results. Intercepts only failures from the current thread. -ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter( - TestPartResultArray* result) - : intercept_mode_(INTERCEPT_ONLY_CURRENT_THREAD), - result_(result) { - Init(); -} - -// The c'tor sets this object as the test part result reporter used by -// Google Test. The 'result' parameter specifies where to report the -// results. -ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter( - InterceptMode intercept_mode, TestPartResultArray* result) - : intercept_mode_(intercept_mode), - result_(result) { - Init(); -} - -void ScopedFakeTestPartResultReporter::Init() { - internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); - if (intercept_mode_ == INTERCEPT_ALL_THREADS) { - old_reporter_ = impl->GetGlobalTestPartResultReporter(); - impl->SetGlobalTestPartResultReporter(this); - } else { - old_reporter_ = impl->GetTestPartResultReporterForCurrentThread(); - impl->SetTestPartResultReporterForCurrentThread(this); - } -} - -// The d'tor restores the test part result reporter used by Google Test -// before. -ScopedFakeTestPartResultReporter::~ScopedFakeTestPartResultReporter() { - internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); - if (intercept_mode_ == INTERCEPT_ALL_THREADS) { - impl->SetGlobalTestPartResultReporter(old_reporter_); - } else { - impl->SetTestPartResultReporterForCurrentThread(old_reporter_); - } -} - -// Increments the test part result count and remembers the result. -// This method is from the TestPartResultReporterInterface interface. -void ScopedFakeTestPartResultReporter::ReportTestPartResult( - const TestPartResult& result) { - result_->Append(result); -} - -namespace internal { - -// Returns the type ID of ::testing::Test. We should always call this -// instead of GetTypeId< ::testing::Test>() to get the type ID of -// testing::Test. This is to work around a suspected linker bug when -// using Google Test as a framework on Mac OS X. The bug causes -// GetTypeId< ::testing::Test>() to return different values depending -// on whether the call is from the Google Test framework itself or -// from user test code. GetTestTypeId() is guaranteed to always -// return the same value, as it always calls GetTypeId<>() from the -// gtest.cc, which is within the Google Test framework. -TypeId GetTestTypeId() { - return GetTypeId(); -} - -// The value of GetTestTypeId() as seen from within the Google Test -// library. This is solely for testing GetTestTypeId(). -extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId(); - -// This predicate-formatter checks that 'results' contains a test part -// failure of the given type and that the failure message contains the -// given substring. -AssertionResult HasOneFailure(const char* /* results_expr */, - const char* /* type_expr */, - const char* /* substr_expr */, - const TestPartResultArray& results, - TestPartResult::Type type, - const string& substr) { - const String expected(type == TestPartResult::kFatalFailure ? - "1 fatal failure" : - "1 non-fatal failure"); - Message msg; - if (results.size() != 1) { - msg << "Expected: " << expected << "\n" - << " Actual: " << results.size() << " failures"; - for (int i = 0; i < results.size(); i++) { - msg << "\n" << results.GetTestPartResult(i); - } - return AssertionFailure() << msg; - } - - const TestPartResult& r = results.GetTestPartResult(0); - if (r.type() != type) { - return AssertionFailure() << "Expected: " << expected << "\n" - << " Actual:\n" - << r; - } - - if (strstr(r.message(), substr.c_str()) == NULL) { - return AssertionFailure() << "Expected: " << expected << " containing \"" - << substr << "\"\n" - << " Actual:\n" - << r; - } - - return AssertionSuccess(); -} - -// The constructor of SingleFailureChecker remembers where to look up -// test part results, what type of failure we expect, and what -// substring the failure message should contain. -SingleFailureChecker:: SingleFailureChecker( - const TestPartResultArray* results, - TestPartResult::Type type, - const string& substr) - : results_(results), - type_(type), - substr_(substr) {} - -// The destructor of SingleFailureChecker verifies that the given -// TestPartResultArray contains exactly one failure that has the given -// type and contains the given substring. If that's not the case, a -// non-fatal failure will be generated. -SingleFailureChecker::~SingleFailureChecker() { - EXPECT_PRED_FORMAT3(HasOneFailure, *results_, type_, substr_); -} - -DefaultGlobalTestPartResultReporter::DefaultGlobalTestPartResultReporter( - UnitTestImpl* unit_test) : unit_test_(unit_test) {} - -void DefaultGlobalTestPartResultReporter::ReportTestPartResult( - const TestPartResult& result) { - unit_test_->current_test_result()->AddTestPartResult(result); - unit_test_->listeners()->repeater()->OnTestPartResult(result); -} - -DefaultPerThreadTestPartResultReporter::DefaultPerThreadTestPartResultReporter( - UnitTestImpl* unit_test) : unit_test_(unit_test) {} - -void DefaultPerThreadTestPartResultReporter::ReportTestPartResult( - const TestPartResult& result) { - unit_test_->GetGlobalTestPartResultReporter()->ReportTestPartResult(result); -} - -// Returns the global test part result reporter. -TestPartResultReporterInterface* -UnitTestImpl::GetGlobalTestPartResultReporter() { - internal::MutexLock lock(&global_test_part_result_reporter_mutex_); - return global_test_part_result_repoter_; -} - -// Sets the global test part result reporter. -void UnitTestImpl::SetGlobalTestPartResultReporter( - TestPartResultReporterInterface* reporter) { - internal::MutexLock lock(&global_test_part_result_reporter_mutex_); - global_test_part_result_repoter_ = reporter; -} - -// Returns the test part result reporter for the current thread. -TestPartResultReporterInterface* -UnitTestImpl::GetTestPartResultReporterForCurrentThread() { - return per_thread_test_part_result_reporter_.get(); -} - -// Sets the test part result reporter for the current thread. -void UnitTestImpl::SetTestPartResultReporterForCurrentThread( - TestPartResultReporterInterface* reporter) { - per_thread_test_part_result_reporter_.set(reporter); -} - -// Gets the number of successful test cases. -int UnitTestImpl::successful_test_case_count() const { - return CountIf(test_cases_, TestCasePassed); -} - -// Gets the number of failed test cases. -int UnitTestImpl::failed_test_case_count() const { - return CountIf(test_cases_, TestCaseFailed); -} - -// Gets the number of all test cases. -int UnitTestImpl::total_test_case_count() const { - return static_cast(test_cases_.size()); -} - -// Gets the number of all test cases that contain at least one test -// that should run. -int UnitTestImpl::test_case_to_run_count() const { - return CountIf(test_cases_, ShouldRunTestCase); -} - -// Gets the number of successful tests. -int UnitTestImpl::successful_test_count() const { - return SumOverTestCaseList(test_cases_, &TestCase::successful_test_count); -} - -// Gets the number of failed tests. -int UnitTestImpl::failed_test_count() const { - return SumOverTestCaseList(test_cases_, &TestCase::failed_test_count); -} - -// Gets the number of disabled tests. -int UnitTestImpl::disabled_test_count() const { - return SumOverTestCaseList(test_cases_, &TestCase::disabled_test_count); -} - -// Gets the number of all tests. -int UnitTestImpl::total_test_count() const { - return SumOverTestCaseList(test_cases_, &TestCase::total_test_count); -} - -// Gets the number of tests that should run. -int UnitTestImpl::test_to_run_count() const { - return SumOverTestCaseList(test_cases_, &TestCase::test_to_run_count); -} - -// Returns the current OS stack trace as a String. -// -// The maximum number of stack frames to be included is specified by -// the gtest_stack_trace_depth flag. The skip_count parameter -// specifies the number of top frames to be skipped, which doesn't -// count against the number of frames to be included. -// -// For example, if Foo() calls Bar(), which in turn calls -// CurrentOsStackTraceExceptTop(1), Foo() will be included in the -// trace but Bar() and CurrentOsStackTraceExceptTop() won't. -String UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { - (void)skip_count; - return String(""); -} - -// Returns the current time in milliseconds. -TimeInMillis GetTimeInMillis() { -#if GTEST_OS_WINDOWS_MOBILE || defined(__BORLANDC__) - // Difference between 1970-01-01 and 1601-01-01 in milliseconds. - // http://analogous.blogspot.com/2005/04/epoch.html - const TimeInMillis kJavaEpochToWinFileTimeDelta = - static_cast(116444736UL) * 100000UL; - const DWORD kTenthMicrosInMilliSecond = 10000; - - SYSTEMTIME now_systime; - FILETIME now_filetime; - ULARGE_INTEGER now_int64; - // TODO(kenton@google.com): Shouldn't this just use - // GetSystemTimeAsFileTime()? - GetSystemTime(&now_systime); - if (SystemTimeToFileTime(&now_systime, &now_filetime)) { - now_int64.LowPart = now_filetime.dwLowDateTime; - now_int64.HighPart = now_filetime.dwHighDateTime; - now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) - - kJavaEpochToWinFileTimeDelta; - return now_int64.QuadPart; - } - return 0; -#elif GTEST_OS_WINDOWS && !GTEST_HAS_GETTIMEOFDAY_ - __timeb64 now; - -# ifdef _MSC_VER - - // MSVC 8 deprecates _ftime64(), so we want to suppress warning 4996 - // (deprecated function) there. - // TODO(kenton@google.com): Use GetTickCount()? Or use - // SystemTimeToFileTime() -# pragma warning(push) // Saves the current warning state. -# pragma warning(disable:4996) // Temporarily disables warning 4996. - _ftime64(&now); -# pragma warning(pop) // Restores the warning state. -# else - - _ftime64(&now); - -# endif // _MSC_VER - - return static_cast(now.time) * 1000 + now.millitm; -#elif GTEST_HAS_GETTIMEOFDAY_ - struct timeval now; - gettimeofday(&now, NULL); - return static_cast(now.tv_sec) * 1000 + now.tv_usec / 1000; -#else -# error "Don't know how to get the current time on your system." -#endif -} - -// Utilities - -// class String - -// Returns the input enclosed in double quotes if it's not NULL; -// otherwise returns "(null)". For example, "\"Hello\"" is returned -// for input "Hello". -// -// This is useful for printing a C string in the syntax of a literal. -// -// Known issue: escape sequences are not handled yet. -String String::ShowCStringQuoted(const char* c_str) { - return c_str ? String::Format("\"%s\"", c_str) : String("(null)"); -} - -// Copies at most length characters from str into a newly-allocated -// piece of memory of size length+1. The memory is allocated with new[]. -// A terminating null byte is written to the memory, and a pointer to it -// is returned. If str is NULL, NULL is returned. -static char* CloneString(const char* str, size_t length) { - if (str == NULL) { - return NULL; - } else { - char* const clone = new char[length + 1]; - posix::StrNCpy(clone, str, length); - clone[length] = '\0'; - return clone; - } -} - -// Clones a 0-terminated C string, allocating memory using new. The -// caller is responsible for deleting[] the return value. Returns the -// cloned string, or NULL if the input is NULL. -const char * String::CloneCString(const char* c_str) { - return (c_str == NULL) ? - NULL : CloneString(c_str, strlen(c_str)); -} - -#if GTEST_OS_WINDOWS_MOBILE -// Creates a UTF-16 wide string from the given ANSI string, allocating -// memory using new. The caller is responsible for deleting the return -// value using delete[]. Returns the wide string, or NULL if the -// input is NULL. -LPCWSTR String::AnsiToUtf16(const char* ansi) { - if (!ansi) return NULL; - const int length = strlen(ansi); - const int unicode_length = - MultiByteToWideChar(CP_ACP, 0, ansi, length, - NULL, 0); - WCHAR* unicode = new WCHAR[unicode_length + 1]; - MultiByteToWideChar(CP_ACP, 0, ansi, length, - unicode, unicode_length); - unicode[unicode_length] = 0; - return unicode; -} - -// Creates an ANSI string from the given wide string, allocating -// memory using new. The caller is responsible for deleting the return -// value using delete[]. Returns the ANSI string, or NULL if the -// input is NULL. -const char* String::Utf16ToAnsi(LPCWSTR utf16_str) { - if (!utf16_str) return NULL; - const int ansi_length = - WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, - NULL, 0, NULL, NULL); - char* ansi = new char[ansi_length + 1]; - WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, - ansi, ansi_length, NULL, NULL); - ansi[ansi_length] = 0; - return ansi; -} - -#endif // GTEST_OS_WINDOWS_MOBILE - -// Compares two C strings. Returns true iff they have the same content. -// -// Unlike strcmp(), this function can handle NULL argument(s). A NULL -// C string is considered different to any non-NULL C string, -// including the empty string. -bool String::CStringEquals(const char * lhs, const char * rhs) { - if ( lhs == NULL ) return rhs == NULL; - - if ( rhs == NULL ) return false; - - return strcmp(lhs, rhs) == 0; -} - -#if GTEST_HAS_STD_WSTRING || GTEST_HAS_GLOBAL_WSTRING - -// Converts an array of wide chars to a narrow string using the UTF-8 -// encoding, and streams the result to the given Message object. -static void StreamWideCharsToMessage(const wchar_t* wstr, size_t length, - Message* msg) { - // TODO(wan): consider allowing a testing::String object to - // contain '\0'. This will make it behave more like std::string, - // and will allow ToUtf8String() to return the correct encoding - // for '\0' s.t. we can get rid of the conditional here (and in - // several other places). - for (size_t i = 0; i != length; ) { // NOLINT - if (wstr[i] != L'\0') { - *msg << WideStringToUtf8(wstr + i, static_cast(length - i)); - while (i != length && wstr[i] != L'\0') - i++; - } else { - *msg << '\0'; - i++; - } - } -} - -#endif // GTEST_HAS_STD_WSTRING || GTEST_HAS_GLOBAL_WSTRING - -} // namespace internal - -#if GTEST_HAS_STD_WSTRING -// Converts the given wide string to a narrow string using the UTF-8 -// encoding, and streams the result to this Message object. -Message& Message::operator <<(const ::std::wstring& wstr) { - internal::StreamWideCharsToMessage(wstr.c_str(), wstr.length(), this); - return *this; -} -#endif // GTEST_HAS_STD_WSTRING - -#if GTEST_HAS_GLOBAL_WSTRING -// Converts the given wide string to a narrow string using the UTF-8 -// encoding, and streams the result to this Message object. -Message& Message::operator <<(const ::wstring& wstr) { - internal::StreamWideCharsToMessage(wstr.c_str(), wstr.length(), this); - return *this; -} -#endif // GTEST_HAS_GLOBAL_WSTRING - -// AssertionResult constructors. -// Used in EXPECT_TRUE/FALSE(assertion_result). -AssertionResult::AssertionResult(const AssertionResult& other) - : success_(other.success_), - message_(other.message_.get() != NULL ? - new ::std::string(*other.message_) : - static_cast< ::std::string*>(NULL)) { -} - -// Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE. -AssertionResult AssertionResult::operator!() const { - AssertionResult negation(!success_); - if (message_.get() != NULL) - negation << *message_; - return negation; -} - -// Makes a successful assertion result. -AssertionResult AssertionSuccess() { - return AssertionResult(true); -} - -// Makes a failed assertion result. -AssertionResult AssertionFailure() { - return AssertionResult(false); -} - -// Makes a failed assertion result with the given failure message. -// Deprecated; use AssertionFailure() << message. -AssertionResult AssertionFailure(const Message& message) { - return AssertionFailure() << message; -} - -namespace internal { - -// Constructs and returns the message for an equality assertion -// (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure. -// -// The first four parameters are the expressions used in the assertion -// and their values, as strings. For example, for ASSERT_EQ(foo, bar) -// where foo is 5 and bar is 6, we have: -// -// expected_expression: "foo" -// actual_expression: "bar" -// expected_value: "5" -// actual_value: "6" -// -// The ignoring_case parameter is true iff the assertion is a -// *_STRCASEEQ*. When it's true, the string " (ignoring case)" will -// be inserted into the message. -AssertionResult EqFailure(const char* expected_expression, - const char* actual_expression, - const String& expected_value, - const String& actual_value, - bool ignoring_case) { - Message msg; - msg << "Value of: " << actual_expression; - if (actual_value != actual_expression) { - msg << "\n Actual: " << actual_value; - } - - msg << "\nExpected: " << expected_expression; - if (ignoring_case) { - msg << " (ignoring case)"; - } - if (expected_value != expected_expression) { - msg << "\nWhich is: " << expected_value; - } - - return AssertionFailure() << msg; -} - -// Constructs a failure message for Boolean assertions such as EXPECT_TRUE. -String GetBoolAssertionFailureMessage(const AssertionResult& assertion_result, - const char* expression_text, - const char* actual_predicate_value, - const char* expected_predicate_value) { - const char* actual_message = assertion_result.message(); - Message msg; - msg << "Value of: " << expression_text - << "\n Actual: " << actual_predicate_value; - if (actual_message[0] != '\0') - msg << " (" << actual_message << ")"; - msg << "\nExpected: " << expected_predicate_value; - return msg.GetString(); -} - -// Helper function for implementing ASSERT_NEAR. -AssertionResult DoubleNearPredFormat(const char* expr1, - const char* expr2, - const char* abs_error_expr, - double val1, - double val2, - double abs_error) { - const double diff = fabs(val1 - val2); - if (diff <= abs_error) return AssertionSuccess(); - - // TODO(wan): do not print the value of an expression if it's - // already a literal. - return AssertionFailure() - << "The difference between " << expr1 << " and " << expr2 - << " is " << diff << ", which exceeds " << abs_error_expr << ", where\n" - << expr1 << " evaluates to " << val1 << ",\n" - << expr2 << " evaluates to " << val2 << ", and\n" - << abs_error_expr << " evaluates to " << abs_error << "."; -} - - -// Helper template for implementing FloatLE() and DoubleLE(). -template -AssertionResult FloatingPointLE(const char* expr1, - const char* expr2, - RawType val1, - RawType val2) { - // Returns success if val1 is less than val2, - if (val1 < val2) { - return AssertionSuccess(); - } - - // or if val1 is almost equal to val2. - const FloatingPoint lhs(val1), rhs(val2); - if (lhs.AlmostEquals(rhs)) { - return AssertionSuccess(); - } - - // Note that the above two checks will both fail if either val1 or - // val2 is NaN, as the IEEE floating-point standard requires that - // any predicate involving a NaN must return false. - - ::std::stringstream val1_ss; - val1_ss << std::setprecision(std::numeric_limits::digits10 + 2) - << val1; - - ::std::stringstream val2_ss; - val2_ss << std::setprecision(std::numeric_limits::digits10 + 2) - << val2; - - return AssertionFailure() - << "Expected: (" << expr1 << ") <= (" << expr2 << ")\n" - << " Actual: " << StringStreamToString(&val1_ss) << " vs " - << StringStreamToString(&val2_ss); -} - -} // namespace internal - -// Asserts that val1 is less than, or almost equal to, val2. Fails -// otherwise. In particular, it fails if either val1 or val2 is NaN. -AssertionResult FloatLE(const char* expr1, const char* expr2, - float val1, float val2) { - return internal::FloatingPointLE(expr1, expr2, val1, val2); -} - -// Asserts that val1 is less than, or almost equal to, val2. Fails -// otherwise. In particular, it fails if either val1 or val2 is NaN. -AssertionResult DoubleLE(const char* expr1, const char* expr2, - double val1, double val2) { - return internal::FloatingPointLE(expr1, expr2, val1, val2); -} - -namespace internal { - -// The helper function for {ASSERT|EXPECT}_EQ with int or enum -// arguments. -AssertionResult CmpHelperEQ(const char* expected_expression, - const char* actual_expression, - BiggestInt expected, - BiggestInt actual) { - if (expected == actual) { - return AssertionSuccess(); - } - - return EqFailure(expected_expression, - actual_expression, - FormatForComparisonFailureMessage(expected, actual), - FormatForComparisonFailureMessage(actual, expected), - false); -} - -// A macro for implementing the helper functions needed to implement -// ASSERT_?? and EXPECT_?? with integer or enum arguments. It is here -// just to avoid copy-and-paste of similar code. -#define GTEST_IMPL_CMP_HELPER_(op_name, op)\ -AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \ - BiggestInt val1, BiggestInt val2) {\ - if (val1 op val2) {\ - return AssertionSuccess();\ - } else {\ - return AssertionFailure() \ - << "Expected: (" << expr1 << ") " #op " (" << expr2\ - << "), actual: " << FormatForComparisonFailureMessage(val1, val2)\ - << " vs " << FormatForComparisonFailureMessage(val2, val1);\ - }\ -} - -// Implements the helper function for {ASSERT|EXPECT}_NE with int or -// enum arguments. -GTEST_IMPL_CMP_HELPER_(NE, !=) -// Implements the helper function for {ASSERT|EXPECT}_LE with int or -// enum arguments. -GTEST_IMPL_CMP_HELPER_(LE, <=) -// Implements the helper function for {ASSERT|EXPECT}_LT with int or -// enum arguments. -GTEST_IMPL_CMP_HELPER_(LT, < ) -// Implements the helper function for {ASSERT|EXPECT}_GE with int or -// enum arguments. -GTEST_IMPL_CMP_HELPER_(GE, >=) -// Implements the helper function for {ASSERT|EXPECT}_GT with int or -// enum arguments. -GTEST_IMPL_CMP_HELPER_(GT, > ) - -#undef GTEST_IMPL_CMP_HELPER_ - -// The helper function for {ASSERT|EXPECT}_STREQ. -AssertionResult CmpHelperSTREQ(const char* expected_expression, - const char* actual_expression, - const char* expected, - const char* actual) { - if (String::CStringEquals(expected, actual)) { - return AssertionSuccess(); - } - - return EqFailure(expected_expression, - actual_expression, - String::ShowCStringQuoted(expected), - String::ShowCStringQuoted(actual), - false); -} - -// The helper function for {ASSERT|EXPECT}_STRCASEEQ. -AssertionResult CmpHelperSTRCASEEQ(const char* expected_expression, - const char* actual_expression, - const char* expected, - const char* actual) { - if (String::CaseInsensitiveCStringEquals(expected, actual)) { - return AssertionSuccess(); - } - - return EqFailure(expected_expression, - actual_expression, - String::ShowCStringQuoted(expected), - String::ShowCStringQuoted(actual), - true); -} - -// The helper function for {ASSERT|EXPECT}_STRNE. -AssertionResult CmpHelperSTRNE(const char* s1_expression, - const char* s2_expression, - const char* s1, - const char* s2) { - if (!String::CStringEquals(s1, s2)) { - return AssertionSuccess(); - } else { - return AssertionFailure() << "Expected: (" << s1_expression << ") != (" - << s2_expression << "), actual: \"" - << s1 << "\" vs \"" << s2 << "\""; - } -} - -// The helper function for {ASSERT|EXPECT}_STRCASENE. -AssertionResult CmpHelperSTRCASENE(const char* s1_expression, - const char* s2_expression, - const char* s1, - const char* s2) { - if (!String::CaseInsensitiveCStringEquals(s1, s2)) { - return AssertionSuccess(); - } else { - return AssertionFailure() - << "Expected: (" << s1_expression << ") != (" - << s2_expression << ") (ignoring case), actual: \"" - << s1 << "\" vs \"" << s2 << "\""; - } -} - -} // namespace internal - -namespace { - -// Helper functions for implementing IsSubString() and IsNotSubstring(). - -// This group of overloaded functions return true iff needle is a -// substring of haystack. NULL is considered a substring of itself -// only. - -bool IsSubstringPred(const char* needle, const char* haystack) { - if (needle == NULL || haystack == NULL) - return needle == haystack; - - return strstr(haystack, needle) != NULL; -} - -bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { - if (needle == NULL || haystack == NULL) - return needle == haystack; - - return wcsstr(haystack, needle) != NULL; -} - -// StringType here can be either ::std::string or ::std::wstring. -template -bool IsSubstringPred(const StringType& needle, - const StringType& haystack) { - return haystack.find(needle) != StringType::npos; -} - -// This function implements either IsSubstring() or IsNotSubstring(), -// depending on the value of the expected_to_be_substring parameter. -// StringType here can be const char*, const wchar_t*, ::std::string, -// or ::std::wstring. -template -AssertionResult IsSubstringImpl( - bool expected_to_be_substring, - const char* needle_expr, const char* haystack_expr, - const StringType& needle, const StringType& haystack) { - if (IsSubstringPred(needle, haystack) == expected_to_be_substring) - return AssertionSuccess(); - - const bool is_wide_string = sizeof(needle[0]) > 1; - const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; - return AssertionFailure() - << "Value of: " << needle_expr << "\n" - << " Actual: " << begin_string_quote << needle << "\"\n" - << "Expected: " << (expected_to_be_substring ? "" : "not ") - << "a substring of " << haystack_expr << "\n" - << "Which is: " << begin_string_quote << haystack << "\""; -} - -} // namespace - -// IsSubstring() and IsNotSubstring() check whether needle is a -// substring of haystack (NULL is considered a substring of itself -// only), and return an appropriate error message when they fail. - -AssertionResult IsSubstring( - const char* needle_expr, const char* haystack_expr, - const char* needle, const char* haystack) { - return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); -} - -AssertionResult IsSubstring( - const char* needle_expr, const char* haystack_expr, - const wchar_t* needle, const wchar_t* haystack) { - return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); -} - -AssertionResult IsNotSubstring( - const char* needle_expr, const char* haystack_expr, - const char* needle, const char* haystack) { - return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); -} - -AssertionResult IsNotSubstring( - const char* needle_expr, const char* haystack_expr, - const wchar_t* needle, const wchar_t* haystack) { - return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); -} - -AssertionResult IsSubstring( - const char* needle_expr, const char* haystack_expr, - const ::std::string& needle, const ::std::string& haystack) { - return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); -} - -AssertionResult IsNotSubstring( - const char* needle_expr, const char* haystack_expr, - const ::std::string& needle, const ::std::string& haystack) { - return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); -} - -#if GTEST_HAS_STD_WSTRING -AssertionResult IsSubstring( - const char* needle_expr, const char* haystack_expr, - const ::std::wstring& needle, const ::std::wstring& haystack) { - return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); -} - -AssertionResult IsNotSubstring( - const char* needle_expr, const char* haystack_expr, - const ::std::wstring& needle, const ::std::wstring& haystack) { - return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); -} -#endif // GTEST_HAS_STD_WSTRING - -namespace internal { - -#if GTEST_OS_WINDOWS - -namespace { - -// Helper function for IsHRESULT{SuccessFailure} predicates -AssertionResult HRESULTFailureHelper(const char* expr, - const char* expected, - long hr) { // NOLINT -# if GTEST_OS_WINDOWS_MOBILE - - // Windows CE doesn't support FormatMessage. - const char error_text[] = ""; - -# else - - // Looks up the human-readable system message for the HRESULT code - // and since we're not passing any params to FormatMessage, we don't - // want inserts expanded. - const DWORD kFlags = FORMAT_MESSAGE_FROM_SYSTEM | - FORMAT_MESSAGE_IGNORE_INSERTS; - const DWORD kBufSize = 4096; // String::Format can't exceed this length. - // Gets the system's human readable message string for this HRESULT. - char error_text[kBufSize] = { '\0' }; - DWORD message_length = ::FormatMessageA(kFlags, - 0, // no source, we're asking system - hr, // the error - 0, // no line width restrictions - error_text, // output buffer - kBufSize, // buf size - NULL); // no arguments for inserts - // Trims tailing white space (FormatMessage leaves a trailing cr-lf) - for (; message_length && IsSpace(error_text[message_length - 1]); - --message_length) { - error_text[message_length - 1] = '\0'; - } - -# endif // GTEST_OS_WINDOWS_MOBILE - - const String error_hex(String::Format("0x%08X ", hr)); - return ::testing::AssertionFailure() - << "Expected: " << expr << " " << expected << ".\n" - << " Actual: " << error_hex << error_text << "\n"; -} - -} // namespace - -AssertionResult IsHRESULTSuccess(const char* expr, long hr) { // NOLINT - if (SUCCEEDED(hr)) { - return AssertionSuccess(); - } - return HRESULTFailureHelper(expr, "succeeds", hr); -} - -AssertionResult IsHRESULTFailure(const char* expr, long hr) { // NOLINT - if (FAILED(hr)) { - return AssertionSuccess(); - } - return HRESULTFailureHelper(expr, "fails", hr); -} - -#endif // GTEST_OS_WINDOWS - -// Utility functions for encoding Unicode text (wide strings) in -// UTF-8. - -// A Unicode code-point can have upto 21 bits, and is encoded in UTF-8 -// like this: -// -// Code-point length Encoding -// 0 - 7 bits 0xxxxxxx -// 8 - 11 bits 110xxxxx 10xxxxxx -// 12 - 16 bits 1110xxxx 10xxxxxx 10xxxxxx -// 17 - 21 bits 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx - -// The maximum code-point a one-byte UTF-8 sequence can represent. -const UInt32 kMaxCodePoint1 = (static_cast(1) << 7) - 1; - -// The maximum code-point a two-byte UTF-8 sequence can represent. -const UInt32 kMaxCodePoint2 = (static_cast(1) << (5 + 6)) - 1; - -// The maximum code-point a three-byte UTF-8 sequence can represent. -const UInt32 kMaxCodePoint3 = (static_cast(1) << (4 + 2*6)) - 1; - -// The maximum code-point a four-byte UTF-8 sequence can represent. -const UInt32 kMaxCodePoint4 = (static_cast(1) << (3 + 3*6)) - 1; - -// Chops off the n lowest bits from a bit pattern. Returns the n -// lowest bits. As a side effect, the original bit pattern will be -// shifted to the right by n bits. -inline UInt32 ChopLowBits(UInt32* bits, int n) { - const UInt32 low_bits = *bits & ((static_cast(1) << n) - 1); - *bits >>= n; - return low_bits; -} - -// Converts a Unicode code point to a narrow string in UTF-8 encoding. -// code_point parameter is of type UInt32 because wchar_t may not be -// wide enough to contain a code point. -// The output buffer str must containt at least 32 characters. -// The function returns the address of the output buffer. -// If the code_point is not a valid Unicode code point -// (i.e. outside of Unicode range U+0 to U+10FFFF) it will be output -// as '(Invalid Unicode 0xXXXXXXXX)'. -char* CodePointToUtf8(UInt32 code_point, char* str) { - if (code_point <= kMaxCodePoint1) { - str[1] = '\0'; - str[0] = static_cast(code_point); // 0xxxxxxx - } else if (code_point <= kMaxCodePoint2) { - str[2] = '\0'; - str[1] = static_cast(0x80 | ChopLowBits(&code_point, 6)); // 10xxxxxx - str[0] = static_cast(0xC0 | code_point); // 110xxxxx - } else if (code_point <= kMaxCodePoint3) { - str[3] = '\0'; - str[2] = static_cast(0x80 | ChopLowBits(&code_point, 6)); // 10xxxxxx - str[1] = static_cast(0x80 | ChopLowBits(&code_point, 6)); // 10xxxxxx - str[0] = static_cast(0xE0 | code_point); // 1110xxxx - } else if (code_point <= kMaxCodePoint4) { - str[4] = '\0'; - str[3] = static_cast(0x80 | ChopLowBits(&code_point, 6)); // 10xxxxxx - str[2] = static_cast(0x80 | ChopLowBits(&code_point, 6)); // 10xxxxxx - str[1] = static_cast(0x80 | ChopLowBits(&code_point, 6)); // 10xxxxxx - str[0] = static_cast(0xF0 | code_point); // 11110xxx - } else { - // The longest string String::Format can produce when invoked - // with these parameters is 28 character long (not including - // the terminating nul character). We are asking for 32 character - // buffer just in case. This is also enough for strncpy to - // null-terminate the destination string. - posix::StrNCpy( - str, String::Format("(Invalid Unicode 0x%X)", code_point).c_str(), 32); - str[31] = '\0'; // Makes sure no change in the format to strncpy leaves - // the result unterminated. - } - return str; -} - -// The following two functions only make sense if the the system -// uses UTF-16 for wide string encoding. All supported systems -// with 16 bit wchar_t (Windows, Cygwin, Symbian OS) do use UTF-16. - -// Determines if the arguments constitute UTF-16 surrogate pair -// and thus should be combined into a single Unicode code point -// using CreateCodePointFromUtf16SurrogatePair. -inline bool IsUtf16SurrogatePair(wchar_t first, wchar_t second) { - return sizeof(wchar_t) == 2 && - (first & 0xFC00) == 0xD800 && (second & 0xFC00) == 0xDC00; -} - -// Creates a Unicode code point from UTF16 surrogate pair. -inline UInt32 CreateCodePointFromUtf16SurrogatePair(wchar_t first, - wchar_t second) { - const UInt32 mask = (1 << 10) - 1; - return (sizeof(wchar_t) == 2) ? - (((first & mask) << 10) | (second & mask)) + 0x10000 : - // This function should not be called when the condition is - // false, but we provide a sensible default in case it is. - static_cast(first); -} - -// Converts a wide string to a narrow string in UTF-8 encoding. -// The wide string is assumed to have the following encoding: -// UTF-16 if sizeof(wchar_t) == 2 (on Windows, Cygwin, Symbian OS) -// UTF-32 if sizeof(wchar_t) == 4 (on Linux) -// Parameter str points to a null-terminated wide string. -// Parameter num_chars may additionally limit the number -// of wchar_t characters processed. -1 is used when the entire string -// should be processed. -// If the string contains code points that are not valid Unicode code points -// (i.e. outside of Unicode range U+0 to U+10FFFF) they will be output -// as '(Invalid Unicode 0xXXXXXXXX)'. If the string is in UTF16 encoding -// and contains invalid UTF-16 surrogate pairs, values in those pairs -// will be encoded as individual Unicode characters from Basic Normal Plane. -String WideStringToUtf8(const wchar_t* str, int num_chars) { - if (num_chars == -1) - num_chars = static_cast(wcslen(str)); - - ::std::stringstream stream; - for (int i = 0; i < num_chars; ++i) { - UInt32 unicode_code_point; - - if (str[i] == L'\0') { - break; - } else if (i + 1 < num_chars && IsUtf16SurrogatePair(str[i], str[i + 1])) { - unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i], - str[i + 1]); - i++; - } else { - unicode_code_point = static_cast(str[i]); - } - - char buffer[32]; // CodePointToUtf8 requires a buffer this big. - stream << CodePointToUtf8(unicode_code_point, buffer); - } - return StringStreamToString(&stream); -} - -// Converts a wide C string to a String using the UTF-8 encoding. -// NULL will be converted to "(null)". -String String::ShowWideCString(const wchar_t * wide_c_str) { - if (wide_c_str == NULL) return String("(null)"); - - return String(internal::WideStringToUtf8(wide_c_str, -1).c_str()); -} - -// Similar to ShowWideCString(), except that this function encloses -// the converted string in double quotes. -String String::ShowWideCStringQuoted(const wchar_t* wide_c_str) { - if (wide_c_str == NULL) return String("(null)"); - - return String::Format("L\"%s\"", - String::ShowWideCString(wide_c_str).c_str()); -} - -// Compares two wide C strings. Returns true iff they have the same -// content. -// -// Unlike wcscmp(), this function can handle NULL argument(s). A NULL -// C string is considered different to any non-NULL C string, -// including the empty string. -bool String::WideCStringEquals(const wchar_t * lhs, const wchar_t * rhs) { - if (lhs == NULL) return rhs == NULL; - - if (rhs == NULL) return false; - - return wcscmp(lhs, rhs) == 0; -} - -// Helper function for *_STREQ on wide strings. -AssertionResult CmpHelperSTREQ(const char* expected_expression, - const char* actual_expression, - const wchar_t* expected, - const wchar_t* actual) { - if (String::WideCStringEquals(expected, actual)) { - return AssertionSuccess(); - } - - return EqFailure(expected_expression, - actual_expression, - String::ShowWideCStringQuoted(expected), - String::ShowWideCStringQuoted(actual), - false); -} - -// Helper function for *_STRNE on wide strings. -AssertionResult CmpHelperSTRNE(const char* s1_expression, - const char* s2_expression, - const wchar_t* s1, - const wchar_t* s2) { - if (!String::WideCStringEquals(s1, s2)) { - return AssertionSuccess(); - } - - return AssertionFailure() << "Expected: (" << s1_expression << ") != (" - << s2_expression << "), actual: " - << String::ShowWideCStringQuoted(s1) - << " vs " << String::ShowWideCStringQuoted(s2); -} - -// Compares two C strings, ignoring case. Returns true iff they have -// the same content. -// -// Unlike strcasecmp(), this function can handle NULL argument(s). A -// NULL C string is considered different to any non-NULL C string, -// including the empty string. -bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { - if (lhs == NULL) - return rhs == NULL; - if (rhs == NULL) - return false; - return posix::StrCaseCmp(lhs, rhs) == 0; -} - - // Compares two wide C strings, ignoring case. Returns true iff they - // have the same content. - // - // Unlike wcscasecmp(), this function can handle NULL argument(s). - // A NULL C string is considered different to any non-NULL wide C string, - // including the empty string. - // NB: The implementations on different platforms slightly differ. - // On windows, this method uses _wcsicmp which compares according to LC_CTYPE - // environment variable. On GNU platform this method uses wcscasecmp - // which compares according to LC_CTYPE category of the current locale. - // On MacOS X, it uses towlower, which also uses LC_CTYPE category of the - // current locale. -bool String::CaseInsensitiveWideCStringEquals(const wchar_t* lhs, - const wchar_t* rhs) { - if (lhs == NULL) return rhs == NULL; - - if (rhs == NULL) return false; - -#if GTEST_OS_WINDOWS - return _wcsicmp(lhs, rhs) == 0; -#elif GTEST_OS_LINUX && !GTEST_OS_LINUX_ANDROID - return wcscasecmp(lhs, rhs) == 0; -#else - // Android, Mac OS X and Cygwin don't define wcscasecmp. - // Other unknown OSes may not define it either. - wint_t left, right; - do { - left = towlower(*lhs++); - right = towlower(*rhs++); - } while (left && left == right); - return left == right; -#endif // OS selector -} - -// Compares this with another String. -// Returns < 0 if this is less than rhs, 0 if this is equal to rhs, or > 0 -// if this is greater than rhs. -int String::Compare(const String & rhs) const { - const char* const lhs_c_str = c_str(); - const char* const rhs_c_str = rhs.c_str(); - - if (lhs_c_str == NULL) { - return rhs_c_str == NULL ? 0 : -1; // NULL < anything except NULL - } else if (rhs_c_str == NULL) { - return 1; - } - - const size_t shorter_str_len = - length() <= rhs.length() ? length() : rhs.length(); - for (size_t i = 0; i != shorter_str_len; i++) { - if (lhs_c_str[i] < rhs_c_str[i]) { - return -1; - } else if (lhs_c_str[i] > rhs_c_str[i]) { - return 1; - } - } - return (length() < rhs.length()) ? -1 : - (length() > rhs.length()) ? 1 : 0; -} - -// Returns true iff this String ends with the given suffix. *Any* -// String is considered to end with a NULL or empty suffix. -bool String::EndsWith(const char* suffix) const { - if (suffix == NULL || CStringEquals(suffix, "")) return true; - - if (c_str() == NULL) return false; - - const size_t this_len = strlen(c_str()); - const size_t suffix_len = strlen(suffix); - return (this_len >= suffix_len) && - CStringEquals(c_str() + this_len - suffix_len, suffix); -} - -// Returns true iff this String ends with the given suffix, ignoring case. -// Any String is considered to end with a NULL or empty suffix. -bool String::EndsWithCaseInsensitive(const char* suffix) const { - if (suffix == NULL || CStringEquals(suffix, "")) return true; - - if (c_str() == NULL) return false; - - const size_t this_len = strlen(c_str()); - const size_t suffix_len = strlen(suffix); - return (this_len >= suffix_len) && - CaseInsensitiveCStringEquals(c_str() + this_len - suffix_len, suffix); -} - -// Formats a list of arguments to a String, using the same format -// spec string as for printf. -// -// We do not use the StringPrintf class as it is not universally -// available. -// -// The result is limited to 4096 characters (including the tailing 0). -// If 4096 characters are not enough to format the input, or if -// there's an error, "" is -// returned. -String String::Format(const char * format, ...) { - va_list args; - va_start(args, format); - - char buffer[4096]; - const int kBufferSize = sizeof(buffer)/sizeof(buffer[0]); - - // MSVC 8 deprecates vsnprintf(), so we want to suppress warning - // 4996 (deprecated function) there. -#ifdef _MSC_VER // We are using MSVC. -# pragma warning(push) // Saves the current warning state. -# pragma warning(disable:4996) // Temporarily disables warning 4996. - - const int size = vsnprintf(buffer, kBufferSize, format, args); - -# pragma warning(pop) // Restores the warning state. -#else // We are not using MSVC. - const int size = vsnprintf(buffer, kBufferSize, format, args); -#endif // _MSC_VER - va_end(args); - - // vsnprintf()'s behavior is not portable. When the buffer is not - // big enough, it returns a negative value in MSVC, and returns the - // needed buffer size on Linux. When there is an output error, it - // always returns a negative value. For simplicity, we lump the two - // error cases together. - if (size < 0 || size >= kBufferSize) { - return String(""); - } else { - return String(buffer, size); - } -} - -// Converts the buffer in a stringstream to a String, converting NUL -// bytes to "\\0" along the way. -String StringStreamToString(::std::stringstream* ss) { - const ::std::string& str = ss->str(); - const char* const start = str.c_str(); - const char* const end = start + str.length(); - - // We need to use a helper stringstream to do this transformation - // because String doesn't support push_back(). - ::std::stringstream helper; - for (const char* ch = start; ch != end; ++ch) { - if (*ch == '\0') { - helper << "\\0"; // Replaces NUL with "\\0"; - } else { - helper.put(*ch); - } - } - - return String(helper.str().c_str()); -} - -// Appends the user-supplied message to the Google-Test-generated message. -String AppendUserMessage(const String& gtest_msg, - const Message& user_msg) { - // Appends the user message if it's non-empty. - const String user_msg_string = user_msg.GetString(); - if (user_msg_string.empty()) { - return gtest_msg; - } - - Message msg; - msg << gtest_msg << "\n" << user_msg_string; - - return msg.GetString(); -} - -} // namespace internal - -// class TestResult - -// Creates an empty TestResult. -TestResult::TestResult() - : death_test_count_(0), - elapsed_time_(0) { -} - -// D'tor. -TestResult::~TestResult() { -} - -// Returns the i-th test part result among all the results. i can -// range from 0 to total_part_count() - 1. If i is not in that range, -// aborts the program. -const TestPartResult& TestResult::GetTestPartResult(int i) const { - if (i < 0 || i >= total_part_count()) - internal::posix::Abort(); - return test_part_results_.at(i); -} - -// Returns the i-th test property. i can range from 0 to -// test_property_count() - 1. If i is not in that range, aborts the -// program. -const TestProperty& TestResult::GetTestProperty(int i) const { - if (i < 0 || i >= test_property_count()) - internal::posix::Abort(); - return test_properties_.at(i); -} - -// Clears the test part results. -void TestResult::ClearTestPartResults() { - test_part_results_.clear(); -} - -// Adds a test part result to the list. -void TestResult::AddTestPartResult(const TestPartResult& test_part_result) { - test_part_results_.push_back(test_part_result); -} - -// Adds a test property to the list. If a property with the same key as the -// supplied property is already represented, the value of this test_property -// replaces the old value for that key. -void TestResult::RecordProperty(const TestProperty& test_property) { - if (!ValidateTestProperty(test_property)) { - return; - } - internal::MutexLock lock(&test_properites_mutex_); - const std::vector::iterator property_with_matching_key = - std::find_if(test_properties_.begin(), test_properties_.end(), - internal::TestPropertyKeyIs(test_property.key())); - if (property_with_matching_key == test_properties_.end()) { - test_properties_.push_back(test_property); - return; - } - property_with_matching_key->SetValue(test_property.value()); -} - -// Adds a failure if the key is a reserved attribute of Google Test -// testcase tags. Returns true if the property is valid. -bool TestResult::ValidateTestProperty(const TestProperty& test_property) { - internal::String key(test_property.key()); - if (key == "name" || key == "status" || key == "time" || key == "classname") { - ADD_FAILURE() - << "Reserved key used in RecordProperty(): " - << key - << " ('name', 'status', 'time', and 'classname' are reserved by " - << GTEST_NAME_ << ")"; - return false; - } - return true; -} - -// Clears the object. -void TestResult::Clear() { - test_part_results_.clear(); - test_properties_.clear(); - death_test_count_ = 0; - elapsed_time_ = 0; -} - -// Returns true iff the test failed. -bool TestResult::Failed() const { - for (int i = 0; i < total_part_count(); ++i) { - if (GetTestPartResult(i).failed()) - return true; - } - return false; -} - -// Returns true iff the test part fatally failed. -static bool TestPartFatallyFailed(const TestPartResult& result) { - return result.fatally_failed(); -} - -// Returns true iff the test fatally failed. -bool TestResult::HasFatalFailure() const { - return CountIf(test_part_results_, TestPartFatallyFailed) > 0; -} - -// Returns true iff the test part non-fatally failed. -static bool TestPartNonfatallyFailed(const TestPartResult& result) { - return result.nonfatally_failed(); -} - -// Returns true iff the test has a non-fatal failure. -bool TestResult::HasNonfatalFailure() const { - return CountIf(test_part_results_, TestPartNonfatallyFailed) > 0; -} - -// Gets the number of all test parts. This is the sum of the number -// of successful test parts and the number of failed test parts. -int TestResult::total_part_count() const { - return static_cast(test_part_results_.size()); -} - -// Returns the number of the test properties. -int TestResult::test_property_count() const { - return static_cast(test_properties_.size()); -} - -// class Test - -// Creates a Test object. - -// The c'tor saves the values of all Google Test flags. -Test::Test() - : gtest_flag_saver_(new internal::GTestFlagSaver) { -} - -// The d'tor restores the values of all Google Test flags. -Test::~Test() { - delete gtest_flag_saver_; -} - -// Sets up the test fixture. -// -// A sub-class may override this. -void Test::SetUp() { -} - -// Tears down the test fixture. -// -// A sub-class may override this. -void Test::TearDown() { -} - -// Allows user supplied key value pairs to be recorded for later output. -void Test::RecordProperty(const char* key, const char* value) { - UnitTest::GetInstance()->RecordPropertyForCurrentTest(key, value); -} - -// Allows user supplied key value pairs to be recorded for later output. -void Test::RecordProperty(const char* key, int value) { - Message value_message; - value_message << value; - RecordProperty(key, value_message.GetString().c_str()); -} - -namespace internal { - -void ReportFailureInUnknownLocation(TestPartResult::Type result_type, - const String& message) { - // This function is a friend of UnitTest and as such has access to - // AddTestPartResult. - UnitTest::GetInstance()->AddTestPartResult( - result_type, - NULL, // No info about the source file where the exception occurred. - -1, // We have no info on which line caused the exception. - message, - String()); // No stack trace, either. -} - -} // namespace internal - -// Google Test requires all tests in the same test case to use the same test -// fixture class. This function checks if the current test has the -// same fixture class as the first test in the current test case. If -// yes, it returns true; otherwise it generates a Google Test failure and -// returns false. -bool Test::HasSameFixtureClass() { - internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); - const TestCase* const test_case = impl->current_test_case(); - - // Info about the first test in the current test case. - const TestInfo* const first_test_info = test_case->test_info_list()[0]; - const internal::TypeId first_fixture_id = first_test_info->fixture_class_id_; - const char* const first_test_name = first_test_info->name(); - - // Info about the current test. - const TestInfo* const this_test_info = impl->current_test_info(); - const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_; - const char* const this_test_name = this_test_info->name(); - - if (this_fixture_id != first_fixture_id) { - // Is the first test defined using TEST? - const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); - // Is this test defined using TEST? - const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); - - if (first_is_TEST || this_is_TEST) { - // The user mixed TEST and TEST_F in this test case - we'll tell - // him/her how to fix it. - - // Gets the name of the TEST and the name of the TEST_F. Note - // that first_is_TEST and this_is_TEST cannot both be true, as - // the fixture IDs are different for the two tests. - const char* const TEST_name = - first_is_TEST ? first_test_name : this_test_name; - const char* const TEST_F_name = - first_is_TEST ? this_test_name : first_test_name; - - ADD_FAILURE() - << "All tests in the same test case must use the same test fixture\n" - << "class, so mixing TEST_F and TEST in the same test case is\n" - << "illegal. In test case " << this_test_info->test_case_name() - << ",\n" - << "test " << TEST_F_name << " is defined using TEST_F but\n" - << "test " << TEST_name << " is defined using TEST. You probably\n" - << "want to change the TEST to TEST_F or move it to another test\n" - << "case."; - } else { - // The user defined two fixture classes with the same name in - // two namespaces - we'll tell him/her how to fix it. - ADD_FAILURE() - << "All tests in the same test case must use the same test fixture\n" - << "class. However, in test case " - << this_test_info->test_case_name() << ",\n" - << "you defined test " << first_test_name - << " and test " << this_test_name << "\n" - << "using two different test fixture classes. This can happen if\n" - << "the two classes are from different namespaces or translation\n" - << "units and have the same name. You should probably rename one\n" - << "of the classes to put the tests into different test cases."; - } - return false; - } - - return true; -} - -#if GTEST_HAS_SEH - -// Adds an "exception thrown" fatal failure to the current test. This -// function returns its result via an output parameter pointer because VC++ -// prohibits creation of objects with destructors on stack in functions -// using __try (see error C2712). -static internal::String* FormatSehExceptionMessage(DWORD exception_code, - const char* location) { - Message message; - message << "SEH exception with code 0x" << std::setbase(16) << - exception_code << std::setbase(10) << " thrown in " << location << "."; - - return new internal::String(message.GetString()); -} - -#endif // GTEST_HAS_SEH - -#if GTEST_HAS_EXCEPTIONS - -// Adds an "exception thrown" fatal failure to the current test. -static internal::String FormatCxxExceptionMessage(const char* description, - const char* location) { - Message message; - if (description != NULL) { - message << "C++ exception with description \"" << description << "\""; - } else { - message << "Unknown C++ exception"; - } - message << " thrown in " << location << "."; - - return message.GetString(); -} - -static internal::String PrintTestPartResultToString( - const TestPartResult& test_part_result); - -// A failed Google Test assertion will throw an exception of this type when -// GTEST_FLAG(throw_on_failure) is true (if exceptions are enabled). We -// derive it from std::runtime_error, which is for errors presumably -// detectable only at run time. Since std::runtime_error inherits from -// std::exception, many testing frameworks know how to extract and print the -// message inside it. -class GoogleTestFailureException : public ::std::runtime_error { - public: - explicit GoogleTestFailureException(const TestPartResult& failure) - : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {} -}; -#endif // GTEST_HAS_EXCEPTIONS - -namespace internal { -// We put these helper functions in the internal namespace as IBM's xlC -// compiler rejects the code if they were declared static. - -// Runs the given method and handles SEH exceptions it throws, when -// SEH is supported; returns the 0-value for type Result in case of an -// SEH exception. (Microsoft compilers cannot handle SEH and C++ -// exceptions in the same function. Therefore, we provide a separate -// wrapper function for handling SEH exceptions.) -template -Result HandleSehExceptionsInMethodIfSupported( - T* object, Result (T::*method)(), const char* location) { -#if GTEST_HAS_SEH - __try { - return (object->*method)(); - } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT - GetExceptionCode())) { - // We create the exception message on the heap because VC++ prohibits - // creation of objects with destructors on stack in functions using __try - // (see error C2712). - internal::String* exception_message = FormatSehExceptionMessage( - GetExceptionCode(), location); - internal::ReportFailureInUnknownLocation(TestPartResult::kFatalFailure, - *exception_message); - delete exception_message; - return static_cast(0); - } -#else - (void)location; - return (object->*method)(); -#endif // GTEST_HAS_SEH -} - -// Runs the given method and catches and reports C++ and/or SEH-style -// exceptions, if they are supported; returns the 0-value for type -// Result in case of an SEH exception. -template -Result HandleExceptionsInMethodIfSupported( - T* object, Result (T::*method)(), const char* location) { - // NOTE: The user code can affect the way in which Google Test handles - // exceptions by setting GTEST_FLAG(catch_exceptions), but only before - // RUN_ALL_TESTS() starts. It is technically possible to check the flag - // after the exception is caught and either report or re-throw the - // exception based on the flag's value: - // - // try { - // // Perform the test method. - // } catch (...) { - // if (GTEST_FLAG(catch_exceptions)) - // // Report the exception as failure. - // else - // throw; // Re-throws the original exception. - // } - // - // However, the purpose of this flag is to allow the program to drop into - // the debugger when the exception is thrown. On most platforms, once the - // control enters the catch block, the exception origin information is - // lost and the debugger will stop the program at the point of the - // re-throw in this function -- instead of at the point of the original - // throw statement in the code under test. For this reason, we perform - // the check early, sacrificing the ability to affect Google Test's - // exception handling in the method where the exception is thrown. - if (internal::GetUnitTestImpl()->catch_exceptions()) { -#if GTEST_HAS_EXCEPTIONS - try { - return HandleSehExceptionsInMethodIfSupported(object, method, location); - } catch (const GoogleTestFailureException&) { // NOLINT - // This exception doesn't originate in code under test. It makes no - // sense to report it as a test failure. - throw; - } catch (const std::exception& e) { // NOLINT - internal::ReportFailureInUnknownLocation( - TestPartResult::kFatalFailure, - FormatCxxExceptionMessage(e.what(), location)); - } catch (...) { // NOLINT - internal::ReportFailureInUnknownLocation( - TestPartResult::kFatalFailure, - FormatCxxExceptionMessage(NULL, location)); - } - return static_cast(0); -#else - return HandleSehExceptionsInMethodIfSupported(object, method, location); -#endif // GTEST_HAS_EXCEPTIONS - } else { - return (object->*method)(); - } -} - -} // namespace internal - -// Runs the test and updates the test result. -void Test::Run() { - if (!HasSameFixtureClass()) return; - - internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); - impl->os_stack_trace_getter()->UponLeavingGTest(); - internal::HandleExceptionsInMethodIfSupported(this, &Test::SetUp, "SetUp()"); - // We will run the test only if SetUp() was successful. - if (!HasFatalFailure()) { - impl->os_stack_trace_getter()->UponLeavingGTest(); - internal::HandleExceptionsInMethodIfSupported( - this, &Test::TestBody, "the test body"); - } - - // However, we want to clean up as much as possible. Hence we will - // always call TearDown(), even if SetUp() or the test body has - // failed. - impl->os_stack_trace_getter()->UponLeavingGTest(); - internal::HandleExceptionsInMethodIfSupported( - this, &Test::TearDown, "TearDown()"); -} - -// Returns true iff the current test has a fatal failure. -bool Test::HasFatalFailure() { - return internal::GetUnitTestImpl()->current_test_result()->HasFatalFailure(); -} - -// Returns true iff the current test has a non-fatal failure. -bool Test::HasNonfatalFailure() { - return internal::GetUnitTestImpl()->current_test_result()-> - HasNonfatalFailure(); -} - -// class TestInfo - -// Constructs a TestInfo object. It assumes ownership of the test factory -// object. -// TODO(vladl@google.com): Make a_test_case_name and a_name const string&'s -// to signify they cannot be NULLs. -TestInfo::TestInfo(const char* a_test_case_name, - const char* a_name, - const char* a_type_param, - const char* a_value_param, - internal::TypeId fixture_class_id, - internal::TestFactoryBase* factory) - : test_case_name_(a_test_case_name), - name_(a_name), - type_param_(a_type_param ? new std::string(a_type_param) : NULL), - value_param_(a_value_param ? new std::string(a_value_param) : NULL), - fixture_class_id_(fixture_class_id), - should_run_(false), - is_disabled_(false), - matches_filter_(false), - factory_(factory), - result_() {} - -// Destructs a TestInfo object. -TestInfo::~TestInfo() { delete factory_; } - -namespace internal { - -// Creates a new TestInfo object and registers it with Google Test; -// returns the created object. -// -// Arguments: -// -// test_case_name: name of the test case -// name: name of the test -// type_param: the name of the test's type parameter, or NULL if -// this is not a typed or a type-parameterized test. -// value_param: text representation of the test's value parameter, -// or NULL if this is not a value-parameterized test. -// fixture_class_id: ID of the test fixture class -// set_up_tc: pointer to the function that sets up the test case -// tear_down_tc: pointer to the function that tears down the test case -// factory: pointer to the factory that creates a test object. -// The newly created TestInfo instance will assume -// ownership of the factory object. -TestInfo* MakeAndRegisterTestInfo( - const char* test_case_name, const char* name, - const char* type_param, - const char* value_param, - TypeId fixture_class_id, - SetUpTestCaseFunc set_up_tc, - TearDownTestCaseFunc tear_down_tc, - TestFactoryBase* factory) { - TestInfo* const test_info = - new TestInfo(test_case_name, name, type_param, value_param, - fixture_class_id, factory); - GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info); - return test_info; -} - -#if GTEST_HAS_PARAM_TEST -void ReportInvalidTestCaseType(const char* test_case_name, - const char* file, int line) { - Message errors; - errors - << "Attempted redefinition of test case " << test_case_name << ".\n" - << "All tests in the same test case must use the same test fixture\n" - << "class. However, in test case " << test_case_name << ", you tried\n" - << "to define a test using a fixture class different from the one\n" - << "used earlier. This can happen if the two fixture classes are\n" - << "from different namespaces and have the same name. You should\n" - << "probably rename one of the classes to put the tests into different\n" - << "test cases."; - - fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), - errors.GetString().c_str()); -} -#endif // GTEST_HAS_PARAM_TEST - -} // namespace internal - -namespace { - -// A predicate that checks the test name of a TestInfo against a known -// value. -// -// This is used for implementation of the TestCase class only. We put -// it in the anonymous namespace to prevent polluting the outer -// namespace. -// -// TestNameIs is copyable. -class TestNameIs { - public: - // Constructor. - // - // TestNameIs has NO default constructor. - explicit TestNameIs(const char* name) - : name_(name) {} - - // Returns true iff the test name of test_info matches name_. - bool operator()(const TestInfo * test_info) const { - return test_info && internal::String(test_info->name()).Compare(name_) == 0; - } - - private: - internal::String name_; -}; - -} // namespace - -namespace internal { - -// This method expands all parameterized tests registered with macros TEST_P -// and INSTANTIATE_TEST_CASE_P into regular tests and registers those. -// This will be done just once during the program runtime. -void UnitTestImpl::RegisterParameterizedTests() { -#if GTEST_HAS_PARAM_TEST - if (!parameterized_tests_registered_) { - parameterized_test_registry_.RegisterTests(); - parameterized_tests_registered_ = true; - } -#endif -} - -} // namespace internal - -// Creates the test object, runs it, records its result, and then -// deletes it. -void TestInfo::Run() { - if (!should_run_) return; - - // Tells UnitTest where to store test result. - internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); - impl->set_current_test_info(this); - - TestEventListener* repeater = UnitTest::GetInstance()->listeners().repeater(); - - // Notifies the unit test event listeners that a test is about to start. - repeater->OnTestStart(*this); - - const TimeInMillis start = internal::GetTimeInMillis(); - - impl->os_stack_trace_getter()->UponLeavingGTest(); - - // Creates the test object. - Test* const test = internal::HandleExceptionsInMethodIfSupported( - factory_, &internal::TestFactoryBase::CreateTest, - "the test fixture's constructor"); - - // Runs the test only if the test object was created and its - // constructor didn't generate a fatal failure. - if ((test != NULL) && !Test::HasFatalFailure()) { - // This doesn't throw as all user code that can throw are wrapped into - // exception handling code. - test->Run(); - } - - // Deletes the test object. - impl->os_stack_trace_getter()->UponLeavingGTest(); - internal::HandleExceptionsInMethodIfSupported( - test, &Test::DeleteSelf_, "the test fixture's destructor"); - - result_.set_elapsed_time(internal::GetTimeInMillis() - start); - - // Notifies the unit test event listener that a test has just finished. - repeater->OnTestEnd(*this); - - // Tells UnitTest to stop associating assertion results to this - // test. - impl->set_current_test_info(NULL); -} - -// class TestCase - -// Gets the number of successful tests in this test case. -int TestCase::successful_test_count() const { - return CountIf(test_info_list_, TestPassed); -} - -// Gets the number of failed tests in this test case. -int TestCase::failed_test_count() const { - return CountIf(test_info_list_, TestFailed); -} - -int TestCase::disabled_test_count() const { - return CountIf(test_info_list_, TestDisabled); -} - -// Get the number of tests in this test case that should run. -int TestCase::test_to_run_count() const { - return CountIf(test_info_list_, ShouldRunTest); -} - -// Gets the number of all tests. -int TestCase::total_test_count() const { - return static_cast(test_info_list_.size()); -} - -// Creates a TestCase with the given name. -// -// Arguments: -// -// name: name of the test case -// a_type_param: the name of the test case's type parameter, or NULL if -// this is not a typed or a type-parameterized test case. -// set_up_tc: pointer to the function that sets up the test case -// tear_down_tc: pointer to the function that tears down the test case -TestCase::TestCase(const char* a_name, const char* a_type_param, - Test::SetUpTestCaseFunc set_up_tc, - Test::TearDownTestCaseFunc tear_down_tc) - : name_(a_name), - type_param_(a_type_param ? new std::string(a_type_param) : NULL), - set_up_tc_(set_up_tc), - tear_down_tc_(tear_down_tc), - should_run_(false), - elapsed_time_(0) { -} - -// Destructor of TestCase. -TestCase::~TestCase() { - // Deletes every Test in the collection. - ForEach(test_info_list_, internal::Delete); -} - -// Returns the i-th test among all the tests. i can range from 0 to -// total_test_count() - 1. If i is not in that range, returns NULL. -const TestInfo* TestCase::GetTestInfo(int i) const { - const int index = GetElementOr(test_indices_, i, -1); - return index < 0 ? NULL : test_info_list_[index]; -} - -// Returns the i-th test among all the tests. i can range from 0 to -// total_test_count() - 1. If i is not in that range, returns NULL. -TestInfo* TestCase::GetMutableTestInfo(int i) { - const int index = GetElementOr(test_indices_, i, -1); - return index < 0 ? NULL : test_info_list_[index]; -} - -// Adds a test to this test case. Will delete the test upon -// destruction of the TestCase object. -void TestCase::AddTestInfo(TestInfo * test_info) { - test_info_list_.push_back(test_info); - test_indices_.push_back(static_cast(test_indices_.size())); -} - -// Runs every test in this TestCase. -void TestCase::Run() { - if (!should_run_) return; - - internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); - impl->set_current_test_case(this); - - TestEventListener* repeater = UnitTest::GetInstance()->listeners().repeater(); - - repeater->OnTestCaseStart(*this); - impl->os_stack_trace_getter()->UponLeavingGTest(); - internal::HandleExceptionsInMethodIfSupported( - this, &TestCase::RunSetUpTestCase, "SetUpTestCase()"); - - const internal::TimeInMillis start = internal::GetTimeInMillis(); - for (int i = 0; i < total_test_count(); i++) { - GetMutableTestInfo(i)->Run(); - } - elapsed_time_ = internal::GetTimeInMillis() - start; - - impl->os_stack_trace_getter()->UponLeavingGTest(); - internal::HandleExceptionsInMethodIfSupported( - this, &TestCase::RunTearDownTestCase, "TearDownTestCase()"); - - repeater->OnTestCaseEnd(*this); - impl->set_current_test_case(NULL); -} - -// Clears the results of all tests in this test case. -void TestCase::ClearResult() { - ForEach(test_info_list_, TestInfo::ClearTestResult); -} - -// Shuffles the tests in this test case. -void TestCase::ShuffleTests(internal::Random* random) { - Shuffle(random, &test_indices_); -} - -// Restores the test order to before the first shuffle. -void TestCase::UnshuffleTests() { - for (size_t i = 0; i < test_indices_.size(); i++) { - test_indices_[i] = static_cast(i); - } -} - -// Formats a countable noun. Depending on its quantity, either the -// singular form or the plural form is used. e.g. -// -// FormatCountableNoun(1, "formula", "formuli") returns "1 formula". -// FormatCountableNoun(5, "book", "books") returns "5 books". -static internal::String FormatCountableNoun(int count, - const char * singular_form, - const char * plural_form) { - return internal::String::Format("%d %s", count, - count == 1 ? singular_form : plural_form); -} - -// Formats the count of tests. -static internal::String FormatTestCount(int test_count) { - return FormatCountableNoun(test_count, "test", "tests"); -} - -// Formats the count of test cases. -static internal::String FormatTestCaseCount(int test_case_count) { - return FormatCountableNoun(test_case_count, "test case", "test cases"); -} - -// Converts a TestPartResult::Type enum to human-friendly string -// representation. Both kNonFatalFailure and kFatalFailure are translated -// to "Failure", as the user usually doesn't care about the difference -// between the two when viewing the test result. -static const char * TestPartResultTypeToString(TestPartResult::Type type) { - switch (type) { - case TestPartResult::kSuccess: - return "Success"; - - case TestPartResult::kNonFatalFailure: - case TestPartResult::kFatalFailure: -#ifdef _MSC_VER - return "error: "; -#else - return "Failure\n"; -#endif - default: - return "Unknown result type"; - } -} - -// Prints a TestPartResult to a String. -static internal::String PrintTestPartResultToString( - const TestPartResult& test_part_result) { - return (Message() - << internal::FormatFileLocation(test_part_result.file_name(), - test_part_result.line_number()) - << " " << TestPartResultTypeToString(test_part_result.type()) - << test_part_result.message()).GetString(); -} - -// Prints a TestPartResult. -static void PrintTestPartResult(const TestPartResult& test_part_result) { - const internal::String& result = - PrintTestPartResultToString(test_part_result); - printf("%s\n", result.c_str()); - fflush(stdout); - // If the test program runs in Visual Studio or a debugger, the - // following statements add the test part result message to the Output - // window such that the user can double-click on it to jump to the - // corresponding source code location; otherwise they do nothing. -#if GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_MOBILE - // We don't call OutputDebugString*() on Windows Mobile, as printing - // to stdout is done by OutputDebugString() there already - we don't - // want the same message printed twice. - ::OutputDebugStringA(result.c_str()); - ::OutputDebugStringA("\n"); -#endif -} - -// class PrettyUnitTestResultPrinter - -namespace internal { - -enum GTestColor { - COLOR_DEFAULT, - COLOR_RED, - COLOR_GREEN, - COLOR_YELLOW -}; - -#if GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_MOBILE - -// Returns the character attribute for the given color. -WORD GetColorAttribute(GTestColor color) { - switch (color) { - case COLOR_RED: return FOREGROUND_RED; - case COLOR_GREEN: return FOREGROUND_GREEN; - case COLOR_YELLOW: return FOREGROUND_RED | FOREGROUND_GREEN; - default: return 0; - } -} - -#else - -// Returns the ANSI color code for the given color. COLOR_DEFAULT is -// an invalid input. -const char* GetAnsiColorCode(GTestColor color) { - switch (color) { - case COLOR_RED: return "1"; - case COLOR_GREEN: return "2"; - case COLOR_YELLOW: return "3"; - default: return NULL; - }; -} - -#endif // GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_MOBILE - -// Returns true iff Google Test should use colors in the output. -bool ShouldUseColor(bool stdout_is_tty) { - const char* const gtest_color = GTEST_FLAG(color).c_str(); - - if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { -#if GTEST_OS_WINDOWS - // On Windows the TERM variable is usually not set, but the - // console there does support colors. - return stdout_is_tty; -#else - // On non-Windows platforms, we rely on the TERM variable. - const char* const term = posix::GetEnv("TERM"); - const bool term_supports_color = - String::CStringEquals(term, "xterm") || - String::CStringEquals(term, "xterm-color") || - String::CStringEquals(term, "xterm-256color") || - String::CStringEquals(term, "screen") || - String::CStringEquals(term, "linux") || - String::CStringEquals(term, "cygwin"); - return stdout_is_tty && term_supports_color; -#endif // GTEST_OS_WINDOWS - } - - return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || - String::CaseInsensitiveCStringEquals(gtest_color, "true") || - String::CaseInsensitiveCStringEquals(gtest_color, "t") || - String::CStringEquals(gtest_color, "1"); - // We take "yes", "true", "t", and "1" as meaning "yes". If the - // value is neither one of these nor "auto", we treat it as "no" to - // be conservative. -} - -// Helpers for printing colored strings to stdout. Note that on Windows, we -// cannot simply emit special characters and have the terminal change colors. -// This routine must actually emit the characters rather than return a string -// that would be colored when printed, as can be done on Linux. -void ColoredPrintf(GTestColor color, const char* fmt, ...) { - va_list args; - va_start(args, fmt); - -#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || GTEST_OS_ZOS - const bool use_color = false; -#else - static const bool in_color_mode = - ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0); - const bool use_color = in_color_mode && (color != COLOR_DEFAULT); -#endif // GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || GTEST_OS_ZOS - // The '!= 0' comparison is necessary to satisfy MSVC 7.1. - - if (!use_color) { - vprintf(fmt, args); - va_end(args); - return; - } - -#if GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_MOBILE - const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); - - // Gets the current text color. - CONSOLE_SCREEN_BUFFER_INFO buffer_info; - GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); - const WORD old_color_attrs = buffer_info.wAttributes; - - // We need to flush the stream buffers into the console before each - // SetConsoleTextAttribute call lest it affect the text that is already - // printed but has not yet reached the console. - fflush(stdout); - SetConsoleTextAttribute(stdout_handle, - GetColorAttribute(color) | FOREGROUND_INTENSITY); - vprintf(fmt, args); - - fflush(stdout); - // Restores the text color. - SetConsoleTextAttribute(stdout_handle, old_color_attrs); -#else - printf("\033[0;3%sm", GetAnsiColorCode(color)); - vprintf(fmt, args); - printf("\033[m"); // Resets the terminal to default. -#endif // GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_MOBILE - va_end(args); -} - -void PrintFullTestCommentIfPresent(const TestInfo& test_info) { - const char* const type_param = test_info.type_param(); - const char* const value_param = test_info.value_param(); - - if (type_param != NULL || value_param != NULL) { - printf(", where "); - if (type_param != NULL) { - printf("TypeParam = %s", type_param); - if (value_param != NULL) - printf(" and "); - } - if (value_param != NULL) { - printf("GetParam() = %s", value_param); - } - } -} - -// This class implements the TestEventListener interface. -// -// Class PrettyUnitTestResultPrinter is copyable. -class PrettyUnitTestResultPrinter : public TestEventListener { - public: - PrettyUnitTestResultPrinter() {} - static void PrintTestName(const char * test_case, const char * test) { - printf("%s.%s", test_case, test); - } - - // The following methods override what's in the TestEventListener class. - virtual void OnTestProgramStart(const UnitTest& /*unit_test*/) {} - virtual void OnTestIterationStart(const UnitTest& unit_test, int iteration); - virtual void OnEnvironmentsSetUpStart(const UnitTest& unit_test); - virtual void OnEnvironmentsSetUpEnd(const UnitTest& /*unit_test*/) {} - virtual void OnTestCaseStart(const TestCase& test_case); - virtual void OnTestStart(const TestInfo& test_info); - virtual void OnTestPartResult(const TestPartResult& result); - virtual void OnTestEnd(const TestInfo& test_info); - virtual void OnTestCaseEnd(const TestCase& test_case); - virtual void OnEnvironmentsTearDownStart(const UnitTest& unit_test); - virtual void OnEnvironmentsTearDownEnd(const UnitTest& /*unit_test*/) {} - virtual void OnTestIterationEnd(const UnitTest& unit_test, int iteration); - virtual void OnTestProgramEnd(const UnitTest& /*unit_test*/) {} - - private: - static void PrintFailedTests(const UnitTest& unit_test); - - internal::String test_case_name_; -}; - - // Fired before each iteration of tests starts. -void PrettyUnitTestResultPrinter::OnTestIterationStart( - const UnitTest& unit_test, int iteration) { - if (GTEST_FLAG(repeat) != 1) - printf("\nRepeating all tests (iteration %d) . . .\n\n", iteration + 1); - - const char* const filter = GTEST_FLAG(filter).c_str(); - - // Prints the filter if it's not *. This reminds the user that some - // tests may be skipped. - if (!internal::String::CStringEquals(filter, kUniversalFilter)) { - ColoredPrintf(COLOR_YELLOW, - "Note: %s filter = %s\n", GTEST_NAME_, filter); - } - - if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) { - const Int32 shard_index = Int32FromEnvOrDie(kTestShardIndex, -1); - ColoredPrintf(COLOR_YELLOW, - "Note: This is test shard %d of %s.\n", - static_cast(shard_index) + 1, - internal::posix::GetEnv(kTestTotalShards)); - } - - if (GTEST_FLAG(shuffle)) { - ColoredPrintf(COLOR_YELLOW, - "Note: Randomizing tests' orders with a seed of %d .\n", - unit_test.random_seed()); - } - - ColoredPrintf(COLOR_GREEN, "[==========] "); - printf("Running %s from %s.\n", - FormatTestCount(unit_test.test_to_run_count()).c_str(), - FormatTestCaseCount(unit_test.test_case_to_run_count()).c_str()); - fflush(stdout); -} - -void PrettyUnitTestResultPrinter::OnEnvironmentsSetUpStart( - const UnitTest& /*unit_test*/) { - ColoredPrintf(COLOR_GREEN, "[----------] "); - printf("Global test environment set-up.\n"); - fflush(stdout); -} - -void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { - test_case_name_ = test_case.name(); - const internal::String counts = - FormatCountableNoun(test_case.test_to_run_count(), "test", "tests"); - ColoredPrintf(COLOR_GREEN, "[----------] "); - printf("%s from %s", counts.c_str(), test_case_name_.c_str()); - if (test_case.type_param() == NULL) { - printf("\n"); - } else { - printf(", where TypeParam = %s\n", test_case.type_param()); - } - fflush(stdout); -} - -void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { - ColoredPrintf(COLOR_GREEN, "[ RUN ] "); - PrintTestName(test_case_name_.c_str(), test_info.name()); - printf("\n"); - fflush(stdout); -} - -// Called after an assertion failure. -void PrettyUnitTestResultPrinter::OnTestPartResult( - const TestPartResult& result) { - // If the test part succeeded, we don't need to do anything. - if (result.type() == TestPartResult::kSuccess) - return; - - // Print failure message from the assertion (e.g. expected this and got that). - PrintTestPartResult(result); - fflush(stdout); -} - -void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { - if (test_info.result()->Passed()) { - ColoredPrintf(COLOR_GREEN, "[ OK ] "); - } else { - ColoredPrintf(COLOR_RED, "[ FAILED ] "); - } - PrintTestName(test_case_name_.c_str(), test_info.name()); - if (test_info.result()->Failed()) - PrintFullTestCommentIfPresent(test_info); - - if (GTEST_FLAG(print_time)) { - printf(" (%s ms)\n", internal::StreamableToString( - test_info.result()->elapsed_time()).c_str()); - } else { - printf("\n"); - } - fflush(stdout); -} - -void PrettyUnitTestResultPrinter::OnTestCaseEnd(const TestCase& test_case) { - if (!GTEST_FLAG(print_time)) return; - - test_case_name_ = test_case.name(); - const internal::String counts = - FormatCountableNoun(test_case.test_to_run_count(), "test", "tests"); - ColoredPrintf(COLOR_GREEN, "[----------] "); - printf("%s from %s (%s ms total)\n\n", - counts.c_str(), test_case_name_.c_str(), - internal::StreamableToString(test_case.elapsed_time()).c_str()); - fflush(stdout); -} - -void PrettyUnitTestResultPrinter::OnEnvironmentsTearDownStart( - const UnitTest& /*unit_test*/) { - ColoredPrintf(COLOR_GREEN, "[----------] "); - printf("Global test environment tear-down\n"); - fflush(stdout); -} - -// Internal helper for printing the list of failed tests. -void PrettyUnitTestResultPrinter::PrintFailedTests(const UnitTest& unit_test) { - const int failed_test_count = unit_test.failed_test_count(); - if (failed_test_count == 0) { - return; - } - - for (int i = 0; i < unit_test.total_test_case_count(); ++i) { - const TestCase& test_case = *unit_test.GetTestCase(i); - if (!test_case.should_run() || (test_case.failed_test_count() == 0)) { - continue; - } - for (int j = 0; j < test_case.total_test_count(); ++j) { - const TestInfo& test_info = *test_case.GetTestInfo(j); - if (!test_info.should_run() || test_info.result()->Passed()) { - continue; - } - ColoredPrintf(COLOR_RED, "[ FAILED ] "); - printf("%s.%s", test_case.name(), test_info.name()); - PrintFullTestCommentIfPresent(test_info); - printf("\n"); - } - } -} - -void PrettyUnitTestResultPrinter::OnTestIterationEnd(const UnitTest& unit_test, - int /*iteration*/) { - ColoredPrintf(COLOR_GREEN, "[==========] "); - printf("%s from %s ran.", - FormatTestCount(unit_test.test_to_run_count()).c_str(), - FormatTestCaseCount(unit_test.test_case_to_run_count()).c_str()); - if (GTEST_FLAG(print_time)) { - printf(" (%s ms total)", - internal::StreamableToString(unit_test.elapsed_time()).c_str()); - } - printf("\n"); - ColoredPrintf(COLOR_GREEN, "[ PASSED ] "); - printf("%s.\n", FormatTestCount(unit_test.successful_test_count()).c_str()); - - int num_failures = unit_test.failed_test_count(); - if (!unit_test.Passed()) { - const int failed_test_count = unit_test.failed_test_count(); - ColoredPrintf(COLOR_RED, "[ FAILED ] "); - printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); - PrintFailedTests(unit_test); - printf("\n%2d FAILED %s\n", num_failures, - num_failures == 1 ? "TEST" : "TESTS"); - } - - int num_disabled = unit_test.disabled_test_count(); - if (num_disabled && !GTEST_FLAG(also_run_disabled_tests)) { - if (!num_failures) { - printf("\n"); // Add a spacer if no FAILURE banner is displayed. - } - ColoredPrintf(COLOR_YELLOW, - " YOU HAVE %d DISABLED %s\n\n", - num_disabled, - num_disabled == 1 ? "TEST" : "TESTS"); - } - // Ensure that Google Test output is printed before, e.g., heapchecker output. - fflush(stdout); -} - -// End PrettyUnitTestResultPrinter - -// class TestEventRepeater -// -// This class forwards events to other event listeners. -class TestEventRepeater : public TestEventListener { - public: - TestEventRepeater() : forwarding_enabled_(true) {} - virtual ~TestEventRepeater(); - void Append(TestEventListener *listener); - TestEventListener* Release(TestEventListener* listener); - - // Controls whether events will be forwarded to listeners_. Set to false - // in death test child processes. - bool forwarding_enabled() const { return forwarding_enabled_; } - void set_forwarding_enabled(bool enable) { forwarding_enabled_ = enable; } - - virtual void OnTestProgramStart(const UnitTest& unit_test); - virtual void OnTestIterationStart(const UnitTest& unit_test, int iteration); - virtual void OnEnvironmentsSetUpStart(const UnitTest& unit_test); - virtual void OnEnvironmentsSetUpEnd(const UnitTest& unit_test); - virtual void OnTestCaseStart(const TestCase& test_case); - virtual void OnTestStart(const TestInfo& test_info); - virtual void OnTestPartResult(const TestPartResult& result); - virtual void OnTestEnd(const TestInfo& test_info); - virtual void OnTestCaseEnd(const TestCase& test_case); - virtual void OnEnvironmentsTearDownStart(const UnitTest& unit_test); - virtual void OnEnvironmentsTearDownEnd(const UnitTest& unit_test); - virtual void OnTestIterationEnd(const UnitTest& unit_test, int iteration); - virtual void OnTestProgramEnd(const UnitTest& unit_test); - - private: - // Controls whether events will be forwarded to listeners_. Set to false - // in death test child processes. - bool forwarding_enabled_; - // The list of listeners that receive events. - std::vector listeners_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(TestEventRepeater); -}; - -TestEventRepeater::~TestEventRepeater() { - ForEach(listeners_, Delete); -} - -void TestEventRepeater::Append(TestEventListener *listener) { - listeners_.push_back(listener); -} - -// TODO(vladl@google.com): Factor the search functionality into Vector::Find. -TestEventListener* TestEventRepeater::Release(TestEventListener *listener) { - for (size_t i = 0; i < listeners_.size(); ++i) { - if (listeners_[i] == listener) { - listeners_.erase(listeners_.begin() + i); - return listener; - } - } - - return NULL; -} - -// Since most methods are very similar, use macros to reduce boilerplate. -// This defines a member that forwards the call to all listeners. -#define GTEST_REPEATER_METHOD_(Name, Type) \ -void TestEventRepeater::Name(const Type& parameter) { \ - if (forwarding_enabled_) { \ - for (size_t i = 0; i < listeners_.size(); i++) { \ - listeners_[i]->Name(parameter); \ - } \ - } \ -} -// This defines a member that forwards the call to all listeners in reverse -// order. -#define GTEST_REVERSE_REPEATER_METHOD_(Name, Type) \ -void TestEventRepeater::Name(const Type& parameter) { \ - if (forwarding_enabled_) { \ - for (int i = static_cast(listeners_.size()) - 1; i >= 0; i--) { \ - listeners_[i]->Name(parameter); \ - } \ - } \ -} - -GTEST_REPEATER_METHOD_(OnTestProgramStart, UnitTest) -GTEST_REPEATER_METHOD_(OnEnvironmentsSetUpStart, UnitTest) -GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase) -GTEST_REPEATER_METHOD_(OnTestStart, TestInfo) -GTEST_REPEATER_METHOD_(OnTestPartResult, TestPartResult) -GTEST_REPEATER_METHOD_(OnEnvironmentsTearDownStart, UnitTest) -GTEST_REVERSE_REPEATER_METHOD_(OnEnvironmentsSetUpEnd, UnitTest) -GTEST_REVERSE_REPEATER_METHOD_(OnEnvironmentsTearDownEnd, UnitTest) -GTEST_REVERSE_REPEATER_METHOD_(OnTestEnd, TestInfo) -GTEST_REVERSE_REPEATER_METHOD_(OnTestCaseEnd, TestCase) -GTEST_REVERSE_REPEATER_METHOD_(OnTestProgramEnd, UnitTest) - -#undef GTEST_REPEATER_METHOD_ -#undef GTEST_REVERSE_REPEATER_METHOD_ - -void TestEventRepeater::OnTestIterationStart(const UnitTest& unit_test, - int iteration) { - if (forwarding_enabled_) { - for (size_t i = 0; i < listeners_.size(); i++) { - listeners_[i]->OnTestIterationStart(unit_test, iteration); - } - } -} - -void TestEventRepeater::OnTestIterationEnd(const UnitTest& unit_test, - int iteration) { - if (forwarding_enabled_) { - for (int i = static_cast(listeners_.size()) - 1; i >= 0; i--) { - listeners_[i]->OnTestIterationEnd(unit_test, iteration); - } - } -} - -// End TestEventRepeater - -// This class generates an XML output file. -class XmlUnitTestResultPrinter : public EmptyTestEventListener { - public: - explicit XmlUnitTestResultPrinter(const char* output_file); - - virtual void OnTestIterationEnd(const UnitTest& unit_test, int iteration); - - private: - // Is c a whitespace character that is normalized to a space character - // when it appears in an XML attribute value? - static bool IsNormalizableWhitespace(char c) { - return c == 0x9 || c == 0xA || c == 0xD; - } - - // May c appear in a well-formed XML document? - static bool IsValidXmlCharacter(char c) { - return IsNormalizableWhitespace(c) || c >= 0x20; - } - - // Returns an XML-escaped copy of the input string str. If - // is_attribute is true, the text is meant to appear as an attribute - // value, and normalizable whitespace is preserved by replacing it - // with character references. - static String EscapeXml(const char* str, bool is_attribute); - - // Returns the given string with all characters invalid in XML removed. - static string RemoveInvalidXmlCharacters(const string& str); - - // Convenience wrapper around EscapeXml when str is an attribute value. - static String EscapeXmlAttribute(const char* str) { - return EscapeXml(str, true); - } - - // Convenience wrapper around EscapeXml when str is not an attribute value. - static String EscapeXmlText(const char* str) { return EscapeXml(str, false); } - - // Streams an XML CDATA section, escaping invalid CDATA sequences as needed. - static void OutputXmlCDataSection(::std::ostream* stream, const char* data); - - // Streams an XML representation of a TestInfo object. - static void OutputXmlTestInfo(::std::ostream* stream, - const char* test_case_name, - const TestInfo& test_info); - - // Prints an XML representation of a TestCase object - static void PrintXmlTestCase(FILE* out, const TestCase& test_case); - - // Prints an XML summary of unit_test to output stream out. - static void PrintXmlUnitTest(FILE* out, const UnitTest& unit_test); - - // Produces a string representing the test properties in a result as space - // delimited XML attributes based on the property key="value" pairs. - // When the String is not empty, it includes a space at the beginning, - // to delimit this attribute from prior attributes. - static String TestPropertiesAsXmlAttributes(const TestResult& result); - - // The output file. - const String output_file_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(XmlUnitTestResultPrinter); -}; - -// Creates a new XmlUnitTestResultPrinter. -XmlUnitTestResultPrinter::XmlUnitTestResultPrinter(const char* output_file) - : output_file_(output_file) { - if (output_file_.c_str() == NULL || output_file_.empty()) { - fprintf(stderr, "XML output file may not be null\n"); - fflush(stderr); - exit(EXIT_FAILURE); - } -} - -// Called after the unit test ends. -void XmlUnitTestResultPrinter::OnTestIterationEnd(const UnitTest& unit_test, - int /*iteration*/) { - FILE* xmlout = NULL; - FilePath output_file(output_file_); - FilePath output_dir(output_file.RemoveFileName()); - - if (output_dir.CreateDirectoriesRecursively()) { - xmlout = posix::FOpen(output_file_.c_str(), "w"); - } - if (xmlout == NULL) { - // TODO(wan): report the reason of the failure. - // - // We don't do it for now as: - // - // 1. There is no urgent need for it. - // 2. It's a bit involved to make the errno variable thread-safe on - // all three operating systems (Linux, Windows, and Mac OS). - // 3. To interpret the meaning of errno in a thread-safe way, - // we need the strerror_r() function, which is not available on - // Windows. - fprintf(stderr, - "Unable to open file \"%s\"\n", - output_file_.c_str()); - fflush(stderr); - exit(EXIT_FAILURE); - } - PrintXmlUnitTest(xmlout, unit_test); - fclose(xmlout); -} - -// Returns an XML-escaped copy of the input string str. If is_attribute -// is true, the text is meant to appear as an attribute value, and -// normalizable whitespace is preserved by replacing it with character -// references. -// -// Invalid XML characters in str, if any, are stripped from the output. -// It is expected that most, if not all, of the text processed by this -// module will consist of ordinary English text. -// If this module is ever modified to produce version 1.1 XML output, -// most invalid characters can be retained using character references. -// TODO(wan): It might be nice to have a minimally invasive, human-readable -// escaping scheme for invalid characters, rather than dropping them. -String XmlUnitTestResultPrinter::EscapeXml(const char* str, bool is_attribute) { - Message m; - - if (str != NULL) { - for (const char* src = str; *src; ++src) { - switch (*src) { - case '<': - m << "<"; - break; - case '>': - m << ">"; - break; - case '&': - m << "&"; - break; - case '\'': - if (is_attribute) - m << "'"; - else - m << '\''; - break; - case '"': - if (is_attribute) - m << """; - else - m << '"'; - break; - default: - if (IsValidXmlCharacter(*src)) { - if (is_attribute && IsNormalizableWhitespace(*src)) - m << String::Format("&#x%02X;", unsigned(*src)); - else - m << *src; - } - break; - } - } - } - - return m.GetString(); -} - -// Returns the given string with all characters invalid in XML removed. -// Currently invalid characters are dropped from the string. An -// alternative is to replace them with certain characters such as . or ?. -string XmlUnitTestResultPrinter::RemoveInvalidXmlCharacters(const string& str) { - string output; - output.reserve(str.size()); - for (string::const_iterator it = str.begin(); it != str.end(); ++it) - if (IsValidXmlCharacter(*it)) - output.push_back(*it); - - return output; -} - -// The following routines generate an XML representation of a UnitTest -// object. -// -// This is how Google Test concepts map to the DTD: -// -// <-- corresponds to a UnitTest object -// <-- corresponds to a TestCase object -// <-- corresponds to a TestInfo object -// ... -// ... -// ... -// <-- individual assertion failures -// -// -// - -// Formats the given time in milliseconds as seconds. -std::string FormatTimeInMillisAsSeconds(TimeInMillis ms) { - ::std::stringstream ss; - ss << ms/1000.0; - return ss.str(); -} - -// Streams an XML CDATA section, escaping invalid CDATA sequences as needed. -void XmlUnitTestResultPrinter::OutputXmlCDataSection(::std::ostream* stream, - const char* data) { - const char* segment = data; - *stream << ""); - if (next_segment != NULL) { - stream->write( - segment, static_cast(next_segment - segment)); - *stream << "]]>]]>"); - } else { - *stream << segment; - break; - } - } - *stream << "]]>"; -} - -// Prints an XML representation of a TestInfo object. -// TODO(wan): There is also value in printing properties with the plain printer. -void XmlUnitTestResultPrinter::OutputXmlTestInfo(::std::ostream* stream, - const char* test_case_name, - const TestInfo& test_info) { - const TestResult& result = *test_info.result(); - *stream << " \n"; - *stream << " "; - const string location = internal::FormatCompilerIndependentFileLocation( - part.file_name(), part.line_number()); - const string message = location + "\n" + part.message(); - OutputXmlCDataSection(stream, - RemoveInvalidXmlCharacters(message).c_str()); - *stream << "\n"; - } - } - - if (failures == 0) - *stream << " />\n"; - else - *stream << " \n"; -} - -// Prints an XML representation of a TestCase object -void XmlUnitTestResultPrinter::PrintXmlTestCase(FILE* out, - const TestCase& test_case) { - fprintf(out, - " \n", - FormatTimeInMillisAsSeconds(test_case.elapsed_time()).c_str()); - for (int i = 0; i < test_case.total_test_count(); ++i) { - ::std::stringstream stream; - OutputXmlTestInfo(&stream, test_case.name(), *test_case.GetTestInfo(i)); - fprintf(out, "%s", StringStreamToString(&stream).c_str()); - } - fprintf(out, " \n"); -} - -// Prints an XML summary of unit_test to output stream out. -void XmlUnitTestResultPrinter::PrintXmlUnitTest(FILE* out, - const UnitTest& unit_test) { - fprintf(out, "\n"); - fprintf(out, - "\n"); - for (int i = 0; i < unit_test.total_test_case_count(); ++i) - PrintXmlTestCase(out, *unit_test.GetTestCase(i)); - fprintf(out, "\n"); -} - -// Produces a string representing the test properties in a result as space -// delimited XML attributes based on the property key="value" pairs. -String XmlUnitTestResultPrinter::TestPropertiesAsXmlAttributes( - const TestResult& result) { - Message attributes; - for (int i = 0; i < result.test_property_count(); ++i) { - const TestProperty& property = result.GetTestProperty(i); - attributes << " " << property.key() << "=" - << "\"" << EscapeXmlAttribute(property.value()) << "\""; - } - return attributes.GetString(); -} - -// End XmlUnitTestResultPrinter - -#if GTEST_CAN_STREAM_RESULTS_ - -// Streams test results to the given port on the given host machine. -class StreamingListener : public EmptyTestEventListener { - public: - // Escapes '=', '&', '%', and '\n' characters in str as "%xx". - static string UrlEncode(const char* str); - - StreamingListener(const string& host, const string& port) - : sockfd_(-1), host_name_(host), port_num_(port) { - MakeConnection(); - Send("gtest_streaming_protocol_version=1.0\n"); - } - - virtual ~StreamingListener() { - if (sockfd_ != -1) - CloseConnection(); - } - - void OnTestProgramStart(const UnitTest& /* unit_test */) { - Send("event=TestProgramStart\n"); - } - - void OnTestProgramEnd(const UnitTest& unit_test) { - // Note that Google Test current only report elapsed time for each - // test iteration, not for the entire test program. - Send(String::Format("event=TestProgramEnd&passed=%d\n", - unit_test.Passed())); - - // Notify the streaming server to stop. - CloseConnection(); - } - - void OnTestIterationStart(const UnitTest& /* unit_test */, int iteration) { - Send(String::Format("event=TestIterationStart&iteration=%d\n", - iteration)); - } - - void OnTestIterationEnd(const UnitTest& unit_test, int /* iteration */) { - Send(String::Format("event=TestIterationEnd&passed=%d&elapsed_time=%sms\n", - unit_test.Passed(), - StreamableToString(unit_test.elapsed_time()).c_str())); - } - - void OnTestCaseStart(const TestCase& test_case) { - Send(String::Format("event=TestCaseStart&name=%s\n", test_case.name())); - } - - void OnTestCaseEnd(const TestCase& test_case) { - Send(String::Format("event=TestCaseEnd&passed=%d&elapsed_time=%sms\n", - test_case.Passed(), - StreamableToString(test_case.elapsed_time()).c_str())); - } - - void OnTestStart(const TestInfo& test_info) { - Send(String::Format("event=TestStart&name=%s\n", test_info.name())); - } - - void OnTestEnd(const TestInfo& test_info) { - Send(String::Format( - "event=TestEnd&passed=%d&elapsed_time=%sms\n", - (test_info.result())->Passed(), - StreamableToString((test_info.result())->elapsed_time()).c_str())); - } - - void OnTestPartResult(const TestPartResult& test_part_result) { - const char* file_name = test_part_result.file_name(); - if (file_name == NULL) - file_name = ""; - Send(String::Format("event=TestPartResult&file=%s&line=%d&message=", - UrlEncode(file_name).c_str(), - test_part_result.line_number())); - Send(UrlEncode(test_part_result.message()) + "\n"); - } - - private: - // Creates a client socket and connects to the server. - void MakeConnection(); - - // Closes the socket. - void CloseConnection() { - GTEST_CHECK_(sockfd_ != -1) - << "CloseConnection() can be called only when there is a connection."; - - close(sockfd_); - sockfd_ = -1; - } - - // Sends a string to the socket. - void Send(const string& message) { - GTEST_CHECK_(sockfd_ != -1) - << "Send() can be called only when there is a connection."; - - const int len = static_cast(message.length()); - if (write(sockfd_, message.c_str(), len) != len) { - GTEST_LOG_(WARNING) - << "stream_result_to: failed to stream to " - << host_name_ << ":" << port_num_; - } - } - - int sockfd_; // socket file descriptor - const string host_name_; - const string port_num_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(StreamingListener); -}; // class StreamingListener - -// Checks if str contains '=', '&', '%' or '\n' characters. If yes, -// replaces them by "%xx" where xx is their hexadecimal value. For -// example, replaces "=" with "%3D". This algorithm is O(strlen(str)) -// in both time and space -- important as the input str may contain an -// arbitrarily long test failure message and stack trace. -string StreamingListener::UrlEncode(const char* str) { - string result; - result.reserve(strlen(str) + 1); - for (char ch = *str; ch != '\0'; ch = *++str) { - switch (ch) { - case '%': - case '=': - case '&': - case '\n': - result.append(String::Format("%%%02x", static_cast(ch))); - break; - default: - result.push_back(ch); - break; - } - } - return result; -} - -void StreamingListener::MakeConnection() { - GTEST_CHECK_(sockfd_ == -1) - << "MakeConnection() can't be called when there is already a connection."; - - addrinfo hints; - memset(&hints, 0, sizeof(hints)); - hints.ai_family = AF_UNSPEC; // To allow both IPv4 and IPv6 addresses. - hints.ai_socktype = SOCK_STREAM; - addrinfo* servinfo = NULL; - - // Use the getaddrinfo() to get a linked list of IP addresses for - // the given host name. - const int error_num = getaddrinfo( - host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); - if (error_num != 0) { - GTEST_LOG_(WARNING) << "stream_result_to: getaddrinfo() failed: " - << gai_strerror(error_num); - } - - // Loop through all the results and connect to the first we can. - for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; - cur_addr = cur_addr->ai_next) { - sockfd_ = socket( - cur_addr->ai_family, cur_addr->ai_socktype, cur_addr->ai_protocol); - if (sockfd_ != -1) { - // Connect the client socket to the server socket. - if (connect(sockfd_, cur_addr->ai_addr, cur_addr->ai_addrlen) == -1) { - close(sockfd_); - sockfd_ = -1; - } - } - } - - freeaddrinfo(servinfo); // all done with this structure - - if (sockfd_ == -1) { - GTEST_LOG_(WARNING) << "stream_result_to: failed to connect to " - << host_name_ << ":" << port_num_; - } -} - -// End of class Streaming Listener -#endif // GTEST_CAN_STREAM_RESULTS__ - -// Class ScopedTrace - -// Pushes the given source file location and message onto a per-thread -// trace stack maintained by Google Test. -// L < UnitTest::mutex_ -ScopedTrace::ScopedTrace(const char* file, int line, const Message& message) { - TraceInfo trace; - trace.file = file; - trace.line = line; - trace.message = message.GetString(); - - UnitTest::GetInstance()->PushGTestTrace(trace); -} - -// Pops the info pushed by the c'tor. -// L < UnitTest::mutex_ -ScopedTrace::~ScopedTrace() { - UnitTest::GetInstance()->PopGTestTrace(); -} - - -// class OsStackTraceGetter - -// Returns the current OS stack trace as a String. Parameters: -// -// max_depth - the maximum number of stack frames to be included -// in the trace. -// skip_count - the number of top frames to be skipped; doesn't count -// against max_depth. -// -// L < mutex_ -// We use "L < mutex_" to denote that the function may acquire mutex_. -String OsStackTraceGetter::CurrentStackTrace(int, int) { - return String(""); -} - -// L < mutex_ -void OsStackTraceGetter::UponLeavingGTest() { -} - -const char* const -OsStackTraceGetter::kElidedFramesMarker = - "... " GTEST_NAME_ " internal frames ..."; - -} // namespace internal - -// class TestEventListeners - -TestEventListeners::TestEventListeners() - : repeater_(new internal::TestEventRepeater()), - default_result_printer_(NULL), - default_xml_generator_(NULL) { -} - -TestEventListeners::~TestEventListeners() { delete repeater_; } - -// Returns the standard listener responsible for the default console -// output. Can be removed from the listeners list to shut down default -// console output. Note that removing this object from the listener list -// with Release transfers its ownership to the user. -void TestEventListeners::Append(TestEventListener* listener) { - repeater_->Append(listener); -} - -// Removes the given event listener from the list and returns it. It then -// becomes the caller's responsibility to delete the listener. Returns -// NULL if the listener is not found in the list. -TestEventListener* TestEventListeners::Release(TestEventListener* listener) { - if (listener == default_result_printer_) - default_result_printer_ = NULL; - else if (listener == default_xml_generator_) - default_xml_generator_ = NULL; - return repeater_->Release(listener); -} - -// Returns repeater that broadcasts the TestEventListener events to all -// subscribers. -TestEventListener* TestEventListeners::repeater() { return repeater_; } - -// Sets the default_result_printer attribute to the provided listener. -// The listener is also added to the listener list and previous -// default_result_printer is removed from it and deleted. The listener can -// also be NULL in which case it will not be added to the list. Does -// nothing if the previous and the current listener objects are the same. -void TestEventListeners::SetDefaultResultPrinter(TestEventListener* listener) { - if (default_result_printer_ != listener) { - // It is an error to pass this method a listener that is already in the - // list. - delete Release(default_result_printer_); - default_result_printer_ = listener; - if (listener != NULL) - Append(listener); - } -} - -// Sets the default_xml_generator attribute to the provided listener. The -// listener is also added to the listener list and previous -// default_xml_generator is removed from it and deleted. The listener can -// also be NULL in which case it will not be added to the list. Does -// nothing if the previous and the current listener objects are the same. -void TestEventListeners::SetDefaultXmlGenerator(TestEventListener* listener) { - if (default_xml_generator_ != listener) { - // It is an error to pass this method a listener that is already in the - // list. - delete Release(default_xml_generator_); - default_xml_generator_ = listener; - if (listener != NULL) - Append(listener); - } -} - -// Controls whether events will be forwarded by the repeater to the -// listeners in the list. -bool TestEventListeners::EventForwardingEnabled() const { - return repeater_->forwarding_enabled(); -} - -void TestEventListeners::SuppressEventForwarding() { - repeater_->set_forwarding_enabled(false); -} - -// class UnitTest - -// Gets the singleton UnitTest object. The first time this method is -// called, a UnitTest object is constructed and returned. Consecutive -// calls will return the same object. -// -// We don't protect this under mutex_ as a user is not supposed to -// call this before main() starts, from which point on the return -// value will never change. -UnitTest * UnitTest::GetInstance() { - // When compiled with MSVC 7.1 in optimized mode, destroying the - // UnitTest object upon exiting the program messes up the exit code, - // causing successful tests to appear failed. We have to use a - // different implementation in this case to bypass the compiler bug. - // This implementation makes the compiler happy, at the cost of - // leaking the UnitTest object. - - // CodeGear C++Builder insists on a public destructor for the - // default implementation. Use this implementation to keep good OO - // design with private destructor. - -#if (_MSC_VER == 1310 && !defined(_DEBUG)) || defined(__BORLANDC__) - static UnitTest* const instance = new UnitTest; - return instance; -#else - static UnitTest instance; - return &instance; -#endif // (_MSC_VER == 1310 && !defined(_DEBUG)) || defined(__BORLANDC__) -} - -// Gets the number of successful test cases. -int UnitTest::successful_test_case_count() const { - return impl()->successful_test_case_count(); -} - -// Gets the number of failed test cases. -int UnitTest::failed_test_case_count() const { - return impl()->failed_test_case_count(); -} - -// Gets the number of all test cases. -int UnitTest::total_test_case_count() const { - return impl()->total_test_case_count(); -} - -// Gets the number of all test cases that contain at least one test -// that should run. -int UnitTest::test_case_to_run_count() const { - return impl()->test_case_to_run_count(); -} - -// Gets the number of successful tests. -int UnitTest::successful_test_count() const { - return impl()->successful_test_count(); -} - -// Gets the number of failed tests. -int UnitTest::failed_test_count() const { return impl()->failed_test_count(); } - -// Gets the number of disabled tests. -int UnitTest::disabled_test_count() const { - return impl()->disabled_test_count(); -} - -// Gets the number of all tests. -int UnitTest::total_test_count() const { return impl()->total_test_count(); } - -// Gets the number of tests that should run. -int UnitTest::test_to_run_count() const { return impl()->test_to_run_count(); } - -// Gets the elapsed time, in milliseconds. -internal::TimeInMillis UnitTest::elapsed_time() const { - return impl()->elapsed_time(); -} - -// Returns true iff the unit test passed (i.e. all test cases passed). -bool UnitTest::Passed() const { return impl()->Passed(); } - -// Returns true iff the unit test failed (i.e. some test case failed -// or something outside of all tests failed). -bool UnitTest::Failed() const { return impl()->Failed(); } - -// Gets the i-th test case among all the test cases. i can range from 0 to -// total_test_case_count() - 1. If i is not in that range, returns NULL. -const TestCase* UnitTest::GetTestCase(int i) const { - return impl()->GetTestCase(i); -} - -// Gets the i-th test case among all the test cases. i can range from 0 to -// total_test_case_count() - 1. If i is not in that range, returns NULL. -TestCase* UnitTest::GetMutableTestCase(int i) { - return impl()->GetMutableTestCase(i); -} - -// Returns the list of event listeners that can be used to track events -// inside Google Test. -TestEventListeners& UnitTest::listeners() { - return *impl()->listeners(); -} - -// Registers and returns a global test environment. When a test -// program is run, all global test environments will be set-up in the -// order they were registered. After all tests in the program have -// finished, all global test environments will be torn-down in the -// *reverse* order they were registered. -// -// The UnitTest object takes ownership of the given environment. -// -// We don't protect this under mutex_, as we only support calling it -// from the main thread. -Environment* UnitTest::AddEnvironment(Environment* env) { - if (env == NULL) { - return NULL; - } - - impl_->environments().push_back(env); - return env; -} - -// Adds a TestPartResult to the current TestResult object. All Google Test -// assertion macros (e.g. ASSERT_TRUE, EXPECT_EQ, etc) eventually call -// this to report their results. The user code should use the -// assertion macros instead of calling this directly. -// L < mutex_ -void UnitTest::AddTestPartResult(TestPartResult::Type result_type, - const char* file_name, - int line_number, - const internal::String& message, - const internal::String& os_stack_trace) { - Message msg; - msg << message; - - internal::MutexLock lock(&mutex_); - if (impl_->gtest_trace_stack().size() > 0) { - msg << "\n" << GTEST_NAME_ << " trace:"; - - for (int i = static_cast(impl_->gtest_trace_stack().size()); - i > 0; --i) { - const internal::TraceInfo& trace = impl_->gtest_trace_stack()[i - 1]; - msg << "\n" << internal::FormatFileLocation(trace.file, trace.line) - << " " << trace.message; - } - } - - if (os_stack_trace.c_str() != NULL && !os_stack_trace.empty()) { - msg << internal::kStackTraceMarker << os_stack_trace; - } - - const TestPartResult result = - TestPartResult(result_type, file_name, line_number, - msg.GetString().c_str()); - impl_->GetTestPartResultReporterForCurrentThread()-> - ReportTestPartResult(result); - - if (result_type != TestPartResult::kSuccess) { - // gtest_break_on_failure takes precedence over - // gtest_throw_on_failure. This allows a user to set the latter - // in the code (perhaps in order to use Google Test assertions - // with another testing framework) and specify the former on the - // command line for debugging. - if (GTEST_FLAG(break_on_failure)) { -#if GTEST_OS_WINDOWS - // Using DebugBreak on Windows allows gtest to still break into a debugger - // when a failure happens and both the --gtest_break_on_failure and - // the --gtest_catch_exceptions flags are specified. - DebugBreak(); -#else - // Dereference NULL through a volatile pointer to prevent the compiler - // from removing. We use this rather than abort() or __builtin_trap() for - // portability: Symbian doesn't implement abort() well, and some debuggers - // don't correctly trap abort(). - *static_cast(NULL) = 1; -#endif // GTEST_OS_WINDOWS - } else if (GTEST_FLAG(throw_on_failure)) { -#if GTEST_HAS_EXCEPTIONS - throw GoogleTestFailureException(result); -#else - // We cannot call abort() as it generates a pop-up in debug mode - // that cannot be suppressed in VC 7.1 or below. - exit(1); -#endif - } - } -} - -// Creates and adds a property to the current TestResult. If a property matching -// the supplied value already exists, updates its value instead. -void UnitTest::RecordPropertyForCurrentTest(const char* key, - const char* value) { - const TestProperty test_property(key, value); - impl_->current_test_result()->RecordProperty(test_property); -} - -// Runs all tests in this UnitTest object and prints the result. -// Returns 0 if successful, or 1 otherwise. -// -// We don't protect this under mutex_, as we only support calling it -// from the main thread. -int UnitTest::Run() { - // Captures the value of GTEST_FLAG(catch_exceptions). This value will be - // used for the duration of the program. - impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); - -#if GTEST_HAS_SEH - const bool in_death_test_child_process = - internal::GTEST_FLAG(internal_run_death_test).length() > 0; - - // Either the user wants Google Test to catch exceptions thrown by the - // tests or this is executing in the context of death test child - // process. In either case the user does not want to see pop-up dialogs - // about crashes - they are expected. - if (impl()->catch_exceptions() || in_death_test_child_process) { - -# if !GTEST_OS_WINDOWS_MOBILE - // SetErrorMode doesn't exist on CE. - SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOALIGNMENTFAULTEXCEPT | - SEM_NOGPFAULTERRORBOX | SEM_NOOPENFILEERRORBOX); -# endif // !GTEST_OS_WINDOWS_MOBILE - -# if (defined(_MSC_VER) || GTEST_OS_WINDOWS_MINGW) && !GTEST_OS_WINDOWS_MOBILE - // Death test children can be terminated with _abort(). On Windows, - // _abort() can show a dialog with a warning message. This forces the - // abort message to go to stderr instead. - _set_error_mode(_OUT_TO_STDERR); -# endif - -# if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE - // In the debug version, Visual Studio pops up a separate dialog - // offering a choice to debug the aborted program. We need to suppress - // this dialog or it will pop up for every EXPECT/ASSERT_DEATH statement - // executed. Google Test will notify the user of any unexpected - // failure via stderr. - // - // VC++ doesn't define _set_abort_behavior() prior to the version 8.0. - // Users of prior VC versions shall suffer the agony and pain of - // clicking through the countless debug dialogs. - // TODO(vladl@google.com): find a way to suppress the abort dialog() in the - // debug mode when compiled with VC 7.1 or lower. - if (!GTEST_FLAG(break_on_failure)) - _set_abort_behavior( - 0x0, // Clear the following flags: - _WRITE_ABORT_MSG | _CALL_REPORTFAULT); // pop-up window, core dump. -# endif - - } -#endif // GTEST_HAS_SEH - - return internal::HandleExceptionsInMethodIfSupported( - impl(), - &internal::UnitTestImpl::RunAllTests, - "auxiliary test code (environments or event listeners)") ? 0 : 1; -} - -// Returns the working directory when the first TEST() or TEST_F() was -// executed. -const char* UnitTest::original_working_dir() const { - return impl_->original_working_dir_.c_str(); -} - -// Returns the TestCase object for the test that's currently running, -// or NULL if no test is running. -// L < mutex_ -const TestCase* UnitTest::current_test_case() const { - internal::MutexLock lock(&mutex_); - return impl_->current_test_case(); -} - -// Returns the TestInfo object for the test that's currently running, -// or NULL if no test is running. -// L < mutex_ -const TestInfo* UnitTest::current_test_info() const { - internal::MutexLock lock(&mutex_); - return impl_->current_test_info(); -} - -// Returns the random seed used at the start of the current test run. -int UnitTest::random_seed() const { return impl_->random_seed(); } - -#if GTEST_HAS_PARAM_TEST -// Returns ParameterizedTestCaseRegistry object used to keep track of -// value-parameterized tests and instantiate and register them. -// L < mutex_ -internal::ParameterizedTestCaseRegistry& - UnitTest::parameterized_test_registry() { - return impl_->parameterized_test_registry(); -} -#endif // GTEST_HAS_PARAM_TEST - -// Creates an empty UnitTest. -UnitTest::UnitTest() { - impl_ = new internal::UnitTestImpl(this); -} - -// Destructor of UnitTest. -UnitTest::~UnitTest() { - delete impl_; -} - -// Pushes a trace defined by SCOPED_TRACE() on to the per-thread -// Google Test trace stack. -// L < mutex_ -void UnitTest::PushGTestTrace(const internal::TraceInfo& trace) { - internal::MutexLock lock(&mutex_); - impl_->gtest_trace_stack().push_back(trace); -} - -// Pops a trace from the per-thread Google Test trace stack. -// L < mutex_ -void UnitTest::PopGTestTrace() { - internal::MutexLock lock(&mutex_); - impl_->gtest_trace_stack().pop_back(); -} - -namespace internal { - -UnitTestImpl::UnitTestImpl(UnitTest* parent) - : parent_(parent), -#ifdef _MSC_VER -# pragma warning(push) // Saves the current warning state. -# pragma warning(disable:4355) // Temporarily disables warning 4355 - // (using this in initializer). - default_global_test_part_result_reporter_(this), - default_per_thread_test_part_result_reporter_(this), -# pragma warning(pop) // Restores the warning state again. -#else - default_global_test_part_result_reporter_(this), - default_per_thread_test_part_result_reporter_(this), -#endif // _MSC_VER - global_test_part_result_repoter_( - &default_global_test_part_result_reporter_), - per_thread_test_part_result_reporter_( - &default_per_thread_test_part_result_reporter_), -#if GTEST_HAS_PARAM_TEST - parameterized_test_registry_(), - parameterized_tests_registered_(false), -#endif // GTEST_HAS_PARAM_TEST - last_death_test_case_(-1), - current_test_case_(NULL), - current_test_info_(NULL), - ad_hoc_test_result_(), - os_stack_trace_getter_(NULL), - post_flag_parse_init_performed_(false), - random_seed_(0), // Will be overridden by the flag before first use. - random_(0), // Will be reseeded before first use. - elapsed_time_(0), -#if GTEST_HAS_DEATH_TEST - internal_run_death_test_flag_(NULL), - death_test_factory_(new DefaultDeathTestFactory), -#endif - // Will be overridden by the flag before first use. - catch_exceptions_(false) { - listeners()->SetDefaultResultPrinter(new PrettyUnitTestResultPrinter); -} - -UnitTestImpl::~UnitTestImpl() { - // Deletes every TestCase. - ForEach(test_cases_, internal::Delete); - - // Deletes every Environment. - ForEach(environments_, internal::Delete); - - delete os_stack_trace_getter_; -} - -#if GTEST_HAS_DEATH_TEST -// Disables event forwarding if the control is currently in a death test -// subprocess. Must not be called before InitGoogleTest. -void UnitTestImpl::SuppressTestEventsIfInSubprocess() { - if (internal_run_death_test_flag_.get() != NULL) - listeners()->SuppressEventForwarding(); -} -#endif // GTEST_HAS_DEATH_TEST - -// Initializes event listeners performing XML output as specified by -// UnitTestOptions. Must not be called before InitGoogleTest. -void UnitTestImpl::ConfigureXmlOutput() { - const String& output_format = UnitTestOptions::GetOutputFormat(); - if (output_format == "xml") { - listeners()->SetDefaultXmlGenerator(new XmlUnitTestResultPrinter( - UnitTestOptions::GetAbsolutePathToOutputFile().c_str())); - } else if (output_format != "") { - printf("WARNING: unrecognized output format \"%s\" ignored.\n", - output_format.c_str()); - fflush(stdout); - } -} - -#if GTEST_CAN_STREAM_RESULTS_ -// Initializes event listeners for streaming test results in String form. -// Must not be called before InitGoogleTest. -void UnitTestImpl::ConfigureStreamingOutput() { - const string& target = GTEST_FLAG(stream_result_to); - if (!target.empty()) { - const size_t pos = target.find(':'); - if (pos != string::npos) { - listeners()->Append(new StreamingListener(target.substr(0, pos), - target.substr(pos+1))); - } else { - printf("WARNING: unrecognized streaming target \"%s\" ignored.\n", - target.c_str()); - fflush(stdout); - } - } -} -#endif // GTEST_CAN_STREAM_RESULTS_ - -// Performs initialization dependent upon flag values obtained in -// ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to -// ParseGoogleTestFlagsOnly. In case a user neglects to call InitGoogleTest -// this function is also called from RunAllTests. Since this function can be -// called more than once, it has to be idempotent. -void UnitTestImpl::PostFlagParsingInit() { - // Ensures that this function does not execute more than once. - if (!post_flag_parse_init_performed_) { - post_flag_parse_init_performed_ = true; - -#if GTEST_HAS_DEATH_TEST - InitDeathTestSubprocessControlInfo(); - SuppressTestEventsIfInSubprocess(); -#endif // GTEST_HAS_DEATH_TEST - - // Registers parameterized tests. This makes parameterized tests - // available to the UnitTest reflection API without running - // RUN_ALL_TESTS. - RegisterParameterizedTests(); - - // Configures listeners for XML output. This makes it possible for users - // to shut down the default XML output before invoking RUN_ALL_TESTS. - ConfigureXmlOutput(); - -#if GTEST_CAN_STREAM_RESULTS_ - // Configures listeners for streaming test results to the specified server. - ConfigureStreamingOutput(); -#endif // GTEST_CAN_STREAM_RESULTS_ - } -} - -// A predicate that checks the name of a TestCase against a known -// value. -// -// This is used for implementation of the UnitTest class only. We put -// it in the anonymous namespace to prevent polluting the outer -// namespace. -// -// TestCaseNameIs is copyable. -class TestCaseNameIs { - public: - // Constructor. - explicit TestCaseNameIs(const String& name) - : name_(name) {} - - // Returns true iff the name of test_case matches name_. - bool operator()(const TestCase* test_case) const { - return test_case != NULL && strcmp(test_case->name(), name_.c_str()) == 0; - } - - private: - String name_; -}; - -// Finds and returns a TestCase with the given name. If one doesn't -// exist, creates one and returns it. It's the CALLER'S -// RESPONSIBILITY to ensure that this function is only called WHEN THE -// TESTS ARE NOT SHUFFLED. -// -// Arguments: -// -// test_case_name: name of the test case -// type_param: the name of the test case's type parameter, or NULL if -// this is not a typed or a type-parameterized test case. -// set_up_tc: pointer to the function that sets up the test case -// tear_down_tc: pointer to the function that tears down the test case -TestCase* UnitTestImpl::GetTestCase(const char* test_case_name, - const char* type_param, - Test::SetUpTestCaseFunc set_up_tc, - Test::TearDownTestCaseFunc tear_down_tc) { - // Can we find a TestCase with the given name? - const std::vector::const_iterator test_case = - std::find_if(test_cases_.begin(), test_cases_.end(), - TestCaseNameIs(test_case_name)); - - if (test_case != test_cases_.end()) - return *test_case; - - // No. Let's create one. - TestCase* const new_test_case = - new TestCase(test_case_name, type_param, set_up_tc, tear_down_tc); - - // Is this a death test case? - if (internal::UnitTestOptions::MatchesFilter(String(test_case_name), - kDeathTestCaseFilter)) { - // Yes. Inserts the test case after the last death test case - // defined so far. This only works when the test cases haven't - // been shuffled. Otherwise we may end up running a death test - // after a non-death test. - ++last_death_test_case_; - test_cases_.insert(test_cases_.begin() + last_death_test_case_, - new_test_case); - } else { - // No. Appends to the end of the list. - test_cases_.push_back(new_test_case); - } - - test_case_indices_.push_back(static_cast(test_case_indices_.size())); - return new_test_case; -} - -// Helpers for setting up / tearing down the given environment. They -// are for use in the ForEach() function. -static void SetUpEnvironment(Environment* env) { env->SetUp(); } -static void TearDownEnvironment(Environment* env) { env->TearDown(); } - -// Runs all tests in this UnitTest object, prints the result, and -// returns true if all tests are successful. If any exception is -// thrown during a test, the test is considered to be failed, but the -// rest of the tests will still be run. -// -// When parameterized tests are enabled, it expands and registers -// parameterized tests first in RegisterParameterizedTests(). -// All other functions called from RunAllTests() may safely assume that -// parameterized tests are ready to be counted and run. -bool UnitTestImpl::RunAllTests() { - // Makes sure InitGoogleTest() was called. - if (!GTestIsInitialized()) { - printf("%s", - "\nThis test program did NOT call ::testing::InitGoogleTest " - "before calling RUN_ALL_TESTS(). Please fix it.\n"); - return false; - } - - // Do not run any test if the --help flag was specified. - if (g_help_flag) - return true; - - // Repeats the call to the post-flag parsing initialization in case the - // user didn't call InitGoogleTest. - PostFlagParsingInit(); - - // Even if sharding is not on, test runners may want to use the - // GTEST_SHARD_STATUS_FILE to query whether the test supports the sharding - // protocol. - internal::WriteToShardStatusFileIfNeeded(); - - // True iff we are in a subprocess for running a thread-safe-style - // death test. - bool in_subprocess_for_death_test = false; - -#if GTEST_HAS_DEATH_TEST - in_subprocess_for_death_test = (internal_run_death_test_flag_.get() != NULL); -#endif // GTEST_HAS_DEATH_TEST - - const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex, - in_subprocess_for_death_test); - - // Compares the full test names with the filter to decide which - // tests to run. - const bool has_tests_to_run = FilterTests(should_shard - ? HONOR_SHARDING_PROTOCOL - : IGNORE_SHARDING_PROTOCOL) > 0; - - // Lists the tests and exits if the --gtest_list_tests flag was specified. - if (GTEST_FLAG(list_tests)) { - // This must be called *after* FilterTests() has been called. - ListTestsMatchingFilter(); - return true; - } - - random_seed_ = GTEST_FLAG(shuffle) ? - GetRandomSeedFromFlag(GTEST_FLAG(random_seed)) : 0; - - // True iff at least one test has failed. - bool failed = false; - - TestEventListener* repeater = listeners()->repeater(); - - repeater->OnTestProgramStart(*parent_); - - // How many times to repeat the tests? We don't want to repeat them - // when we are inside the subprocess of a death test. - const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); - // Repeats forever if the repeat count is negative. - const bool forever = repeat < 0; - for (int i = 0; forever || i != repeat; i++) { - // We want to preserve failures generated by ad-hoc test - // assertions executed before RUN_ALL_TESTS(). - ClearNonAdHocTestResult(); - - const TimeInMillis start = GetTimeInMillis(); - - // Shuffles test cases and tests if requested. - if (has_tests_to_run && GTEST_FLAG(shuffle)) { - random()->Reseed(random_seed_); - // This should be done before calling OnTestIterationStart(), - // such that a test event listener can see the actual test order - // in the event. - ShuffleTests(); - } - - // Tells the unit test event listeners that the tests are about to start. - repeater->OnTestIterationStart(*parent_, i); - - // Runs each test case if there is at least one test to run. - if (has_tests_to_run) { - // Sets up all environments beforehand. - repeater->OnEnvironmentsSetUpStart(*parent_); - ForEach(environments_, SetUpEnvironment); - repeater->OnEnvironmentsSetUpEnd(*parent_); - - // Runs the tests only if there was no fatal failure during global - // set-up. - if (!Test::HasFatalFailure()) { - for (int test_index = 0; test_index < total_test_case_count(); - test_index++) { - GetMutableTestCase(test_index)->Run(); - } - } - - // Tears down all environments in reverse order afterwards. - repeater->OnEnvironmentsTearDownStart(*parent_); - std::for_each(environments_.rbegin(), environments_.rend(), - TearDownEnvironment); - repeater->OnEnvironmentsTearDownEnd(*parent_); - } - - elapsed_time_ = GetTimeInMillis() - start; - - // Tells the unit test event listener that the tests have just finished. - repeater->OnTestIterationEnd(*parent_, i); - - // Gets the result and clears it. - if (!Passed()) { - failed = true; - } - - // Restores the original test order after the iteration. This - // allows the user to quickly repro a failure that happens in the - // N-th iteration without repeating the first (N - 1) iterations. - // This is not enclosed in "if (GTEST_FLAG(shuffle)) { ... }", in - // case the user somehow changes the value of the flag somewhere - // (it's always safe to unshuffle the tests). - UnshuffleTests(); - - if (GTEST_FLAG(shuffle)) { - // Picks a new random seed for each iteration. - random_seed_ = GetNextRandomSeed(random_seed_); - } - } - - repeater->OnTestProgramEnd(*parent_); - - return !failed; -} - -// Reads the GTEST_SHARD_STATUS_FILE environment variable, and creates the file -// if the variable is present. If a file already exists at this location, this -// function will write over it. If the variable is present, but the file cannot -// be created, prints an error and exits. -void WriteToShardStatusFileIfNeeded() { - const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile); - if (test_shard_file != NULL) { - FILE* const file = posix::FOpen(test_shard_file, "w"); - if (file == NULL) { - ColoredPrintf(COLOR_RED, - "Could not write to the test shard status file \"%s\" " - "specified by the %s environment variable.\n", - test_shard_file, kTestShardStatusFile); - fflush(stdout); - exit(EXIT_FAILURE); - } - fclose(file); - } -} - -// Checks whether sharding is enabled by examining the relevant -// environment variable values. If the variables are present, -// but inconsistent (i.e., shard_index >= total_shards), prints -// an error and exits. If in_subprocess_for_death_test, sharding is -// disabled because it must only be applied to the original test -// process. Otherwise, we could filter out death tests we intended to execute. -bool ShouldShard(const char* total_shards_env, - const char* shard_index_env, - bool in_subprocess_for_death_test) { - if (in_subprocess_for_death_test) { - return false; - } - - const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); - const Int32 shard_index = Int32FromEnvOrDie(shard_index_env, -1); - - if (total_shards == -1 && shard_index == -1) { - return false; - } else if (total_shards == -1 && shard_index != -1) { - const Message msg = Message() - << "Invalid environment variables: you have " - << kTestShardIndex << " = " << shard_index - << ", but have left " << kTestTotalShards << " unset.\n"; - ColoredPrintf(COLOR_RED, msg.GetString().c_str()); - fflush(stdout); - exit(EXIT_FAILURE); - } else if (total_shards != -1 && shard_index == -1) { - const Message msg = Message() - << "Invalid environment variables: you have " - << kTestTotalShards << " = " << total_shards - << ", but have left " << kTestShardIndex << " unset.\n"; - ColoredPrintf(COLOR_RED, msg.GetString().c_str()); - fflush(stdout); - exit(EXIT_FAILURE); - } else if (shard_index < 0 || shard_index >= total_shards) { - const Message msg = Message() - << "Invalid environment variables: we require 0 <= " - << kTestShardIndex << " < " << kTestTotalShards - << ", but you have " << kTestShardIndex << "=" << shard_index - << ", " << kTestTotalShards << "=" << total_shards << ".\n"; - ColoredPrintf(COLOR_RED, msg.GetString().c_str()); - fflush(stdout); - exit(EXIT_FAILURE); - } - - return total_shards > 1; -} - -// Parses the environment variable var as an Int32. If it is unset, -// returns default_val. If it is not an Int32, prints an error -// and aborts. -Int32 Int32FromEnvOrDie(const char* var, Int32 default_val) { - const char* str_val = posix::GetEnv(var); - if (str_val == NULL) { - return default_val; - } - - Int32 result; - if (!ParseInt32(Message() << "The value of environment variable " << var, - str_val, &result)) { - exit(EXIT_FAILURE); - } - return result; -} - -// Given the total number of shards, the shard index, and the test id, -// returns true iff the test should be run on this shard. The test id is -// some arbitrary but unique non-negative integer assigned to each test -// method. Assumes that 0 <= shard_index < total_shards. -bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { - return (test_id % total_shards) == shard_index; -} - -// Compares the name of each test with the user-specified filter to -// decide whether the test should be run, then records the result in -// each TestCase and TestInfo object. -// If shard_tests == true, further filters tests based on sharding -// variables in the environment - see -// http://code.google.com/p/googletest/wiki/GoogleTestAdvancedGuide. -// Returns the number of tests that should run. -int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) { - const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? - Int32FromEnvOrDie(kTestTotalShards, -1) : -1; - const Int32 shard_index = shard_tests == HONOR_SHARDING_PROTOCOL ? - Int32FromEnvOrDie(kTestShardIndex, -1) : -1; - - // num_runnable_tests are the number of tests that will - // run across all shards (i.e., match filter and are not disabled). - // num_selected_tests are the number of tests to be run on - // this shard. - int num_runnable_tests = 0; - int num_selected_tests = 0; - for (size_t i = 0; i < test_cases_.size(); i++) { - TestCase* const test_case = test_cases_[i]; - const String &test_case_name = test_case->name(); - test_case->set_should_run(false); - - for (size_t j = 0; j < test_case->test_info_list().size(); j++) { - TestInfo* const test_info = test_case->test_info_list()[j]; - const String test_name(test_info->name()); - // A test is disabled if test case name or test name matches - // kDisableTestFilter. - const bool is_disabled = - internal::UnitTestOptions::MatchesFilter(test_case_name, - kDisableTestFilter) || - internal::UnitTestOptions::MatchesFilter(test_name, - kDisableTestFilter); - test_info->is_disabled_ = is_disabled; - - const bool matches_filter = - internal::UnitTestOptions::FilterMatchesTest(test_case_name, - test_name); - test_info->matches_filter_ = matches_filter; - - const bool is_runnable = - (GTEST_FLAG(also_run_disabled_tests) || !is_disabled) && - matches_filter; - - const bool is_selected = is_runnable && - (shard_tests == IGNORE_SHARDING_PROTOCOL || - ShouldRunTestOnShard(total_shards, shard_index, - num_runnable_tests)); - - num_runnable_tests += is_runnable; - num_selected_tests += is_selected; - - test_info->should_run_ = is_selected; - test_case->set_should_run(test_case->should_run() || is_selected); - } - } - return num_selected_tests; -} - -// Prints the names of the tests matching the user-specified filter flag. -void UnitTestImpl::ListTestsMatchingFilter() { - for (size_t i = 0; i < test_cases_.size(); i++) { - const TestCase* const test_case = test_cases_[i]; - bool printed_test_case_name = false; - - for (size_t j = 0; j < test_case->test_info_list().size(); j++) { - const TestInfo* const test_info = - test_case->test_info_list()[j]; - if (test_info->matches_filter_) { - if (!printed_test_case_name) { - printed_test_case_name = true; - printf("%s.\n", test_case->name()); - } - printf(" %s\n", test_info->name()); - } - } - } - fflush(stdout); -} - -// Sets the OS stack trace getter. -// -// Does nothing if the input and the current OS stack trace getter are -// the same; otherwise, deletes the old getter and makes the input the -// current getter. -void UnitTestImpl::set_os_stack_trace_getter( - OsStackTraceGetterInterface* getter) { - if (os_stack_trace_getter_ != getter) { - delete os_stack_trace_getter_; - os_stack_trace_getter_ = getter; - } -} - -// Returns the current OS stack trace getter if it is not NULL; -// otherwise, creates an OsStackTraceGetter, makes it the current -// getter, and returns it. -OsStackTraceGetterInterface* UnitTestImpl::os_stack_trace_getter() { - if (os_stack_trace_getter_ == NULL) { - os_stack_trace_getter_ = new OsStackTraceGetter; - } - - return os_stack_trace_getter_; -} - -// Returns the TestResult for the test that's currently running, or -// the TestResult for the ad hoc test if no test is running. -TestResult* UnitTestImpl::current_test_result() { - return current_test_info_ ? - &(current_test_info_->result_) : &ad_hoc_test_result_; -} - -// Shuffles all test cases, and the tests within each test case, -// making sure that death tests are still run first. -void UnitTestImpl::ShuffleTests() { - // Shuffles the death test cases. - ShuffleRange(random(), 0, last_death_test_case_ + 1, &test_case_indices_); - - // Shuffles the non-death test cases. - ShuffleRange(random(), last_death_test_case_ + 1, - static_cast(test_cases_.size()), &test_case_indices_); - - // Shuffles the tests inside each test case. - for (size_t i = 0; i < test_cases_.size(); i++) { - test_cases_[i]->ShuffleTests(random()); - } -} - -// Restores the test cases and tests to their order before the first shuffle. -void UnitTestImpl::UnshuffleTests() { - for (size_t i = 0; i < test_cases_.size(); i++) { - // Unshuffles the tests in each test case. - test_cases_[i]->UnshuffleTests(); - // Resets the index of each test case. - test_case_indices_[i] = static_cast(i); - } -} - -// Returns the current OS stack trace as a String. -// -// The maximum number of stack frames to be included is specified by -// the gtest_stack_trace_depth flag. The skip_count parameter -// specifies the number of top frames to be skipped, which doesn't -// count against the number of frames to be included. -// -// For example, if Foo() calls Bar(), which in turn calls -// GetCurrentOsStackTraceExceptTop(..., 1), Foo() will be included in -// the trace but Bar() and GetCurrentOsStackTraceExceptTop() won't. -String GetCurrentOsStackTraceExceptTop(UnitTest* /*unit_test*/, - int skip_count) { - // We pass skip_count + 1 to skip this wrapper function in addition - // to what the user really wants to skip. - return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1); -} - -// Used by the GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_ macro to -// suppress unreachable code warnings. -namespace { -class ClassUniqueToAlwaysTrue {}; -} - -bool IsTrue(bool condition) { return condition; } - -bool AlwaysTrue() { -#if GTEST_HAS_EXCEPTIONS - // This condition is always false so AlwaysTrue() never actually throws, - // but it makes the compiler think that it may throw. - if (IsTrue(false)) - throw ClassUniqueToAlwaysTrue(); -#endif // GTEST_HAS_EXCEPTIONS - return true; -} - -// If *pstr starts with the given prefix, modifies *pstr to be right -// past the prefix and returns true; otherwise leaves *pstr unchanged -// and returns false. None of pstr, *pstr, and prefix can be NULL. -bool SkipPrefix(const char* prefix, const char** pstr) { - const size_t prefix_len = strlen(prefix); - if (strncmp(*pstr, prefix, prefix_len) == 0) { - *pstr += prefix_len; - return true; - } - return false; -} - -// Parses a string as a command line flag. The string should have -// the format "--flag=value". When def_optional is true, the "=value" -// part can be omitted. -// -// Returns the value of the flag, or NULL if the parsing failed. -const char* ParseFlagValue(const char* str, - const char* flag, - bool def_optional) { - // str and flag must not be NULL. - if (str == NULL || flag == NULL) return NULL; - - // The flag must start with "--" followed by GTEST_FLAG_PREFIX_. - const String flag_str = String::Format("--%s%s", GTEST_FLAG_PREFIX_, flag); - const size_t flag_len = flag_str.length(); - if (strncmp(str, flag_str.c_str(), flag_len) != 0) return NULL; - - // Skips the flag name. - const char* flag_end = str + flag_len; - - // When def_optional is true, it's OK to not have a "=value" part. - if (def_optional && (flag_end[0] == '\0')) { - return flag_end; - } - - // If def_optional is true and there are more characters after the - // flag name, or if def_optional is false, there must be a '=' after - // the flag name. - if (flag_end[0] != '=') return NULL; - - // Returns the string after "=". - return flag_end + 1; -} - -// Parses a string for a bool flag, in the form of either -// "--flag=value" or "--flag". -// -// In the former case, the value is taken as true as long as it does -// not start with '0', 'f', or 'F'. -// -// In the latter case, the value is taken as true. -// -// On success, stores the value of the flag in *value, and returns -// true. On failure, returns false without changing *value. -bool ParseBoolFlag(const char* str, const char* flag, bool* value) { - // Gets the value of the flag as a string. - const char* const value_str = ParseFlagValue(str, flag, true); - - // Aborts if the parsing failed. - if (value_str == NULL) return false; - - // Converts the string value to a bool. - *value = !(*value_str == '0' || *value_str == 'f' || *value_str == 'F'); - return true; -} - -// Parses a string for an Int32 flag, in the form of -// "--flag=value". -// -// On success, stores the value of the flag in *value, and returns -// true. On failure, returns false without changing *value. -bool ParseInt32Flag(const char* str, const char* flag, Int32* value) { - // Gets the value of the flag as a string. - const char* const value_str = ParseFlagValue(str, flag, false); - - // Aborts if the parsing failed. - if (value_str == NULL) return false; - - // Sets *value to the value of the flag. - return ParseInt32(Message() << "The value of flag --" << flag, - value_str, value); -} - -// Parses a string for a string flag, in the form of -// "--flag=value". -// -// On success, stores the value of the flag in *value, and returns -// true. On failure, returns false without changing *value. -bool ParseStringFlag(const char* str, const char* flag, String* value) { - // Gets the value of the flag as a string. - const char* const value_str = ParseFlagValue(str, flag, false); - - // Aborts if the parsing failed. - if (value_str == NULL) return false; - - // Sets *value to the value of the flag. - *value = value_str; - return true; -} - -// Determines whether a string has a prefix that Google Test uses for its -// flags, i.e., starts with GTEST_FLAG_PREFIX_ or GTEST_FLAG_PREFIX_DASH_. -// If Google Test detects that a command line flag has its prefix but is not -// recognized, it will print its help message. Flags starting with -// GTEST_INTERNAL_PREFIX_ followed by "internal_" are considered Google Test -// internal flags and do not trigger the help message. -static bool HasGoogleTestFlagPrefix(const char* str) { - return (SkipPrefix("--", &str) || - SkipPrefix("-", &str) || - SkipPrefix("/", &str)) && - !SkipPrefix(GTEST_FLAG_PREFIX_ "internal_", &str) && - (SkipPrefix(GTEST_FLAG_PREFIX_, &str) || - SkipPrefix(GTEST_FLAG_PREFIX_DASH_, &str)); -} - -// Prints a string containing code-encoded text. The following escape -// sequences can be used in the string to control the text color: -// -// @@ prints a single '@' character. -// @R changes the color to red. -// @G changes the color to green. -// @Y changes the color to yellow. -// @D changes to the default terminal text color. -// -// TODO(wan@google.com): Write tests for this once we add stdout -// capturing to Google Test. -static void PrintColorEncoded(const char* str) { - GTestColor color = COLOR_DEFAULT; // The current color. - - // Conceptually, we split the string into segments divided by escape - // sequences. Then we print one segment at a time. At the end of - // each iteration, the str pointer advances to the beginning of the - // next segment. - for (;;) { - const char* p = strchr(str, '@'); - if (p == NULL) { - ColoredPrintf(color, "%s", str); - return; - } - - ColoredPrintf(color, "%s", String(str, p - str).c_str()); - - const char ch = p[1]; - str = p + 2; - if (ch == '@') { - ColoredPrintf(color, "@"); - } else if (ch == 'D') { - color = COLOR_DEFAULT; - } else if (ch == 'R') { - color = COLOR_RED; - } else if (ch == 'G') { - color = COLOR_GREEN; - } else if (ch == 'Y') { - color = COLOR_YELLOW; - } else { - --str; - } - } -} - -static const char kColorEncodedHelpMessage[] = -"This program contains tests written using " GTEST_NAME_ ". You can use the\n" -"following command line flags to control its behavior:\n" -"\n" -"Test Selection:\n" -" @G--" GTEST_FLAG_PREFIX_ "list_tests@D\n" -" List the names of all tests instead of running them. The name of\n" -" TEST(Foo, Bar) is \"Foo.Bar\".\n" -" @G--" GTEST_FLAG_PREFIX_ "filter=@YPOSTIVE_PATTERNS" - "[@G-@YNEGATIVE_PATTERNS]@D\n" -" Run only the tests whose name matches one of the positive patterns but\n" -" none of the negative patterns. '?' matches any single character; '*'\n" -" matches any substring; ':' separates two patterns.\n" -" @G--" GTEST_FLAG_PREFIX_ "also_run_disabled_tests@D\n" -" Run all disabled tests too.\n" -"\n" -"Test Execution:\n" -" @G--" GTEST_FLAG_PREFIX_ "repeat=@Y[COUNT]@D\n" -" Run the tests repeatedly; use a negative count to repeat forever.\n" -" @G--" GTEST_FLAG_PREFIX_ "shuffle@D\n" -" Randomize tests' orders on every iteration.\n" -" @G--" GTEST_FLAG_PREFIX_ "random_seed=@Y[NUMBER]@D\n" -" Random number seed to use for shuffling test orders (between 1 and\n" -" 99999, or 0 to use a seed based on the current time).\n" -"\n" -"Test Output:\n" -" @G--" GTEST_FLAG_PREFIX_ "color=@Y(@Gyes@Y|@Gno@Y|@Gauto@Y)@D\n" -" Enable/disable colored output. The default is @Gauto@D.\n" -" -@G-" GTEST_FLAG_PREFIX_ "print_time=0@D\n" -" Don't print the elapsed time of each test.\n" -" @G--" GTEST_FLAG_PREFIX_ "output=xml@Y[@G:@YDIRECTORY_PATH@G" - GTEST_PATH_SEP_ "@Y|@G:@YFILE_PATH]@D\n" -" Generate an XML report in the given directory or with the given file\n" -" name. @YFILE_PATH@D defaults to @Gtest_details.xml@D.\n" -#if GTEST_CAN_STREAM_RESULTS_ -" @G--" GTEST_FLAG_PREFIX_ "stream_result_to=@YHOST@G:@YPORT@D\n" -" Stream test results to the given server.\n" -#endif // GTEST_CAN_STREAM_RESULTS_ -"\n" -"Assertion Behavior:\n" -#if GTEST_HAS_DEATH_TEST && !GTEST_OS_WINDOWS -" @G--" GTEST_FLAG_PREFIX_ "death_test_style=@Y(@Gfast@Y|@Gthreadsafe@Y)@D\n" -" Set the default death test style.\n" -#endif // GTEST_HAS_DEATH_TEST && !GTEST_OS_WINDOWS -" @G--" GTEST_FLAG_PREFIX_ "break_on_failure@D\n" -" Turn assertion failures into debugger break-points.\n" -" @G--" GTEST_FLAG_PREFIX_ "throw_on_failure@D\n" -" Turn assertion failures into C++ exceptions.\n" -" @G--" GTEST_FLAG_PREFIX_ "catch_exceptions=0@D\n" -" Do not report exceptions as test failures. Instead, allow them\n" -" to crash the program or throw a pop-up (on Windows).\n" -"\n" -"Except for @G--" GTEST_FLAG_PREFIX_ "list_tests@D, you can alternatively set " - "the corresponding\n" -"environment variable of a flag (all letters in upper-case). For example, to\n" -"disable colored text output, you can either specify @G--" GTEST_FLAG_PREFIX_ - "color=no@D or set\n" -"the @G" GTEST_FLAG_PREFIX_UPPER_ "COLOR@D environment variable to @Gno@D.\n" -"\n" -"For more information, please read the " GTEST_NAME_ " documentation at\n" -"@G" GTEST_PROJECT_URL_ "@D. If you find a bug in " GTEST_NAME_ "\n" -"(not one in your own code or tests), please report it to\n" -"@G<" GTEST_DEV_EMAIL_ ">@D.\n"; - -// Parses the command line for Google Test flags, without initializing -// other parts of Google Test. The type parameter CharType can be -// instantiated to either char or wchar_t. -template -void ParseGoogleTestFlagsOnlyImpl(int* argc, CharType** argv) { - for (int i = 1; i < *argc; i++) { - const String arg_string = StreamableToString(argv[i]); - const char* const arg = arg_string.c_str(); - - using internal::ParseBoolFlag; - using internal::ParseInt32Flag; - using internal::ParseStringFlag; - - // Do we see a Google Test flag? - if (ParseBoolFlag(arg, kAlsoRunDisabledTestsFlag, - >EST_FLAG(also_run_disabled_tests)) || - ParseBoolFlag(arg, kBreakOnFailureFlag, - >EST_FLAG(break_on_failure)) || - ParseBoolFlag(arg, kCatchExceptionsFlag, - >EST_FLAG(catch_exceptions)) || - ParseStringFlag(arg, kColorFlag, >EST_FLAG(color)) || - ParseStringFlag(arg, kDeathTestStyleFlag, - >EST_FLAG(death_test_style)) || - ParseBoolFlag(arg, kDeathTestUseFork, - >EST_FLAG(death_test_use_fork)) || - ParseStringFlag(arg, kFilterFlag, >EST_FLAG(filter)) || - ParseStringFlag(arg, kInternalRunDeathTestFlag, - >EST_FLAG(internal_run_death_test)) || - ParseBoolFlag(arg, kListTestsFlag, >EST_FLAG(list_tests)) || - ParseStringFlag(arg, kOutputFlag, >EST_FLAG(output)) || - ParseBoolFlag(arg, kPrintTimeFlag, >EST_FLAG(print_time)) || - ParseInt32Flag(arg, kRandomSeedFlag, >EST_FLAG(random_seed)) || - ParseInt32Flag(arg, kRepeatFlag, >EST_FLAG(repeat)) || - ParseBoolFlag(arg, kShuffleFlag, >EST_FLAG(shuffle)) || - ParseInt32Flag(arg, kStackTraceDepthFlag, - >EST_FLAG(stack_trace_depth)) || - ParseStringFlag(arg, kStreamResultToFlag, - >EST_FLAG(stream_result_to)) || - ParseBoolFlag(arg, kThrowOnFailureFlag, - >EST_FLAG(throw_on_failure)) - ) { - // Yes. Shift the remainder of the argv list left by one. Note - // that argv has (*argc + 1) elements, the last one always being - // NULL. The following loop moves the trailing NULL element as - // well. - for (int j = i; j != *argc; j++) { - argv[j] = argv[j + 1]; - } - - // Decrements the argument count. - (*argc)--; - - // We also need to decrement the iterator as we just removed - // an element. - i--; - } else if (arg_string == "--help" || arg_string == "-h" || - arg_string == "-?" || arg_string == "/?" || - HasGoogleTestFlagPrefix(arg)) { - // Both help flag and unrecognized Google Test flags (excluding - // internal ones) trigger help display. - g_help_flag = true; - } - } - - if (g_help_flag) { - // We print the help here instead of in RUN_ALL_TESTS(), as the - // latter may not be called at all if the user is using Google - // Test with another testing framework. - PrintColorEncoded(kColorEncodedHelpMessage); - } -} - -// Parses the command line for Google Test flags, without initializing -// other parts of Google Test. -void ParseGoogleTestFlagsOnly(int* argc, char** argv) { - ParseGoogleTestFlagsOnlyImpl(argc, argv); -} -void ParseGoogleTestFlagsOnly(int* argc, wchar_t** argv) { - ParseGoogleTestFlagsOnlyImpl(argc, argv); -} - -// The internal implementation of InitGoogleTest(). -// -// The type parameter CharType can be instantiated to either char or -// wchar_t. -template -void InitGoogleTestImpl(int* argc, CharType** argv) { - g_init_gtest_count++; - - // We don't want to run the initialization code twice. - if (g_init_gtest_count != 1) return; - - if (*argc <= 0) return; - - internal::g_executable_path = internal::StreamableToString(argv[0]); - -#if GTEST_HAS_DEATH_TEST - - g_argvs.clear(); - for (int i = 0; i != *argc; i++) { - g_argvs.push_back(StreamableToString(argv[i])); - } - -#endif // GTEST_HAS_DEATH_TEST - - ParseGoogleTestFlagsOnly(argc, argv); - GetUnitTestImpl()->PostFlagParsingInit(); -} - -} // namespace internal - -// Initializes Google Test. This must be called before calling -// RUN_ALL_TESTS(). In particular, it parses a command line for the -// flags that Google Test recognizes. Whenever a Google Test flag is -// seen, it is removed from argv, and *argc is decremented. -// -// No value is returned. Instead, the Google Test flag variables are -// updated. -// -// Calling the function for the second time has no user-visible effect. -void InitGoogleTest(int* argc, char** argv) { - internal::InitGoogleTestImpl(argc, argv); -} - -// This overloaded version can be used in Windows programs compiled in -// UNICODE mode. -void InitGoogleTest(int* argc, wchar_t** argv) { - internal::InitGoogleTestImpl(argc, argv); -} - -} // namespace testing -// Copyright 2005, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: wan@google.com (Zhanyong Wan), vladl@google.com (Vlad Losev) -// -// This file implements death tests. - - -#if GTEST_HAS_DEATH_TEST - -# if GTEST_OS_MAC -# include -# endif // GTEST_OS_MAC - -# include -# include -# include -# include - -# if GTEST_OS_WINDOWS -# include -# else -# include -# include -# endif // GTEST_OS_WINDOWS - -#endif // GTEST_HAS_DEATH_TEST - - -// Indicates that this translation unit is part of Google Test's -// implementation. It must come before gtest-internal-inl.h is -// included, or there will be a compiler error. This trick is to -// prevent a user from accidentally including gtest-internal-inl.h in -// his code. -#define GTEST_IMPLEMENTATION_ 1 -#undef GTEST_IMPLEMENTATION_ - -namespace testing { - -// Constants. - -// The default death test style. -static const char kDefaultDeathTestStyle[] = "fast"; - -GTEST_DEFINE_string_( - death_test_style, - internal::StringFromGTestEnv("death_test_style", kDefaultDeathTestStyle), - "Indicates how to run a death test in a forked child process: " - "\"threadsafe\" (child process re-executes the test binary " - "from the beginning, running only the specific death test) or " - "\"fast\" (child process runs the death test immediately " - "after forking)."); - -GTEST_DEFINE_bool_( - death_test_use_fork, - internal::BoolFromGTestEnv("death_test_use_fork", false), - "Instructs to use fork()/_exit() instead of clone() in death tests. " - "Ignored and always uses fork() on POSIX systems where clone() is not " - "implemented. Useful when running under valgrind or similar tools if " - "those do not support clone(). Valgrind 3.3.1 will just fail if " - "it sees an unsupported combination of clone() flags. " - "It is not recommended to use this flag w/o valgrind though it will " - "work in 99% of the cases. Once valgrind is fixed, this flag will " - "most likely be removed."); - -namespace internal { -GTEST_DEFINE_string_( - internal_run_death_test, "", - "Indicates the file, line number, temporal index of " - "the single death test to run, and a file descriptor to " - "which a success code may be sent, all separated by " - "colons. This flag is specified if and only if the current " - "process is a sub-process launched for running a thread-safe " - "death test. FOR INTERNAL USE ONLY."); -} // namespace internal - -#if GTEST_HAS_DEATH_TEST - -// ExitedWithCode constructor. -ExitedWithCode::ExitedWithCode(int exit_code) : exit_code_(exit_code) { -} - -// ExitedWithCode function-call operator. -bool ExitedWithCode::operator()(int exit_status) const { -# if GTEST_OS_WINDOWS - - return exit_status == exit_code_; - -# else - - return WIFEXITED(exit_status) && WEXITSTATUS(exit_status) == exit_code_; - -# endif // GTEST_OS_WINDOWS -} - -# if !GTEST_OS_WINDOWS -// KilledBySignal constructor. -KilledBySignal::KilledBySignal(int signum) : signum_(signum) { -} - -// KilledBySignal function-call operator. -bool KilledBySignal::operator()(int exit_status) const { - return WIFSIGNALED(exit_status) && WTERMSIG(exit_status) == signum_; -} -# endif // !GTEST_OS_WINDOWS - -namespace internal { - -// Utilities needed for death tests. - -// Generates a textual description of a given exit code, in the format -// specified by wait(2). -static String ExitSummary(int exit_code) { - Message m; - -# if GTEST_OS_WINDOWS - - m << "Exited with exit status " << exit_code; - -# else - - if (WIFEXITED(exit_code)) { - m << "Exited with exit status " << WEXITSTATUS(exit_code); - } else if (WIFSIGNALED(exit_code)) { - m << "Terminated by signal " << WTERMSIG(exit_code); - } -# ifdef WCOREDUMP - if (WCOREDUMP(exit_code)) { - m << " (core dumped)"; - } -# endif -# endif // GTEST_OS_WINDOWS - - return m.GetString(); -} - -// Returns true if exit_status describes a process that was terminated -// by a signal, or exited normally with a nonzero exit code. -bool ExitedUnsuccessfully(int exit_status) { - return !ExitedWithCode(0)(exit_status); -} - -# if !GTEST_OS_WINDOWS -// Generates a textual failure message when a death test finds more than -// one thread running, or cannot determine the number of threads, prior -// to executing the given statement. It is the responsibility of the -// caller not to pass a thread_count of 1. -static String DeathTestThreadWarning(size_t thread_count) { - Message msg; - msg << "Death tests use fork(), which is unsafe particularly" - << " in a threaded context. For this test, " << GTEST_NAME_ << " "; - if (thread_count == 0) - msg << "couldn't detect the number of threads."; - else - msg << "detected " << thread_count << " threads."; - return msg.GetString(); -} -# endif // !GTEST_OS_WINDOWS - -// Flag characters for reporting a death test that did not die. -static const char kDeathTestLived = 'L'; -static const char kDeathTestReturned = 'R'; -static const char kDeathTestThrew = 'T'; -static const char kDeathTestInternalError = 'I'; - -// An enumeration describing all of the possible ways that a death test can -// conclude. DIED means that the process died while executing the test -// code; LIVED means that process lived beyond the end of the test code; -// RETURNED means that the test statement attempted to execute a return -// statement, which is not allowed; THREW means that the test statement -// returned control by throwing an exception. IN_PROGRESS means the test -// has not yet concluded. -// TODO(vladl@google.com): Unify names and possibly values for -// AbortReason, DeathTestOutcome, and flag characters above. -enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; - -// Routine for aborting the program which is safe to call from an -// exec-style death test child process, in which case the error -// message is propagated back to the parent process. Otherwise, the -// message is simply printed to stderr. In either case, the program -// then exits with status 1. -void DeathTestAbort(const String& message) { - // On a POSIX system, this function may be called from a threadsafe-style - // death test child process, which operates on a very small stack. Use - // the heap for any additional non-minuscule memory requirements. - const InternalRunDeathTestFlag* const flag = - GetUnitTestImpl()->internal_run_death_test_flag(); - if (flag != NULL) { - FILE* parent = posix::FDOpen(flag->write_fd(), "w"); - fputc(kDeathTestInternalError, parent); - fprintf(parent, "%s", message.c_str()); - fflush(parent); - _exit(1); - } else { - fprintf(stderr, "%s", message.c_str()); - fflush(stderr); - posix::Abort(); - } -} - -// A replacement for CHECK that calls DeathTestAbort if the assertion -// fails. -# define GTEST_DEATH_TEST_CHECK_(expression) \ - do { \ - if (!::testing::internal::IsTrue(expression)) { \ - DeathTestAbort(::testing::internal::String::Format( \ - "CHECK failed: File %s, line %d: %s", \ - __FILE__, __LINE__, #expression)); \ - } \ - } while (::testing::internal::AlwaysFalse()) - -// This macro is similar to GTEST_DEATH_TEST_CHECK_, but it is meant for -// evaluating any system call that fulfills two conditions: it must return -// -1 on failure, and set errno to EINTR when it is interrupted and -// should be tried again. The macro expands to a loop that repeatedly -// evaluates the expression as long as it evaluates to -1 and sets -// errno to EINTR. If the expression evaluates to -1 but errno is -// something other than EINTR, DeathTestAbort is called. -# define GTEST_DEATH_TEST_CHECK_SYSCALL_(expression) \ - do { \ - int gtest_retval; \ - do { \ - gtest_retval = (expression); \ - } while (gtest_retval == -1 && errno == EINTR); \ - if (gtest_retval == -1) { \ - DeathTestAbort(::testing::internal::String::Format( \ - "CHECK failed: File %s, line %d: %s != -1", \ - __FILE__, __LINE__, #expression)); \ - } \ - } while (::testing::internal::AlwaysFalse()) - -// Returns the message describing the last system error in errno. -String GetLastErrnoDescription() { - return String(errno == 0 ? "" : posix::StrError(errno)); -} - -// This is called from a death test parent process to read a failure -// message from the death test child process and log it with the FATAL -// severity. On Windows, the message is read from a pipe handle. On other -// platforms, it is read from a file descriptor. -static void FailFromInternalError(int fd) { - Message error; - char buffer[256]; - int num_read; - - do { - while ((num_read = posix::Read(fd, buffer, 255)) > 0) { - buffer[num_read] = '\0'; - error << buffer; - } - } while (num_read == -1 && errno == EINTR); - - if (num_read == 0) { - GTEST_LOG_(FATAL) << error.GetString(); - } else { - const int last_error = errno; - GTEST_LOG_(FATAL) << "Error while reading death test internal: " - << GetLastErrnoDescription() << " [" << last_error << "]"; - } -} - -// Death test constructor. Increments the running death test count -// for the current test. -DeathTest::DeathTest() { - TestInfo* const info = GetUnitTestImpl()->current_test_info(); - if (info == NULL) { - DeathTestAbort("Cannot run a death test outside of a TEST or " - "TEST_F construct"); - } -} - -// Creates and returns a death test by dispatching to the current -// death test factory. -bool DeathTest::Create(const char* statement, const RE* regex, - const char* file, int line, DeathTest** test) { - return GetUnitTestImpl()->death_test_factory()->Create( - statement, regex, file, line, test); -} - -const char* DeathTest::LastMessage() { - return last_death_test_message_.c_str(); -} - -void DeathTest::set_last_death_test_message(const String& message) { - last_death_test_message_ = message; -} - -String DeathTest::last_death_test_message_; - -// Provides cross platform implementation for some death functionality. -class DeathTestImpl : public DeathTest { - protected: - DeathTestImpl(const char* a_statement, const RE* a_regex) - : statement_(a_statement), - regex_(a_regex), - spawned_(false), - status_(-1), - outcome_(IN_PROGRESS), - read_fd_(-1), - write_fd_(-1) {} - - // read_fd_ is expected to be closed and cleared by a derived class. - ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } - - void Abort(AbortReason reason); - virtual bool Passed(bool status_ok); - - const char* statement() const { return statement_; } - const RE* regex() const { return regex_; } - bool spawned() const { return spawned_; } - void set_spawned(bool is_spawned) { spawned_ = is_spawned; } - int status() const { return status_; } - void set_status(int a_status) { status_ = a_status; } - DeathTestOutcome outcome() const { return outcome_; } - void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } - int read_fd() const { return read_fd_; } - void set_read_fd(int fd) { read_fd_ = fd; } - int write_fd() const { return write_fd_; } - void set_write_fd(int fd) { write_fd_ = fd; } - - // Called in the parent process only. Reads the result code of the death - // test child process via a pipe, interprets it to set the outcome_ - // member, and closes read_fd_. Outputs diagnostics and terminates in - // case of unexpected codes. - void ReadAndInterpretStatusByte(); - - private: - // The textual content of the code this object is testing. This class - // doesn't own this string and should not attempt to delete it. - const char* const statement_; - // The regular expression which test output must match. DeathTestImpl - // doesn't own this object and should not attempt to delete it. - const RE* const regex_; - // True if the death test child process has been successfully spawned. - bool spawned_; - // The exit status of the child process. - int status_; - // How the death test concluded. - DeathTestOutcome outcome_; - // Descriptor to the read end of the pipe to the child process. It is - // always -1 in the child process. The child keeps its write end of the - // pipe in write_fd_. - int read_fd_; - // Descriptor to the child's write end of the pipe to the parent process. - // It is always -1 in the parent process. The parent keeps its end of the - // pipe in read_fd_. - int write_fd_; -}; - -// Called in the parent process only. Reads the result code of the death -// test child process via a pipe, interprets it to set the outcome_ -// member, and closes read_fd_. Outputs diagnostics and terminates in -// case of unexpected codes. -void DeathTestImpl::ReadAndInterpretStatusByte() { - char flag; - int bytes_read; - - // The read() here blocks until data is available (signifying the - // failure of the death test) or until the pipe is closed (signifying - // its success), so it's okay to call this in the parent before - // the child process has exited. - do { - bytes_read = posix::Read(read_fd(), &flag, 1); - } while (bytes_read == -1 && errno == EINTR); - - if (bytes_read == 0) { - set_outcome(DIED); - } else if (bytes_read == 1) { - switch (flag) { - case kDeathTestReturned: - set_outcome(RETURNED); - break; - case kDeathTestThrew: - set_outcome(THREW); - break; - case kDeathTestLived: - set_outcome(LIVED); - break; - case kDeathTestInternalError: - FailFromInternalError(read_fd()); // Does not return. - break; - default: - GTEST_LOG_(FATAL) << "Death test child process reported " - << "unexpected status byte (" - << static_cast(flag) << ")"; - } - } else { - GTEST_LOG_(FATAL) << "Read from death test child process failed: " - << GetLastErrnoDescription(); - } - GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Close(read_fd())); - set_read_fd(-1); -} - -// Signals that the death test code which should have exited, didn't. -// Should be called only in a death test child process. -// Writes a status byte to the child's status file descriptor, then -// calls _exit(1). -void DeathTestImpl::Abort(AbortReason reason) { - // The parent process considers the death test to be a failure if - // it finds any data in our pipe. So, here we write a single flag byte - // to the pipe, then exit. - const char status_ch = - reason == TEST_DID_NOT_DIE ? kDeathTestLived : - reason == TEST_THREW_EXCEPTION ? kDeathTestThrew : kDeathTestReturned; - - GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1)); - // We are leaking the descriptor here because on some platforms (i.e., - // when built as Windows DLL), destructors of global objects will still - // run after calling _exit(). On such systems, write_fd_ will be - // indirectly closed from the destructor of UnitTestImpl, causing double - // close if it is also closed here. On debug configurations, double close - // may assert. As there are no in-process buffers to flush here, we are - // relying on the OS to close the descriptor after the process terminates - // when the destructors are not run. - _exit(1); // Exits w/o any normal exit hooks (we were supposed to crash) -} - -// Returns an indented copy of stderr output for a death test. -// This makes distinguishing death test output lines from regular log lines -// much easier. -static ::std::string FormatDeathTestOutput(const ::std::string& output) { - ::std::string ret; - for (size_t at = 0; ; ) { - const size_t line_end = output.find('\n', at); - ret += "[ DEATH ] "; - if (line_end == ::std::string::npos) { - ret += output.substr(at); - break; - } - ret += output.substr(at, line_end + 1 - at); - at = line_end + 1; - } - return ret; -} - -// Assesses the success or failure of a death test, using both private -// members which have previously been set, and one argument: -// -// Private data members: -// outcome: An enumeration describing how the death test -// concluded: DIED, LIVED, THREW, or RETURNED. The death test -// fails in the latter three cases. -// status: The exit status of the child process. On *nix, it is in the -// in the format specified by wait(2). On Windows, this is the -// value supplied to the ExitProcess() API or a numeric code -// of the exception that terminated the program. -// regex: A regular expression object to be applied to -// the test's captured standard error output; the death test -// fails if it does not match. -// -// Argument: -// status_ok: true if exit_status is acceptable in the context of -// this particular death test, which fails if it is false -// -// Returns true iff all of the above conditions are met. Otherwise, the -// first failing condition, in the order given above, is the one that is -// reported. Also sets the last death test message string. -bool DeathTestImpl::Passed(bool status_ok) { - if (!spawned()) - return false; - - const String error_message = GetCapturedStderr(); - - bool success = false; - Message buffer; - - buffer << "Death test: " << statement() << "\n"; - switch (outcome()) { - case LIVED: - buffer << " Result: failed to die.\n" - << " Error msg:\n" << FormatDeathTestOutput(error_message); - break; - case THREW: - buffer << " Result: threw an exception.\n" - << " Error msg:\n" << FormatDeathTestOutput(error_message); - break; - case RETURNED: - buffer << " Result: illegal return in test statement.\n" - << " Error msg:\n" << FormatDeathTestOutput(error_message); - break; - case DIED: - if (status_ok) { - const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); - if (matched) { - success = true; - } else { - buffer << " Result: died but not with expected error.\n" - << " Expected: " << regex()->pattern() << "\n" - << "Actual msg:\n" << FormatDeathTestOutput(error_message); - } - } else { - buffer << " Result: died but not with expected exit code:\n" - << " " << ExitSummary(status()) << "\n" - << "Actual msg:\n" << FormatDeathTestOutput(error_message); - } - break; - case IN_PROGRESS: - default: - GTEST_LOG_(FATAL) - << "DeathTest::Passed somehow called before conclusion of test"; - } - - DeathTest::set_last_death_test_message(buffer.GetString()); - return success; -} - -# if GTEST_OS_WINDOWS -// WindowsDeathTest implements death tests on Windows. Due to the -// specifics of starting new processes on Windows, death tests there are -// always threadsafe, and Google Test considers the -// --gtest_death_test_style=fast setting to be equivalent to -// --gtest_death_test_style=threadsafe there. -// -// A few implementation notes: Like the Linux version, the Windows -// implementation uses pipes for child-to-parent communication. But due to -// the specifics of pipes on Windows, some extra steps are required: -// -// 1. The parent creates a communication pipe and stores handles to both -// ends of it. -// 2. The parent starts the child and provides it with the information -// necessary to acquire the handle to the write end of the pipe. -// 3. The child acquires the write end of the pipe and signals the parent -// using a Windows event. -// 4. Now the parent can release the write end of the pipe on its side. If -// this is done before step 3, the object's reference count goes down to -// 0 and it is destroyed, preventing the child from acquiring it. The -// parent now has to release it, or read operations on the read end of -// the pipe will not return when the child terminates. -// 5. The parent reads child's output through the pipe (outcome code and -// any possible error messages) from the pipe, and its stderr and then -// determines whether to fail the test. -// -// Note: to distinguish Win32 API calls from the local method and function -// calls, the former are explicitly resolved in the global namespace. -// -class WindowsDeathTest : public DeathTestImpl { - public: - WindowsDeathTest(const char* a_statement, - const RE* a_regex, - const char* file, - int line) - : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {} - - // All of these virtual functions are inherited from DeathTest. - virtual int Wait(); - virtual TestRole AssumeRole(); - - private: - // The name of the file in which the death test is located. - const char* const file_; - // The line number on which the death test is located. - const int line_; - // Handle to the write end of the pipe to the child process. - AutoHandle write_handle_; - // Child process handle. - AutoHandle child_handle_; - // Event the child process uses to signal the parent that it has - // acquired the handle to the write end of the pipe. After seeing this - // event the parent can release its own handles to make sure its - // ReadFile() calls return when the child terminates. - AutoHandle event_handle_; -}; - -// Waits for the child in a death test to exit, returning its exit -// status, or 0 if no child process exists. As a side effect, sets the -// outcome data member. -int WindowsDeathTest::Wait() { - if (!spawned()) - return 0; - - // Wait until the child either signals that it has acquired the write end - // of the pipe or it dies. - const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; - switch (::WaitForMultipleObjects(2, - wait_handles, - FALSE, // Waits for any of the handles. - INFINITE)) { - case WAIT_OBJECT_0: - case WAIT_OBJECT_0 + 1: - break; - default: - GTEST_DEATH_TEST_CHECK_(false); // Should not get here. - } - - // The child has acquired the write end of the pipe or exited. - // We release the handle on our side and continue. - write_handle_.Reset(); - event_handle_.Reset(); - - ReadAndInterpretStatusByte(); - - // Waits for the child process to exit if it haven't already. This - // returns immediately if the child has already exited, regardless of - // whether previous calls to WaitForMultipleObjects synchronized on this - // handle or not. - GTEST_DEATH_TEST_CHECK_( - WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), - INFINITE)); - DWORD status_code; - GTEST_DEATH_TEST_CHECK_( - ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); - child_handle_.Reset(); - set_status(static_cast(status_code)); - return status(); -} - -// The AssumeRole process for a Windows death test. It creates a child -// process with the same executable as the current process to run the -// death test. The child process is given the --gtest_filter and -// --gtest_internal_run_death_test flags such that it knows to run the -// current death test only. -DeathTest::TestRole WindowsDeathTest::AssumeRole() { - const UnitTestImpl* const impl = GetUnitTestImpl(); - const InternalRunDeathTestFlag* const flag = - impl->internal_run_death_test_flag(); - const TestInfo* const info = impl->current_test_info(); - const int death_test_index = info->result()->death_test_count(); - - if (flag != NULL) { - // ParseInternalRunDeathTestFlag() has performed all the necessary - // processing. - set_write_fd(flag->write_fd()); - return EXECUTE_TEST; - } - - // WindowsDeathTest uses an anonymous pipe to communicate results of - // a death test. - SECURITY_ATTRIBUTES handles_are_inheritable = { - sizeof(SECURITY_ATTRIBUTES), NULL, TRUE }; - HANDLE read_handle, write_handle; - GTEST_DEATH_TEST_CHECK_( - ::CreatePipe(&read_handle, &write_handle, &handles_are_inheritable, - 0) // Default buffer size. - != FALSE); - set_read_fd(::_open_osfhandle(reinterpret_cast(read_handle), - O_RDONLY)); - write_handle_.Reset(write_handle); - event_handle_.Reset(::CreateEvent( - &handles_are_inheritable, - TRUE, // The event will automatically reset to non-signaled state. - FALSE, // The initial state is non-signalled. - NULL)); // The even is unnamed. - GTEST_DEATH_TEST_CHECK_(event_handle_.Get() != NULL); - const String filter_flag = String::Format("--%s%s=%s.%s", - GTEST_FLAG_PREFIX_, kFilterFlag, - info->test_case_name(), - info->name()); - const String internal_flag = String::Format( - "--%s%s=%s|%d|%d|%u|%Iu|%Iu", - GTEST_FLAG_PREFIX_, - kInternalRunDeathTestFlag, - file_, line_, - death_test_index, - static_cast(::GetCurrentProcessId()), - // size_t has the same with as pointers on both 32-bit and 64-bit - // Windows platforms. - // See http://msdn.microsoft.com/en-us/library/tcxf1dw6.aspx. - reinterpret_cast(write_handle), - reinterpret_cast(event_handle_.Get())); - - char executable_path[_MAX_PATH + 1]; // NOLINT - GTEST_DEATH_TEST_CHECK_( - _MAX_PATH + 1 != ::GetModuleFileNameA(NULL, - executable_path, - _MAX_PATH)); - - String command_line = String::Format("%s %s \"%s\"", - ::GetCommandLineA(), - filter_flag.c_str(), - internal_flag.c_str()); - - DeathTest::set_last_death_test_message(""); - - CaptureStderr(); - // Flush the log buffers since the log streams are shared with the child. - FlushInfoLog(); - - // The child process will share the standard handles with the parent. - STARTUPINFOA startup_info; - memset(&startup_info, 0, sizeof(STARTUPINFO)); - startup_info.dwFlags = STARTF_USESTDHANDLES; - startup_info.hStdInput = ::GetStdHandle(STD_INPUT_HANDLE); - startup_info.hStdOutput = ::GetStdHandle(STD_OUTPUT_HANDLE); - startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); - - PROCESS_INFORMATION process_info; - GTEST_DEATH_TEST_CHECK_(::CreateProcessA( - executable_path, - const_cast(command_line.c_str()), - NULL, // Retuned process handle is not inheritable. - NULL, // Retuned thread handle is not inheritable. - TRUE, // Child inherits all inheritable handles (for write_handle_). - 0x0, // Default creation flags. - NULL, // Inherit the parent's environment. - UnitTest::GetInstance()->original_working_dir(), - &startup_info, - &process_info) != FALSE); - child_handle_.Reset(process_info.hProcess); - ::CloseHandle(process_info.hThread); - set_spawned(true); - return OVERSEE_TEST; -} -# else // We are not on Windows. - -// ForkingDeathTest provides implementations for most of the abstract -// methods of the DeathTest interface. Only the AssumeRole method is -// left undefined. -class ForkingDeathTest : public DeathTestImpl { - public: - ForkingDeathTest(const char* statement, const RE* regex); - - // All of these virtual functions are inherited from DeathTest. - virtual int Wait(); - - protected: - void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; } - - private: - // PID of child process during death test; 0 in the child process itself. - pid_t child_pid_; -}; - -// Constructs a ForkingDeathTest. -ForkingDeathTest::ForkingDeathTest(const char* a_statement, const RE* a_regex) - : DeathTestImpl(a_statement, a_regex), - child_pid_(-1) {} - -// Waits for the child in a death test to exit, returning its exit -// status, or 0 if no child process exists. As a side effect, sets the -// outcome data member. -int ForkingDeathTest::Wait() { - if (!spawned()) - return 0; - - ReadAndInterpretStatusByte(); - - int status_value; - GTEST_DEATH_TEST_CHECK_SYSCALL_(waitpid(child_pid_, &status_value, 0)); - set_status(status_value); - return status_value; -} - -// A concrete death test class that forks, then immediately runs the test -// in the child process. -class NoExecDeathTest : public ForkingDeathTest { - public: - NoExecDeathTest(const char* a_statement, const RE* a_regex) : - ForkingDeathTest(a_statement, a_regex) { } - virtual TestRole AssumeRole(); -}; - -// The AssumeRole process for a fork-and-run death test. It implements a -// straightforward fork, with a simple pipe to transmit the status byte. -DeathTest::TestRole NoExecDeathTest::AssumeRole() { - const size_t thread_count = GetThreadCount(); - if (thread_count != 1) { - GTEST_LOG_(WARNING) << DeathTestThreadWarning(thread_count); - } - - int pipe_fd[2]; - GTEST_DEATH_TEST_CHECK_(pipe(pipe_fd) != -1); - - DeathTest::set_last_death_test_message(""); - CaptureStderr(); - // When we fork the process below, the log file buffers are copied, but the - // file descriptors are shared. We flush all log files here so that closing - // the file descriptors in the child process doesn't throw off the - // synchronization between descriptors and buffers in the parent process. - // This is as close to the fork as possible to avoid a race condition in case - // there are multiple threads running before the death test, and another - // thread writes to the log file. - FlushInfoLog(); - - const pid_t child_pid = fork(); - GTEST_DEATH_TEST_CHECK_(child_pid != -1); - set_child_pid(child_pid); - if (child_pid == 0) { - GTEST_DEATH_TEST_CHECK_SYSCALL_(close(pipe_fd[0])); - set_write_fd(pipe_fd[1]); - // Redirects all logging to stderr in the child process to prevent - // concurrent writes to the log files. We capture stderr in the parent - // process and append the child process' output to a log. - LogToStderr(); - // Event forwarding to the listeners of event listener API mush be shut - // down in death test subprocesses. - GetUnitTestImpl()->listeners()->SuppressEventForwarding(); - return EXECUTE_TEST; - } else { - GTEST_DEATH_TEST_CHECK_SYSCALL_(close(pipe_fd[1])); - set_read_fd(pipe_fd[0]); - set_spawned(true); - return OVERSEE_TEST; - } -} - -// A concrete death test class that forks and re-executes the main -// program from the beginning, with command-line flags set that cause -// only this specific death test to be run. -class ExecDeathTest : public ForkingDeathTest { - public: - ExecDeathTest(const char* a_statement, const RE* a_regex, - const char* file, int line) : - ForkingDeathTest(a_statement, a_regex), file_(file), line_(line) { } - virtual TestRole AssumeRole(); - private: - // The name of the file in which the death test is located. - const char* const file_; - // The line number on which the death test is located. - const int line_; -}; - -// Utility class for accumulating command-line arguments. -class Arguments { - public: - Arguments() { - args_.push_back(NULL); - } - - ~Arguments() { - for (std::vector::iterator i = args_.begin(); i != args_.end(); - ++i) { - free(*i); - } - } - void AddArgument(const char* argument) { - args_.insert(args_.end() - 1, posix::StrDup(argument)); - } - - template - void AddArguments(const ::std::vector& arguments) { - for (typename ::std::vector::const_iterator i = arguments.begin(); - i != arguments.end(); - ++i) { - args_.insert(args_.end() - 1, posix::StrDup(i->c_str())); - } - } - char* const* Argv() { - return &args_[0]; - } - private: - std::vector args_; -}; - -// A struct that encompasses the arguments to the child process of a -// threadsafe-style death test process. -struct ExecDeathTestArgs { - char* const* argv; // Command-line arguments for the child's call to exec - int close_fd; // File descriptor to close; the read end of a pipe -}; - -# if GTEST_OS_MAC -inline char** GetEnviron() { - // When Google Test is built as a framework on MacOS X, the environ variable - // is unavailable. Apple's documentation (man environ) recommends using - // _NSGetEnviron() instead. - return *_NSGetEnviron(); -} -# else -// Some POSIX platforms expect you to declare environ. extern "C" makes -// it reside in the global namespace. -extern "C" char** environ; -inline char** GetEnviron() { return environ; } -# endif // GTEST_OS_MAC - -// The main function for a threadsafe-style death test child process. -// This function is called in a clone()-ed process and thus must avoid -// any potentially unsafe operations like malloc or libc functions. -static int ExecDeathTestChildMain(void* child_arg) { - ExecDeathTestArgs* const args = static_cast(child_arg); - GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); - - // We need to execute the test program in the same environment where - // it was originally invoked. Therefore we change to the original - // working directory first. - const char* const original_dir = - UnitTest::GetInstance()->original_working_dir(); - // We can safely call chdir() as it's a direct system call. - if (chdir(original_dir) != 0) { - DeathTestAbort(String::Format("chdir(\"%s\") failed: %s", - original_dir, - GetLastErrnoDescription().c_str())); - return EXIT_FAILURE; - } - - // We can safely call execve() as it's a direct system call. We - // cannot use execvp() as it's a libc function and thus potentially - // unsafe. Since execve() doesn't search the PATH, the user must - // invoke the test program via a valid path that contains at least - // one path separator. - execve(args->argv[0], args->argv, GetEnviron()); - DeathTestAbort(String::Format("execve(%s, ...) in %s failed: %s", - args->argv[0], - original_dir, - GetLastErrnoDescription().c_str())); - return EXIT_FAILURE; -} - -// Two utility routines that together determine the direction the stack -// grows. -// This could be accomplished more elegantly by a single recursive -// function, but we want to guard against the unlikely possibility of -// a smart compiler optimizing the recursion away. -// -// GTEST_NO_INLINE_ is required to prevent GCC 4.6 from inlining -// StackLowerThanAddress into StackGrowsDown, which then doesn't give -// correct answer. -bool StackLowerThanAddress(const void* ptr) GTEST_NO_INLINE_; -bool StackLowerThanAddress(const void* ptr) { - int dummy; - return &dummy < ptr; -} - -bool StackGrowsDown() { - int dummy; - return StackLowerThanAddress(&dummy); -} - -// A threadsafe implementation of fork(2) for threadsafe-style death tests -// that uses clone(2). It dies with an error message if anything goes -// wrong. -static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { - ExecDeathTestArgs args = { argv, close_fd }; - pid_t child_pid = -1; - -# if GTEST_HAS_CLONE - const bool use_fork = GTEST_FLAG(death_test_use_fork); - - if (!use_fork) { - static const bool stack_grows_down = StackGrowsDown(); - const size_t stack_size = getpagesize(); - // MMAP_ANONYMOUS is not defined on Mac, so we use MAP_ANON instead. - void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, - MAP_ANON | MAP_PRIVATE, -1, 0); - GTEST_DEATH_TEST_CHECK_(stack != MAP_FAILED); - void* const stack_top = - static_cast(stack) + (stack_grows_down ? stack_size : 0); - - child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args); - - GTEST_DEATH_TEST_CHECK_(munmap(stack, stack_size) != -1); - } -# else - const bool use_fork = true; -# endif // GTEST_HAS_CLONE - - if (use_fork && (child_pid = fork()) == 0) { - ExecDeathTestChildMain(&args); - _exit(0); - } - - GTEST_DEATH_TEST_CHECK_(child_pid != -1); - return child_pid; -} - -// The AssumeRole process for a fork-and-exec death test. It re-executes the -// main program from the beginning, setting the --gtest_filter -// and --gtest_internal_run_death_test flags to cause only the current -// death test to be re-run. -DeathTest::TestRole ExecDeathTest::AssumeRole() { - const UnitTestImpl* const impl = GetUnitTestImpl(); - const InternalRunDeathTestFlag* const flag = - impl->internal_run_death_test_flag(); - const TestInfo* const info = impl->current_test_info(); - const int death_test_index = info->result()->death_test_count(); - - if (flag != NULL) { - set_write_fd(flag->write_fd()); - return EXECUTE_TEST; - } - - int pipe_fd[2]; - GTEST_DEATH_TEST_CHECK_(pipe(pipe_fd) != -1); - // Clear the close-on-exec flag on the write end of the pipe, lest - // it be closed when the child process does an exec: - GTEST_DEATH_TEST_CHECK_(fcntl(pipe_fd[1], F_SETFD, 0) != -1); - - const String filter_flag = - String::Format("--%s%s=%s.%s", - GTEST_FLAG_PREFIX_, kFilterFlag, - info->test_case_name(), info->name()); - const String internal_flag = - String::Format("--%s%s=%s|%d|%d|%d", - GTEST_FLAG_PREFIX_, kInternalRunDeathTestFlag, - file_, line_, death_test_index, pipe_fd[1]); - Arguments args; - args.AddArguments(GetArgvs()); - args.AddArgument(filter_flag.c_str()); - args.AddArgument(internal_flag.c_str()); - - DeathTest::set_last_death_test_message(""); - - CaptureStderr(); - // See the comment in NoExecDeathTest::AssumeRole for why the next line - // is necessary. - FlushInfoLog(); - - const pid_t child_pid = ExecDeathTestFork(args.Argv(), pipe_fd[0]); - GTEST_DEATH_TEST_CHECK_SYSCALL_(close(pipe_fd[1])); - set_child_pid(child_pid); - set_read_fd(pipe_fd[0]); - set_spawned(true); - return OVERSEE_TEST; -} - -# endif // !GTEST_OS_WINDOWS - -// Creates a concrete DeathTest-derived class that depends on the -// --gtest_death_test_style flag, and sets the pointer pointed to -// by the "test" argument to its address. If the test should be -// skipped, sets that pointer to NULL. Returns true, unless the -// flag is set to an invalid value. -bool DefaultDeathTestFactory::Create(const char* statement, const RE* regex, - const char* file, int line, - DeathTest** test) { - UnitTestImpl* const impl = GetUnitTestImpl(); - const InternalRunDeathTestFlag* const flag = - impl->internal_run_death_test_flag(); - const int death_test_index = impl->current_test_info() - ->increment_death_test_count(); - - if (flag != NULL) { - if (death_test_index > flag->index()) { - DeathTest::set_last_death_test_message(String::Format( - "Death test count (%d) somehow exceeded expected maximum (%d)", - death_test_index, flag->index())); - return false; - } - - if (!(flag->file() == file && flag->line() == line && - flag->index() == death_test_index)) { - *test = NULL; - return true; - } - } - -# if GTEST_OS_WINDOWS - - if (GTEST_FLAG(death_test_style) == "threadsafe" || - GTEST_FLAG(death_test_style) == "fast") { - *test = new WindowsDeathTest(statement, regex, file, line); - } - -# else - - if (GTEST_FLAG(death_test_style) == "threadsafe") { - *test = new ExecDeathTest(statement, regex, file, line); - } else if (GTEST_FLAG(death_test_style) == "fast") { - *test = new NoExecDeathTest(statement, regex); - } - -# endif // GTEST_OS_WINDOWS - - else { // NOLINT - this is more readable than unbalanced brackets inside #if. - DeathTest::set_last_death_test_message(String::Format( - "Unknown death test style \"%s\" encountered", - GTEST_FLAG(death_test_style).c_str())); - return false; - } - - return true; -} - -// Splits a given string on a given delimiter, populating a given -// vector with the fields. GTEST_HAS_DEATH_TEST implies that we have -// ::std::string, so we can use it here. -static void SplitString(const ::std::string& str, char delimiter, - ::std::vector< ::std::string>* dest) { - ::std::vector< ::std::string> parsed; - ::std::string::size_type pos = 0; - while (::testing::internal::AlwaysTrue()) { - const ::std::string::size_type colon = str.find(delimiter, pos); - if (colon == ::std::string::npos) { - parsed.push_back(str.substr(pos)); - break; - } else { - parsed.push_back(str.substr(pos, colon - pos)); - pos = colon + 1; - } - } - dest->swap(parsed); -} - -# if GTEST_OS_WINDOWS -// Recreates the pipe and event handles from the provided parameters, -// signals the event, and returns a file descriptor wrapped around the pipe -// handle. This function is called in the child process only. -int GetStatusFileDescriptor(unsigned int parent_process_id, - size_t write_handle_as_size_t, - size_t event_handle_as_size_t) { - AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, - FALSE, // Non-inheritable. - parent_process_id)); - if (parent_process_handle.Get() == INVALID_HANDLE_VALUE) { - DeathTestAbort(String::Format("Unable to open parent process %u", - parent_process_id)); - } - - // TODO(vladl@google.com): Replace the following check with a - // compile-time assertion when available. - GTEST_CHECK_(sizeof(HANDLE) <= sizeof(size_t)); - - const HANDLE write_handle = - reinterpret_cast(write_handle_as_size_t); - HANDLE dup_write_handle; - - // The newly initialized handle is accessible only in in the parent - // process. To obtain one accessible within the child, we need to use - // DuplicateHandle. - if (!::DuplicateHandle(parent_process_handle.Get(), write_handle, - ::GetCurrentProcess(), &dup_write_handle, - 0x0, // Requested privileges ignored since - // DUPLICATE_SAME_ACCESS is used. - FALSE, // Request non-inheritable handler. - DUPLICATE_SAME_ACCESS)) { - DeathTestAbort(String::Format( - "Unable to duplicate the pipe handle %Iu from the parent process %u", - write_handle_as_size_t, parent_process_id)); - } - - const HANDLE event_handle = reinterpret_cast(event_handle_as_size_t); - HANDLE dup_event_handle; - - if (!::DuplicateHandle(parent_process_handle.Get(), event_handle, - ::GetCurrentProcess(), &dup_event_handle, - 0x0, - FALSE, - DUPLICATE_SAME_ACCESS)) { - DeathTestAbort(String::Format( - "Unable to duplicate the event handle %Iu from the parent process %u", - event_handle_as_size_t, parent_process_id)); - } - - const int write_fd = - ::_open_osfhandle(reinterpret_cast(dup_write_handle), O_APPEND); - if (write_fd == -1) { - DeathTestAbort(String::Format( - "Unable to convert pipe handle %Iu to a file descriptor", - write_handle_as_size_t)); - } - - // Signals the parent that the write end of the pipe has been acquired - // so the parent can release its own write end. - ::SetEvent(dup_event_handle); - - return write_fd; -} -# endif // GTEST_OS_WINDOWS - -// Returns a newly created InternalRunDeathTestFlag object with fields -// initialized from the GTEST_FLAG(internal_run_death_test) flag if -// the flag is specified; otherwise returns NULL. -InternalRunDeathTestFlag* ParseInternalRunDeathTestFlag() { - if (GTEST_FLAG(internal_run_death_test) == "") return NULL; - - // GTEST_HAS_DEATH_TEST implies that we have ::std::string, so we - // can use it here. - int line = -1; - int index = -1; - ::std::vector< ::std::string> fields; - SplitString(GTEST_FLAG(internal_run_death_test).c_str(), '|', &fields); - int write_fd = -1; - -# if GTEST_OS_WINDOWS - - unsigned int parent_process_id = 0; - size_t write_handle_as_size_t = 0; - size_t event_handle_as_size_t = 0; - - if (fields.size() != 6 - || !ParseNaturalNumber(fields[1], &line) - || !ParseNaturalNumber(fields[2], &index) - || !ParseNaturalNumber(fields[3], &parent_process_id) - || !ParseNaturalNumber(fields[4], &write_handle_as_size_t) - || !ParseNaturalNumber(fields[5], &event_handle_as_size_t)) { - DeathTestAbort(String::Format( - "Bad --gtest_internal_run_death_test flag: %s", - GTEST_FLAG(internal_run_death_test).c_str())); - } - write_fd = GetStatusFileDescriptor(parent_process_id, - write_handle_as_size_t, - event_handle_as_size_t); -# else - - if (fields.size() != 4 - || !ParseNaturalNumber(fields[1], &line) - || !ParseNaturalNumber(fields[2], &index) - || !ParseNaturalNumber(fields[3], &write_fd)) { - DeathTestAbort(String::Format( - "Bad --gtest_internal_run_death_test flag: %s", - GTEST_FLAG(internal_run_death_test).c_str())); - } - -# endif // GTEST_OS_WINDOWS - - return new InternalRunDeathTestFlag(fields[0], line, index, write_fd); -} - -} // namespace internal - -#endif // GTEST_HAS_DEATH_TEST - -} // namespace testing -// Copyright 2008, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Authors: keith.ray@gmail.com (Keith Ray) - - -#include - -#if GTEST_OS_WINDOWS_MOBILE -# include -#elif GTEST_OS_WINDOWS -# include -# include -#elif GTEST_OS_SYMBIAN || GTEST_OS_NACL -// Symbian OpenC and NaCl have PATH_MAX in sys/syslimits.h -# include -#else -# include -# include // Some Linux distributions define PATH_MAX here. -#endif // GTEST_OS_WINDOWS_MOBILE - -#if GTEST_OS_WINDOWS -# define GTEST_PATH_MAX_ _MAX_PATH -#elif defined(PATH_MAX) -# define GTEST_PATH_MAX_ PATH_MAX -#elif defined(_XOPEN_PATH_MAX) -# define GTEST_PATH_MAX_ _XOPEN_PATH_MAX -#else -# define GTEST_PATH_MAX_ _POSIX_PATH_MAX -#endif // GTEST_OS_WINDOWS - - -namespace testing { -namespace internal { - -#if GTEST_OS_WINDOWS -// On Windows, '\\' is the standard path separator, but many tools and the -// Windows API also accept '/' as an alternate path separator. Unless otherwise -// noted, a file path can contain either kind of path separators, or a mixture -// of them. -const char kPathSeparator = '\\'; -const char kAlternatePathSeparator = '/'; -const char kPathSeparatorString[] = "\\"; -const char kAlternatePathSeparatorString[] = "/"; -# if GTEST_OS_WINDOWS_MOBILE -// Windows CE doesn't have a current directory. You should not use -// the current directory in tests on Windows CE, but this at least -// provides a reasonable fallback. -const char kCurrentDirectoryString[] = "\\"; -// Windows CE doesn't define INVALID_FILE_ATTRIBUTES -const DWORD kInvalidFileAttributes = 0xffffffff; -# else -const char kCurrentDirectoryString[] = ".\\"; -# endif // GTEST_OS_WINDOWS_MOBILE -#else -const char kPathSeparator = '/'; -const char kPathSeparatorString[] = "/"; -const char kCurrentDirectoryString[] = "./"; -#endif // GTEST_OS_WINDOWS - -// Returns whether the given character is a valid path separator. -static bool IsPathSeparator(char c) { -#if GTEST_HAS_ALT_PATH_SEP_ - return (c == kPathSeparator) || (c == kAlternatePathSeparator); -#else - return c == kPathSeparator; -#endif -} - -// Returns the current working directory, or "" if unsuccessful. -FilePath FilePath::GetCurrentDir() { -#if GTEST_OS_WINDOWS_MOBILE - // Windows CE doesn't have a current directory, so we just return - // something reasonable. - return FilePath(kCurrentDirectoryString); -#elif GTEST_OS_WINDOWS - char cwd[GTEST_PATH_MAX_ + 1] = { '\0' }; - return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); -#else - char cwd[GTEST_PATH_MAX_ + 1] = { '\0' }; - return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); -#endif // GTEST_OS_WINDOWS_MOBILE -} - -// Returns a copy of the FilePath with the case-insensitive extension removed. -// Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns -// FilePath("dir/file"). If a case-insensitive extension is not -// found, returns a copy of the original FilePath. -FilePath FilePath::RemoveExtension(const char* extension) const { - String dot_extension(String::Format(".%s", extension)); - if (pathname_.EndsWithCaseInsensitive(dot_extension.c_str())) { - return FilePath(String(pathname_.c_str(), pathname_.length() - 4)); - } - return *this; -} - -// Returns a pointer to the last occurence of a valid path separator in -// the FilePath. On Windows, for example, both '/' and '\' are valid path -// separators. Returns NULL if no path separator was found. -const char* FilePath::FindLastPathSeparator() const { - const char* const last_sep = strrchr(c_str(), kPathSeparator); -#if GTEST_HAS_ALT_PATH_SEP_ - const char* const last_alt_sep = strrchr(c_str(), kAlternatePathSeparator); - // Comparing two pointers of which only one is NULL is undefined. - if (last_alt_sep != NULL && - (last_sep == NULL || last_alt_sep > last_sep)) { - return last_alt_sep; - } -#endif - return last_sep; -} - -// Returns a copy of the FilePath with the directory part removed. -// Example: FilePath("path/to/file").RemoveDirectoryName() returns -// FilePath("file"). If there is no directory part ("just_a_file"), it returns -// the FilePath unmodified. If there is no file part ("just_a_dir/") it -// returns an empty FilePath (""). -// On Windows platform, '\' is the path separator, otherwise it is '/'. -FilePath FilePath::RemoveDirectoryName() const { - const char* const last_sep = FindLastPathSeparator(); - return last_sep ? FilePath(String(last_sep + 1)) : *this; -} - -// RemoveFileName returns the directory path with the filename removed. -// Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". -// If the FilePath is "a_file" or "/a_file", RemoveFileName returns -// FilePath("./") or, on Windows, FilePath(".\\"). If the filepath does -// not have a file, like "just/a/dir/", it returns the FilePath unmodified. -// On Windows platform, '\' is the path separator, otherwise it is '/'. -FilePath FilePath::RemoveFileName() const { - const char* const last_sep = FindLastPathSeparator(); - String dir; - if (last_sep) { - dir = String(c_str(), last_sep + 1 - c_str()); - } else { - dir = kCurrentDirectoryString; - } - return FilePath(dir); -} - -// Helper functions for naming files in a directory for xml output. - -// Given directory = "dir", base_name = "test", number = 0, -// extension = "xml", returns "dir/test.xml". If number is greater -// than zero (e.g., 12), returns "dir/test_12.xml". -// On Windows platform, uses \ as the separator rather than /. -FilePath FilePath::MakeFileName(const FilePath& directory, - const FilePath& base_name, - int number, - const char* extension) { - String file; - if (number == 0) { - file = String::Format("%s.%s", base_name.c_str(), extension); - } else { - file = String::Format("%s_%d.%s", base_name.c_str(), number, extension); - } - return ConcatPaths(directory, FilePath(file)); -} - -// Given directory = "dir", relative_path = "test.xml", returns "dir/test.xml". -// On Windows, uses \ as the separator rather than /. -FilePath FilePath::ConcatPaths(const FilePath& directory, - const FilePath& relative_path) { - if (directory.IsEmpty()) - return relative_path; - const FilePath dir(directory.RemoveTrailingPathSeparator()); - return FilePath(String::Format("%s%c%s", dir.c_str(), kPathSeparator, - relative_path.c_str())); -} - -// Returns true if pathname describes something findable in the file-system, -// either a file, directory, or whatever. -bool FilePath::FileOrDirectoryExists() const { -#if GTEST_OS_WINDOWS_MOBILE - LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); - const DWORD attributes = GetFileAttributes(unicode); - delete [] unicode; - return attributes != kInvalidFileAttributes; -#else - posix::StatStruct file_stat; - return posix::Stat(pathname_.c_str(), &file_stat) == 0; -#endif // GTEST_OS_WINDOWS_MOBILE -} - -// Returns true if pathname describes a directory in the file-system -// that exists. -bool FilePath::DirectoryExists() const { - bool result = false; -#if GTEST_OS_WINDOWS - // Don't strip off trailing separator if path is a root directory on - // Windows (like "C:\\"). - const FilePath& path(IsRootDirectory() ? *this : - RemoveTrailingPathSeparator()); -#else - const FilePath& path(*this); -#endif - -#if GTEST_OS_WINDOWS_MOBILE - LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); - const DWORD attributes = GetFileAttributes(unicode); - delete [] unicode; - if ((attributes != kInvalidFileAttributes) && - (attributes & FILE_ATTRIBUTE_DIRECTORY)) { - result = true; - } -#else - posix::StatStruct file_stat; - result = posix::Stat(path.c_str(), &file_stat) == 0 && - posix::IsDir(file_stat); -#endif // GTEST_OS_WINDOWS_MOBILE - - return result; -} - -// Returns true if pathname describes a root directory. (Windows has one -// root directory per disk drive.) -bool FilePath::IsRootDirectory() const { -#if GTEST_OS_WINDOWS - // TODO(wan@google.com): on Windows a network share like - // \\server\share can be a root directory, although it cannot be the - // current directory. Handle this properly. - return pathname_.length() == 3 && IsAbsolutePath(); -#else - return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); -#endif -} - -// Returns true if pathname describes an absolute path. -bool FilePath::IsAbsolutePath() const { - const char* const name = pathname_.c_str(); -#if GTEST_OS_WINDOWS - return pathname_.length() >= 3 && - ((name[0] >= 'a' && name[0] <= 'z') || - (name[0] >= 'A' && name[0] <= 'Z')) && - name[1] == ':' && - IsPathSeparator(name[2]); -#else - return IsPathSeparator(name[0]); -#endif -} - -// Returns a pathname for a file that does not currently exist. The pathname -// will be directory/base_name.extension or -// directory/base_name_.extension if directory/base_name.extension -// already exists. The number will be incremented until a pathname is found -// that does not already exist. -// Examples: 'dir/foo_test.xml' or 'dir/foo_test_1.xml'. -// There could be a race condition if two or more processes are calling this -// function at the same time -- they could both pick the same filename. -FilePath FilePath::GenerateUniqueFileName(const FilePath& directory, - const FilePath& base_name, - const char* extension) { - FilePath full_pathname; - int number = 0; - do { - full_pathname.Set(MakeFileName(directory, base_name, number++, extension)); - } while (full_pathname.FileOrDirectoryExists()); - return full_pathname; -} - -// Returns true if FilePath ends with a path separator, which indicates that -// it is intended to represent a directory. Returns false otherwise. -// This does NOT check that a directory (or file) actually exists. -bool FilePath::IsDirectory() const { - return !pathname_.empty() && - IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); -} - -// Create directories so that path exists. Returns true if successful or if -// the directories already exist; returns false if unable to create directories -// for any reason. -bool FilePath::CreateDirectoriesRecursively() const { - if (!this->IsDirectory()) { - return false; - } - - if (pathname_.length() == 0 || this->DirectoryExists()) { - return true; - } - - const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName()); - return parent.CreateDirectoriesRecursively() && this->CreateFolder(); -} - -// Create the directory so that path exists. Returns true if successful or -// if the directory already exists; returns false if unable to create the -// directory for any reason, including if the parent directory does not -// exist. Not named "CreateDirectory" because that's a macro on Windows. -bool FilePath::CreateFolder() const { -#if GTEST_OS_WINDOWS_MOBILE - FilePath removed_sep(this->RemoveTrailingPathSeparator()); - LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); - int result = CreateDirectory(unicode, NULL) ? 0 : -1; - delete [] unicode; -#elif GTEST_OS_WINDOWS - int result = _mkdir(pathname_.c_str()); -#else - int result = mkdir(pathname_.c_str(), 0777); -#endif // GTEST_OS_WINDOWS_MOBILE - - if (result == -1) { - return this->DirectoryExists(); // An error is OK if the directory exists. - } - return true; // No error. -} - -// If input name has a trailing separator character, remove it and return the -// name, otherwise return the name string unmodified. -// On Windows platform, uses \ as the separator, other platforms use /. -FilePath FilePath::RemoveTrailingPathSeparator() const { - return IsDirectory() - ? FilePath(String(pathname_.c_str(), pathname_.length() - 1)) - : *this; -} - -// Removes any redundant separators that might be in the pathname. -// For example, "bar///foo" becomes "bar/foo". Does not eliminate other -// redundancies that might be in a pathname involving "." or "..". -// TODO(wan@google.com): handle Windows network shares (e.g. \\server\share). -void FilePath::Normalize() { - if (pathname_.c_str() == NULL) { - pathname_ = ""; - return; - } - const char* src = pathname_.c_str(); - char* const dest = new char[pathname_.length() + 1]; - char* dest_ptr = dest; - memset(dest_ptr, 0, pathname_.length() + 1); - - while (*src != '\0') { - *dest_ptr = *src; - if (!IsPathSeparator(*src)) { - src++; - } else { -#if GTEST_HAS_ALT_PATH_SEP_ - if (*dest_ptr == kAlternatePathSeparator) { - *dest_ptr = kPathSeparator; - } -#endif - while (IsPathSeparator(*src)) - src++; - } - dest_ptr++; - } - *dest_ptr = '\0'; - pathname_ = dest; - delete[] dest; -} - -} // namespace internal -} // namespace testing -// Copyright 2008, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: wan@google.com (Zhanyong Wan) - - -#include -#include -#include -#include - -#if GTEST_OS_WINDOWS_MOBILE -# include // For TerminateProcess() -#elif GTEST_OS_WINDOWS -# include -# include -#else -# include -#endif // GTEST_OS_WINDOWS_MOBILE - -#if GTEST_OS_MAC -# include -# include -# include -#endif // GTEST_OS_MAC - - -// Indicates that this translation unit is part of Google Test's -// implementation. It must come before gtest-internal-inl.h is -// included, or there will be a compiler error. This trick is to -// prevent a user from accidentally including gtest-internal-inl.h in -// his code. -#define GTEST_IMPLEMENTATION_ 1 -#undef GTEST_IMPLEMENTATION_ - -namespace testing { -namespace internal { - -#if defined(_MSC_VER) || defined(__BORLANDC__) -// MSVC and C++Builder do not provide a definition of STDERR_FILENO. -const int kStdOutFileno = 1; -const int kStdErrFileno = 2; -#else -const int kStdOutFileno = STDOUT_FILENO; -const int kStdErrFileno = STDERR_FILENO; -#endif // _MSC_VER - -#if GTEST_OS_MAC - -// Returns the number of threads running in the process, or 0 to indicate that -// we cannot detect it. -size_t GetThreadCount() { - const task_t task = mach_task_self(); - mach_msg_type_number_t thread_count; - thread_act_array_t thread_list; - const kern_return_t status = task_threads(task, &thread_list, &thread_count); - if (status == KERN_SUCCESS) { - // task_threads allocates resources in thread_list and we need to free them - // to avoid leaks. - vm_deallocate(task, - reinterpret_cast(thread_list), - sizeof(thread_t) * thread_count); - return static_cast(thread_count); - } else { - return 0; - } -} - -#else - -size_t GetThreadCount() { - // There's no portable way to detect the number of threads, so we just - // return 0 to indicate that we cannot detect it. - return 0; -} - -#endif // GTEST_OS_MAC - -#if GTEST_USES_POSIX_RE - -// Implements RE. Currently only needed for death tests. - -RE::~RE() { - if (is_valid_) { - // regfree'ing an invalid regex might crash because the content - // of the regex is undefined. Since the regex's are essentially - // the same, one cannot be valid (or invalid) without the other - // being so too. - regfree(&partial_regex_); - regfree(&full_regex_); - } - free(const_cast(pattern_)); -} - -// Returns true iff regular expression re matches the entire str. -bool RE::FullMatch(const char* str, const RE& re) { - if (!re.is_valid_) return false; - - regmatch_t match; - return regexec(&re.full_regex_, str, 1, &match, 0) == 0; -} - -// Returns true iff regular expression re matches a substring of str -// (including str itself). -bool RE::PartialMatch(const char* str, const RE& re) { - if (!re.is_valid_) return false; - - regmatch_t match; - return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; -} - -// Initializes an RE from its string representation. -void RE::Init(const char* regex) { - pattern_ = posix::StrDup(regex); - - // Reserves enough bytes to hold the regular expression used for a - // full match. - const size_t full_regex_len = strlen(regex) + 10; - char* const full_pattern = new char[full_regex_len]; - - snprintf(full_pattern, full_regex_len, "^(%s)$", regex); - is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; - // We want to call regcomp(&partial_regex_, ...) even if the - // previous expression returns false. Otherwise partial_regex_ may - // not be properly initialized can may cause trouble when it's - // freed. - // - // Some implementation of POSIX regex (e.g. on at least some - // versions of Cygwin) doesn't accept the empty string as a valid - // regex. We change it to an equivalent form "()" to be safe. - if (is_valid_) { - const char* const partial_regex = (*regex == '\0') ? "()" : regex; - is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; - } - EXPECT_TRUE(is_valid_) - << "Regular expression \"" << regex - << "\" is not a valid POSIX Extended regular expression."; - - delete[] full_pattern; -} - -#elif GTEST_USES_SIMPLE_RE - -// Returns true iff ch appears anywhere in str (excluding the -// terminating '\0' character). -bool IsInSet(char ch, const char* str) { - return ch != '\0' && strchr(str, ch) != NULL; -} - -// Returns true iff ch belongs to the given classification. Unlike -// similar functions in , these aren't affected by the -// current locale. -bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } -bool IsAsciiPunct(char ch) { - return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); -} -bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } -bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } -bool IsAsciiWordChar(char ch) { - return ('a' <= ch && ch <= 'z') || ('A' <= ch && ch <= 'Z') || - ('0' <= ch && ch <= '9') || ch == '_'; -} - -// Returns true iff "\\c" is a supported escape sequence. -bool IsValidEscape(char c) { - return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); -} - -// Returns true iff the given atom (specified by escaped and pattern) -// matches ch. The result is undefined if the atom is invalid. -bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { - if (escaped) { // "\\p" where p is pattern_char. - switch (pattern_char) { - case 'd': return IsAsciiDigit(ch); - case 'D': return !IsAsciiDigit(ch); - case 'f': return ch == '\f'; - case 'n': return ch == '\n'; - case 'r': return ch == '\r'; - case 's': return IsAsciiWhiteSpace(ch); - case 'S': return !IsAsciiWhiteSpace(ch); - case 't': return ch == '\t'; - case 'v': return ch == '\v'; - case 'w': return IsAsciiWordChar(ch); - case 'W': return !IsAsciiWordChar(ch); - } - return IsAsciiPunct(pattern_char) && pattern_char == ch; - } - - return (pattern_char == '.' && ch != '\n') || pattern_char == ch; -} - -// Helper function used by ValidateRegex() to format error messages. -String FormatRegexSyntaxError(const char* regex, int index) { - return (Message() << "Syntax error at index " << index - << " in simple regular expression \"" << regex << "\": ").GetString(); -} - -// Generates non-fatal failures and returns false if regex is invalid; -// otherwise returns true. -bool ValidateRegex(const char* regex) { - if (regex == NULL) { - // TODO(wan@google.com): fix the source file location in the - // assertion failures to match where the regex is used in user - // code. - ADD_FAILURE() << "NULL is not a valid simple regular expression."; - return false; - } - - bool is_valid = true; - - // True iff ?, *, or + can follow the previous atom. - bool prev_repeatable = false; - for (int i = 0; regex[i]; i++) { - if (regex[i] == '\\') { // An escape sequence - i++; - if (regex[i] == '\0') { - ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1) - << "'\\' cannot appear at the end."; - return false; - } - - if (!IsValidEscape(regex[i])) { - ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1) - << "invalid escape sequence \"\\" << regex[i] << "\"."; - is_valid = false; - } - prev_repeatable = true; - } else { // Not an escape sequence. - const char ch = regex[i]; - - if (ch == '^' && i > 0) { - ADD_FAILURE() << FormatRegexSyntaxError(regex, i) - << "'^' can only appear at the beginning."; - is_valid = false; - } else if (ch == '$' && regex[i + 1] != '\0') { - ADD_FAILURE() << FormatRegexSyntaxError(regex, i) - << "'$' can only appear at the end."; - is_valid = false; - } else if (IsInSet(ch, "()[]{}|")) { - ADD_FAILURE() << FormatRegexSyntaxError(regex, i) - << "'" << ch << "' is unsupported."; - is_valid = false; - } else if (IsRepeat(ch) && !prev_repeatable) { - ADD_FAILURE() << FormatRegexSyntaxError(regex, i) - << "'" << ch << "' can only follow a repeatable token."; - is_valid = false; - } - - prev_repeatable = !IsInSet(ch, "^$?*+"); - } - } - - return is_valid; -} - -// Matches a repeated regex atom followed by a valid simple regular -// expression. The regex atom is defined as c if escaped is false, -// or \c otherwise. repeat is the repetition meta character (?, *, -// or +). The behavior is undefined if str contains too many -// characters to be indexable by size_t, in which case the test will -// probably time out anyway. We are fine with this limitation as -// std::string has it too. -bool MatchRepetitionAndRegexAtHead( - bool escaped, char c, char repeat, const char* regex, - const char* str) { - const size_t min_count = (repeat == '+') ? 1 : 0; - const size_t max_count = (repeat == '?') ? 1 : - static_cast(-1) - 1; - // We cannot call numeric_limits::max() as it conflicts with the - // max() macro on Windows. - - for (size_t i = 0; i <= max_count; ++i) { - // We know that the atom matches each of the first i characters in str. - if (i >= min_count && MatchRegexAtHead(regex, str + i)) { - // We have enough matches at the head, and the tail matches too. - // Since we only care about *whether* the pattern matches str - // (as opposed to *how* it matches), there is no need to find a - // greedy match. - return true; - } - if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) - return false; - } - return false; -} - -// Returns true iff regex matches a prefix of str. regex must be a -// valid simple regular expression and not start with "^", or the -// result is undefined. -bool MatchRegexAtHead(const char* regex, const char* str) { - if (*regex == '\0') // An empty regex matches a prefix of anything. - return true; - - // "$" only matches the end of a string. Note that regex being - // valid guarantees that there's nothing after "$" in it. - if (*regex == '$') - return *str == '\0'; - - // Is the first thing in regex an escape sequence? - const bool escaped = *regex == '\\'; - if (escaped) - ++regex; - if (IsRepeat(regex[1])) { - // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so - // here's an indirect recursion. It terminates as the regex gets - // shorter in each recursion. - return MatchRepetitionAndRegexAtHead( - escaped, regex[0], regex[1], regex + 2, str); - } else { - // regex isn't empty, isn't "$", and doesn't start with a - // repetition. We match the first atom of regex with the first - // character of str and recurse. - return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && - MatchRegexAtHead(regex + 1, str + 1); - } -} - -// Returns true iff regex matches any substring of str. regex must be -// a valid simple regular expression, or the result is undefined. -// -// The algorithm is recursive, but the recursion depth doesn't exceed -// the regex length, so we won't need to worry about running out of -// stack space normally. In rare cases the time complexity can be -// exponential with respect to the regex length + the string length, -// but usually it's must faster (often close to linear). -bool MatchRegexAnywhere(const char* regex, const char* str) { - if (regex == NULL || str == NULL) - return false; - - if (*regex == '^') - return MatchRegexAtHead(regex + 1, str); - - // A successful match can be anywhere in str. - do { - if (MatchRegexAtHead(regex, str)) - return true; - } while (*str++ != '\0'); - return false; -} - -// Implements the RE class. - -RE::~RE() { - free(const_cast(pattern_)); - free(const_cast(full_pattern_)); -} - -// Returns true iff regular expression re matches the entire str. -bool RE::FullMatch(const char* str, const RE& re) { - return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str); -} - -// Returns true iff regular expression re matches a substring of str -// (including str itself). -bool RE::PartialMatch(const char* str, const RE& re) { - return re.is_valid_ && MatchRegexAnywhere(re.pattern_, str); -} - -// Initializes an RE from its string representation. -void RE::Init(const char* regex) { - pattern_ = full_pattern_ = NULL; - if (regex != NULL) { - pattern_ = posix::StrDup(regex); - } - - is_valid_ = ValidateRegex(regex); - if (!is_valid_) { - // No need to calculate the full pattern when the regex is invalid. - return; - } - - const size_t len = strlen(regex); - // Reserves enough bytes to hold the regular expression used for a - // full match: we need space to prepend a '^', append a '$', and - // terminate the string with '\0'. - char* buffer = static_cast(malloc(len + 3)); - full_pattern_ = buffer; - - if (*regex != '^') - *buffer++ = '^'; // Makes sure full_pattern_ starts with '^'. - - // We don't use snprintf or strncpy, as they trigger a warning when - // compiled with VC++ 8.0. - memcpy(buffer, regex, len); - buffer += len; - - if (len == 0 || regex[len - 1] != '$') - *buffer++ = '$'; // Makes sure full_pattern_ ends with '$'. - - *buffer = '\0'; -} - -#endif // GTEST_USES_POSIX_RE - -const char kUnknownFile[] = "unknown file"; - -// Formats a source file path and a line number as they would appear -// in an error message from the compiler used to compile this code. -GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { - const char* const file_name = file == NULL ? kUnknownFile : file; - - if (line < 0) { - return String::Format("%s:", file_name).c_str(); - } -#ifdef _MSC_VER - return String::Format("%s(%d):", file_name, line).c_str(); -#else - return String::Format("%s:%d:", file_name, line).c_str(); -#endif // _MSC_VER -} - -// Formats a file location for compiler-independent XML output. -// Although this function is not platform dependent, we put it next to -// FormatFileLocation in order to contrast the two functions. -// Note that FormatCompilerIndependentFileLocation() does NOT append colon -// to the file location it produces, unlike FormatFileLocation(). -GTEST_API_ ::std::string FormatCompilerIndependentFileLocation( - const char* file, int line) { - const char* const file_name = file == NULL ? kUnknownFile : file; - - if (line < 0) - return file_name; - else - return String::Format("%s:%d", file_name, line).c_str(); -} - - -GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) - : severity_(severity) { - const char* const marker = - severity == GTEST_INFO ? "[ INFO ]" : - severity == GTEST_WARNING ? "[WARNING]" : - severity == GTEST_ERROR ? "[ ERROR ]" : "[ FATAL ]"; - GetStream() << ::std::endl << marker << " " - << FormatFileLocation(file, line).c_str() << ": "; -} - -// Flushes the buffers and, if severity is GTEST_FATAL, aborts the program. -GTestLog::~GTestLog() { - GetStream() << ::std::endl; - if (severity_ == GTEST_FATAL) { - fflush(stderr); - posix::Abort(); - } -} -// Disable Microsoft deprecation warnings for POSIX functions called from -// this class (creat, dup, dup2, and close) -#ifdef _MSC_VER -# pragma warning(push) -# pragma warning(disable: 4996) -#endif // _MSC_VER - -#if GTEST_HAS_STREAM_REDIRECTION - -// Object that captures an output stream (stdout/stderr). -class CapturedStream { - public: - // The ctor redirects the stream to a temporary file. - CapturedStream(int fd) : fd_(fd), uncaptured_fd_(dup(fd)) { - -# if GTEST_OS_WINDOWS - char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT - char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT - - ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); - const UINT success = ::GetTempFileNameA(temp_dir_path, - "gtest_redir", - 0, // Generate unique file name. - temp_file_path); - GTEST_CHECK_(success != 0) - << "Unable to create a temporary file in " << temp_dir_path; - const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); - GTEST_CHECK_(captured_fd != -1) << "Unable to open temporary file " - << temp_file_path; - filename_ = temp_file_path; -# else - // There's no guarantee that a test has write access to the - // current directory, so we create the temporary file in the /tmp - // directory instead. - char name_template[] = "/tmp/captured_stream.XXXXXX"; - const int captured_fd = mkstemp(name_template); - filename_ = name_template; -# endif // GTEST_OS_WINDOWS - fflush(NULL); - dup2(captured_fd, fd_); - close(captured_fd); - } - - ~CapturedStream() { - remove(filename_.c_str()); - } - - String GetCapturedString() { - if (uncaptured_fd_ != -1) { - // Restores the original stream. - fflush(NULL); - dup2(uncaptured_fd_, fd_); - close(uncaptured_fd_); - uncaptured_fd_ = -1; - } - - FILE* const file = posix::FOpen(filename_.c_str(), "r"); - const String content = ReadEntireFile(file); - posix::FClose(file); - return content; - } - - private: - // Reads the entire content of a file as a String. - static String ReadEntireFile(FILE* file); - - // Returns the size (in bytes) of a file. - static size_t GetFileSize(FILE* file); - - const int fd_; // A stream to capture. - int uncaptured_fd_; - // Name of the temporary file holding the stderr output. - ::std::string filename_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(CapturedStream); -}; - -// Returns the size (in bytes) of a file. -size_t CapturedStream::GetFileSize(FILE* file) { - fseek(file, 0, SEEK_END); - return static_cast(ftell(file)); -} - -// Reads the entire content of a file as a string. -String CapturedStream::ReadEntireFile(FILE* file) { - const size_t file_size = GetFileSize(file); - char* const buffer = new char[file_size]; - - size_t bytes_last_read = 0; // # of bytes read in the last fread() - size_t bytes_read = 0; // # of bytes read so far - - fseek(file, 0, SEEK_SET); - - // Keeps reading the file until we cannot read further or the - // pre-determined file size is reached. - do { - bytes_last_read = fread(buffer+bytes_read, 1, file_size-bytes_read, file); - bytes_read += bytes_last_read; - } while (bytes_last_read > 0 && bytes_read < file_size); - - const String content(buffer, bytes_read); - delete[] buffer; - - return content; -} - -# ifdef _MSC_VER -# pragma warning(pop) -# endif // _MSC_VER - -static CapturedStream* g_captured_stderr = NULL; -static CapturedStream* g_captured_stdout = NULL; - -// Starts capturing an output stream (stdout/stderr). -void CaptureStream(int fd, const char* stream_name, CapturedStream** stream) { - if (*stream != NULL) { - GTEST_LOG_(FATAL) << "Only one " << stream_name - << " capturer can exist at a time."; - } - *stream = new CapturedStream(fd); -} - -// Stops capturing the output stream and returns the captured string. -String GetCapturedStream(CapturedStream** captured_stream) { - const String content = (*captured_stream)->GetCapturedString(); - - delete *captured_stream; - *captured_stream = NULL; - - return content; -} - -// Starts capturing stdout. -void CaptureStdout() { - CaptureStream(kStdOutFileno, "stdout", &g_captured_stdout); -} - -// Starts capturing stderr. -void CaptureStderr() { - CaptureStream(kStdErrFileno, "stderr", &g_captured_stderr); -} - -// Stops capturing stdout and returns the captured string. -String GetCapturedStdout() { return GetCapturedStream(&g_captured_stdout); } - -// Stops capturing stderr and returns the captured string. -String GetCapturedStderr() { return GetCapturedStream(&g_captured_stderr); } - -#endif // GTEST_HAS_STREAM_REDIRECTION - -#if GTEST_HAS_DEATH_TEST - -// A copy of all command line arguments. Set by InitGoogleTest(). -::std::vector g_argvs; - -// Returns the command line as a vector of strings. -const ::std::vector& GetArgvs() { return g_argvs; } - -#endif // GTEST_HAS_DEATH_TEST - -#if GTEST_OS_WINDOWS_MOBILE -namespace posix { -void Abort() { - DebugBreak(); - TerminateProcess(GetCurrentProcess(), 1); -} -} // namespace posix -#endif // GTEST_OS_WINDOWS_MOBILE - -// Returns the name of the environment variable corresponding to the -// given flag. For example, FlagToEnvVar("foo") will return -// "GTEST_FOO" in the open-source version. -static String FlagToEnvVar(const char* flag) { - const String full_flag = - (Message() << GTEST_FLAG_PREFIX_ << flag).GetString(); - - Message env_var; - for (size_t i = 0; i != full_flag.length(); i++) { - env_var << ToUpper(full_flag.c_str()[i]); - } - - return env_var.GetString(); -} - -// Parses 'str' for a 32-bit signed integer. If successful, writes -// the result to *value and returns true; otherwise leaves *value -// unchanged and returns false. -bool ParseInt32(const Message& src_text, const char* str, Int32* value) { - // Parses the environment variable as a decimal integer. - char* end = NULL; - const long long_value = strtol(str, &end, 10); // NOLINT - - // Has strtol() consumed all characters in the string? - if (*end != '\0') { - // No - an invalid character was encountered. - Message msg; - msg << "WARNING: " << src_text - << " is expected to be a 32-bit integer, but actually" - << " has value \"" << str << "\".\n"; - printf("%s", msg.GetString().c_str()); - fflush(stdout); - return false; - } - - // Is the parsed value in the range of an Int32? - const Int32 result = static_cast(long_value); - if (long_value == LONG_MAX || long_value == LONG_MIN || - // The parsed value overflows as a long. (strtol() returns - // LONG_MAX or LONG_MIN when the input overflows.) - result != long_value - // The parsed value overflows as an Int32. - ) { - Message msg; - msg << "WARNING: " << src_text - << " is expected to be a 32-bit integer, but actually" - << " has value " << str << ", which overflows.\n"; - printf("%s", msg.GetString().c_str()); - fflush(stdout); - return false; - } - - *value = result; - return true; -} - -// Reads and returns the Boolean environment variable corresponding to -// the given flag; if it's not set, returns default_value. -// -// The value is considered true iff it's not "0". -bool BoolFromGTestEnv(const char* flag, bool default_value) { - const String env_var = FlagToEnvVar(flag); - const char* const string_value = posix::GetEnv(env_var.c_str()); - return string_value == NULL ? - default_value : strcmp(string_value, "0") != 0; -} - -// Reads and returns a 32-bit integer stored in the environment -// variable corresponding to the given flag; if it isn't set or -// doesn't represent a valid 32-bit integer, returns default_value. -Int32 Int32FromGTestEnv(const char* flag, Int32 default_value) { - const String env_var = FlagToEnvVar(flag); - const char* const string_value = posix::GetEnv(env_var.c_str()); - if (string_value == NULL) { - // The environment variable is not set. - return default_value; - } - - Int32 result = default_value; - if (!ParseInt32(Message() << "Environment variable " << env_var, - string_value, &result)) { - printf("The default value %s is used.\n", - (Message() << default_value).GetString().c_str()); - fflush(stdout); - return default_value; - } - - return result; -} - -// Reads and returns the string environment variable corresponding to -// the given flag; if it's not set, returns default_value. -const char* StringFromGTestEnv(const char* flag, const char* default_value) { - const String env_var = FlagToEnvVar(flag); - const char* const value = posix::GetEnv(env_var.c_str()); - return value == NULL ? default_value : value; -} - -} // namespace internal -} // namespace testing -// Copyright 2007, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: wan@google.com (Zhanyong Wan) - -// Google Test - The Google C++ Testing Framework -// -// This file implements a universal value printer that can print a -// value of any type T: -// -// void ::testing::internal::UniversalPrinter::Print(value, ostream_ptr); -// -// It uses the << operator when possible, and prints the bytes in the -// object otherwise. A user can override its behavior for a class -// type Foo by defining either operator<<(::std::ostream&, const Foo&) -// or void PrintTo(const Foo&, ::std::ostream*) in the namespace that -// defines Foo. - -#include -#include -#include // NOLINT -#include - -namespace testing { - -namespace { - -using ::std::ostream; - -#if GTEST_OS_WINDOWS_MOBILE // Windows CE does not define _snprintf_s. -# define snprintf _snprintf -#elif _MSC_VER >= 1400 // VC 8.0 and later deprecate snprintf and _snprintf. -# define snprintf _snprintf_s -#elif _MSC_VER -# define snprintf _snprintf -#endif // GTEST_OS_WINDOWS_MOBILE - -// Prints a segment of bytes in the given object. -void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, - size_t count, ostream* os) { - char text[5] = ""; - for (size_t i = 0; i != count; i++) { - const size_t j = start + i; - if (i != 0) { - // Organizes the bytes into groups of 2 for easy parsing by - // human. - if ((j % 2) == 0) - *os << ' '; - else - *os << '-'; - } - snprintf(text, sizeof(text), "%02X", obj_bytes[j]); - *os << text; - } -} - -// Prints the bytes in the given value to the given ostream. -void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, - ostream* os) { - // Tells the user how big the object is. - *os << count << "-byte object <"; - - const size_t kThreshold = 132; - const size_t kChunkSize = 64; - // If the object size is bigger than kThreshold, we'll have to omit - // some details by printing only the first and the last kChunkSize - // bytes. - // TODO(wan): let the user control the threshold using a flag. - if (count < kThreshold) { - PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); - } else { - PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); - *os << " ... "; - // Rounds up to 2-byte boundary. - const size_t resume_pos = (count - kChunkSize + 1)/2*2; - PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); - } - *os << ">"; -} - -} // namespace - -namespace internal2 { - -// Delegates to PrintBytesInObjectToImpl() to print the bytes in the -// given object. The delegation simplifies the implementation, which -// uses the << operator and thus is easier done outside of the -// ::testing::internal namespace, which contains a << operator that -// sometimes conflicts with the one in STL. -void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, - ostream* os) { - PrintBytesInObjectToImpl(obj_bytes, count, os); -} - -} // namespace internal2 - -namespace internal { - -// Depending on the value of a char (or wchar_t), we print it in one -// of three formats: -// - as is if it's a printable ASCII (e.g. 'a', '2', ' '), -// - as a hexidecimal escape sequence (e.g. '\x7F'), or -// - as a special escape sequence (e.g. '\r', '\n'). -enum CharFormat { - kAsIs, - kHexEscape, - kSpecialEscape -}; - -// Returns true if c is a printable ASCII character. We test the -// value of c directly instead of calling isprint(), which is buggy on -// Windows Mobile. -inline bool IsPrintableAscii(wchar_t c) { - return 0x20 <= c && c <= 0x7E; -} - -// Prints a wide or narrow char c as a character literal without the -// quotes, escaping it when necessary; returns how c was formatted. -// The template argument UnsignedChar is the unsigned version of Char, -// which is the type of c. -template -static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { - switch (static_cast(c)) { - case L'\0': - *os << "\\0"; - break; - case L'\'': - *os << "\\'"; - break; - case L'\\': - *os << "\\\\"; - break; - case L'\a': - *os << "\\a"; - break; - case L'\b': - *os << "\\b"; - break; - case L'\f': - *os << "\\f"; - break; - case L'\n': - *os << "\\n"; - break; - case L'\r': - *os << "\\r"; - break; - case L'\t': - *os << "\\t"; - break; - case L'\v': - *os << "\\v"; - break; - default: - if (IsPrintableAscii(c)) { - *os << static_cast(c); - return kAsIs; - } else { - *os << String::Format("\\x%X", static_cast(c)); - return kHexEscape; - } - } - return kSpecialEscape; -} - -// Prints a char c as if it's part of a string literal, escaping it when -// necessary; returns how c was formatted. -static CharFormat PrintAsWideStringLiteralTo(wchar_t c, ostream* os) { - switch (c) { - case L'\'': - *os << "'"; - return kAsIs; - case L'"': - *os << "\\\""; - return kSpecialEscape; - default: - return PrintAsCharLiteralTo(c, os); - } -} - -// Prints a char c as if it's part of a string literal, escaping it when -// necessary; returns how c was formatted. -static CharFormat PrintAsNarrowStringLiteralTo(char c, ostream* os) { - return PrintAsWideStringLiteralTo(static_cast(c), os); -} - -// Prints a wide or narrow character c and its code. '\0' is printed -// as "'\\0'", other unprintable characters are also properly escaped -// using the standard C++ escape sequence. The template argument -// UnsignedChar is the unsigned version of Char, which is the type of c. -template -void PrintCharAndCodeTo(Char c, ostream* os) { - // First, print c as a literal in the most readable form we can find. - *os << ((sizeof(c) > 1) ? "L'" : "'"); - const CharFormat format = PrintAsCharLiteralTo(c, os); - *os << "'"; - - // To aid user debugging, we also print c's code in decimal, unless - // it's 0 (in which case c was printed as '\\0', making the code - // obvious). - if (c == 0) - return; - *os << " (" << String::Format("%d", c).c_str(); - - // For more convenience, we print c's code again in hexidecimal, - // unless c was already printed in the form '\x##' or the code is in - // [1, 9]. - if (format == kHexEscape || (1 <= c && c <= 9)) { - // Do nothing. - } else { - *os << String::Format(", 0x%X", - static_cast(c)).c_str(); - } - *os << ")"; -} - -void PrintTo(unsigned char c, ::std::ostream* os) { - PrintCharAndCodeTo(c, os); -} -void PrintTo(signed char c, ::std::ostream* os) { - PrintCharAndCodeTo(c, os); -} - -// Prints a wchar_t as a symbol if it is printable or as its internal -// code otherwise and also as its code. L'\0' is printed as "L'\\0'". -void PrintTo(wchar_t wc, ostream* os) { - PrintCharAndCodeTo(wc, os); -} - -// Prints the given array of characters to the ostream. -// The array starts at *begin, the length is len, it may include '\0' characters -// and may not be null-terminated. -static void PrintCharsAsStringTo(const char* begin, size_t len, ostream* os) { - *os << "\""; - bool is_previous_hex = false; - for (size_t index = 0; index < len; ++index) { - const char cur = begin[index]; - if (is_previous_hex && IsXDigit(cur)) { - // Previous character is of '\x..' form and this character can be - // interpreted as another hexadecimal digit in its number. Break string to - // disambiguate. - *os << "\" \""; - } - is_previous_hex = PrintAsNarrowStringLiteralTo(cur, os) == kHexEscape; - } - *os << "\""; -} - -// Prints a (const) char array of 'len' elements, starting at address 'begin'. -void UniversalPrintArray(const char* begin, size_t len, ostream* os) { - PrintCharsAsStringTo(begin, len, os); -} - -// Prints the given array of wide characters to the ostream. -// The array starts at *begin, the length is len, it may include L'\0' -// characters and may not be null-terminated. -static void PrintWideCharsAsStringTo(const wchar_t* begin, size_t len, - ostream* os) { - *os << "L\""; - bool is_previous_hex = false; - for (size_t index = 0; index < len; ++index) { - const wchar_t cur = begin[index]; - if (is_previous_hex && isascii(cur) && IsXDigit(static_cast(cur))) { - // Previous character is of '\x..' form and this character can be - // interpreted as another hexadecimal digit in its number. Break string to - // disambiguate. - *os << "\" L\""; - } - is_previous_hex = PrintAsWideStringLiteralTo(cur, os) == kHexEscape; - } - *os << "\""; -} - -// Prints the given C string to the ostream. -void PrintTo(const char* s, ostream* os) { - if (s == NULL) { - *os << "NULL"; - } else { - *os << ImplicitCast_(s) << " pointing to "; - PrintCharsAsStringTo(s, strlen(s), os); - } -} - -// MSVC compiler can be configured to define whar_t as a typedef -// of unsigned short. Defining an overload for const wchar_t* in that case -// would cause pointers to unsigned shorts be printed as wide strings, -// possibly accessing more memory than intended and causing invalid -// memory accesses. MSVC defines _NATIVE_WCHAR_T_DEFINED symbol when -// wchar_t is implemented as a native type. -#if !defined(_MSC_VER) || defined(_NATIVE_WCHAR_T_DEFINED) -// Prints the given wide C string to the ostream. -void PrintTo(const wchar_t* s, ostream* os) { - if (s == NULL) { - *os << "NULL"; - } else { - *os << ImplicitCast_(s) << " pointing to "; - PrintWideCharsAsStringTo(s, wcslen(s), os); - } -} -#endif // wchar_t is native - -// Prints a ::string object. -#if GTEST_HAS_GLOBAL_STRING -void PrintStringTo(const ::string& s, ostream* os) { - PrintCharsAsStringTo(s.data(), s.size(), os); -} -#endif // GTEST_HAS_GLOBAL_STRING - -void PrintStringTo(const ::std::string& s, ostream* os) { - PrintCharsAsStringTo(s.data(), s.size(), os); -} - -// Prints a ::wstring object. -#if GTEST_HAS_GLOBAL_WSTRING -void PrintWideStringTo(const ::wstring& s, ostream* os) { - PrintWideCharsAsStringTo(s.data(), s.size(), os); -} -#endif // GTEST_HAS_GLOBAL_WSTRING - -#if GTEST_HAS_STD_WSTRING -void PrintWideStringTo(const ::std::wstring& s, ostream* os) { - PrintWideCharsAsStringTo(s.data(), s.size(), os); -} -#endif // GTEST_HAS_STD_WSTRING - -} // namespace internal - -} // namespace testing -// Copyright 2008, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: mheule@google.com (Markus Heule) -// -// The Google C++ Testing Framework (Google Test) - - -// Indicates that this translation unit is part of Google Test's -// implementation. It must come before gtest-internal-inl.h is -// included, or there will be a compiler error. This trick is to -// prevent a user from accidentally including gtest-internal-inl.h in -// his code. -#define GTEST_IMPLEMENTATION_ 1 -#undef GTEST_IMPLEMENTATION_ - -namespace testing { - -using internal::GetUnitTestImpl; - -// Gets the summary of the failure message by omitting the stack trace -// in it. -internal::String TestPartResult::ExtractSummary(const char* message) { - const char* const stack_trace = strstr(message, internal::kStackTraceMarker); - return stack_trace == NULL ? internal::String(message) : - internal::String(message, stack_trace - message); -} - -// Prints a TestPartResult object. -std::ostream& operator<<(std::ostream& os, const TestPartResult& result) { - return os - << result.file_name() << ":" << result.line_number() << ": " - << (result.type() == TestPartResult::kSuccess ? "Success" : - result.type() == TestPartResult::kFatalFailure ? "Fatal failure" : - "Non-fatal failure") << ":\n" - << result.message() << std::endl; -} - -// Appends a TestPartResult to the array. -void TestPartResultArray::Append(const TestPartResult& result) { - array_.push_back(result); -} - -// Returns the TestPartResult at the given index (0-based). -const TestPartResult& TestPartResultArray::GetTestPartResult(int index) const { - if (index < 0 || index >= size()) { - printf("\nInvalid index (%d) into TestPartResultArray.\n", index); - internal::posix::Abort(); - } - - return array_[index]; -} - -// Returns the number of TestPartResult objects in the array. -int TestPartResultArray::size() const { - return static_cast(array_.size()); -} - -namespace internal { - -HasNewFatalFailureHelper::HasNewFatalFailureHelper() - : has_new_fatal_failure_(false), - original_reporter_(GetUnitTestImpl()-> - GetTestPartResultReporterForCurrentThread()) { - GetUnitTestImpl()->SetTestPartResultReporterForCurrentThread(this); -} - -HasNewFatalFailureHelper::~HasNewFatalFailureHelper() { - GetUnitTestImpl()->SetTestPartResultReporterForCurrentThread( - original_reporter_); -} - -void HasNewFatalFailureHelper::ReportTestPartResult( - const TestPartResult& result) { - if (result.fatally_failed()) - has_new_fatal_failure_ = true; - original_reporter_->ReportTestPartResult(result); -} - -} // namespace internal - -} // namespace testing -// Copyright 2008 Google Inc. -// All Rights Reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: wan@google.com (Zhanyong Wan) - - -namespace testing { -namespace internal { - -#if GTEST_HAS_TYPED_TEST_P - -// Skips to the first non-space char in str. Returns an empty string if str -// contains only whitespace characters. -static const char* SkipSpaces(const char* str) { - while (IsSpace(*str)) - str++; - return str; -} - -// Verifies that registered_tests match the test names in -// defined_test_names_; returns registered_tests if successful, or -// aborts the program otherwise. -const char* TypedTestCasePState::VerifyRegisteredTestNames( - const char* file, int line, const char* registered_tests) { - typedef ::std::set::const_iterator DefinedTestIter; - registered_ = true; - - // Skip initial whitespace in registered_tests since some - // preprocessors prefix stringizied literals with whitespace. - registered_tests = SkipSpaces(registered_tests); - - Message errors; - ::std::set tests; - for (const char* names = registered_tests; names != NULL; - names = SkipComma(names)) { - const String name = GetPrefixUntilComma(names); - if (tests.count(name) != 0) { - errors << "Test " << name << " is listed more than once.\n"; - continue; - } - - bool found = false; - for (DefinedTestIter it = defined_test_names_.begin(); - it != defined_test_names_.end(); - ++it) { - if (name == *it) { - found = true; - break; - } - } - - if (found) { - tests.insert(name); - } else { - errors << "No test named " << name - << " can be found in this test case.\n"; - } - } - - for (DefinedTestIter it = defined_test_names_.begin(); - it != defined_test_names_.end(); - ++it) { - if (tests.count(*it) == 0) { - errors << "You forgot to list test " << *it << ".\n"; - } - } - - const String& errors_str = errors.GetString(); - if (errors_str != "") { - fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), - errors_str.c_str()); - fflush(stderr); - posix::Abort(); - } - - return registered_tests; -} - -#endif // GTEST_HAS_TYPED_TEST_P - -} // namespace internal -} // namespace testing diff --git a/caffe-crfrnn/src/gtest/gtest.h b/caffe-crfrnn/src/gtest/gtest.h deleted file mode 100644 index 3143bd67..00000000 --- a/caffe-crfrnn/src/gtest/gtest.h +++ /dev/null @@ -1,19537 +0,0 @@ -// Copyright 2005, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: wan@google.com (Zhanyong Wan) -// -// The Google C++ Testing Framework (Google Test) -// -// This header file defines the public API for Google Test. It should be -// included by any test program that uses Google Test. -// -// IMPORTANT NOTE: Due to limitation of the C++ language, we have to -// leave some internal implementation details in this header file. -// They are clearly marked by comments like this: -// -// // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. -// -// Such code is NOT meant to be used by a user directly, and is subject -// to CHANGE WITHOUT NOTICE. Therefore DO NOT DEPEND ON IT in a user -// program! -// -// Acknowledgment: Google Test borrowed the idea of automatic test -// registration from Barthelemy Dagenais' (barthelemy@prologique.com) -// easyUnit framework. - -#ifndef GTEST_INCLUDE_GTEST_GTEST_H_ -#define GTEST_INCLUDE_GTEST_GTEST_H_ - -#include -#include - -// Copyright 2005, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Authors: wan@google.com (Zhanyong Wan), eefacm@gmail.com (Sean Mcafee) -// -// The Google C++ Testing Framework (Google Test) -// -// This header file declares functions and macros used internally by -// Google Test. They are subject to change without notice. - -#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_INTERNAL_H_ -#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_INTERNAL_H_ - -// Copyright 2005, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Authors: wan@google.com (Zhanyong Wan) -// -// Low-level types and utilities for porting Google Test to various -// platforms. They are subject to change without notice. DO NOT USE -// THEM IN USER CODE. - -#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_ -#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_ - -// The user can define the following macros in the build script to -// control Google Test's behavior. If the user doesn't define a macro -// in this list, Google Test will define it. -// -// GTEST_HAS_CLONE - Define it to 1/0 to indicate that clone(2) -// is/isn't available. -// GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions -// are enabled. -// GTEST_HAS_GLOBAL_STRING - Define it to 1/0 to indicate that ::string -// is/isn't available (some systems define -// ::string, which is different to std::string). -// GTEST_HAS_GLOBAL_WSTRING - Define it to 1/0 to indicate that ::string -// is/isn't available (some systems define -// ::wstring, which is different to std::wstring). -// GTEST_HAS_POSIX_RE - Define it to 1/0 to indicate that POSIX regular -// expressions are/aren't available. -// GTEST_HAS_PTHREAD - Define it to 1/0 to indicate that -// is/isn't available. -// GTEST_HAS_RTTI - Define it to 1/0 to indicate that RTTI is/isn't -// enabled. -// GTEST_HAS_STD_WSTRING - Define it to 1/0 to indicate that -// std::wstring does/doesn't work (Google Test can -// be used where std::wstring is unavailable). -// GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple -// is/isn't available. -// GTEST_HAS_SEH - Define it to 1/0 to indicate whether the -// compiler supports Microsoft's "Structured -// Exception Handling". -// GTEST_HAS_STREAM_REDIRECTION -// - Define it to 1/0 to indicate whether the -// platform supports I/O stream redirection using -// dup() and dup2(). -// GTEST_USE_OWN_TR1_TUPLE - Define it to 1/0 to indicate whether Google -// Test's own tr1 tuple implementation should be -// used. Unused when the user sets -// GTEST_HAS_TR1_TUPLE to 0. -// GTEST_LINKED_AS_SHARED_LIBRARY -// - Define to 1 when compiling tests that use -// Google Test as a shared library (known as -// DLL on Windows). -// GTEST_CREATE_SHARED_LIBRARY -// - Define to 1 when compiling Google Test itself -// as a shared library. - -// This header defines the following utilities: -// -// Macros indicating the current platform (defined to 1 if compiled on -// the given platform; otherwise undefined): -// GTEST_OS_AIX - IBM AIX -// GTEST_OS_CYGWIN - Cygwin -// GTEST_OS_HPUX - HP-UX -// GTEST_OS_LINUX - Linux -// GTEST_OS_LINUX_ANDROID - Google Android -// GTEST_OS_MAC - Mac OS X -// GTEST_OS_NACL - Google Native Client (NaCl) -// GTEST_OS_SOLARIS - Sun Solaris -// GTEST_OS_SYMBIAN - Symbian -// GTEST_OS_WINDOWS - Windows (Desktop, MinGW, or Mobile) -// GTEST_OS_WINDOWS_DESKTOP - Windows Desktop -// GTEST_OS_WINDOWS_MINGW - MinGW -// GTEST_OS_WINDOWS_MOBILE - Windows Mobile -// GTEST_OS_ZOS - z/OS -// -// Among the platforms, Cygwin, Linux, Max OS X, and Windows have the -// most stable support. Since core members of the Google Test project -// don't have access to other platforms, support for them may be less -// stable. If you notice any problems on your platform, please notify -// googletestframework@googlegroups.com (patches for fixing them are -// even more welcome!). -// -// Note that it is possible that none of the GTEST_OS_* macros are defined. -// -// Macros indicating available Google Test features (defined to 1 if -// the corresponding feature is supported; otherwise undefined): -// GTEST_HAS_COMBINE - the Combine() function (for value-parameterized -// tests) -// GTEST_HAS_DEATH_TEST - death tests -// GTEST_HAS_PARAM_TEST - value-parameterized tests -// GTEST_HAS_TYPED_TEST - typed tests -// GTEST_HAS_TYPED_TEST_P - type-parameterized tests -// GTEST_USES_POSIX_RE - enhanced POSIX regex is used. Do not confuse with -// GTEST_HAS_POSIX_RE (see above) which users can -// define themselves. -// GTEST_USES_SIMPLE_RE - our own simple regex is used; -// the above two are mutually exclusive. -// GTEST_CAN_COMPARE_NULL - accepts untyped NULL in EXPECT_EQ(). -// -// Macros for basic C++ coding: -// GTEST_AMBIGUOUS_ELSE_BLOCKER_ - for disabling a gcc warning. -// GTEST_ATTRIBUTE_UNUSED_ - declares that a class' instances or a -// variable don't have to be used. -// GTEST_DISALLOW_ASSIGN_ - disables operator=. -// GTEST_DISALLOW_COPY_AND_ASSIGN_ - disables copy ctor and operator=. -// GTEST_MUST_USE_RESULT_ - declares that a function's result must be used. -// -// Synchronization: -// Mutex, MutexLock, ThreadLocal, GetThreadCount() -// - synchronization primitives. -// GTEST_IS_THREADSAFE - defined to 1 to indicate that the above -// synchronization primitives have real implementations -// and Google Test is thread-safe; or 0 otherwise. -// -// Template meta programming: -// is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only. -// IteratorTraits - partial implementation of std::iterator_traits, which -// is not available in libCstd when compiled with Sun C++. -// -// Smart pointers: -// scoped_ptr - as in TR2. -// -// Regular expressions: -// RE - a simple regular expression class using the POSIX -// Extended Regular Expression syntax on UNIX-like -// platforms, or a reduced regular exception syntax on -// other platforms, including Windows. -// -// Logging: -// GTEST_LOG_() - logs messages at the specified severity level. -// LogToStderr() - directs all log messages to stderr. -// FlushInfoLog() - flushes informational log messages. -// -// Stdout and stderr capturing: -// CaptureStdout() - starts capturing stdout. -// GetCapturedStdout() - stops capturing stdout and returns the captured -// string. -// CaptureStderr() - starts capturing stderr. -// GetCapturedStderr() - stops capturing stderr and returns the captured -// string. -// -// Integer types: -// TypeWithSize - maps an integer to a int type. -// Int32, UInt32, Int64, UInt64, TimeInMillis -// - integers of known sizes. -// BiggestInt - the biggest signed integer type. -// -// Command-line utilities: -// GTEST_FLAG() - references a flag. -// GTEST_DECLARE_*() - declares a flag. -// GTEST_DEFINE_*() - defines a flag. -// GetArgvs() - returns the command line as a vector of strings. -// -// Environment variable utilities: -// GetEnv() - gets the value of an environment variable. -// BoolFromGTestEnv() - parses a bool environment variable. -// Int32FromGTestEnv() - parses an Int32 environment variable. -// StringFromGTestEnv() - parses a string environment variable. - -#include // for isspace, etc -#include // for ptrdiff_t -#include -#include -#include -#ifndef _WIN32_WCE -# include -# include -#endif // !_WIN32_WCE - -#include // NOLINT -#include // NOLINT -#include // NOLINT - -#define GTEST_DEV_EMAIL_ "googletestframework@@googlegroups.com" -#define GTEST_FLAG_PREFIX_ "gtest_" -#define GTEST_FLAG_PREFIX_DASH_ "gtest-" -#define GTEST_FLAG_PREFIX_UPPER_ "GTEST_" -#define GTEST_NAME_ "Google Test" -#define GTEST_PROJECT_URL_ "http://code.google.com/p/googletest/" - -// Determines the version of gcc that is used to compile this. -#ifdef __GNUC__ -// 40302 means version 4.3.2. -# define GTEST_GCC_VER_ \ - (__GNUC__*10000 + __GNUC_MINOR__*100 + __GNUC_PATCHLEVEL__) -#endif // __GNUC__ - -// Determines the platform on which Google Test is compiled. -#ifdef __CYGWIN__ -# define GTEST_OS_CYGWIN 1 -#elif defined __SYMBIAN32__ -# define GTEST_OS_SYMBIAN 1 -#elif defined _WIN32 -# define GTEST_OS_WINDOWS 1 -# ifdef _WIN32_WCE -# define GTEST_OS_WINDOWS_MOBILE 1 -# elif defined(__MINGW__) || defined(__MINGW32__) -# define GTEST_OS_WINDOWS_MINGW 1 -# else -# define GTEST_OS_WINDOWS_DESKTOP 1 -# endif // _WIN32_WCE -#elif defined __APPLE__ -# define GTEST_OS_MAC 1 -#elif defined __linux__ -# define GTEST_OS_LINUX 1 -# ifdef ANDROID -# define GTEST_OS_LINUX_ANDROID 1 -# endif // ANDROID -#elif defined __MVS__ -# define GTEST_OS_ZOS 1 -#elif defined(__sun) && defined(__SVR4) -# define GTEST_OS_SOLARIS 1 -#elif defined(_AIX) -# define GTEST_OS_AIX 1 -#elif defined(__hpux) -# define GTEST_OS_HPUX 1 -#elif defined __native_client__ -# define GTEST_OS_NACL 1 -#endif // __CYGWIN__ - -// Brings in definitions for functions used in the testing::internal::posix -// namespace (read, write, close, chdir, isatty, stat). We do not currently -// use them on Windows Mobile. -#if !GTEST_OS_WINDOWS -// This assumes that non-Windows OSes provide unistd.h. For OSes where this -// is not the case, we need to include headers that provide the functions -// mentioned above. -# include -# if !GTEST_OS_NACL -// TODO(vladl@google.com): Remove this condition when Native Client SDK adds -// strings.h (tracked in -// http://code.google.com/p/nativeclient/issues/detail?id=1175). -# include // Native Client doesn't provide strings.h. -# endif -#elif !GTEST_OS_WINDOWS_MOBILE -# include -# include -#endif - -// Defines this to true iff Google Test can use POSIX regular expressions. -#ifndef GTEST_HAS_POSIX_RE -# define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) -#endif - -#if GTEST_HAS_POSIX_RE - -// On some platforms, needs someone to define size_t, and -// won't compile otherwise. We can #include it here as we already -// included , which is guaranteed to define size_t through -// . -# include // NOLINT - -# define GTEST_USES_POSIX_RE 1 - -#elif GTEST_OS_WINDOWS - -// is not available on Windows. Use our own simple regex -// implementation instead. -# define GTEST_USES_SIMPLE_RE 1 - -#else - -// may not be available on this platform. Use our own -// simple regex implementation instead. -# define GTEST_USES_SIMPLE_RE 1 - -#endif // GTEST_HAS_POSIX_RE - -#ifndef GTEST_HAS_EXCEPTIONS -// The user didn't tell us whether exceptions are enabled, so we need -// to figure it out. -# if defined(_MSC_VER) || defined(__BORLANDC__) -// MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS -// macro to enable exceptions, so we'll do the same. -// Assumes that exceptions are enabled by default. -# ifndef _HAS_EXCEPTIONS -# define _HAS_EXCEPTIONS 1 -# endif // _HAS_EXCEPTIONS -# define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS -# elif defined(__GNUC__) && __EXCEPTIONS -// gcc defines __EXCEPTIONS to 1 iff exceptions are enabled. -# define GTEST_HAS_EXCEPTIONS 1 -# elif defined(__SUNPRO_CC) -// Sun Pro CC supports exceptions. However, there is no compile-time way of -// detecting whether they are enabled or not. Therefore, we assume that -// they are enabled unless the user tells us otherwise. -# define GTEST_HAS_EXCEPTIONS 1 -# elif defined(__IBMCPP__) && __EXCEPTIONS -// xlC defines __EXCEPTIONS to 1 iff exceptions are enabled. -# define GTEST_HAS_EXCEPTIONS 1 -# elif defined(__HP_aCC) -// Exception handling is in effect by default in HP aCC compiler. It has to -// be turned of by +noeh compiler option if desired. -# define GTEST_HAS_EXCEPTIONS 1 -# else -// For other compilers, we assume exceptions are disabled to be -// conservative. -# define GTEST_HAS_EXCEPTIONS 0 -# endif // defined(_MSC_VER) || defined(__BORLANDC__) -#endif // GTEST_HAS_EXCEPTIONS - -#if !defined(GTEST_HAS_STD_STRING) -// Even though we don't use this macro any longer, we keep it in case -// some clients still depend on it. -# define GTEST_HAS_STD_STRING 1 -#elif !GTEST_HAS_STD_STRING -// The user told us that ::std::string isn't available. -# error "Google Test cannot be used where ::std::string isn't available." -#endif // !defined(GTEST_HAS_STD_STRING) - -#ifndef GTEST_HAS_GLOBAL_STRING -// The user didn't tell us whether ::string is available, so we need -// to figure it out. - -# define GTEST_HAS_GLOBAL_STRING 0 - -#endif // GTEST_HAS_GLOBAL_STRING - -#ifndef GTEST_HAS_STD_WSTRING -// The user didn't tell us whether ::std::wstring is available, so we need -// to figure it out. -// TODO(wan@google.com): uses autoconf to detect whether ::std::wstring -// is available. - -// Cygwin 1.7 and below doesn't support ::std::wstring. -// Solaris' libc++ doesn't support it either. Android has -// no support for it at least as recent as Froyo (2.2). -# define GTEST_HAS_STD_WSTRING \ - (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) - -#endif // GTEST_HAS_STD_WSTRING - -#ifndef GTEST_HAS_GLOBAL_WSTRING -// The user didn't tell us whether ::wstring is available, so we need -// to figure it out. -# define GTEST_HAS_GLOBAL_WSTRING \ - (GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) -#endif // GTEST_HAS_GLOBAL_WSTRING - -// Determines whether RTTI is available. -#ifndef GTEST_HAS_RTTI -// The user didn't tell us whether RTTI is enabled, so we need to -// figure it out. - -# ifdef _MSC_VER - -# ifdef _CPPRTTI // MSVC defines this macro iff RTTI is enabled. -# define GTEST_HAS_RTTI 1 -# else -# define GTEST_HAS_RTTI 0 -# endif - -// Starting with version 4.3.2, gcc defines __GXX_RTTI iff RTTI is enabled. -# elif defined(__GNUC__) && (GTEST_GCC_VER_ >= 40302) - -# ifdef __GXX_RTTI -# define GTEST_HAS_RTTI 1 -# else -# define GTEST_HAS_RTTI 0 -# endif // __GXX_RTTI - -// Starting with version 9.0 IBM Visual Age defines __RTTI_ALL__ to 1 if -// both the typeid and dynamic_cast features are present. -# elif defined(__IBMCPP__) && (__IBMCPP__ >= 900) - -# ifdef __RTTI_ALL__ -# define GTEST_HAS_RTTI 1 -# else -# define GTEST_HAS_RTTI 0 -# endif - -# else - -// For all other compilers, we assume RTTI is enabled. -# define GTEST_HAS_RTTI 1 - -# endif // _MSC_VER - -#endif // GTEST_HAS_RTTI - -// It's this header's responsibility to #include when RTTI -// is enabled. -#if GTEST_HAS_RTTI -# include -#endif - -// Determines whether Google Test can use the pthreads library. -#ifndef GTEST_HAS_PTHREAD -// The user didn't tell us explicitly, so we assume pthreads support is -// available on Linux and Mac. -// -// To disable threading support in Google Test, add -DGTEST_HAS_PTHREAD=0 -// to your compiler flags. -# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX) -#endif // GTEST_HAS_PTHREAD - -#if GTEST_HAS_PTHREAD -// gtest-port.h guarantees to #include when GTEST_HAS_PTHREAD is -// true. -# include // NOLINT - -// For timespec and nanosleep, used below. -# include // NOLINT -#endif - -// Determines whether Google Test can use tr1/tuple. You can define -// this macro to 0 to prevent Google Test from using tuple (any -// feature depending on tuple with be disabled in this mode). -#ifndef GTEST_HAS_TR1_TUPLE -// The user didn't tell us not to do it, so we assume it's OK. -# define GTEST_HAS_TR1_TUPLE 1 -#endif // GTEST_HAS_TR1_TUPLE - -// Determines whether Google Test's own tr1 tuple implementation -// should be used. -#ifndef GTEST_USE_OWN_TR1_TUPLE -// The user didn't tell us, so we need to figure it out. - -// We use our own TR1 tuple if we aren't sure the user has an -// implementation of it already. At this time, GCC 4.0.0+ and MSVC -// 2010 are the only mainstream compilers that come with a TR1 tuple -// implementation. NVIDIA's CUDA NVCC compiler pretends to be GCC by -// defining __GNUC__ and friends, but cannot compile GCC's tuple -// implementation. MSVC 2008 (9.0) provides TR1 tuple in a 323 MB -// Feature Pack download, which we cannot assume the user has. -# if (defined(__GNUC__) && !defined(__CUDACC__) && (GTEST_GCC_VER_ >= 40000)) \ - || _MSC_VER >= 1600 -# define GTEST_USE_OWN_TR1_TUPLE 0 -# else -# define GTEST_USE_OWN_TR1_TUPLE 1 -# endif - -#endif // GTEST_USE_OWN_TR1_TUPLE - -// To avoid conditional compilation everywhere, we make it -// gtest-port.h's responsibility to #include the header implementing -// tr1/tuple. -#if GTEST_HAS_TR1_TUPLE - -# if GTEST_USE_OWN_TR1_TUPLE -// This file was GENERATED by a script. DO NOT EDIT BY HAND!!! - -// Copyright 2009 Google Inc. -// All Rights Reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: wan@google.com (Zhanyong Wan) - -// Implements a subset of TR1 tuple needed by Google Test and Google Mock. - -#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TUPLE_H_ -#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TUPLE_H_ - -#include // For ::std::pair. - -// The compiler used in Symbian has a bug that prevents us from declaring the -// tuple template as a friend (it complains that tuple is redefined). This -// hack bypasses the bug by declaring the members that should otherwise be -// private as public. -// Sun Studio versions < 12 also have the above bug. -#if defined(__SYMBIAN32__) || (defined(__SUNPRO_CC) && __SUNPRO_CC < 0x590) -# define GTEST_DECLARE_TUPLE_AS_FRIEND_ public: -#else -# define GTEST_DECLARE_TUPLE_AS_FRIEND_ \ - template friend class tuple; \ - private: -#endif - -// GTEST_n_TUPLE_(T) is the type of an n-tuple. -#define GTEST_0_TUPLE_(T) tuple<> -#define GTEST_1_TUPLE_(T) tuple -#define GTEST_2_TUPLE_(T) tuple -#define GTEST_3_TUPLE_(T) tuple -#define GTEST_4_TUPLE_(T) tuple -#define GTEST_5_TUPLE_(T) tuple -#define GTEST_6_TUPLE_(T) tuple -#define GTEST_7_TUPLE_(T) tuple -#define GTEST_8_TUPLE_(T) tuple -#define GTEST_9_TUPLE_(T) tuple -#define GTEST_10_TUPLE_(T) tuple - -// GTEST_n_TYPENAMES_(T) declares a list of n typenames. -#define GTEST_0_TYPENAMES_(T) -#define GTEST_1_TYPENAMES_(T) typename T##0 -#define GTEST_2_TYPENAMES_(T) typename T##0, typename T##1 -#define GTEST_3_TYPENAMES_(T) typename T##0, typename T##1, typename T##2 -#define GTEST_4_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \ - typename T##3 -#define GTEST_5_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \ - typename T##3, typename T##4 -#define GTEST_6_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \ - typename T##3, typename T##4, typename T##5 -#define GTEST_7_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \ - typename T##3, typename T##4, typename T##5, typename T##6 -#define GTEST_8_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \ - typename T##3, typename T##4, typename T##5, typename T##6, typename T##7 -#define GTEST_9_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \ - typename T##3, typename T##4, typename T##5, typename T##6, \ - typename T##7, typename T##8 -#define GTEST_10_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \ - typename T##3, typename T##4, typename T##5, typename T##6, \ - typename T##7, typename T##8, typename T##9 - -// In theory, defining stuff in the ::std namespace is undefined -// behavior. We can do this as we are playing the role of a standard -// library vendor. -namespace std { -namespace tr1 { - -template -class tuple; - -// Anything in namespace gtest_internal is Google Test's INTERNAL -// IMPLEMENTATION DETAIL and MUST NOT BE USED DIRECTLY in user code. -namespace gtest_internal { - -// ByRef::type is T if T is a reference; otherwise it's const T&. -template -struct ByRef { typedef const T& type; }; // NOLINT -template -struct ByRef { typedef T& type; }; // NOLINT - -// A handy wrapper for ByRef. -#define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef::type - -// AddRef::type is T if T is a reference; otherwise it's T&. This -// is the same as tr1::add_reference::type. -template -struct AddRef { typedef T& type; }; // NOLINT -template -struct AddRef { typedef T& type; }; // NOLINT - -// A handy wrapper for AddRef. -#define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef::type - -// A helper for implementing get(). -template class Get; - -// A helper for implementing tuple_element. kIndexValid is true -// iff k < the number of fields in tuple type T. -template -struct TupleElement; - -template -struct TupleElement { typedef T0 type; }; - -template -struct TupleElement { typedef T1 type; }; - -template -struct TupleElement { typedef T2 type; }; - -template -struct TupleElement { typedef T3 type; }; - -template -struct TupleElement { typedef T4 type; }; - -template -struct TupleElement { typedef T5 type; }; - -template -struct TupleElement { typedef T6 type; }; - -template -struct TupleElement { typedef T7 type; }; - -template -struct TupleElement { typedef T8 type; }; - -template -struct TupleElement { typedef T9 type; }; - -} // namespace gtest_internal - -template <> -class tuple<> { - public: - tuple() {} - tuple(const tuple& /* t */) {} - tuple& operator=(const tuple& /* t */) { return *this; } -}; - -template -class GTEST_1_TUPLE_(T) { - public: - template friend class gtest_internal::Get; - - tuple() : f0_() {} - - explicit tuple(GTEST_BY_REF_(T0) f0) : f0_(f0) {} - - tuple(const tuple& t) : f0_(t.f0_) {} - - template - tuple(const GTEST_1_TUPLE_(U)& t) : f0_(t.f0_) {} - - tuple& operator=(const tuple& t) { return CopyFrom(t); } - - template - tuple& operator=(const GTEST_1_TUPLE_(U)& t) { - return CopyFrom(t); - } - - GTEST_DECLARE_TUPLE_AS_FRIEND_ - - template - tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) { - f0_ = t.f0_; - return *this; - } - - T0 f0_; -}; - -template -class GTEST_2_TUPLE_(T) { - public: - template friend class gtest_internal::Get; - - tuple() : f0_(), f1_() {} - - explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1) : f0_(f0), - f1_(f1) {} - - tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_) {} - - template - tuple(const GTEST_2_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_) {} - template - tuple(const ::std::pair& p) : f0_(p.first), f1_(p.second) {} - - tuple& operator=(const tuple& t) { return CopyFrom(t); } - - template - tuple& operator=(const GTEST_2_TUPLE_(U)& t) { - return CopyFrom(t); - } - template - tuple& operator=(const ::std::pair& p) { - f0_ = p.first; - f1_ = p.second; - return *this; - } - - GTEST_DECLARE_TUPLE_AS_FRIEND_ - - template - tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) { - f0_ = t.f0_; - f1_ = t.f1_; - return *this; - } - - T0 f0_; - T1 f1_; -}; - -template -class GTEST_3_TUPLE_(T) { - public: - template friend class gtest_internal::Get; - - tuple() : f0_(), f1_(), f2_() {} - - explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, - GTEST_BY_REF_(T2) f2) : f0_(f0), f1_(f1), f2_(f2) {} - - tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_) {} - - template - tuple(const GTEST_3_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_) {} - - tuple& operator=(const tuple& t) { return CopyFrom(t); } - - template - tuple& operator=(const GTEST_3_TUPLE_(U)& t) { - return CopyFrom(t); - } - - GTEST_DECLARE_TUPLE_AS_FRIEND_ - - template - tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) { - f0_ = t.f0_; - f1_ = t.f1_; - f2_ = t.f2_; - return *this; - } - - T0 f0_; - T1 f1_; - T2 f2_; -}; - -template -class GTEST_4_TUPLE_(T) { - public: - template friend class gtest_internal::Get; - - tuple() : f0_(), f1_(), f2_(), f3_() {} - - explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, - GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3) : f0_(f0), f1_(f1), f2_(f2), - f3_(f3) {} - - tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_) {} - - template - tuple(const GTEST_4_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), - f3_(t.f3_) {} - - tuple& operator=(const tuple& t) { return CopyFrom(t); } - - template - tuple& operator=(const GTEST_4_TUPLE_(U)& t) { - return CopyFrom(t); - } - - GTEST_DECLARE_TUPLE_AS_FRIEND_ - - template - tuple& CopyFrom(const GTEST_4_TUPLE_(U)& t) { - f0_ = t.f0_; - f1_ = t.f1_; - f2_ = t.f2_; - f3_ = t.f3_; - return *this; - } - - T0 f0_; - T1 f1_; - T2 f2_; - T3 f3_; -}; - -template -class GTEST_5_TUPLE_(T) { - public: - template friend class gtest_internal::Get; - - tuple() : f0_(), f1_(), f2_(), f3_(), f4_() {} - - explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, - GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, - GTEST_BY_REF_(T4) f4) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4) {} - - tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), - f4_(t.f4_) {} - - template - tuple(const GTEST_5_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), - f3_(t.f3_), f4_(t.f4_) {} - - tuple& operator=(const tuple& t) { return CopyFrom(t); } - - template - tuple& operator=(const GTEST_5_TUPLE_(U)& t) { - return CopyFrom(t); - } - - GTEST_DECLARE_TUPLE_AS_FRIEND_ - - template - tuple& CopyFrom(const GTEST_5_TUPLE_(U)& t) { - f0_ = t.f0_; - f1_ = t.f1_; - f2_ = t.f2_; - f3_ = t.f3_; - f4_ = t.f4_; - return *this; - } - - T0 f0_; - T1 f1_; - T2 f2_; - T3 f3_; - T4 f4_; -}; - -template -class GTEST_6_TUPLE_(T) { - public: - template friend class gtest_internal::Get; - - tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_() {} - - explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, - GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, - GTEST_BY_REF_(T5) f5) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4), - f5_(f5) {} - - tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), - f4_(t.f4_), f5_(t.f5_) {} - - template - tuple(const GTEST_6_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), - f3_(t.f3_), f4_(t.f4_), f5_(t.f5_) {} - - tuple& operator=(const tuple& t) { return CopyFrom(t); } - - template - tuple& operator=(const GTEST_6_TUPLE_(U)& t) { - return CopyFrom(t); - } - - GTEST_DECLARE_TUPLE_AS_FRIEND_ - - template - tuple& CopyFrom(const GTEST_6_TUPLE_(U)& t) { - f0_ = t.f0_; - f1_ = t.f1_; - f2_ = t.f2_; - f3_ = t.f3_; - f4_ = t.f4_; - f5_ = t.f5_; - return *this; - } - - T0 f0_; - T1 f1_; - T2 f2_; - T3 f3_; - T4 f4_; - T5 f5_; -}; - -template -class GTEST_7_TUPLE_(T) { - public: - template friend class gtest_internal::Get; - - tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_() {} - - explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, - GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, - GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6) : f0_(f0), f1_(f1), f2_(f2), - f3_(f3), f4_(f4), f5_(f5), f6_(f6) {} - - tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), - f4_(t.f4_), f5_(t.f5_), f6_(t.f6_) {} - - template - tuple(const GTEST_7_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), - f3_(t.f3_), f4_(t.f4_), f5_(t.f5_), f6_(t.f6_) {} - - tuple& operator=(const tuple& t) { return CopyFrom(t); } - - template - tuple& operator=(const GTEST_7_TUPLE_(U)& t) { - return CopyFrom(t); - } - - GTEST_DECLARE_TUPLE_AS_FRIEND_ - - template - tuple& CopyFrom(const GTEST_7_TUPLE_(U)& t) { - f0_ = t.f0_; - f1_ = t.f1_; - f2_ = t.f2_; - f3_ = t.f3_; - f4_ = t.f4_; - f5_ = t.f5_; - f6_ = t.f6_; - return *this; - } - - T0 f0_; - T1 f1_; - T2 f2_; - T3 f3_; - T4 f4_; - T5 f5_; - T6 f6_; -}; - -template -class GTEST_8_TUPLE_(T) { - public: - template friend class gtest_internal::Get; - - tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_(), f7_() {} - - explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, - GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, - GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, - GTEST_BY_REF_(T7) f7) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4), - f5_(f5), f6_(f6), f7_(f7) {} - - tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), - f4_(t.f4_), f5_(t.f5_), f6_(t.f6_), f7_(t.f7_) {} - - template - tuple(const GTEST_8_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), - f3_(t.f3_), f4_(t.f4_), f5_(t.f5_), f6_(t.f6_), f7_(t.f7_) {} - - tuple& operator=(const tuple& t) { return CopyFrom(t); } - - template - tuple& operator=(const GTEST_8_TUPLE_(U)& t) { - return CopyFrom(t); - } - - GTEST_DECLARE_TUPLE_AS_FRIEND_ - - template - tuple& CopyFrom(const GTEST_8_TUPLE_(U)& t) { - f0_ = t.f0_; - f1_ = t.f1_; - f2_ = t.f2_; - f3_ = t.f3_; - f4_ = t.f4_; - f5_ = t.f5_; - f6_ = t.f6_; - f7_ = t.f7_; - return *this; - } - - T0 f0_; - T1 f1_; - T2 f2_; - T3 f3_; - T4 f4_; - T5 f5_; - T6 f6_; - T7 f7_; -}; - -template -class GTEST_9_TUPLE_(T) { - public: - template friend class gtest_internal::Get; - - tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_(), f7_(), f8_() {} - - explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, - GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, - GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, GTEST_BY_REF_(T7) f7, - GTEST_BY_REF_(T8) f8) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4), - f5_(f5), f6_(f6), f7_(f7), f8_(f8) {} - - tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), - f4_(t.f4_), f5_(t.f5_), f6_(t.f6_), f7_(t.f7_), f8_(t.f8_) {} - - template - tuple(const GTEST_9_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), - f3_(t.f3_), f4_(t.f4_), f5_(t.f5_), f6_(t.f6_), f7_(t.f7_), f8_(t.f8_) {} - - tuple& operator=(const tuple& t) { return CopyFrom(t); } - - template - tuple& operator=(const GTEST_9_TUPLE_(U)& t) { - return CopyFrom(t); - } - - GTEST_DECLARE_TUPLE_AS_FRIEND_ - - template - tuple& CopyFrom(const GTEST_9_TUPLE_(U)& t) { - f0_ = t.f0_; - f1_ = t.f1_; - f2_ = t.f2_; - f3_ = t.f3_; - f4_ = t.f4_; - f5_ = t.f5_; - f6_ = t.f6_; - f7_ = t.f7_; - f8_ = t.f8_; - return *this; - } - - T0 f0_; - T1 f1_; - T2 f2_; - T3 f3_; - T4 f4_; - T5 f5_; - T6 f6_; - T7 f7_; - T8 f8_; -}; - -template -class tuple { - public: - template friend class gtest_internal::Get; - - tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_(), f7_(), f8_(), - f9_() {} - - explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, - GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, - GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, GTEST_BY_REF_(T7) f7, - GTEST_BY_REF_(T8) f8, GTEST_BY_REF_(T9) f9) : f0_(f0), f1_(f1), f2_(f2), - f3_(f3), f4_(f4), f5_(f5), f6_(f6), f7_(f7), f8_(f8), f9_(f9) {} - - tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), - f4_(t.f4_), f5_(t.f5_), f6_(t.f6_), f7_(t.f7_), f8_(t.f8_), f9_(t.f9_) {} - - template - tuple(const GTEST_10_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), - f3_(t.f3_), f4_(t.f4_), f5_(t.f5_), f6_(t.f6_), f7_(t.f7_), f8_(t.f8_), - f9_(t.f9_) {} - - tuple& operator=(const tuple& t) { return CopyFrom(t); } - - template - tuple& operator=(const GTEST_10_TUPLE_(U)& t) { - return CopyFrom(t); - } - - GTEST_DECLARE_TUPLE_AS_FRIEND_ - - template - tuple& CopyFrom(const GTEST_10_TUPLE_(U)& t) { - f0_ = t.f0_; - f1_ = t.f1_; - f2_ = t.f2_; - f3_ = t.f3_; - f4_ = t.f4_; - f5_ = t.f5_; - f6_ = t.f6_; - f7_ = t.f7_; - f8_ = t.f8_; - f9_ = t.f9_; - return *this; - } - - T0 f0_; - T1 f1_; - T2 f2_; - T3 f3_; - T4 f4_; - T5 f5_; - T6 f6_; - T7 f7_; - T8 f8_; - T9 f9_; -}; - -// 6.1.3.2 Tuple creation functions. - -// Known limitations: we don't support passing an -// std::tr1::reference_wrapper to make_tuple(). And we don't -// implement tie(). - -inline tuple<> make_tuple() { return tuple<>(); } - -template -inline GTEST_1_TUPLE_(T) make_tuple(const T0& f0) { - return GTEST_1_TUPLE_(T)(f0); -} - -template -inline GTEST_2_TUPLE_(T) make_tuple(const T0& f0, const T1& f1) { - return GTEST_2_TUPLE_(T)(f0, f1); -} - -template -inline GTEST_3_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2) { - return GTEST_3_TUPLE_(T)(f0, f1, f2); -} - -template -inline GTEST_4_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, - const T3& f3) { - return GTEST_4_TUPLE_(T)(f0, f1, f2, f3); -} - -template -inline GTEST_5_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, - const T3& f3, const T4& f4) { - return GTEST_5_TUPLE_(T)(f0, f1, f2, f3, f4); -} - -template -inline GTEST_6_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, - const T3& f3, const T4& f4, const T5& f5) { - return GTEST_6_TUPLE_(T)(f0, f1, f2, f3, f4, f5); -} - -template -inline GTEST_7_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, - const T3& f3, const T4& f4, const T5& f5, const T6& f6) { - return GTEST_7_TUPLE_(T)(f0, f1, f2, f3, f4, f5, f6); -} - -template -inline GTEST_8_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, - const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7) { - return GTEST_8_TUPLE_(T)(f0, f1, f2, f3, f4, f5, f6, f7); -} - -template -inline GTEST_9_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, - const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7, - const T8& f8) { - return GTEST_9_TUPLE_(T)(f0, f1, f2, f3, f4, f5, f6, f7, f8); -} - -template -inline GTEST_10_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, - const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7, - const T8& f8, const T9& f9) { - return GTEST_10_TUPLE_(T)(f0, f1, f2, f3, f4, f5, f6, f7, f8, f9); -} - -// 6.1.3.3 Tuple helper classes. - -template struct tuple_size; - -template -struct tuple_size { static const int value = 0; }; - -template -struct tuple_size { static const int value = 1; }; - -template -struct tuple_size { static const int value = 2; }; - -template -struct tuple_size { static const int value = 3; }; - -template -struct tuple_size { static const int value = 4; }; - -template -struct tuple_size { static const int value = 5; }; - -template -struct tuple_size { static const int value = 6; }; - -template -struct tuple_size { static const int value = 7; }; - -template -struct tuple_size { static const int value = 8; }; - -template -struct tuple_size { static const int value = 9; }; - -template -struct tuple_size { static const int value = 10; }; - -template -struct tuple_element { - typedef typename gtest_internal::TupleElement< - k < (tuple_size::value), k, Tuple>::type type; -}; - -#define GTEST_TUPLE_ELEMENT_(k, Tuple) typename tuple_element::type - -// 6.1.3.4 Element access. - -namespace gtest_internal { - -template <> -class Get<0> { - public: - template - static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(0, Tuple)) - Field(Tuple& t) { return t.f0_; } // NOLINT - - template - static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(0, Tuple)) - ConstField(const Tuple& t) { return t.f0_; } -}; - -template <> -class Get<1> { - public: - template - static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(1, Tuple)) - Field(Tuple& t) { return t.f1_; } // NOLINT - - template - static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(1, Tuple)) - ConstField(const Tuple& t) { return t.f1_; } -}; - -template <> -class Get<2> { - public: - template - static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(2, Tuple)) - Field(Tuple& t) { return t.f2_; } // NOLINT - - template - static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(2, Tuple)) - ConstField(const Tuple& t) { return t.f2_; } -}; - -template <> -class Get<3> { - public: - template - static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(3, Tuple)) - Field(Tuple& t) { return t.f3_; } // NOLINT - - template - static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(3, Tuple)) - ConstField(const Tuple& t) { return t.f3_; } -}; - -template <> -class Get<4> { - public: - template - static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(4, Tuple)) - Field(Tuple& t) { return t.f4_; } // NOLINT - - template - static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(4, Tuple)) - ConstField(const Tuple& t) { return t.f4_; } -}; - -template <> -class Get<5> { - public: - template - static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(5, Tuple)) - Field(Tuple& t) { return t.f5_; } // NOLINT - - template - static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(5, Tuple)) - ConstField(const Tuple& t) { return t.f5_; } -}; - -template <> -class Get<6> { - public: - template - static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(6, Tuple)) - Field(Tuple& t) { return t.f6_; } // NOLINT - - template - static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(6, Tuple)) - ConstField(const Tuple& t) { return t.f6_; } -}; - -template <> -class Get<7> { - public: - template - static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(7, Tuple)) - Field(Tuple& t) { return t.f7_; } // NOLINT - - template - static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(7, Tuple)) - ConstField(const Tuple& t) { return t.f7_; } -}; - -template <> -class Get<8> { - public: - template - static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(8, Tuple)) - Field(Tuple& t) { return t.f8_; } // NOLINT - - template - static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(8, Tuple)) - ConstField(const Tuple& t) { return t.f8_; } -}; - -template <> -class Get<9> { - public: - template - static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(9, Tuple)) - Field(Tuple& t) { return t.f9_; } // NOLINT - - template - static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(9, Tuple)) - ConstField(const Tuple& t) { return t.f9_; } -}; - -} // namespace gtest_internal - -template -GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(k, GTEST_10_TUPLE_(T))) -get(GTEST_10_TUPLE_(T)& t) { - return gtest_internal::Get::Field(t); -} - -template -GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(k, GTEST_10_TUPLE_(T))) -get(const GTEST_10_TUPLE_(T)& t) { - return gtest_internal::Get::ConstField(t); -} - -// 6.1.3.5 Relational operators - -// We only implement == and !=, as we don't have a need for the rest yet. - -namespace gtest_internal { - -// SameSizeTuplePrefixComparator::Eq(t1, t2) returns true if the -// first k fields of t1 equals the first k fields of t2. -// SameSizeTuplePrefixComparator(k1, k2) would be a compiler error if -// k1 != k2. -template -struct SameSizeTuplePrefixComparator; - -template <> -struct SameSizeTuplePrefixComparator<0, 0> { - template - static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) { - return true; - } -}; - -template -struct SameSizeTuplePrefixComparator { - template - static bool Eq(const Tuple1& t1, const Tuple2& t2) { - return SameSizeTuplePrefixComparator::Eq(t1, t2) && - ::std::tr1::get(t1) == ::std::tr1::get(t2); - } -}; - -} // namespace gtest_internal - -template -inline bool operator==(const GTEST_10_TUPLE_(T)& t, - const GTEST_10_TUPLE_(U)& u) { - return gtest_internal::SameSizeTuplePrefixComparator< - tuple_size::value, - tuple_size::value>::Eq(t, u); -} - -template -inline bool operator!=(const GTEST_10_TUPLE_(T)& t, - const GTEST_10_TUPLE_(U)& u) { return !(t == u); } - -// 6.1.4 Pairs. -// Unimplemented. - -} // namespace tr1 -} // namespace std - -#undef GTEST_0_TUPLE_ -#undef GTEST_1_TUPLE_ -#undef GTEST_2_TUPLE_ -#undef GTEST_3_TUPLE_ -#undef GTEST_4_TUPLE_ -#undef GTEST_5_TUPLE_ -#undef GTEST_6_TUPLE_ -#undef GTEST_7_TUPLE_ -#undef GTEST_8_TUPLE_ -#undef GTEST_9_TUPLE_ -#undef GTEST_10_TUPLE_ - -#undef GTEST_0_TYPENAMES_ -#undef GTEST_1_TYPENAMES_ -#undef GTEST_2_TYPENAMES_ -#undef GTEST_3_TYPENAMES_ -#undef GTEST_4_TYPENAMES_ -#undef GTEST_5_TYPENAMES_ -#undef GTEST_6_TYPENAMES_ -#undef GTEST_7_TYPENAMES_ -#undef GTEST_8_TYPENAMES_ -#undef GTEST_9_TYPENAMES_ -#undef GTEST_10_TYPENAMES_ - -#undef GTEST_DECLARE_TUPLE_AS_FRIEND_ -#undef GTEST_BY_REF_ -#undef GTEST_ADD_REF_ -#undef GTEST_TUPLE_ELEMENT_ - -#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TUPLE_H_ -# elif GTEST_OS_SYMBIAN - -// On Symbian, BOOST_HAS_TR1_TUPLE causes Boost's TR1 tuple library to -// use STLport's tuple implementation, which unfortunately doesn't -// work as the copy of STLport distributed with Symbian is incomplete. -// By making sure BOOST_HAS_TR1_TUPLE is undefined, we force Boost to -// use its own tuple implementation. -# ifdef BOOST_HAS_TR1_TUPLE -# undef BOOST_HAS_TR1_TUPLE -# endif // BOOST_HAS_TR1_TUPLE - -// This prevents , which defines -// BOOST_HAS_TR1_TUPLE, from being #included by Boost's . -# define BOOST_TR1_DETAIL_CONFIG_HPP_INCLUDED -# include - -# elif defined(__GNUC__) && (GTEST_GCC_VER_ >= 40000) -// GCC 4.0+ implements tr1/tuple in the header. This does -// not conform to the TR1 spec, which requires the header to be . - -# if !GTEST_HAS_RTTI && GTEST_GCC_VER_ < 40302 -// Until version 4.3.2, gcc has a bug that causes , -// which is #included by , to not compile when RTTI is -// disabled. _TR1_FUNCTIONAL is the header guard for -// . Hence the following #define is a hack to prevent -// from being included. -# define _TR1_FUNCTIONAL 1 -# include -# undef _TR1_FUNCTIONAL // Allows the user to #include - // if he chooses to. -# else -# include // NOLINT -# endif // !GTEST_HAS_RTTI && GTEST_GCC_VER_ < 40302 - -# else -// If the compiler is not GCC 4.0+, we assume the user is using a -// spec-conforming TR1 implementation. -# include // NOLINT -# endif // GTEST_USE_OWN_TR1_TUPLE - -#endif // GTEST_HAS_TR1_TUPLE - -// Determines whether clone(2) is supported. -// Usually it will only be available on Linux, excluding -// Linux on the Itanium architecture. -// Also see http://linux.die.net/man/2/clone. -#ifndef GTEST_HAS_CLONE -// The user didn't tell us, so we need to figure it out. - -# if GTEST_OS_LINUX && !defined(__ia64__) -# define GTEST_HAS_CLONE 1 -# else -# define GTEST_HAS_CLONE 0 -# endif // GTEST_OS_LINUX && !defined(__ia64__) - -#endif // GTEST_HAS_CLONE - -// Determines whether to support stream redirection. This is used to test -// output correctness and to implement death tests. -#ifndef GTEST_HAS_STREAM_REDIRECTION -// By default, we assume that stream redirection is supported on all -// platforms except known mobile ones. -# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN -# define GTEST_HAS_STREAM_REDIRECTION 0 -# else -# define GTEST_HAS_STREAM_REDIRECTION 1 -# endif // !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_SYMBIAN -#endif // GTEST_HAS_STREAM_REDIRECTION - -// Determines whether to support death tests. -// Google Test does not support death tests for VC 7.1 and earlier as -// abort() in a VC 7.1 application compiled as GUI in debug config -// pops up a dialog window that cannot be suppressed programmatically. -#if (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ - (GTEST_OS_WINDOWS_DESKTOP && _MSC_VER >= 1400) || \ - GTEST_OS_WINDOWS_MINGW || GTEST_OS_AIX || GTEST_OS_HPUX) -# define GTEST_HAS_DEATH_TEST 1 -# include // NOLINT -#endif - -// We don't support MSVC 7.1 with exceptions disabled now. Therefore -// all the compilers we care about are adequate for supporting -// value-parameterized tests. -#define GTEST_HAS_PARAM_TEST 1 - -// Determines whether to support type-driven tests. - -// Typed tests need and variadic macros, which GCC, VC++ 8.0, -// Sun Pro CC, IBM Visual Age, and HP aCC support. -#if defined(__GNUC__) || (_MSC_VER >= 1400) || defined(__SUNPRO_CC) || \ - defined(__IBMCPP__) || defined(__HP_aCC) -# define GTEST_HAS_TYPED_TEST 1 -# define GTEST_HAS_TYPED_TEST_P 1 -#endif - -// Determines whether to support Combine(). This only makes sense when -// value-parameterized tests are enabled. The implementation doesn't -// work on Sun Studio since it doesn't understand templated conversion -// operators. -#if GTEST_HAS_PARAM_TEST && GTEST_HAS_TR1_TUPLE && !defined(__SUNPRO_CC) -# define GTEST_HAS_COMBINE 1 -#endif - -// Determines whether the system compiler uses UTF-16 for encoding wide strings. -#define GTEST_WIDE_STRING_USES_UTF16_ \ - (GTEST_OS_WINDOWS || GTEST_OS_CYGWIN || GTEST_OS_SYMBIAN || GTEST_OS_AIX) - -// Determines whether test results can be streamed to a socket. -#if GTEST_OS_LINUX -# define GTEST_CAN_STREAM_RESULTS_ 1 -#endif - -// Defines some utility macros. - -// The GNU compiler emits a warning if nested "if" statements are followed by -// an "else" statement and braces are not used to explicitly disambiguate the -// "else" binding. This leads to problems with code like: -// -// if (gate) -// ASSERT_*(condition) << "Some message"; -// -// The "switch (0) case 0:" idiom is used to suppress this. -#ifdef __INTEL_COMPILER -# define GTEST_AMBIGUOUS_ELSE_BLOCKER_ -#else -# define GTEST_AMBIGUOUS_ELSE_BLOCKER_ switch (0) case 0: default: // NOLINT -#endif - -// Use this annotation at the end of a struct/class definition to -// prevent the compiler from optimizing away instances that are never -// used. This is useful when all interesting logic happens inside the -// c'tor and / or d'tor. Example: -// -// struct Foo { -// Foo() { ... } -// } GTEST_ATTRIBUTE_UNUSED_; -// -// Also use it after a variable or parameter declaration to tell the -// compiler the variable/parameter does not have to be used. -#if defined(__GNUC__) && !defined(COMPILER_ICC) -# define GTEST_ATTRIBUTE_UNUSED_ __attribute__ ((unused)) -#else -# define GTEST_ATTRIBUTE_UNUSED_ -#endif - -// A macro to disallow operator= -// This should be used in the private: declarations for a class. -#define GTEST_DISALLOW_ASSIGN_(type)\ - void operator=(type const &) - -// A macro to disallow copy constructor and operator= -// This should be used in the private: declarations for a class. -#define GTEST_DISALLOW_COPY_AND_ASSIGN_(type)\ - type(type const &);\ - GTEST_DISALLOW_ASSIGN_(type) - -// Tell the compiler to warn about unused return values for functions declared -// with this macro. The macro should be used on function declarations -// following the argument list: -// -// Sprocket* AllocateSprocket() GTEST_MUST_USE_RESULT_; -#if defined(__GNUC__) && (GTEST_GCC_VER_ >= 30400) && !defined(COMPILER_ICC) -# define GTEST_MUST_USE_RESULT_ __attribute__ ((warn_unused_result)) -#else -# define GTEST_MUST_USE_RESULT_ -#endif // __GNUC__ && (GTEST_GCC_VER_ >= 30400) && !COMPILER_ICC - -// Determine whether the compiler supports Microsoft's Structured Exception -// Handling. This is supported by several Windows compilers but generally -// does not exist on any other system. -#ifndef GTEST_HAS_SEH -// The user didn't tell us, so we need to figure it out. - -# if defined(_MSC_VER) || defined(__BORLANDC__) -// These two compilers are known to support SEH. -# define GTEST_HAS_SEH 1 -# else -// Assume no SEH. -# define GTEST_HAS_SEH 0 -# endif - -#endif // GTEST_HAS_SEH - -#ifdef _MSC_VER - -# if GTEST_LINKED_AS_SHARED_LIBRARY -# define GTEST_API_ __declspec(dllimport) -# elif GTEST_CREATE_SHARED_LIBRARY -# define GTEST_API_ __declspec(dllexport) -# endif - -#endif // _MSC_VER - -#ifndef GTEST_API_ -# define GTEST_API_ -#endif - -#ifdef __GNUC__ -// Ask the compiler to never inline a given function. -# define GTEST_NO_INLINE_ __attribute__((noinline)) -#else -# define GTEST_NO_INLINE_ -#endif - -namespace testing { - -class Message; - -namespace internal { - -class String; - -// The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time -// expression is true. For example, you could use it to verify the -// size of a static array: -// -// GTEST_COMPILE_ASSERT_(ARRAYSIZE(content_type_names) == CONTENT_NUM_TYPES, -// content_type_names_incorrect_size); -// -// or to make sure a struct is smaller than a certain size: -// -// GTEST_COMPILE_ASSERT_(sizeof(foo) < 128, foo_too_large); -// -// The second argument to the macro is the name of the variable. If -// the expression is false, most compilers will issue a warning/error -// containing the name of the variable. - -template -struct CompileAssert { -}; - -#define GTEST_COMPILE_ASSERT_(expr, msg) \ - typedef ::testing::internal::CompileAssert<(bool(expr))> \ - msg[bool(expr) ? 1 : -1] - -// Implementation details of GTEST_COMPILE_ASSERT_: -// -// - GTEST_COMPILE_ASSERT_ works by defining an array type that has -1 -// elements (and thus is invalid) when the expression is false. -// -// - The simpler definition -// -// #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1] -// -// does not work, as gcc supports variable-length arrays whose sizes -// are determined at run-time (this is gcc's extension and not part -// of the C++ standard). As a result, gcc fails to reject the -// following code with the simple definition: -// -// int foo; -// GTEST_COMPILE_ASSERT_(foo, msg); // not supposed to compile as foo is -// // not a compile-time constant. -// -// - By using the type CompileAssert<(bool(expr))>, we ensures that -// expr is a compile-time constant. (Template arguments must be -// determined at compile-time.) -// -// - The outter parentheses in CompileAssert<(bool(expr))> are necessary -// to work around a bug in gcc 3.4.4 and 4.0.1. If we had written -// -// CompileAssert -// -// instead, these compilers will refuse to compile -// -// GTEST_COMPILE_ASSERT_(5 > 0, some_message); -// -// (They seem to think the ">" in "5 > 0" marks the end of the -// template argument list.) -// -// - The array size is (bool(expr) ? 1 : -1), instead of simply -// -// ((expr) ? 1 : -1). -// -// This is to avoid running into a bug in MS VC 7.1, which -// causes ((0.0) ? 1 : -1) to incorrectly evaluate to 1. - -// StaticAssertTypeEqHelper is used by StaticAssertTypeEq defined in gtest.h. -// -// This template is declared, but intentionally undefined. -template -struct StaticAssertTypeEqHelper; - -template -struct StaticAssertTypeEqHelper {}; - -#if GTEST_HAS_GLOBAL_STRING -typedef ::string string; -#else -typedef ::std::string string; -#endif // GTEST_HAS_GLOBAL_STRING - -#if GTEST_HAS_GLOBAL_WSTRING -typedef ::wstring wstring; -#elif GTEST_HAS_STD_WSTRING -typedef ::std::wstring wstring; -#endif // GTEST_HAS_GLOBAL_WSTRING - -// A helper for suppressing warnings on constant condition. It just -// returns 'condition'. -GTEST_API_ bool IsTrue(bool condition); - -// Defines scoped_ptr. - -// This implementation of scoped_ptr is PARTIAL - it only contains -// enough stuff to satisfy Google Test's need. -template -class scoped_ptr { - public: - typedef T element_type; - - explicit scoped_ptr(T* p = NULL) : ptr_(p) {} - ~scoped_ptr() { reset(); } - - T& operator*() const { return *ptr_; } - T* operator->() const { return ptr_; } - T* get() const { return ptr_; } - - T* release() { - T* const ptr = ptr_; - ptr_ = NULL; - return ptr; - } - - void reset(T* p = NULL) { - if (p != ptr_) { - if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type. - delete ptr_; - } - ptr_ = p; - } - } - private: - T* ptr_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(scoped_ptr); -}; - -// Defines RE. - -// A simple C++ wrapper for . It uses the POSIX Extended -// Regular Expression syntax. -class GTEST_API_ RE { - public: - // A copy constructor is required by the Standard to initialize object - // references from r-values. - RE(const RE& other) { Init(other.pattern()); } - - // Constructs an RE from a string. - RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT - -#if GTEST_HAS_GLOBAL_STRING - - RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT - -#endif // GTEST_HAS_GLOBAL_STRING - - RE(const char* regex) { Init(regex); } // NOLINT - ~RE(); - - // Returns the string representation of the regex. - const char* pattern() const { return pattern_; } - - // FullMatch(str, re) returns true iff regular expression re matches - // the entire str. - // PartialMatch(str, re) returns true iff regular expression re - // matches a substring of str (including str itself). - // - // TODO(wan@google.com): make FullMatch() and PartialMatch() work - // when str contains NUL characters. - static bool FullMatch(const ::std::string& str, const RE& re) { - return FullMatch(str.c_str(), re); - } - static bool PartialMatch(const ::std::string& str, const RE& re) { - return PartialMatch(str.c_str(), re); - } - -#if GTEST_HAS_GLOBAL_STRING - - static bool FullMatch(const ::string& str, const RE& re) { - return FullMatch(str.c_str(), re); - } - static bool PartialMatch(const ::string& str, const RE& re) { - return PartialMatch(str.c_str(), re); - } - -#endif // GTEST_HAS_GLOBAL_STRING - - static bool FullMatch(const char* str, const RE& re); - static bool PartialMatch(const char* str, const RE& re); - - private: - void Init(const char* regex); - - // We use a const char* instead of a string, as Google Test may be used - // where string is not available. We also do not use Google Test's own - // String type here, in order to simplify dependencies between the - // files. - const char* pattern_; - bool is_valid_; - -#if GTEST_USES_POSIX_RE - - regex_t full_regex_; // For FullMatch(). - regex_t partial_regex_; // For PartialMatch(). - -#else // GTEST_USES_SIMPLE_RE - - const char* full_pattern_; // For FullMatch(); - -#endif - - GTEST_DISALLOW_ASSIGN_(RE); -}; - -// Formats a source file path and a line number as they would appear -// in an error message from the compiler used to compile this code. -GTEST_API_ ::std::string FormatFileLocation(const char* file, int line); - -// Formats a file location for compiler-independent XML output. -// Although this function is not platform dependent, we put it next to -// FormatFileLocation in order to contrast the two functions. -GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(const char* file, - int line); - -// Defines logging utilities: -// GTEST_LOG_(severity) - logs messages at the specified severity level. The -// message itself is streamed into the macro. -// LogToStderr() - directs all log messages to stderr. -// FlushInfoLog() - flushes informational log messages. - -enum GTestLogSeverity { - GTEST_INFO, - GTEST_WARNING, - GTEST_ERROR, - GTEST_FATAL -}; - -// Formats log entry severity, provides a stream object for streaming the -// log message, and terminates the message with a newline when going out of -// scope. -class GTEST_API_ GTestLog { - public: - GTestLog(GTestLogSeverity severity, const char* file, int line); - - // Flushes the buffers and, if severity is GTEST_FATAL, aborts the program. - ~GTestLog(); - - ::std::ostream& GetStream() { return ::std::cerr; } - - private: - const GTestLogSeverity severity_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestLog); -}; - -#define GTEST_LOG_(severity) \ - ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \ - __FILE__, __LINE__).GetStream() - -inline void LogToStderr() {} -inline void FlushInfoLog() { fflush(NULL); } - -// INTERNAL IMPLEMENTATION - DO NOT USE. -// -// GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition -// is not satisfied. -// Synopsys: -// GTEST_CHECK_(boolean_condition); -// or -// GTEST_CHECK_(boolean_condition) << "Additional message"; -// -// This checks the condition and if the condition is not satisfied -// it prints message about the condition violation, including the -// condition itself, plus additional message streamed into it, if any, -// and then it aborts the program. It aborts the program irrespective of -// whether it is built in the debug mode or not. -#define GTEST_CHECK_(condition) \ - GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ - if (::testing::internal::IsTrue(condition)) \ - ; \ - else \ - GTEST_LOG_(FATAL) << "Condition " #condition " failed. " - -// An all-mode assert to verify that the given POSIX-style function -// call returns 0 (indicating success). Known limitation: this -// doesn't expand to a balanced 'if' statement, so enclose the macro -// in {} if you need to use it as the only statement in an 'if' -// branch. -#define GTEST_CHECK_POSIX_SUCCESS_(posix_call) \ - if (const int gtest_error = (posix_call)) \ - GTEST_LOG_(FATAL) << #posix_call << "failed with error " \ - << gtest_error - -// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. -// -// Use ImplicitCast_ as a safe version of static_cast for upcasting in -// the type hierarchy (e.g. casting a Foo* to a SuperclassOfFoo* or a -// const Foo*). When you use ImplicitCast_, the compiler checks that -// the cast is safe. Such explicit ImplicitCast_s are necessary in -// surprisingly many situations where C++ demands an exact type match -// instead of an argument type convertable to a target type. -// -// The syntax for using ImplicitCast_ is the same as for static_cast: -// -// ImplicitCast_(expr) -// -// ImplicitCast_ would have been part of the C++ standard library, -// but the proposal was submitted too late. It will probably make -// its way into the language in the future. -// -// This relatively ugly name is intentional. It prevents clashes with -// similar functions users may have (e.g., implicit_cast). The internal -// namespace alone is not enough because the function can be found by ADL. -template -inline To ImplicitCast_(To x) { return x; } - -// When you upcast (that is, cast a pointer from type Foo to type -// SuperclassOfFoo), it's fine to use ImplicitCast_<>, since upcasts -// always succeed. When you downcast (that is, cast a pointer from -// type Foo to type SubclassOfFoo), static_cast<> isn't safe, because -// how do you know the pointer is really of type SubclassOfFoo? It -// could be a bare Foo, or of type DifferentSubclassOfFoo. Thus, -// when you downcast, you should use this macro. In debug mode, we -// use dynamic_cast<> to double-check the downcast is legal (we die -// if it's not). In normal mode, we do the efficient static_cast<> -// instead. Thus, it's important to test in debug mode to make sure -// the cast is legal! -// This is the only place in the code we should use dynamic_cast<>. -// In particular, you SHOULDN'T be using dynamic_cast<> in order to -// do RTTI (eg code like this: -// if (dynamic_cast(foo)) HandleASubclass1Object(foo); -// if (dynamic_cast(foo)) HandleASubclass2Object(foo); -// You should design the code some other way not to need this. -// -// This relatively ugly name is intentional. It prevents clashes with -// similar functions users may have (e.g., down_cast). The internal -// namespace alone is not enough because the function can be found by ADL. -template // use like this: DownCast_(foo); -inline To DownCast_(From* f) { // so we only accept pointers - // Ensures that To is a sub-type of From *. This test is here only - // for compile-time type checking, and has no overhead in an - // optimized build at run-time, as it will be optimized away - // completely. - if (false) { - const To to = NULL; - ::testing::internal::ImplicitCast_(to); - } - -#if GTEST_HAS_RTTI - // RTTI: debug mode only! - GTEST_CHECK_(f == NULL || dynamic_cast(f) != NULL); -#endif - return static_cast(f); -} - -// Downcasts the pointer of type Base to Derived. -// Derived must be a subclass of Base. The parameter MUST -// point to a class of type Derived, not any subclass of it. -// When RTTI is available, the function performs a runtime -// check to enforce this. -template -Derived* CheckedDowncastToActualType(Base* base) { -#if GTEST_HAS_RTTI - GTEST_CHECK_(typeid(*base) == typeid(Derived)); - return dynamic_cast(base); // NOLINT -#else - return static_cast(base); // Poor man's downcast. -#endif -} - -#if GTEST_HAS_STREAM_REDIRECTION - -// Defines the stderr capturer: -// CaptureStdout - starts capturing stdout. -// GetCapturedStdout - stops capturing stdout and returns the captured string. -// CaptureStderr - starts capturing stderr. -// GetCapturedStderr - stops capturing stderr and returns the captured string. -// -GTEST_API_ void CaptureStdout(); -GTEST_API_ String GetCapturedStdout(); -GTEST_API_ void CaptureStderr(); -GTEST_API_ String GetCapturedStderr(); - -#endif // GTEST_HAS_STREAM_REDIRECTION - - -#if GTEST_HAS_DEATH_TEST - -// A copy of all command line arguments. Set by InitGoogleTest(). -extern ::std::vector g_argvs; - -// GTEST_HAS_DEATH_TEST implies we have ::std::string. -const ::std::vector& GetArgvs(); - -#endif // GTEST_HAS_DEATH_TEST - -// Defines synchronization primitives. - -#if GTEST_HAS_PTHREAD - -// Sleeps for (roughly) n milli-seconds. This function is only for -// testing Google Test's own constructs. Don't use it in user tests, -// either directly or indirectly. -inline void SleepMilliseconds(int n) { - const timespec time = { - 0, // 0 seconds. - n * 1000L * 1000L, // And n ms. - }; - nanosleep(&time, NULL); -} - -// Allows a controller thread to pause execution of newly created -// threads until notified. Instances of this class must be created -// and destroyed in the controller thread. -// -// This class is only for testing Google Test's own constructs. Do not -// use it in user tests, either directly or indirectly. -class Notification { - public: - Notification() : notified_(false) {} - - // Notifies all threads created with this notification to start. Must - // be called from the controller thread. - void Notify() { notified_ = true; } - - // Blocks until the controller thread notifies. Must be called from a test - // thread. - void WaitForNotification() { - while(!notified_) { - SleepMilliseconds(10); - } - } - - private: - volatile bool notified_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification); -}; - -// As a C-function, ThreadFuncWithCLinkage cannot be templated itself. -// Consequently, it cannot select a correct instantiation of ThreadWithParam -// in order to call its Run(). Introducing ThreadWithParamBase as a -// non-templated base class for ThreadWithParam allows us to bypass this -// problem. -class ThreadWithParamBase { - public: - virtual ~ThreadWithParamBase() {} - virtual void Run() = 0; -}; - -// pthread_create() accepts a pointer to a function type with the C linkage. -// According to the Standard (7.5/1), function types with different linkages -// are different even if they are otherwise identical. Some compilers (for -// example, SunStudio) treat them as different types. Since class methods -// cannot be defined with C-linkage we need to define a free C-function to -// pass into pthread_create(). -extern "C" inline void* ThreadFuncWithCLinkage(void* thread) { - static_cast(thread)->Run(); - return NULL; -} - -// Helper class for testing Google Test's multi-threading constructs. -// To use it, write: -// -// void ThreadFunc(int param) { /* Do things with param */ } -// Notification thread_can_start; -// ... -// // The thread_can_start parameter is optional; you can supply NULL. -// ThreadWithParam thread(&ThreadFunc, 5, &thread_can_start); -// thread_can_start.Notify(); -// -// These classes are only for testing Google Test's own constructs. Do -// not use them in user tests, either directly or indirectly. -template -class ThreadWithParam : public ThreadWithParamBase { - public: - typedef void (*UserThreadFunc)(T); - - ThreadWithParam( - UserThreadFunc func, T param, Notification* thread_can_start) - : func_(func), - param_(param), - thread_can_start_(thread_can_start), - finished_(false) { - ThreadWithParamBase* const base = this; - // The thread can be created only after all fields except thread_ - // have been initialized. - GTEST_CHECK_POSIX_SUCCESS_( - pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base)); - } - ~ThreadWithParam() { Join(); } - - void Join() { - if (!finished_) { - GTEST_CHECK_POSIX_SUCCESS_(pthread_join(thread_, 0)); - finished_ = true; - } - } - - virtual void Run() { - if (thread_can_start_ != NULL) - thread_can_start_->WaitForNotification(); - func_(param_); - } - - private: - const UserThreadFunc func_; // User-supplied thread function. - const T param_; // User-supplied parameter to the thread function. - // When non-NULL, used to block execution until the controller thread - // notifies. - Notification* const thread_can_start_; - bool finished_; // true iff we know that the thread function has finished. - pthread_t thread_; // The native thread object. - - GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam); -}; - -// MutexBase and Mutex implement mutex on pthreads-based platforms. They -// are used in conjunction with class MutexLock: -// -// Mutex mutex; -// ... -// MutexLock lock(&mutex); // Acquires the mutex and releases it at the end -// // of the current scope. -// -// MutexBase implements behavior for both statically and dynamically -// allocated mutexes. Do not use MutexBase directly. Instead, write -// the following to define a static mutex: -// -// GTEST_DEFINE_STATIC_MUTEX_(g_some_mutex); -// -// You can forward declare a static mutex like this: -// -// GTEST_DECLARE_STATIC_MUTEX_(g_some_mutex); -// -// To create a dynamic mutex, just define an object of type Mutex. -class MutexBase { - public: - // Acquires this mutex. - void Lock() { - GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_lock(&mutex_)); - owner_ = pthread_self(); - } - - // Releases this mutex. - void Unlock() { - // We don't protect writing to owner_ here, as it's the caller's - // responsibility to ensure that the current thread holds the - // mutex when this is called. - owner_ = 0; - GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_unlock(&mutex_)); - } - - // Does nothing if the current thread holds the mutex. Otherwise, crashes - // with high probability. - void AssertHeld() const { - GTEST_CHECK_(owner_ == pthread_self()) - << "The current thread is not holding the mutex @" << this; - } - - // A static mutex may be used before main() is entered. It may even - // be used before the dynamic initialization stage. Therefore we - // must be able to initialize a static mutex object at link time. - // This means MutexBase has to be a POD and its member variables - // have to be public. - public: - pthread_mutex_t mutex_; // The underlying pthread mutex. - pthread_t owner_; // The thread holding the mutex; 0 means no one holds it. -}; - -// Forward-declares a static mutex. -# define GTEST_DECLARE_STATIC_MUTEX_(mutex) \ - extern ::testing::internal::MutexBase mutex - -// Defines and statically (i.e. at link time) initializes a static mutex. -# define GTEST_DEFINE_STATIC_MUTEX_(mutex) \ - ::testing::internal::MutexBase mutex = { PTHREAD_MUTEX_INITIALIZER, 0 } - -// The Mutex class can only be used for mutexes created at runtime. It -// shares its API with MutexBase otherwise. -class Mutex : public MutexBase { - public: - Mutex() { - GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_init(&mutex_, NULL)); - owner_ = 0; - } - ~Mutex() { - GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_destroy(&mutex_)); - } - - private: - GTEST_DISALLOW_COPY_AND_ASSIGN_(Mutex); -}; - -// We cannot name this class MutexLock as the ctor declaration would -// conflict with a macro named MutexLock, which is defined on some -// platforms. Hence the typedef trick below. -class GTestMutexLock { - public: - explicit GTestMutexLock(MutexBase* mutex) - : mutex_(mutex) { mutex_->Lock(); } - - ~GTestMutexLock() { mutex_->Unlock(); } - - private: - MutexBase* const mutex_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestMutexLock); -}; - -typedef GTestMutexLock MutexLock; - -// Helpers for ThreadLocal. - -// pthread_key_create() requires DeleteThreadLocalValue() to have -// C-linkage. Therefore it cannot be templatized to access -// ThreadLocal. Hence the need for class -// ThreadLocalValueHolderBase. -class ThreadLocalValueHolderBase { - public: - virtual ~ThreadLocalValueHolderBase() {} -}; - -// Called by pthread to delete thread-local data stored by -// pthread_setspecific(). -extern "C" inline void DeleteThreadLocalValue(void* value_holder) { - delete static_cast(value_holder); -} - -// Implements thread-local storage on pthreads-based systems. -// -// // Thread 1 -// ThreadLocal tl(100); // 100 is the default value for each thread. -// -// // Thread 2 -// tl.set(150); // Changes the value for thread 2 only. -// EXPECT_EQ(150, tl.get()); -// -// // Thread 1 -// EXPECT_EQ(100, tl.get()); // In thread 1, tl has the original value. -// tl.set(200); -// EXPECT_EQ(200, tl.get()); -// -// The template type argument T must have a public copy constructor. -// In addition, the default ThreadLocal constructor requires T to have -// a public default constructor. -// -// An object managed for a thread by a ThreadLocal instance is deleted -// when the thread exits. Or, if the ThreadLocal instance dies in -// that thread, when the ThreadLocal dies. It's the user's -// responsibility to ensure that all other threads using a ThreadLocal -// have exited when it dies, or the per-thread objects for those -// threads will not be deleted. -// -// Google Test only uses global ThreadLocal objects. That means they -// will die after main() has returned. Therefore, no per-thread -// object managed by Google Test will be leaked as long as all threads -// using Google Test have exited when main() returns. -template -class ThreadLocal { - public: - ThreadLocal() : key_(CreateKey()), - default_() {} - explicit ThreadLocal(const T& value) : key_(CreateKey()), - default_(value) {} - - ~ThreadLocal() { - // Destroys the managed object for the current thread, if any. - DeleteThreadLocalValue(pthread_getspecific(key_)); - - // Releases resources associated with the key. This will *not* - // delete managed objects for other threads. - GTEST_CHECK_POSIX_SUCCESS_(pthread_key_delete(key_)); - } - - T* pointer() { return GetOrCreateValue(); } - const T* pointer() const { return GetOrCreateValue(); } - const T& get() const { return *pointer(); } - void set(const T& value) { *pointer() = value; } - - private: - // Holds a value of type T. - class ValueHolder : public ThreadLocalValueHolderBase { - public: - explicit ValueHolder(const T& value) : value_(value) {} - - T* pointer() { return &value_; } - - private: - T value_; - GTEST_DISALLOW_COPY_AND_ASSIGN_(ValueHolder); - }; - - static pthread_key_t CreateKey() { - pthread_key_t key; - // When a thread exits, DeleteThreadLocalValue() will be called on - // the object managed for that thread. - GTEST_CHECK_POSIX_SUCCESS_( - pthread_key_create(&key, &DeleteThreadLocalValue)); - return key; - } - - T* GetOrCreateValue() const { - ThreadLocalValueHolderBase* const holder = - static_cast(pthread_getspecific(key_)); - if (holder != NULL) { - return CheckedDowncastToActualType(holder)->pointer(); - } - - ValueHolder* const new_holder = new ValueHolder(default_); - ThreadLocalValueHolderBase* const holder_base = new_holder; - GTEST_CHECK_POSIX_SUCCESS_(pthread_setspecific(key_, holder_base)); - return new_holder->pointer(); - } - - // A key pthreads uses for looking up per-thread values. - const pthread_key_t key_; - const T default_; // The default value for each thread. - - GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadLocal); -}; - -# define GTEST_IS_THREADSAFE 1 - -#else // GTEST_HAS_PTHREAD - -// A dummy implementation of synchronization primitives (mutex, lock, -// and thread-local variable). Necessary for compiling Google Test where -// mutex is not supported - using Google Test in multiple threads is not -// supported on such platforms. - -class Mutex { - public: - Mutex() {} - void AssertHeld() const {} -}; - -# define GTEST_DECLARE_STATIC_MUTEX_(mutex) \ - extern ::testing::internal::Mutex mutex - -# define GTEST_DEFINE_STATIC_MUTEX_(mutex) ::testing::internal::Mutex mutex - -class GTestMutexLock { - public: - explicit GTestMutexLock(Mutex*) {} // NOLINT -}; - -typedef GTestMutexLock MutexLock; - -template -class ThreadLocal { - public: - ThreadLocal() : value_() {} - explicit ThreadLocal(const T& value) : value_(value) {} - T* pointer() { return &value_; } - const T* pointer() const { return &value_; } - const T& get() const { return value_; } - void set(const T& value) { value_ = value; } - private: - T value_; -}; - -// The above synchronization primitives have dummy implementations. -// Therefore Google Test is not thread-safe. -# define GTEST_IS_THREADSAFE 0 - -#endif // GTEST_HAS_PTHREAD - -// Returns the number of threads running in the process, or 0 to indicate that -// we cannot detect it. -GTEST_API_ size_t GetThreadCount(); - -// Passing non-POD classes through ellipsis (...) crashes the ARM -// compiler and generates a warning in Sun Studio. The Nokia Symbian -// and the IBM XL C/C++ compiler try to instantiate a copy constructor -// for objects passed through ellipsis (...), failing for uncopyable -// objects. We define this to ensure that only POD is passed through -// ellipsis on these systems. -#if defined(__SYMBIAN32__) || defined(__IBMCPP__) || defined(__SUNPRO_CC) -// We lose support for NULL detection where the compiler doesn't like -// passing non-POD classes through ellipsis (...). -# define GTEST_ELLIPSIS_NEEDS_POD_ 1 -#else -# define GTEST_CAN_COMPARE_NULL 1 -#endif - -// The Nokia Symbian and IBM XL C/C++ compilers cannot decide between -// const T& and const T* in a function template. These compilers -// _can_ decide between class template specializations for T and T*, -// so a tr1::type_traits-like is_pointer works. -#if defined(__SYMBIAN32__) || defined(__IBMCPP__) -# define GTEST_NEEDS_IS_POINTER_ 1 -#endif - -template -struct bool_constant { - typedef bool_constant type; - static const bool value = bool_value; -}; -template const bool bool_constant::value; - -typedef bool_constant false_type; -typedef bool_constant true_type; - -template -struct is_pointer : public false_type {}; - -template -struct is_pointer : public true_type {}; - -template -struct IteratorTraits { - typedef typename Iterator::value_type value_type; -}; - -template -struct IteratorTraits { - typedef T value_type; -}; - -template -struct IteratorTraits { - typedef T value_type; -}; - -#if GTEST_OS_WINDOWS -# define GTEST_PATH_SEP_ "\\" -# define GTEST_HAS_ALT_PATH_SEP_ 1 -// The biggest signed integer type the compiler supports. -typedef __int64 BiggestInt; -#else -# define GTEST_PATH_SEP_ "/" -# define GTEST_HAS_ALT_PATH_SEP_ 0 -typedef long long BiggestInt; // NOLINT -#endif // GTEST_OS_WINDOWS - -// Utilities for char. - -// isspace(int ch) and friends accept an unsigned char or EOF. char -// may be signed, depending on the compiler (or compiler flags). -// Therefore we need to cast a char to unsigned char before calling -// isspace(), etc. - -inline bool IsAlpha(char ch) { - return isalpha(static_cast(ch)) != 0; -} -inline bool IsAlNum(char ch) { - return isalnum(static_cast(ch)) != 0; -} -inline bool IsDigit(char ch) { - return isdigit(static_cast(ch)) != 0; -} -inline bool IsLower(char ch) { - return islower(static_cast(ch)) != 0; -} -inline bool IsSpace(char ch) { - return isspace(static_cast(ch)) != 0; -} -inline bool IsUpper(char ch) { - return isupper(static_cast(ch)) != 0; -} -inline bool IsXDigit(char ch) { - return isxdigit(static_cast(ch)) != 0; -} - -inline char ToLower(char ch) { - return static_cast(tolower(static_cast(ch))); -} -inline char ToUpper(char ch) { - return static_cast(toupper(static_cast(ch))); -} - -// The testing::internal::posix namespace holds wrappers for common -// POSIX functions. These wrappers hide the differences between -// Windows/MSVC and POSIX systems. Since some compilers define these -// standard functions as macros, the wrapper cannot have the same name -// as the wrapped function. - -namespace posix { - -// Functions with a different name on Windows. - -#if GTEST_OS_WINDOWS - -typedef struct _stat StatStruct; - -# ifdef __BORLANDC__ -inline int IsATTY(int fd) { return isatty(fd); } -inline int StrCaseCmp(const char* s1, const char* s2) { - return stricmp(s1, s2); -} -inline char* StrDup(const char* src) { return strdup(src); } -# else // !__BORLANDC__ -# if GTEST_OS_WINDOWS_MOBILE -inline int IsATTY(int /* fd */) { return 0; } -# else -inline int IsATTY(int fd) { return _isatty(fd); } -# endif // GTEST_OS_WINDOWS_MOBILE -inline int StrCaseCmp(const char* s1, const char* s2) { - return _stricmp(s1, s2); -} -inline char* StrDup(const char* src) { return _strdup(src); } -# endif // __BORLANDC__ - -# if GTEST_OS_WINDOWS_MOBILE -inline int FileNo(FILE* file) { return reinterpret_cast(_fileno(file)); } -// Stat(), RmDir(), and IsDir() are not needed on Windows CE at this -// time and thus not defined there. -# else -inline int FileNo(FILE* file) { return _fileno(file); } -inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } -inline int RmDir(const char* dir) { return _rmdir(dir); } -inline bool IsDir(const StatStruct& st) { - return (_S_IFDIR & st.st_mode) != 0; -} -# endif // GTEST_OS_WINDOWS_MOBILE - -#else - -typedef struct stat StatStruct; - -inline int FileNo(FILE* file) { return fileno(file); } -inline int IsATTY(int fd) { return isatty(fd); } -inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); } -inline int StrCaseCmp(const char* s1, const char* s2) { - return strcasecmp(s1, s2); -} -inline char* StrDup(const char* src) { return strdup(src); } -inline int RmDir(const char* dir) { return rmdir(dir); } -inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); } - -#endif // GTEST_OS_WINDOWS - -// Functions deprecated by MSVC 8.0. - -#ifdef _MSC_VER -// Temporarily disable warning 4996 (deprecated function). -# pragma warning(push) -# pragma warning(disable:4996) -#endif - -inline const char* StrNCpy(char* dest, const char* src, size_t n) { - return strncpy(dest, src, n); -} - -// ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and -// StrError() aren't needed on Windows CE at this time and thus not -// defined there. - -#if !GTEST_OS_WINDOWS_MOBILE -inline int ChDir(const char* dir) { return chdir(dir); } -#endif -inline FILE* FOpen(const char* path, const char* mode) { - return fopen(path, mode); -} -#if !GTEST_OS_WINDOWS_MOBILE -inline FILE *FReopen(const char* path, const char* mode, FILE* stream) { - return freopen(path, mode, stream); -} -inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); } -#endif -inline int FClose(FILE* fp) { return fclose(fp); } -#if !GTEST_OS_WINDOWS_MOBILE -inline int Read(int fd, void* buf, unsigned int count) { - return static_cast(read(fd, buf, count)); -} -inline int Write(int fd, const void* buf, unsigned int count) { - return static_cast(write(fd, buf, count)); -} -inline int Close(int fd) { return close(fd); } -inline const char* StrError(int errnum) { return strerror(errnum); } -#endif -inline const char* GetEnv(const char* name) { -#if GTEST_OS_WINDOWS_MOBILE - // We are on Windows CE, which has no environment variables. - return NULL; -#elif defined(__BORLANDC__) || defined(__SunOS_5_8) || defined(__SunOS_5_9) - // Environment variables which we programmatically clear will be set to the - // empty string rather than unset (NULL). Handle that case. - const char* const env = getenv(name); - return (env != NULL && env[0] != '\0') ? env : NULL; -#else - return getenv(name); -#endif -} - -#ifdef _MSC_VER -# pragma warning(pop) // Restores the warning state. -#endif - -#if GTEST_OS_WINDOWS_MOBILE -// Windows CE has no C library. The abort() function is used in -// several places in Google Test. This implementation provides a reasonable -// imitation of standard behaviour. -void Abort(); -#else -inline void Abort() { abort(); } -#endif // GTEST_OS_WINDOWS_MOBILE - -} // namespace posix - -// The maximum number a BiggestInt can represent. This definition -// works no matter BiggestInt is represented in one's complement or -// two's complement. -// -// We cannot rely on numeric_limits in STL, as __int64 and long long -// are not part of standard C++ and numeric_limits doesn't need to be -// defined for them. -const BiggestInt kMaxBiggestInt = - ~(static_cast(1) << (8*sizeof(BiggestInt) - 1)); - -// This template class serves as a compile-time function from size to -// type. It maps a size in bytes to a primitive type with that -// size. e.g. -// -// TypeWithSize<4>::UInt -// -// is typedef-ed to be unsigned int (unsigned integer made up of 4 -// bytes). -// -// Such functionality should belong to STL, but I cannot find it -// there. -// -// Google Test uses this class in the implementation of floating-point -// comparison. -// -// For now it only handles UInt (unsigned int) as that's all Google Test -// needs. Other types can be easily added in the future if need -// arises. -template -class TypeWithSize { - public: - // This prevents the user from using TypeWithSize with incorrect - // values of N. - typedef void UInt; -}; - -// The specialization for size 4. -template <> -class TypeWithSize<4> { - public: - // unsigned int has size 4 in both gcc and MSVC. - // - // As base/basictypes.h doesn't compile on Windows, we cannot use - // uint32, uint64, and etc here. - typedef int Int; - typedef unsigned int UInt; -}; - -// The specialization for size 8. -template <> -class TypeWithSize<8> { - public: - -#if GTEST_OS_WINDOWS - typedef __int64 Int; - typedef unsigned __int64 UInt; -#else - typedef long long Int; // NOLINT - typedef unsigned long long UInt; // NOLINT -#endif // GTEST_OS_WINDOWS -}; - -// Integer types of known sizes. -typedef TypeWithSize<4>::Int Int32; -typedef TypeWithSize<4>::UInt UInt32; -typedef TypeWithSize<8>::Int Int64; -typedef TypeWithSize<8>::UInt UInt64; -typedef TypeWithSize<8>::Int TimeInMillis; // Represents time in milliseconds. - -// Utilities for command line flags and environment variables. - -// Macro for referencing flags. -#define GTEST_FLAG(name) FLAGS_gtest_##name - -// Macros for declaring flags. -#define GTEST_DECLARE_bool_(name) GTEST_API_ extern bool GTEST_FLAG(name) -#define GTEST_DECLARE_int32_(name) \ - GTEST_API_ extern ::testing::internal::Int32 GTEST_FLAG(name) -#define GTEST_DECLARE_string_(name) \ - GTEST_API_ extern ::testing::internal::String GTEST_FLAG(name) - -// Macros for defining flags. -#define GTEST_DEFINE_bool_(name, default_val, doc) \ - GTEST_API_ bool GTEST_FLAG(name) = (default_val) -#define GTEST_DEFINE_int32_(name, default_val, doc) \ - GTEST_API_ ::testing::internal::Int32 GTEST_FLAG(name) = (default_val) -#define GTEST_DEFINE_string_(name, default_val, doc) \ - GTEST_API_ ::testing::internal::String GTEST_FLAG(name) = (default_val) - -// Parses 'str' for a 32-bit signed integer. If successful, writes the result -// to *value and returns true; otherwise leaves *value unchanged and returns -// false. -// TODO(chandlerc): Find a better way to refactor flag and environment parsing -// out of both gtest-port.cc and gtest.cc to avoid exporting this utility -// function. -bool ParseInt32(const Message& src_text, const char* str, Int32* value); - -// Parses a bool/Int32/string from the environment variable -// corresponding to the given Google Test flag. -bool BoolFromGTestEnv(const char* flag, bool default_val); -GTEST_API_ Int32 Int32FromGTestEnv(const char* flag, Int32 default_val); -const char* StringFromGTestEnv(const char* flag, const char* default_val); - -} // namespace internal -} // namespace testing - -#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_ - -#if GTEST_OS_LINUX -# include -# include -# include -# include -#endif // GTEST_OS_LINUX - -#include -#include -#include -#include -#include - -// Copyright 2005, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Authors: wan@google.com (Zhanyong Wan), eefacm@gmail.com (Sean Mcafee) -// -// The Google C++ Testing Framework (Google Test) -// -// This header file declares the String class and functions used internally by -// Google Test. They are subject to change without notice. They should not used -// by code external to Google Test. -// -// This header file is #included by . -// It should not be #included by other files. - -#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_ -#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_ - -#ifdef __BORLANDC__ -// string.h is not guaranteed to provide strcpy on C++ Builder. -# include -#endif - -#include - -#include - -namespace testing { -namespace internal { - -// String - a UTF-8 string class. -// -// For historic reasons, we don't use std::string. -// -// TODO(wan@google.com): replace this class with std::string or -// implement it in terms of the latter. -// -// Note that String can represent both NULL and the empty string, -// while std::string cannot represent NULL. -// -// NULL and the empty string are considered different. NULL is less -// than anything (including the empty string) except itself. -// -// This class only provides minimum functionality necessary for -// implementing Google Test. We do not intend to implement a full-fledged -// string class here. -// -// Since the purpose of this class is to provide a substitute for -// std::string on platforms where it cannot be used, we define a copy -// constructor and assignment operators such that we don't need -// conditional compilation in a lot of places. -// -// In order to make the representation efficient, the d'tor of String -// is not virtual. Therefore DO NOT INHERIT FROM String. -class GTEST_API_ String { - public: - // Static utility methods - - // Returns the input enclosed in double quotes if it's not NULL; - // otherwise returns "(null)". For example, "\"Hello\"" is returned - // for input "Hello". - // - // This is useful for printing a C string in the syntax of a literal. - // - // Known issue: escape sequences are not handled yet. - static String ShowCStringQuoted(const char* c_str); - - // Clones a 0-terminated C string, allocating memory using new. The - // caller is responsible for deleting the return value using - // delete[]. Returns the cloned string, or NULL if the input is - // NULL. - // - // This is different from strdup() in string.h, which allocates - // memory using malloc(). - static const char* CloneCString(const char* c_str); - -#if GTEST_OS_WINDOWS_MOBILE - // Windows CE does not have the 'ANSI' versions of Win32 APIs. To be - // able to pass strings to Win32 APIs on CE we need to convert them - // to 'Unicode', UTF-16. - - // Creates a UTF-16 wide string from the given ANSI string, allocating - // memory using new. The caller is responsible for deleting the return - // value using delete[]. Returns the wide string, or NULL if the - // input is NULL. - // - // The wide string is created using the ANSI codepage (CP_ACP) to - // match the behaviour of the ANSI versions of Win32 calls and the - // C runtime. - static LPCWSTR AnsiToUtf16(const char* c_str); - - // Creates an ANSI string from the given wide string, allocating - // memory using new. The caller is responsible for deleting the return - // value using delete[]. Returns the ANSI string, or NULL if the - // input is NULL. - // - // The returned string is created using the ANSI codepage (CP_ACP) to - // match the behaviour of the ANSI versions of Win32 calls and the - // C runtime. - static const char* Utf16ToAnsi(LPCWSTR utf16_str); -#endif - - // Compares two C strings. Returns true iff they have the same content. - // - // Unlike strcmp(), this function can handle NULL argument(s). A - // NULL C string is considered different to any non-NULL C string, - // including the empty string. - static bool CStringEquals(const char* lhs, const char* rhs); - - // Converts a wide C string to a String using the UTF-8 encoding. - // NULL will be converted to "(null)". If an error occurred during - // the conversion, "(failed to convert from wide string)" is - // returned. - static String ShowWideCString(const wchar_t* wide_c_str); - - // Similar to ShowWideCString(), except that this function encloses - // the converted string in double quotes. - static String ShowWideCStringQuoted(const wchar_t* wide_c_str); - - // Compares two wide C strings. Returns true iff they have the same - // content. - // - // Unlike wcscmp(), this function can handle NULL argument(s). A - // NULL C string is considered different to any non-NULL C string, - // including the empty string. - static bool WideCStringEquals(const wchar_t* lhs, const wchar_t* rhs); - - // Compares two C strings, ignoring case. Returns true iff they - // have the same content. - // - // Unlike strcasecmp(), this function can handle NULL argument(s). - // A NULL C string is considered different to any non-NULL C string, - // including the empty string. - static bool CaseInsensitiveCStringEquals(const char* lhs, - const char* rhs); - - // Compares two wide C strings, ignoring case. Returns true iff they - // have the same content. - // - // Unlike wcscasecmp(), this function can handle NULL argument(s). - // A NULL C string is considered different to any non-NULL wide C string, - // including the empty string. - // NB: The implementations on different platforms slightly differ. - // On windows, this method uses _wcsicmp which compares according to LC_CTYPE - // environment variable. On GNU platform this method uses wcscasecmp - // which compares according to LC_CTYPE category of the current locale. - // On MacOS X, it uses towlower, which also uses LC_CTYPE category of the - // current locale. - static bool CaseInsensitiveWideCStringEquals(const wchar_t* lhs, - const wchar_t* rhs); - - // Formats a list of arguments to a String, using the same format - // spec string as for printf. - // - // We do not use the StringPrintf class as it is not universally - // available. - // - // The result is limited to 4096 characters (including the tailing - // 0). If 4096 characters are not enough to format the input, - // "" is returned. - static String Format(const char* format, ...); - - // C'tors - - // The default c'tor constructs a NULL string. - String() : c_str_(NULL), length_(0) {} - - // Constructs a String by cloning a 0-terminated C string. - String(const char* a_c_str) { // NOLINT - if (a_c_str == NULL) { - c_str_ = NULL; - length_ = 0; - } else { - ConstructNonNull(a_c_str, strlen(a_c_str)); - } - } - - // Constructs a String by copying a given number of chars from a - // buffer. E.g. String("hello", 3) creates the string "hel", - // String("a\0bcd", 4) creates "a\0bc", String(NULL, 0) creates "", - // and String(NULL, 1) results in access violation. - String(const char* buffer, size_t a_length) { - ConstructNonNull(buffer, a_length); - } - - // The copy c'tor creates a new copy of the string. The two - // String objects do not share content. - String(const String& str) : c_str_(NULL), length_(0) { *this = str; } - - // D'tor. String is intended to be a final class, so the d'tor - // doesn't need to be virtual. - ~String() { delete[] c_str_; } - - // Allows a String to be implicitly converted to an ::std::string or - // ::string, and vice versa. Converting a String containing a NULL - // pointer to ::std::string or ::string is undefined behavior. - // Converting a ::std::string or ::string containing an embedded NUL - // character to a String will result in the prefix up to the first - // NUL character. - String(const ::std::string& str) { - ConstructNonNull(str.c_str(), str.length()); - } - - operator ::std::string() const { return ::std::string(c_str(), length()); } - -#if GTEST_HAS_GLOBAL_STRING - String(const ::string& str) { - ConstructNonNull(str.c_str(), str.length()); - } - - operator ::string() const { return ::string(c_str(), length()); } -#endif // GTEST_HAS_GLOBAL_STRING - - // Returns true iff this is an empty string (i.e. ""). - bool empty() const { return (c_str() != NULL) && (length() == 0); } - - // Compares this with another String. - // Returns < 0 if this is less than rhs, 0 if this is equal to rhs, or > 0 - // if this is greater than rhs. - int Compare(const String& rhs) const; - - // Returns true iff this String equals the given C string. A NULL - // string and a non-NULL string are considered not equal. - bool operator==(const char* a_c_str) const { return Compare(a_c_str) == 0; } - - // Returns true iff this String is less than the given String. A - // NULL string is considered less than "". - bool operator<(const String& rhs) const { return Compare(rhs) < 0; } - - // Returns true iff this String doesn't equal the given C string. A NULL - // string and a non-NULL string are considered not equal. - bool operator!=(const char* a_c_str) const { return !(*this == a_c_str); } - - // Returns true iff this String ends with the given suffix. *Any* - // String is considered to end with a NULL or empty suffix. - bool EndsWith(const char* suffix) const; - - // Returns true iff this String ends with the given suffix, not considering - // case. Any String is considered to end with a NULL or empty suffix. - bool EndsWithCaseInsensitive(const char* suffix) const; - - // Returns the length of the encapsulated string, or 0 if the - // string is NULL. - size_t length() const { return length_; } - - // Gets the 0-terminated C string this String object represents. - // The String object still owns the string. Therefore the caller - // should NOT delete the return value. - const char* c_str() const { return c_str_; } - - // Assigns a C string to this object. Self-assignment works. - const String& operator=(const char* a_c_str) { - return *this = String(a_c_str); - } - - // Assigns a String object to this object. Self-assignment works. - const String& operator=(const String& rhs) { - if (this != &rhs) { - delete[] c_str_; - if (rhs.c_str() == NULL) { - c_str_ = NULL; - length_ = 0; - } else { - ConstructNonNull(rhs.c_str(), rhs.length()); - } - } - - return *this; - } - - private: - // Constructs a non-NULL String from the given content. This - // function can only be called when c_str_ has not been allocated. - // ConstructNonNull(NULL, 0) results in an empty string (""). - // ConstructNonNull(NULL, non_zero) is undefined behavior. - void ConstructNonNull(const char* buffer, size_t a_length) { - char* const str = new char[a_length + 1]; - memcpy(str, buffer, a_length); - str[a_length] = '\0'; - c_str_ = str; - length_ = a_length; - } - - const char* c_str_; - size_t length_; -}; // class String - -// Streams a String to an ostream. Each '\0' character in the String -// is replaced with "\\0". -inline ::std::ostream& operator<<(::std::ostream& os, const String& str) { - if (str.c_str() == NULL) { - os << "(null)"; - } else { - const char* const c_str = str.c_str(); - for (size_t i = 0; i != str.length(); i++) { - if (c_str[i] == '\0') { - os << "\\0"; - } else { - os << c_str[i]; - } - } - } - return os; -} - -// Gets the content of the stringstream's buffer as a String. Each '\0' -// character in the buffer is replaced with "\\0". -GTEST_API_ String StringStreamToString(::std::stringstream* stream); - -// Converts a streamable value to a String. A NULL pointer is -// converted to "(null)". When the input value is a ::string, -// ::std::string, ::wstring, or ::std::wstring object, each NUL -// character in it is replaced with "\\0". - -// Declared here but defined in gtest.h, so that it has access -// to the definition of the Message class, required by the ARM -// compiler. -template -String StreamableToString(const T& streamable); - -} // namespace internal -} // namespace testing - -#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_ -// Copyright 2008, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: keith.ray@gmail.com (Keith Ray) -// -// Google Test filepath utilities -// -// This header file declares classes and functions used internally by -// Google Test. They are subject to change without notice. -// -// This file is #included in . -// Do not include this header file separately! - -#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_ -#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_ - - -namespace testing { -namespace internal { - -// FilePath - a class for file and directory pathname manipulation which -// handles platform-specific conventions (like the pathname separator). -// Used for helper functions for naming files in a directory for xml output. -// Except for Set methods, all methods are const or static, which provides an -// "immutable value object" -- useful for peace of mind. -// A FilePath with a value ending in a path separator ("like/this/") represents -// a directory, otherwise it is assumed to represent a file. In either case, -// it may or may not represent an actual file or directory in the file system. -// Names are NOT checked for syntax correctness -- no checking for illegal -// characters, malformed paths, etc. - -class GTEST_API_ FilePath { - public: - FilePath() : pathname_("") { } - FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } - - explicit FilePath(const char* pathname) : pathname_(pathname) { - Normalize(); - } - - explicit FilePath(const String& pathname) : pathname_(pathname) { - Normalize(); - } - - FilePath& operator=(const FilePath& rhs) { - Set(rhs); - return *this; - } - - void Set(const FilePath& rhs) { - pathname_ = rhs.pathname_; - } - - String ToString() const { return pathname_; } - const char* c_str() const { return pathname_.c_str(); } - - // Returns the current working directory, or "" if unsuccessful. - static FilePath GetCurrentDir(); - - // Given directory = "dir", base_name = "test", number = 0, - // extension = "xml", returns "dir/test.xml". If number is greater - // than zero (e.g., 12), returns "dir/test_12.xml". - // On Windows platform, uses \ as the separator rather than /. - static FilePath MakeFileName(const FilePath& directory, - const FilePath& base_name, - int number, - const char* extension); - - // Given directory = "dir", relative_path = "test.xml", - // returns "dir/test.xml". - // On Windows, uses \ as the separator rather than /. - static FilePath ConcatPaths(const FilePath& directory, - const FilePath& relative_path); - - // Returns a pathname for a file that does not currently exist. The pathname - // will be directory/base_name.extension or - // directory/base_name_.extension if directory/base_name.extension - // already exists. The number will be incremented until a pathname is found - // that does not already exist. - // Examples: 'dir/foo_test.xml' or 'dir/foo_test_1.xml'. - // There could be a race condition if two or more processes are calling this - // function at the same time -- they could both pick the same filename. - static FilePath GenerateUniqueFileName(const FilePath& directory, - const FilePath& base_name, - const char* extension); - - // Returns true iff the path is NULL or "". - bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; } - - // If input name has a trailing separator character, removes it and returns - // the name, otherwise return the name string unmodified. - // On Windows platform, uses \ as the separator, other platforms use /. - FilePath RemoveTrailingPathSeparator() const; - - // Returns a copy of the FilePath with the directory part removed. - // Example: FilePath("path/to/file").RemoveDirectoryName() returns - // FilePath("file"). If there is no directory part ("just_a_file"), it returns - // the FilePath unmodified. If there is no file part ("just_a_dir/") it - // returns an empty FilePath (""). - // On Windows platform, '\' is the path separator, otherwise it is '/'. - FilePath RemoveDirectoryName() const; - - // RemoveFileName returns the directory path with the filename removed. - // Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". - // If the FilePath is "a_file" or "/a_file", RemoveFileName returns - // FilePath("./") or, on Windows, FilePath(".\\"). If the filepath does - // not have a file, like "just/a/dir/", it returns the FilePath unmodified. - // On Windows platform, '\' is the path separator, otherwise it is '/'. - FilePath RemoveFileName() const; - - // Returns a copy of the FilePath with the case-insensitive extension removed. - // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns - // FilePath("dir/file"). If a case-insensitive extension is not - // found, returns a copy of the original FilePath. - FilePath RemoveExtension(const char* extension) const; - - // Creates directories so that path exists. Returns true if successful or if - // the directories already exist; returns false if unable to create - // directories for any reason. Will also return false if the FilePath does - // not represent a directory (that is, it doesn't end with a path separator). - bool CreateDirectoriesRecursively() const; - - // Create the directory so that path exists. Returns true if successful or - // if the directory already exists; returns false if unable to create the - // directory for any reason, including if the parent directory does not - // exist. Not named "CreateDirectory" because that's a macro on Windows. - bool CreateFolder() const; - - // Returns true if FilePath describes something in the file-system, - // either a file, directory, or whatever, and that something exists. - bool FileOrDirectoryExists() const; - - // Returns true if pathname describes a directory in the file-system - // that exists. - bool DirectoryExists() const; - - // Returns true if FilePath ends with a path separator, which indicates that - // it is intended to represent a directory. Returns false otherwise. - // This does NOT check that a directory (or file) actually exists. - bool IsDirectory() const; - - // Returns true if pathname describes a root directory. (Windows has one - // root directory per disk drive.) - bool IsRootDirectory() const; - - // Returns true if pathname describes an absolute path. - bool IsAbsolutePath() const; - - private: - // Replaces multiple consecutive separators with a single separator. - // For example, "bar///foo" becomes "bar/foo". Does not eliminate other - // redundancies that might be in a pathname involving "." or "..". - // - // A pathname with multiple consecutive separators may occur either through - // user error or as a result of some scripts or APIs that generate a pathname - // with a trailing separator. On other platforms the same API or script - // may NOT generate a pathname with a trailing "/". Then elsewhere that - // pathname may have another "/" and pathname components added to it, - // without checking for the separator already being there. - // The script language and operating system may allow paths like "foo//bar" - // but some of the functions in FilePath will not handle that correctly. In - // particular, RemoveTrailingPathSeparator() only removes one separator, and - // it is called in CreateDirectoriesRecursively() assuming that it will change - // a pathname from directory syntax (trailing separator) to filename syntax. - // - // On Windows this method also replaces the alternate path separator '/' with - // the primary path separator '\\', so that for example "bar\\/\\foo" becomes - // "bar\\foo". - - void Normalize(); - - // Returns a pointer to the last occurence of a valid path separator in - // the FilePath. On Windows, for example, both '/' and '\' are valid path - // separators. Returns NULL if no path separator was found. - const char* FindLastPathSeparator() const; - - String pathname_; -}; // class FilePath - -} // namespace internal -} // namespace testing - -#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_ -// This file was GENERATED by command: -// pump.py gtest-type-util.h.pump -// DO NOT EDIT BY HAND!!! - -// Copyright 2008 Google Inc. -// All Rights Reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: wan@google.com (Zhanyong Wan) - -// Type utilities needed for implementing typed and type-parameterized -// tests. This file is generated by a SCRIPT. DO NOT EDIT BY HAND! -// -// Currently we support at most 50 types in a list, and at most 50 -// type-parameterized tests in one type-parameterized test case. -// Please contact googletestframework@googlegroups.com if you need -// more. - -#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TYPE_UTIL_H_ -#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TYPE_UTIL_H_ - - -// #ifdef __GNUC__ is too general here. It is possible to use gcc without using -// libstdc++ (which is where cxxabi.h comes from). -# ifdef __GLIBCXX__ -# include -# elif defined(__HP_aCC) -# include -# endif // __GLIBCXX__ - -namespace testing { -namespace internal { - -// GetTypeName() returns a human-readable name of type T. -// NB: This function is also used in Google Mock, so don't move it inside of -// the typed-test-only section below. -template -String GetTypeName() { -# if GTEST_HAS_RTTI - - const char* const name = typeid(T).name(); -# if defined(__GLIBCXX__) || defined(__HP_aCC) - int status = 0; - // gcc's implementation of typeid(T).name() mangles the type name, - // so we have to demangle it. -# ifdef __GLIBCXX__ - using abi::__cxa_demangle; -# endif // __GLIBCXX__ - char* const readable_name = __cxa_demangle(name, 0, 0, &status); - const String name_str(status == 0 ? readable_name : name); - free(readable_name); - return name_str; -# else - return name; -# endif // __GLIBCXX__ || __HP_aCC - -# else - - return ""; - -# endif // GTEST_HAS_RTTI -} - -#if GTEST_HAS_TYPED_TEST || GTEST_HAS_TYPED_TEST_P - -// AssertyTypeEq::type is defined iff T1 and T2 are the same -// type. This can be used as a compile-time assertion to ensure that -// two types are equal. - -template -struct AssertTypeEq; - -template -struct AssertTypeEq { - typedef bool type; -}; - -// A unique type used as the default value for the arguments of class -// template Types. This allows us to simulate variadic templates -// (e.g. Types, Type, and etc), which C++ doesn't -// support directly. -struct None {}; - -// The following family of struct and struct templates are used to -// represent type lists. In particular, TypesN -// represents a type list with N types (T1, T2, ..., and TN) in it. -// Except for Types0, every struct in the family has two member types: -// Head for the first type in the list, and Tail for the rest of the -// list. - -// The empty type list. -struct Types0 {}; - -// Type lists of length 1, 2, 3, and so on. - -template -struct Types1 { - typedef T1 Head; - typedef Types0 Tail; -}; -template -struct Types2 { - typedef T1 Head; - typedef Types1 Tail; -}; - -template -struct Types3 { - typedef T1 Head; - typedef Types2 Tail; -}; - -template -struct Types4 { - typedef T1 Head; - typedef Types3 Tail; -}; - -template -struct Types5 { - typedef T1 Head; - typedef Types4 Tail; -}; - -template -struct Types6 { - typedef T1 Head; - typedef Types5 Tail; -}; - -template -struct Types7 { - typedef T1 Head; - typedef Types6 Tail; -}; - -template -struct Types8 { - typedef T1 Head; - typedef Types7 Tail; -}; - -template -struct Types9 { - typedef T1 Head; - typedef Types8 Tail; -}; - -template -struct Types10 { - typedef T1 Head; - typedef Types9 Tail; -}; - -template -struct Types11 { - typedef T1 Head; - typedef Types10 Tail; -}; - -template -struct Types12 { - typedef T1 Head; - typedef Types11 Tail; -}; - -template -struct Types13 { - typedef T1 Head; - typedef Types12 Tail; -}; - -template -struct Types14 { - typedef T1 Head; - typedef Types13 Tail; -}; - -template -struct Types15 { - typedef T1 Head; - typedef Types14 Tail; -}; - -template -struct Types16 { - typedef T1 Head; - typedef Types15 Tail; -}; - -template -struct Types17 { - typedef T1 Head; - typedef Types16 Tail; -}; - -template -struct Types18 { - typedef T1 Head; - typedef Types17 Tail; -}; - -template -struct Types19 { - typedef T1 Head; - typedef Types18 Tail; -}; - -template -struct Types20 { - typedef T1 Head; - typedef Types19 Tail; -}; - -template -struct Types21 { - typedef T1 Head; - typedef Types20 Tail; -}; - -template -struct Types22 { - typedef T1 Head; - typedef Types21 Tail; -}; - -template -struct Types23 { - typedef T1 Head; - typedef Types22 Tail; -}; - -template -struct Types24 { - typedef T1 Head; - typedef Types23 Tail; -}; - -template -struct Types25 { - typedef T1 Head; - typedef Types24 Tail; -}; - -template -struct Types26 { - typedef T1 Head; - typedef Types25 Tail; -}; - -template -struct Types27 { - typedef T1 Head; - typedef Types26 Tail; -}; - -template -struct Types28 { - typedef T1 Head; - typedef Types27 Tail; -}; - -template -struct Types29 { - typedef T1 Head; - typedef Types28 Tail; -}; - -template -struct Types30 { - typedef T1 Head; - typedef Types29 Tail; -}; - -template -struct Types31 { - typedef T1 Head; - typedef Types30 Tail; -}; - -template -struct Types32 { - typedef T1 Head; - typedef Types31 Tail; -}; - -template -struct Types33 { - typedef T1 Head; - typedef Types32 Tail; -}; - -template -struct Types34 { - typedef T1 Head; - typedef Types33 Tail; -}; - -template -struct Types35 { - typedef T1 Head; - typedef Types34 Tail; -}; - -template -struct Types36 { - typedef T1 Head; - typedef Types35 Tail; -}; - -template -struct Types37 { - typedef T1 Head; - typedef Types36 Tail; -}; - -template -struct Types38 { - typedef T1 Head; - typedef Types37 Tail; -}; - -template -struct Types39 { - typedef T1 Head; - typedef Types38 Tail; -}; - -template -struct Types40 { - typedef T1 Head; - typedef Types39 Tail; -}; - -template -struct Types41 { - typedef T1 Head; - typedef Types40 Tail; -}; - -template -struct Types42 { - typedef T1 Head; - typedef Types41 Tail; -}; - -template -struct Types43 { - typedef T1 Head; - typedef Types42 Tail; -}; - -template -struct Types44 { - typedef T1 Head; - typedef Types43 Tail; -}; - -template -struct Types45 { - typedef T1 Head; - typedef Types44 Tail; -}; - -template -struct Types46 { - typedef T1 Head; - typedef Types45 Tail; -}; - -template -struct Types47 { - typedef T1 Head; - typedef Types46 Tail; -}; - -template -struct Types48 { - typedef T1 Head; - typedef Types47 Tail; -}; - -template -struct Types49 { - typedef T1 Head; - typedef Types48 Tail; -}; - -template -struct Types50 { - typedef T1 Head; - typedef Types49 Tail; -}; - - -} // namespace internal - -// We don't want to require the users to write TypesN<...> directly, -// as that would require them to count the length. Types<...> is much -// easier to write, but generates horrible messages when there is a -// compiler error, as gcc insists on printing out each template -// argument, even if it has the default value (this means Types -// will appear as Types in the compiler -// errors). -// -// Our solution is to combine the best part of the two approaches: a -// user would write Types, and Google Test will translate -// that to TypesN internally to make error messages -// readable. The translation is done by the 'type' member of the -// Types template. -template -struct Types { - typedef internal::Types50 type; -}; - -template <> -struct Types { - typedef internal::Types0 type; -}; -template -struct Types { - typedef internal::Types1 type; -}; -template -struct Types { - typedef internal::Types2 type; -}; -template -struct Types { - typedef internal::Types3 type; -}; -template -struct Types { - typedef internal::Types4 type; -}; -template -struct Types { - typedef internal::Types5 type; -}; -template -struct Types { - typedef internal::Types6 type; -}; -template -struct Types { - typedef internal::Types7 type; -}; -template -struct Types { - typedef internal::Types8 type; -}; -template -struct Types { - typedef internal::Types9 type; -}; -template -struct Types { - typedef internal::Types10 type; -}; -template -struct Types { - typedef internal::Types11 type; -}; -template -struct Types { - typedef internal::Types12 type; -}; -template -struct Types { - typedef internal::Types13 type; -}; -template -struct Types { - typedef internal::Types14 type; -}; -template -struct Types { - typedef internal::Types15 type; -}; -template -struct Types { - typedef internal::Types16 type; -}; -template -struct Types { - typedef internal::Types17 type; -}; -template -struct Types { - typedef internal::Types18 type; -}; -template -struct Types { - typedef internal::Types19 type; -}; -template -struct Types { - typedef internal::Types20 type; -}; -template -struct Types { - typedef internal::Types21 type; -}; -template -struct Types { - typedef internal::Types22 type; -}; -template -struct Types { - typedef internal::Types23 type; -}; -template -struct Types { - typedef internal::Types24 type; -}; -template -struct Types { - typedef internal::Types25 type; -}; -template -struct Types { - typedef internal::Types26 type; -}; -template -struct Types { - typedef internal::Types27 type; -}; -template -struct Types { - typedef internal::Types28 type; -}; -template -struct Types { - typedef internal::Types29 type; -}; -template -struct Types { - typedef internal::Types30 type; -}; -template -struct Types { - typedef internal::Types31 type; -}; -template -struct Types { - typedef internal::Types32 type; -}; -template -struct Types { - typedef internal::Types33 type; -}; -template -struct Types { - typedef internal::Types34 type; -}; -template -struct Types { - typedef internal::Types35 type; -}; -template -struct Types { - typedef internal::Types36 type; -}; -template -struct Types { - typedef internal::Types37 type; -}; -template -struct Types { - typedef internal::Types38 type; -}; -template -struct Types { - typedef internal::Types39 type; -}; -template -struct Types { - typedef internal::Types40 type; -}; -template -struct Types { - typedef internal::Types41 type; -}; -template -struct Types { - typedef internal::Types42 type; -}; -template -struct Types { - typedef internal::Types43 type; -}; -template -struct Types { - typedef internal::Types44 type; -}; -template -struct Types { - typedef internal::Types45 type; -}; -template -struct Types { - typedef internal::Types46 type; -}; -template -struct Types { - typedef internal::Types47 type; -}; -template -struct Types { - typedef internal::Types48 type; -}; -template -struct Types { - typedef internal::Types49 type; -}; - -namespace internal { - -# define GTEST_TEMPLATE_ template class - -// The template "selector" struct TemplateSel is used to -// represent Tmpl, which must be a class template with one type -// parameter, as a type. TemplateSel::Bind::type is defined -// as the type Tmpl. This allows us to actually instantiate the -// template "selected" by TemplateSel. -// -// This trick is necessary for simulating typedef for class templates, -// which C++ doesn't support directly. -template -struct TemplateSel { - template - struct Bind { - typedef Tmpl type; - }; -}; - -# define GTEST_BIND_(TmplSel, T) \ - TmplSel::template Bind::type - -// A unique struct template used as the default value for the -// arguments of class template Templates. This allows us to simulate -// variadic templates (e.g. Templates, Templates, -// and etc), which C++ doesn't support directly. -template -struct NoneT {}; - -// The following family of struct and struct templates are used to -// represent template lists. In particular, TemplatesN represents a list of N templates (T1, T2, ..., and TN). Except -// for Templates0, every struct in the family has two member types: -// Head for the selector of the first template in the list, and Tail -// for the rest of the list. - -// The empty template list. -struct Templates0 {}; - -// Template lists of length 1, 2, 3, and so on. - -template -struct Templates1 { - typedef TemplateSel Head; - typedef Templates0 Tail; -}; -template -struct Templates2 { - typedef TemplateSel Head; - typedef Templates1 Tail; -}; - -template -struct Templates3 { - typedef TemplateSel Head; - typedef Templates2 Tail; -}; - -template -struct Templates4 { - typedef TemplateSel Head; - typedef Templates3 Tail; -}; - -template -struct Templates5 { - typedef TemplateSel Head; - typedef Templates4 Tail; -}; - -template -struct Templates6 { - typedef TemplateSel Head; - typedef Templates5 Tail; -}; - -template -struct Templates7 { - typedef TemplateSel Head; - typedef Templates6 Tail; -}; - -template -struct Templates8 { - typedef TemplateSel Head; - typedef Templates7 Tail; -}; - -template -struct Templates9 { - typedef TemplateSel Head; - typedef Templates8 Tail; -}; - -template -struct Templates10 { - typedef TemplateSel Head; - typedef Templates9 Tail; -}; - -template -struct Templates11 { - typedef TemplateSel Head; - typedef Templates10 Tail; -}; - -template -struct Templates12 { - typedef TemplateSel Head; - typedef Templates11 Tail; -}; - -template -struct Templates13 { - typedef TemplateSel Head; - typedef Templates12 Tail; -}; - -template -struct Templates14 { - typedef TemplateSel Head; - typedef Templates13 Tail; -}; - -template -struct Templates15 { - typedef TemplateSel Head; - typedef Templates14 Tail; -}; - -template -struct Templates16 { - typedef TemplateSel Head; - typedef Templates15 Tail; -}; - -template -struct Templates17 { - typedef TemplateSel Head; - typedef Templates16 Tail; -}; - -template -struct Templates18 { - typedef TemplateSel Head; - typedef Templates17 Tail; -}; - -template -struct Templates19 { - typedef TemplateSel Head; - typedef Templates18 Tail; -}; - -template -struct Templates20 { - typedef TemplateSel Head; - typedef Templates19 Tail; -}; - -template -struct Templates21 { - typedef TemplateSel Head; - typedef Templates20 Tail; -}; - -template -struct Templates22 { - typedef TemplateSel Head; - typedef Templates21 Tail; -}; - -template -struct Templates23 { - typedef TemplateSel Head; - typedef Templates22 Tail; -}; - -template -struct Templates24 { - typedef TemplateSel Head; - typedef Templates23 Tail; -}; - -template -struct Templates25 { - typedef TemplateSel Head; - typedef Templates24 Tail; -}; - -template -struct Templates26 { - typedef TemplateSel Head; - typedef Templates25 Tail; -}; - -template -struct Templates27 { - typedef TemplateSel Head; - typedef Templates26 Tail; -}; - -template -struct Templates28 { - typedef TemplateSel Head; - typedef Templates27 Tail; -}; - -template -struct Templates29 { - typedef TemplateSel Head; - typedef Templates28 Tail; -}; - -template -struct Templates30 { - typedef TemplateSel Head; - typedef Templates29 Tail; -}; - -template -struct Templates31 { - typedef TemplateSel Head; - typedef Templates30 Tail; -}; - -template -struct Templates32 { - typedef TemplateSel Head; - typedef Templates31 Tail; -}; - -template -struct Templates33 { - typedef TemplateSel Head; - typedef Templates32 Tail; -}; - -template -struct Templates34 { - typedef TemplateSel Head; - typedef Templates33 Tail; -}; - -template -struct Templates35 { - typedef TemplateSel Head; - typedef Templates34 Tail; -}; - -template -struct Templates36 { - typedef TemplateSel Head; - typedef Templates35 Tail; -}; - -template -struct Templates37 { - typedef TemplateSel Head; - typedef Templates36 Tail; -}; - -template -struct Templates38 { - typedef TemplateSel Head; - typedef Templates37 Tail; -}; - -template -struct Templates39 { - typedef TemplateSel Head; - typedef Templates38 Tail; -}; - -template -struct Templates40 { - typedef TemplateSel Head; - typedef Templates39 Tail; -}; - -template -struct Templates41 { - typedef TemplateSel Head; - typedef Templates40 Tail; -}; - -template -struct Templates42 { - typedef TemplateSel Head; - typedef Templates41 Tail; -}; - -template -struct Templates43 { - typedef TemplateSel Head; - typedef Templates42 Tail; -}; - -template -struct Templates44 { - typedef TemplateSel Head; - typedef Templates43 Tail; -}; - -template -struct Templates45 { - typedef TemplateSel Head; - typedef Templates44 Tail; -}; - -template -struct Templates46 { - typedef TemplateSel Head; - typedef Templates45 Tail; -}; - -template -struct Templates47 { - typedef TemplateSel Head; - typedef Templates46 Tail; -}; - -template -struct Templates48 { - typedef TemplateSel Head; - typedef Templates47 Tail; -}; - -template -struct Templates49 { - typedef TemplateSel Head; - typedef Templates48 Tail; -}; - -template -struct Templates50 { - typedef TemplateSel Head; - typedef Templates49 Tail; -}; - - -// We don't want to require the users to write TemplatesN<...> directly, -// as that would require them to count the length. Templates<...> is much -// easier to write, but generates horrible messages when there is a -// compiler error, as gcc insists on printing out each template -// argument, even if it has the default value (this means Templates -// will appear as Templates in the compiler -// errors). -// -// Our solution is to combine the best part of the two approaches: a -// user would write Templates, and Google Test will translate -// that to TemplatesN internally to make error messages -// readable. The translation is done by the 'type' member of the -// Templates template. -template -struct Templates { - typedef Templates50 type; -}; - -template <> -struct Templates { - typedef Templates0 type; -}; -template -struct Templates { - typedef Templates1 type; -}; -template -struct Templates { - typedef Templates2 type; -}; -template -struct Templates { - typedef Templates3 type; -}; -template -struct Templates { - typedef Templates4 type; -}; -template -struct Templates { - typedef Templates5 type; -}; -template -struct Templates { - typedef Templates6 type; -}; -template -struct Templates { - typedef Templates7 type; -}; -template -struct Templates { - typedef Templates8 type; -}; -template -struct Templates { - typedef Templates9 type; -}; -template -struct Templates { - typedef Templates10 type; -}; -template -struct Templates { - typedef Templates11 type; -}; -template -struct Templates { - typedef Templates12 type; -}; -template -struct Templates { - typedef Templates13 type; -}; -template -struct Templates { - typedef Templates14 type; -}; -template -struct Templates { - typedef Templates15 type; -}; -template -struct Templates { - typedef Templates16 type; -}; -template -struct Templates { - typedef Templates17 type; -}; -template -struct Templates { - typedef Templates18 type; -}; -template -struct Templates { - typedef Templates19 type; -}; -template -struct Templates { - typedef Templates20 type; -}; -template -struct Templates { - typedef Templates21 type; -}; -template -struct Templates { - typedef Templates22 type; -}; -template -struct Templates { - typedef Templates23 type; -}; -template -struct Templates { - typedef Templates24 type; -}; -template -struct Templates { - typedef Templates25 type; -}; -template -struct Templates { - typedef Templates26 type; -}; -template -struct Templates { - typedef Templates27 type; -}; -template -struct Templates { - typedef Templates28 type; -}; -template -struct Templates { - typedef Templates29 type; -}; -template -struct Templates { - typedef Templates30 type; -}; -template -struct Templates { - typedef Templates31 type; -}; -template -struct Templates { - typedef Templates32 type; -}; -template -struct Templates { - typedef Templates33 type; -}; -template -struct Templates { - typedef Templates34 type; -}; -template -struct Templates { - typedef Templates35 type; -}; -template -struct Templates { - typedef Templates36 type; -}; -template -struct Templates { - typedef Templates37 type; -}; -template -struct Templates { - typedef Templates38 type; -}; -template -struct Templates { - typedef Templates39 type; -}; -template -struct Templates { - typedef Templates40 type; -}; -template -struct Templates { - typedef Templates41 type; -}; -template -struct Templates { - typedef Templates42 type; -}; -template -struct Templates { - typedef Templates43 type; -}; -template -struct Templates { - typedef Templates44 type; -}; -template -struct Templates { - typedef Templates45 type; -}; -template -struct Templates { - typedef Templates46 type; -}; -template -struct Templates { - typedef Templates47 type; -}; -template -struct Templates { - typedef Templates48 type; -}; -template -struct Templates { - typedef Templates49 type; -}; - -// The TypeList template makes it possible to use either a single type -// or a Types<...> list in TYPED_TEST_CASE() and -// INSTANTIATE_TYPED_TEST_CASE_P(). - -template -struct TypeList { typedef Types1 type; }; - -template -struct TypeList > { - typedef typename Types::type type; -}; - -#endif // GTEST_HAS_TYPED_TEST || GTEST_HAS_TYPED_TEST_P - -} // namespace internal -} // namespace testing - -#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TYPE_UTIL_H_ - -// Due to C++ preprocessor weirdness, we need double indirection to -// concatenate two tokens when one of them is __LINE__. Writing -// -// foo ## __LINE__ -// -// will result in the token foo__LINE__, instead of foo followed by -// the current line number. For more details, see -// http://www.parashift.com/c++-faq-lite/misc-technical-issues.html#faq-39.6 -#define GTEST_CONCAT_TOKEN_(foo, bar) GTEST_CONCAT_TOKEN_IMPL_(foo, bar) -#define GTEST_CONCAT_TOKEN_IMPL_(foo, bar) foo ## bar - -// Google Test defines the testing::Message class to allow construction of -// test messages via the << operator. The idea is that anything -// streamable to std::ostream can be streamed to a testing::Message. -// This allows a user to use his own types in Google Test assertions by -// overloading the << operator. -// -// util/gtl/stl_logging-inl.h overloads << for STL containers. These -// overloads cannot be defined in the std namespace, as that will be -// undefined behavior. Therefore, they are defined in the global -// namespace instead. -// -// C++'s symbol lookup rule (i.e. Koenig lookup) says that these -// overloads are visible in either the std namespace or the global -// namespace, but not other namespaces, including the testing -// namespace which Google Test's Message class is in. -// -// To allow STL containers (and other types that has a << operator -// defined in the global namespace) to be used in Google Test assertions, -// testing::Message must access the custom << operator from the global -// namespace. Hence this helper function. -// -// Note: Jeffrey Yasskin suggested an alternative fix by "using -// ::operator<<;" in the definition of Message's operator<<. That fix -// doesn't require a helper function, but unfortunately doesn't -// compile with MSVC. -template -inline void GTestStreamToHelper(std::ostream* os, const T& val) { - *os << val; -} - -class ProtocolMessage; -namespace proto2 { class Message; } - -namespace testing { - -// Forward declarations. - -class AssertionResult; // Result of an assertion. -class Message; // Represents a failure message. -class Test; // Represents a test. -class TestInfo; // Information about a test. -class TestPartResult; // Result of a test part. -class UnitTest; // A collection of test cases. - -template -::std::string PrintToString(const T& value); - -namespace internal { - -struct TraceInfo; // Information about a trace point. -class ScopedTrace; // Implements scoped trace. -class TestInfoImpl; // Opaque implementation of TestInfo -class UnitTestImpl; // Opaque implementation of UnitTest - -// How many times InitGoogleTest() has been called. -extern int g_init_gtest_count; - -// The text used in failure messages to indicate the start of the -// stack trace. -GTEST_API_ extern const char kStackTraceMarker[]; - -// A secret type that Google Test users don't know about. It has no -// definition on purpose. Therefore it's impossible to create a -// Secret object, which is what we want. -class Secret; - -// Two overloaded helpers for checking at compile time whether an -// expression is a null pointer literal (i.e. NULL or any 0-valued -// compile-time integral constant). Their return values have -// different sizes, so we can use sizeof() to test which version is -// picked by the compiler. These helpers have no implementations, as -// we only need their signatures. -// -// Given IsNullLiteralHelper(x), the compiler will pick the first -// version if x can be implicitly converted to Secret*, and pick the -// second version otherwise. Since Secret is a secret and incomplete -// type, the only expression a user can write that has type Secret* is -// a null pointer literal. Therefore, we know that x is a null -// pointer literal if and only if the first version is picked by the -// compiler. -char IsNullLiteralHelper(Secret* p); -char (&IsNullLiteralHelper(...))[2]; // NOLINT - -// A compile-time bool constant that is true if and only if x is a -// null pointer literal (i.e. NULL or any 0-valued compile-time -// integral constant). -#ifdef GTEST_ELLIPSIS_NEEDS_POD_ -// We lose support for NULL detection where the compiler doesn't like -// passing non-POD classes through ellipsis (...). -# define GTEST_IS_NULL_LITERAL_(x) false -#else -# define GTEST_IS_NULL_LITERAL_(x) \ - (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1) -#endif // GTEST_ELLIPSIS_NEEDS_POD_ - -// Appends the user-supplied message to the Google-Test-generated message. -GTEST_API_ String AppendUserMessage(const String& gtest_msg, - const Message& user_msg); - -// A helper class for creating scoped traces in user programs. -class GTEST_API_ ScopedTrace { - public: - // The c'tor pushes the given source file location and message onto - // a trace stack maintained by Google Test. - ScopedTrace(const char* file, int line, const Message& message); - - // The d'tor pops the info pushed by the c'tor. - // - // Note that the d'tor is not virtual in order to be efficient. - // Don't inherit from ScopedTrace! - ~ScopedTrace(); - - private: - GTEST_DISALLOW_COPY_AND_ASSIGN_(ScopedTrace); -} GTEST_ATTRIBUTE_UNUSED_; // A ScopedTrace object does its job in its - // c'tor and d'tor. Therefore it doesn't - // need to be used otherwise. - -// Converts a streamable value to a String. A NULL pointer is -// converted to "(null)". When the input value is a ::string, -// ::std::string, ::wstring, or ::std::wstring object, each NUL -// character in it is replaced with "\\0". -// Declared here but defined in gtest.h, so that it has access -// to the definition of the Message class, required by the ARM -// compiler. -template -String StreamableToString(const T& streamable); - -// The Symbian compiler has a bug that prevents it from selecting the -// correct overload of FormatForComparisonFailureMessage (see below) -// unless we pass the first argument by reference. If we do that, -// however, Visual Age C++ 10.1 generates a compiler error. Therefore -// we only apply the work-around for Symbian. -#if defined(__SYMBIAN32__) -# define GTEST_CREF_WORKAROUND_ const& -#else -# define GTEST_CREF_WORKAROUND_ -#endif - -// When this operand is a const char* or char*, if the other operand -// is a ::std::string or ::string, we print this operand as a C string -// rather than a pointer (we do the same for wide strings); otherwise -// we print it as a pointer to be safe. - -// This internal macro is used to avoid duplicated code. -#define GTEST_FORMAT_IMPL_(operand2_type, operand1_printer)\ -inline String FormatForComparisonFailureMessage(\ - operand2_type::value_type* GTEST_CREF_WORKAROUND_ str, \ - const operand2_type& /*operand2*/) {\ - return operand1_printer(str);\ -}\ -inline String FormatForComparisonFailureMessage(\ - const operand2_type::value_type* GTEST_CREF_WORKAROUND_ str, \ - const operand2_type& /*operand2*/) {\ - return operand1_printer(str);\ -} - -GTEST_FORMAT_IMPL_(::std::string, String::ShowCStringQuoted) -#if GTEST_HAS_STD_WSTRING -GTEST_FORMAT_IMPL_(::std::wstring, String::ShowWideCStringQuoted) -#endif // GTEST_HAS_STD_WSTRING - -#if GTEST_HAS_GLOBAL_STRING -GTEST_FORMAT_IMPL_(::string, String::ShowCStringQuoted) -#endif // GTEST_HAS_GLOBAL_STRING -#if GTEST_HAS_GLOBAL_WSTRING -GTEST_FORMAT_IMPL_(::wstring, String::ShowWideCStringQuoted) -#endif // GTEST_HAS_GLOBAL_WSTRING - -#undef GTEST_FORMAT_IMPL_ - -// The next four overloads handle the case where the operand being -// printed is a char/wchar_t pointer and the other operand is not a -// string/wstring object. In such cases, we just print the operand as -// a pointer to be safe. -#define GTEST_FORMAT_CHAR_PTR_IMPL_(CharType) \ - template \ - String FormatForComparisonFailureMessage(CharType* GTEST_CREF_WORKAROUND_ p, \ - const T&) { \ - return PrintToString(static_cast(p)); \ - } - -GTEST_FORMAT_CHAR_PTR_IMPL_(char) -GTEST_FORMAT_CHAR_PTR_IMPL_(const char) -GTEST_FORMAT_CHAR_PTR_IMPL_(wchar_t) -GTEST_FORMAT_CHAR_PTR_IMPL_(const wchar_t) - -#undef GTEST_FORMAT_CHAR_PTR_IMPL_ - -// Constructs and returns the message for an equality assertion -// (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure. -// -// The first four parameters are the expressions used in the assertion -// and their values, as strings. For example, for ASSERT_EQ(foo, bar) -// where foo is 5 and bar is 6, we have: -// -// expected_expression: "foo" -// actual_expression: "bar" -// expected_value: "5" -// actual_value: "6" -// -// The ignoring_case parameter is true iff the assertion is a -// *_STRCASEEQ*. When it's true, the string " (ignoring case)" will -// be inserted into the message. -GTEST_API_ AssertionResult EqFailure(const char* expected_expression, - const char* actual_expression, - const String& expected_value, - const String& actual_value, - bool ignoring_case); - -// Constructs a failure message for Boolean assertions such as EXPECT_TRUE. -GTEST_API_ String GetBoolAssertionFailureMessage( - const AssertionResult& assertion_result, - const char* expression_text, - const char* actual_predicate_value, - const char* expected_predicate_value); - -// This template class represents an IEEE floating-point number -// (either single-precision or double-precision, depending on the -// template parameters). -// -// The purpose of this class is to do more sophisticated number -// comparison. (Due to round-off error, etc, it's very unlikely that -// two floating-points will be equal exactly. Hence a naive -// comparison by the == operation often doesn't work.) -// -// Format of IEEE floating-point: -// -// The most-significant bit being the leftmost, an IEEE -// floating-point looks like -// -// sign_bit exponent_bits fraction_bits -// -// Here, sign_bit is a single bit that designates the sign of the -// number. -// -// For float, there are 8 exponent bits and 23 fraction bits. -// -// For double, there are 11 exponent bits and 52 fraction bits. -// -// More details can be found at -// http://en.wikipedia.org/wiki/IEEE_floating-point_standard. -// -// Template parameter: -// -// RawType: the raw floating-point type (either float or double) -template -class FloatingPoint { - public: - // Defines the unsigned integer type that has the same size as the - // floating point number. - typedef typename TypeWithSize::UInt Bits; - - // Constants. - - // # of bits in a number. - static const size_t kBitCount = 8*sizeof(RawType); - - // # of fraction bits in a number. - static const size_t kFractionBitCount = - std::numeric_limits::digits - 1; - - // # of exponent bits in a number. - static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount; - - // The mask for the sign bit. - static const Bits kSignBitMask = static_cast(1) << (kBitCount - 1); - - // The mask for the fraction bits. - static const Bits kFractionBitMask = - ~static_cast(0) >> (kExponentBitCount + 1); - - // The mask for the exponent bits. - static const Bits kExponentBitMask = ~(kSignBitMask | kFractionBitMask); - - // How many ULP's (Units in the Last Place) we want to tolerate when - // comparing two numbers. The larger the value, the more error we - // allow. A 0 value means that two numbers must be exactly the same - // to be considered equal. - // - // The maximum error of a single floating-point operation is 0.5 - // units in the last place. On Intel CPU's, all floating-point - // calculations are done with 80-bit precision, while double has 64 - // bits. Therefore, 4 should be enough for ordinary use. - // - // See the following article for more details on ULP: - // http://www.cygnus-software.com/papers/comparingfloats/comparingfloats.htm. - static const size_t kMaxUlps = 4; - - // Constructs a FloatingPoint from a raw floating-point number. - // - // On an Intel CPU, passing a non-normalized NAN (Not a Number) - // around may change its bits, although the new value is guaranteed - // to be also a NAN. Therefore, don't expect this constructor to - // preserve the bits in x when x is a NAN. - explicit FloatingPoint(const RawType& x) { u_.value_ = x; } - - // Static methods - - // Reinterprets a bit pattern as a floating-point number. - // - // This function is needed to test the AlmostEquals() method. - static RawType ReinterpretBits(const Bits bits) { - FloatingPoint fp(0); - fp.u_.bits_ = bits; - return fp.u_.value_; - } - - // Returns the floating-point number that represent positive infinity. - static RawType Infinity() { - return ReinterpretBits(kExponentBitMask); - } - - // Non-static methods - - // Returns the bits that represents this number. - const Bits &bits() const { return u_.bits_; } - - // Returns the exponent bits of this number. - Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } - - // Returns the fraction bits of this number. - Bits fraction_bits() const { return kFractionBitMask & u_.bits_; } - - // Returns the sign bit of this number. - Bits sign_bit() const { return kSignBitMask & u_.bits_; } - - // Returns true iff this is NAN (not a number). - bool is_nan() const { - // It's a NAN if the exponent bits are all ones and the fraction - // bits are not entirely zeros. - return (exponent_bits() == kExponentBitMask) && (fraction_bits() != 0); - } - - // Returns true iff this number is at most kMaxUlps ULP's away from - // rhs. In particular, this function: - // - // - returns false if either number is (or both are) NAN. - // - treats really large numbers as almost equal to infinity. - // - thinks +0.0 and -0.0 are 0 DLP's apart. - bool AlmostEquals(const FloatingPoint& rhs) const { - // The IEEE standard says that any comparison operation involving - // a NAN must return false. - if (is_nan() || rhs.is_nan()) return false; - - return DistanceBetweenSignAndMagnitudeNumbers(u_.bits_, rhs.u_.bits_) - <= kMaxUlps; - } - - private: - // The data type used to store the actual floating-point number. - union FloatingPointUnion { - RawType value_; // The raw floating-point number. - Bits bits_; // The bits that represent the number. - }; - - // Converts an integer from the sign-and-magnitude representation to - // the biased representation. More precisely, let N be 2 to the - // power of (kBitCount - 1), an integer x is represented by the - // unsigned number x + N. - // - // For instance, - // - // -N + 1 (the most negative number representable using - // sign-and-magnitude) is represented by 1; - // 0 is represented by N; and - // N - 1 (the biggest number representable using - // sign-and-magnitude) is represented by 2N - 1. - // - // Read http://en.wikipedia.org/wiki/Signed_number_representations - // for more details on signed number representations. - static Bits SignAndMagnitudeToBiased(const Bits &sam) { - if (kSignBitMask & sam) { - // sam represents a negative number. - return ~sam + 1; - } else { - // sam represents a positive number. - return kSignBitMask | sam; - } - } - - // Given two numbers in the sign-and-magnitude representation, - // returns the distance between them as an unsigned number. - static Bits DistanceBetweenSignAndMagnitudeNumbers(const Bits &sam1, - const Bits &sam2) { - const Bits biased1 = SignAndMagnitudeToBiased(sam1); - const Bits biased2 = SignAndMagnitudeToBiased(sam2); - return (biased1 >= biased2) ? (biased1 - biased2) : (biased2 - biased1); - } - - FloatingPointUnion u_; -}; - -// Typedefs the instances of the FloatingPoint template class that we -// care to use. -typedef FloatingPoint Float; -typedef FloatingPoint Double; - -// In order to catch the mistake of putting tests that use different -// test fixture classes in the same test case, we need to assign -// unique IDs to fixture classes and compare them. The TypeId type is -// used to hold such IDs. The user should treat TypeId as an opaque -// type: the only operation allowed on TypeId values is to compare -// them for equality using the == operator. -typedef const void* TypeId; - -template -class TypeIdHelper { - public: - // dummy_ must not have a const type. Otherwise an overly eager - // compiler (e.g. MSVC 7.1 & 8.0) may try to merge - // TypeIdHelper::dummy_ for different Ts as an "optimization". - static bool dummy_; -}; - -template -bool TypeIdHelper::dummy_ = false; - -// GetTypeId() returns the ID of type T. Different values will be -// returned for different types. Calling the function twice with the -// same type argument is guaranteed to return the same ID. -template -TypeId GetTypeId() { - // The compiler is required to allocate a different - // TypeIdHelper::dummy_ variable for each T used to instantiate - // the template. Therefore, the address of dummy_ is guaranteed to - // be unique. - return &(TypeIdHelper::dummy_); -} - -// Returns the type ID of ::testing::Test. Always call this instead -// of GetTypeId< ::testing::Test>() to get the type ID of -// ::testing::Test, as the latter may give the wrong result due to a -// suspected linker bug when compiling Google Test as a Mac OS X -// framework. -GTEST_API_ TypeId GetTestTypeId(); - -// Defines the abstract factory interface that creates instances -// of a Test object. -class TestFactoryBase { - public: - virtual ~TestFactoryBase() {} - - // Creates a test instance to run. The instance is both created and destroyed - // within TestInfoImpl::Run() - virtual Test* CreateTest() = 0; - - protected: - TestFactoryBase() {} - - private: - GTEST_DISALLOW_COPY_AND_ASSIGN_(TestFactoryBase); -}; - -// This class provides implementation of TeastFactoryBase interface. -// It is used in TEST and TEST_F macros. -template -class TestFactoryImpl : public TestFactoryBase { - public: - virtual Test* CreateTest() { return new TestClass; } -}; - -#if GTEST_OS_WINDOWS - -// Predicate-formatters for implementing the HRESULT checking macros -// {ASSERT|EXPECT}_HRESULT_{SUCCEEDED|FAILED} -// We pass a long instead of HRESULT to avoid causing an -// include dependency for the HRESULT type. -GTEST_API_ AssertionResult IsHRESULTSuccess(const char* expr, - long hr); // NOLINT -GTEST_API_ AssertionResult IsHRESULTFailure(const char* expr, - long hr); // NOLINT - -#endif // GTEST_OS_WINDOWS - -// Types of SetUpTestCase() and TearDownTestCase() functions. -typedef void (*SetUpTestCaseFunc)(); -typedef void (*TearDownTestCaseFunc)(); - -// Creates a new TestInfo object and registers it with Google Test; -// returns the created object. -// -// Arguments: -// -// test_case_name: name of the test case -// name: name of the test -// type_param the name of the test's type parameter, or NULL if -// this is not a typed or a type-parameterized test. -// value_param text representation of the test's value parameter, -// or NULL if this is not a type-parameterized test. -// fixture_class_id: ID of the test fixture class -// set_up_tc: pointer to the function that sets up the test case -// tear_down_tc: pointer to the function that tears down the test case -// factory: pointer to the factory that creates a test object. -// The newly created TestInfo instance will assume -// ownership of the factory object. -GTEST_API_ TestInfo* MakeAndRegisterTestInfo( - const char* test_case_name, const char* name, - const char* type_param, - const char* value_param, - TypeId fixture_class_id, - SetUpTestCaseFunc set_up_tc, - TearDownTestCaseFunc tear_down_tc, - TestFactoryBase* factory); - -// If *pstr starts with the given prefix, modifies *pstr to be right -// past the prefix and returns true; otherwise leaves *pstr unchanged -// and returns false. None of pstr, *pstr, and prefix can be NULL. -GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr); - -#if GTEST_HAS_TYPED_TEST || GTEST_HAS_TYPED_TEST_P - -// State of the definition of a type-parameterized test case. -class GTEST_API_ TypedTestCasePState { - public: - TypedTestCasePState() : registered_(false) {} - - // Adds the given test name to defined_test_names_ and return true - // if the test case hasn't been registered; otherwise aborts the - // program. - bool AddTestName(const char* file, int line, const char* case_name, - const char* test_name) { - if (registered_) { - fprintf(stderr, "%s Test %s must be defined before " - "REGISTER_TYPED_TEST_CASE_P(%s, ...).\n", - FormatFileLocation(file, line).c_str(), test_name, case_name); - fflush(stderr); - posix::Abort(); - } - defined_test_names_.insert(test_name); - return true; - } - - // Verifies that registered_tests match the test names in - // defined_test_names_; returns registered_tests if successful, or - // aborts the program otherwise. - const char* VerifyRegisteredTestNames( - const char* file, int line, const char* registered_tests); - - private: - bool registered_; - ::std::set defined_test_names_; -}; - -// Skips to the first non-space char after the first comma in 'str'; -// returns NULL if no comma is found in 'str'. -inline const char* SkipComma(const char* str) { - const char* comma = strchr(str, ','); - if (comma == NULL) { - return NULL; - } - while (IsSpace(*(++comma))) {} - return comma; -} - -// Returns the prefix of 'str' before the first comma in it; returns -// the entire string if it contains no comma. -inline String GetPrefixUntilComma(const char* str) { - const char* comma = strchr(str, ','); - return comma == NULL ? String(str) : String(str, comma - str); -} - -// TypeParameterizedTest::Register() -// registers a list of type-parameterized tests with Google Test. The -// return value is insignificant - we just need to return something -// such that we can call this function in a namespace scope. -// -// Implementation note: The GTEST_TEMPLATE_ macro declares a template -// template parameter. It's defined in gtest-type-util.h. -template -class TypeParameterizedTest { - public: - // 'index' is the index of the test in the type list 'Types' - // specified in INSTANTIATE_TYPED_TEST_CASE_P(Prefix, TestCase, - // Types). Valid values for 'index' are [0, N - 1] where N is the - // length of Types. - static bool Register(const char* prefix, const char* case_name, - const char* test_names, int index) { - typedef typename Types::Head Type; - typedef Fixture FixtureClass; - typedef typename GTEST_BIND_(TestSel, Type) TestClass; - - // First, registers the first type-parameterized test in the type - // list. - MakeAndRegisterTestInfo( - String::Format("%s%s%s/%d", prefix, prefix[0] == '\0' ? "" : "/", - case_name, index).c_str(), - GetPrefixUntilComma(test_names).c_str(), - GetTypeName().c_str(), - NULL, // No value parameter. - GetTypeId(), - TestClass::SetUpTestCase, - TestClass::TearDownTestCase, - new TestFactoryImpl); - - // Next, recurses (at compile time) with the tail of the type list. - return TypeParameterizedTest - ::Register(prefix, case_name, test_names, index + 1); - } -}; - -// The base case for the compile time recursion. -template -class TypeParameterizedTest { - public: - static bool Register(const char* /*prefix*/, const char* /*case_name*/, - const char* /*test_names*/, int /*index*/) { - return true; - } -}; - -// TypeParameterizedTestCase::Register() -// registers *all combinations* of 'Tests' and 'Types' with Google -// Test. The return value is insignificant - we just need to return -// something such that we can call this function in a namespace scope. -template -class TypeParameterizedTestCase { - public: - static bool Register(const char* prefix, const char* case_name, - const char* test_names) { - typedef typename Tests::Head Head; - - // First, register the first test in 'Test' for each type in 'Types'. - TypeParameterizedTest::Register( - prefix, case_name, test_names, 0); - - // Next, recurses (at compile time) with the tail of the test list. - return TypeParameterizedTestCase - ::Register(prefix, case_name, SkipComma(test_names)); - } -}; - -// The base case for the compile time recursion. -template -class TypeParameterizedTestCase { - public: - static bool Register(const char* /*prefix*/, const char* /*case_name*/, - const char* /*test_names*/) { - return true; - } -}; - -#endif // GTEST_HAS_TYPED_TEST || GTEST_HAS_TYPED_TEST_P - -// Returns the current OS stack trace as a String. -// -// The maximum number of stack frames to be included is specified by -// the gtest_stack_trace_depth flag. The skip_count parameter -// specifies the number of top frames to be skipped, which doesn't -// count against the number of frames to be included. -// -// For example, if Foo() calls Bar(), which in turn calls -// GetCurrentOsStackTraceExceptTop(..., 1), Foo() will be included in -// the trace but Bar() and GetCurrentOsStackTraceExceptTop() won't. -GTEST_API_ String GetCurrentOsStackTraceExceptTop(UnitTest* unit_test, - int skip_count); - -// Helpers for suppressing warnings on unreachable code or constant -// condition. - -// Always returns true. -GTEST_API_ bool AlwaysTrue(); - -// Always returns false. -inline bool AlwaysFalse() { return !AlwaysTrue(); } - -// Helper for suppressing false warning from Clang on a const char* -// variable declared in a conditional expression always being NULL in -// the else branch. -struct GTEST_API_ ConstCharPtr { - ConstCharPtr(const char* str) : value(str) {} - operator bool() const { return true; } - const char* value; -}; - -// A simple Linear Congruential Generator for generating random -// numbers with a uniform distribution. Unlike rand() and srand(), it -// doesn't use global state (and therefore can't interfere with user -// code). Unlike rand_r(), it's portable. An LCG isn't very random, -// but it's good enough for our purposes. -class GTEST_API_ Random { - public: - static const UInt32 kMaxRange = 1u << 31; - - explicit Random(UInt32 seed) : state_(seed) {} - - void Reseed(UInt32 seed) { state_ = seed; } - - // Generates a random number from [0, range). Crashes if 'range' is - // 0 or greater than kMaxRange. - UInt32 Generate(UInt32 range); - - private: - UInt32 state_; - GTEST_DISALLOW_COPY_AND_ASSIGN_(Random); -}; - -// Defining a variable of type CompileAssertTypesEqual will cause a -// compiler error iff T1 and T2 are different types. -template -struct CompileAssertTypesEqual; - -template -struct CompileAssertTypesEqual { -}; - -// Removes the reference from a type if it is a reference type, -// otherwise leaves it unchanged. This is the same as -// tr1::remove_reference, which is not widely available yet. -template -struct RemoveReference { typedef T type; }; // NOLINT -template -struct RemoveReference { typedef T type; }; // NOLINT - -// A handy wrapper around RemoveReference that works when the argument -// T depends on template parameters. -#define GTEST_REMOVE_REFERENCE_(T) \ - typename ::testing::internal::RemoveReference::type - -// Removes const from a type if it is a const type, otherwise leaves -// it unchanged. This is the same as tr1::remove_const, which is not -// widely available yet. -template -struct RemoveConst { typedef T type; }; // NOLINT -template -struct RemoveConst { typedef T type; }; // NOLINT - -// MSVC 8.0, Sun C++, and IBM XL C++ have a bug which causes the above -// definition to fail to remove the const in 'const int[3]' and 'const -// char[3][4]'. The following specialization works around the bug. -// However, it causes trouble with GCC and thus needs to be -// conditionally compiled. -#if defined(_MSC_VER) || defined(__SUNPRO_CC) || defined(__IBMCPP__) -template -struct RemoveConst { - typedef typename RemoveConst::type type[N]; -}; -#endif - -// A handy wrapper around RemoveConst that works when the argument -// T depends on template parameters. -#define GTEST_REMOVE_CONST_(T) \ - typename ::testing::internal::RemoveConst::type - -// Turns const U&, U&, const U, and U all into U. -#define GTEST_REMOVE_REFERENCE_AND_CONST_(T) \ - GTEST_REMOVE_CONST_(GTEST_REMOVE_REFERENCE_(T)) - -// Adds reference to a type if it is not a reference type, -// otherwise leaves it unchanged. This is the same as -// tr1::add_reference, which is not widely available yet. -template -struct AddReference { typedef T& type; }; // NOLINT -template -struct AddReference { typedef T& type; }; // NOLINT - -// A handy wrapper around AddReference that works when the argument T -// depends on template parameters. -#define GTEST_ADD_REFERENCE_(T) \ - typename ::testing::internal::AddReference::type - -// Adds a reference to const on top of T as necessary. For example, -// it transforms -// -// char ==> const char& -// const char ==> const char& -// char& ==> const char& -// const char& ==> const char& -// -// The argument T must depend on some template parameters. -#define GTEST_REFERENCE_TO_CONST_(T) \ - GTEST_ADD_REFERENCE_(const GTEST_REMOVE_REFERENCE_(T)) - -// ImplicitlyConvertible::value is a compile-time bool -// constant that's true iff type From can be implicitly converted to -// type To. -template -class ImplicitlyConvertible { - private: - // We need the following helper functions only for their types. - // They have no implementations. - - // MakeFrom() is an expression whose type is From. We cannot simply - // use From(), as the type From may not have a public default - // constructor. - static From MakeFrom(); - - // These two functions are overloaded. Given an expression - // Helper(x), the compiler will pick the first version if x can be - // implicitly converted to type To; otherwise it will pick the - // second version. - // - // The first version returns a value of size 1, and the second - // version returns a value of size 2. Therefore, by checking the - // size of Helper(x), which can be done at compile time, we can tell - // which version of Helper() is used, and hence whether x can be - // implicitly converted to type To. - static char Helper(To); - static char (&Helper(...))[2]; // NOLINT - - // We have to put the 'public' section after the 'private' section, - // or MSVC refuses to compile the code. - public: - // MSVC warns about implicitly converting from double to int for - // possible loss of data, so we need to temporarily disable the - // warning. -#ifdef _MSC_VER -# pragma warning(push) // Saves the current warning state. -# pragma warning(disable:4244) // Temporarily disables warning 4244. - - static const bool value = - sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1; -# pragma warning(pop) // Restores the warning state. -#elif defined(__BORLANDC__) - // C++Builder cannot use member overload resolution during template - // instantiation. The simplest workaround is to use its C++0x type traits - // functions (C++Builder 2009 and above only). - static const bool value = __is_convertible(From, To); -#else - static const bool value = - sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1; -#endif // _MSV_VER -}; -template -const bool ImplicitlyConvertible::value; - -// IsAProtocolMessage::value is a compile-time bool constant that's -// true iff T is type ProtocolMessage, proto2::Message, or a subclass -// of those. -template -struct IsAProtocolMessage - : public bool_constant< - ImplicitlyConvertible::value || - ImplicitlyConvertible::value> { -}; - -// When the compiler sees expression IsContainerTest(0), if C is an -// STL-style container class, the first overload of IsContainerTest -// will be viable (since both C::iterator* and C::const_iterator* are -// valid types and NULL can be implicitly converted to them). It will -// be picked over the second overload as 'int' is a perfect match for -// the type of argument 0. If C::iterator or C::const_iterator is not -// a valid type, the first overload is not viable, and the second -// overload will be picked. Therefore, we can determine whether C is -// a container class by checking the type of IsContainerTest(0). -// The value of the expression is insignificant. -// -// Note that we look for both C::iterator and C::const_iterator. The -// reason is that C++ injects the name of a class as a member of the -// class itself (e.g. you can refer to class iterator as either -// 'iterator' or 'iterator::iterator'). If we look for C::iterator -// only, for example, we would mistakenly think that a class named -// iterator is an STL container. -// -// Also note that the simpler approach of overloading -// IsContainerTest(typename C::const_iterator*) and -// IsContainerTest(...) doesn't work with Visual Age C++ and Sun C++. -typedef int IsContainer; -template -IsContainer IsContainerTest(int /* dummy */, - typename C::iterator* /* it */ = NULL, - typename C::const_iterator* /* const_it */ = NULL) { - return 0; -} - -typedef char IsNotContainer; -template -IsNotContainer IsContainerTest(long /* dummy */) { return '\0'; } - -// EnableIf::type is void when 'Cond' is true, and -// undefined when 'Cond' is false. To use SFINAE to make a function -// overload only apply when a particular expression is true, add -// "typename EnableIf::type* = 0" as the last parameter. -template struct EnableIf; -template<> struct EnableIf { typedef void type; }; // NOLINT - -// Utilities for native arrays. - -// ArrayEq() compares two k-dimensional native arrays using the -// elements' operator==, where k can be any integer >= 0. When k is -// 0, ArrayEq() degenerates into comparing a single pair of values. - -template -bool ArrayEq(const T* lhs, size_t size, const U* rhs); - -// This generic version is used when k is 0. -template -inline bool ArrayEq(const T& lhs, const U& rhs) { return lhs == rhs; } - -// This overload is used when k >= 1. -template -inline bool ArrayEq(const T(&lhs)[N], const U(&rhs)[N]) { - return internal::ArrayEq(lhs, N, rhs); -} - -// This helper reduces code bloat. If we instead put its logic inside -// the previous ArrayEq() function, arrays with different sizes would -// lead to different copies of the template code. -template -bool ArrayEq(const T* lhs, size_t size, const U* rhs) { - for (size_t i = 0; i != size; i++) { - if (!internal::ArrayEq(lhs[i], rhs[i])) - return false; - } - return true; -} - -// Finds the first element in the iterator range [begin, end) that -// equals elem. Element may be a native array type itself. -template -Iter ArrayAwareFind(Iter begin, Iter end, const Element& elem) { - for (Iter it = begin; it != end; ++it) { - if (internal::ArrayEq(*it, elem)) - return it; - } - return end; -} - -// CopyArray() copies a k-dimensional native array using the elements' -// operator=, where k can be any integer >= 0. When k is 0, -// CopyArray() degenerates into copying a single value. - -template -void CopyArray(const T* from, size_t size, U* to); - -// This generic version is used when k is 0. -template -inline void CopyArray(const T& from, U* to) { *to = from; } - -// This overload is used when k >= 1. -template -inline void CopyArray(const T(&from)[N], U(*to)[N]) { - internal::CopyArray(from, N, *to); -} - -// This helper reduces code bloat. If we instead put its logic inside -// the previous CopyArray() function, arrays with different sizes -// would lead to different copies of the template code. -template -void CopyArray(const T* from, size_t size, U* to) { - for (size_t i = 0; i != size; i++) { - internal::CopyArray(from[i], to + i); - } -} - -// The relation between an NativeArray object (see below) and the -// native array it represents. -enum RelationToSource { - kReference, // The NativeArray references the native array. - kCopy // The NativeArray makes a copy of the native array and - // owns the copy. -}; - -// Adapts a native array to a read-only STL-style container. Instead -// of the complete STL container concept, this adaptor only implements -// members useful for Google Mock's container matchers. New members -// should be added as needed. To simplify the implementation, we only -// support Element being a raw type (i.e. having no top-level const or -// reference modifier). It's the client's responsibility to satisfy -// this requirement. Element can be an array type itself (hence -// multi-dimensional arrays are supported). -template -class NativeArray { - public: - // STL-style container typedefs. - typedef Element value_type; - typedef Element* iterator; - typedef const Element* const_iterator; - - // Constructs from a native array. - NativeArray(const Element* array, size_t count, RelationToSource relation) { - Init(array, count, relation); - } - - // Copy constructor. - NativeArray(const NativeArray& rhs) { - Init(rhs.array_, rhs.size_, rhs.relation_to_source_); - } - - ~NativeArray() { - // Ensures that the user doesn't instantiate NativeArray with a - // const or reference type. - static_cast(StaticAssertTypeEqHelper()); - if (relation_to_source_ == kCopy) - delete[] array_; - } - - // STL-style container methods. - size_t size() const { return size_; } - const_iterator begin() const { return array_; } - const_iterator end() const { return array_ + size_; } - bool operator==(const NativeArray& rhs) const { - return size() == rhs.size() && - ArrayEq(begin(), size(), rhs.begin()); - } - - private: - // Initializes this object; makes a copy of the input array if - // 'relation' is kCopy. - void Init(const Element* array, size_t a_size, RelationToSource relation) { - if (relation == kReference) { - array_ = array; - } else { - Element* const copy = new Element[a_size]; - CopyArray(array, a_size, copy); - array_ = copy; - } - size_ = a_size; - relation_to_source_ = relation; - } - - const Element* array_; - size_t size_; - RelationToSource relation_to_source_; - - GTEST_DISALLOW_ASSIGN_(NativeArray); -}; - -} // namespace internal -} // namespace testing - -#define GTEST_MESSAGE_AT_(file, line, message, result_type) \ - ::testing::internal::AssertHelper(result_type, file, line, message) \ - = ::testing::Message() - -#define GTEST_MESSAGE_(message, result_type) \ - GTEST_MESSAGE_AT_(__FILE__, __LINE__, message, result_type) - -#define GTEST_FATAL_FAILURE_(message) \ - return GTEST_MESSAGE_(message, ::testing::TestPartResult::kFatalFailure) - -#define GTEST_NONFATAL_FAILURE_(message) \ - GTEST_MESSAGE_(message, ::testing::TestPartResult::kNonFatalFailure) - -#define GTEST_SUCCESS_(message) \ - GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess) - -// Suppresses MSVC warnings 4072 (unreachable code) for the code following -// statement if it returns or throws (or doesn't return or throw in some -// situations). -#define GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement) \ - if (::testing::internal::AlwaysTrue()) { statement; } - -#define GTEST_TEST_THROW_(statement, expected_exception, fail) \ - GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ - if (::testing::internal::ConstCharPtr gtest_msg = "") { \ - bool gtest_caught_expected = false; \ - try { \ - GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \ - } \ - catch (expected_exception const&) { \ - gtest_caught_expected = true; \ - } \ - catch (...) { \ - gtest_msg.value = \ - "Expected: " #statement " throws an exception of type " \ - #expected_exception ".\n Actual: it throws a different type."; \ - goto GTEST_CONCAT_TOKEN_(gtest_label_testthrow_, __LINE__); \ - } \ - if (!gtest_caught_expected) { \ - gtest_msg.value = \ - "Expected: " #statement " throws an exception of type " \ - #expected_exception ".\n Actual: it throws nothing."; \ - goto GTEST_CONCAT_TOKEN_(gtest_label_testthrow_, __LINE__); \ - } \ - } else \ - GTEST_CONCAT_TOKEN_(gtest_label_testthrow_, __LINE__): \ - fail(gtest_msg.value) - -#define GTEST_TEST_NO_THROW_(statement, fail) \ - GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ - if (::testing::internal::AlwaysTrue()) { \ - try { \ - GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \ - } \ - catch (...) { \ - goto GTEST_CONCAT_TOKEN_(gtest_label_testnothrow_, __LINE__); \ - } \ - } else \ - GTEST_CONCAT_TOKEN_(gtest_label_testnothrow_, __LINE__): \ - fail("Expected: " #statement " doesn't throw an exception.\n" \ - " Actual: it throws.") - -#define GTEST_TEST_ANY_THROW_(statement, fail) \ - GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ - if (::testing::internal::AlwaysTrue()) { \ - bool gtest_caught_any = false; \ - try { \ - GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \ - } \ - catch (...) { \ - gtest_caught_any = true; \ - } \ - if (!gtest_caught_any) { \ - goto GTEST_CONCAT_TOKEN_(gtest_label_testanythrow_, __LINE__); \ - } \ - } else \ - GTEST_CONCAT_TOKEN_(gtest_label_testanythrow_, __LINE__): \ - fail("Expected: " #statement " throws an exception.\n" \ - " Actual: it doesn't.") - - -// Implements Boolean test assertions such as EXPECT_TRUE. expression can be -// either a boolean expression or an AssertionResult. text is a textual -// represenation of expression as it was passed into the EXPECT_TRUE. -#define GTEST_TEST_BOOLEAN_(expression, text, actual, expected, fail) \ - GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ - if (const ::testing::AssertionResult gtest_ar_ = \ - ::testing::AssertionResult(expression)) \ - ; \ - else \ - fail(::testing::internal::GetBoolAssertionFailureMessage(\ - gtest_ar_, text, #actual, #expected).c_str()) - -#define GTEST_TEST_NO_FATAL_FAILURE_(statement, fail) \ - GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ - if (::testing::internal::AlwaysTrue()) { \ - ::testing::internal::HasNewFatalFailureHelper gtest_fatal_failure_checker; \ - GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \ - if (gtest_fatal_failure_checker.has_new_fatal_failure()) { \ - goto GTEST_CONCAT_TOKEN_(gtest_label_testnofatal_, __LINE__); \ - } \ - } else \ - GTEST_CONCAT_TOKEN_(gtest_label_testnofatal_, __LINE__): \ - fail("Expected: " #statement " doesn't generate new fatal " \ - "failures in the current thread.\n" \ - " Actual: it does.") - -// Expands to the name of the class that implements the given test. -#define GTEST_TEST_CLASS_NAME_(test_case_name, test_name) \ - test_case_name##_##test_name##_Test - -// Helper macro for defining tests. -#define GTEST_TEST_(test_case_name, test_name, parent_class, parent_id)\ -class GTEST_TEST_CLASS_NAME_(test_case_name, test_name) : public parent_class {\ - public:\ - GTEST_TEST_CLASS_NAME_(test_case_name, test_name)() {}\ - private:\ - virtual void TestBody();\ - static ::testing::TestInfo* const test_info_ GTEST_ATTRIBUTE_UNUSED_;\ - GTEST_DISALLOW_COPY_AND_ASSIGN_(\ - GTEST_TEST_CLASS_NAME_(test_case_name, test_name));\ -};\ -\ -::testing::TestInfo* const GTEST_TEST_CLASS_NAME_(test_case_name, test_name)\ - ::test_info_ =\ - ::testing::internal::MakeAndRegisterTestInfo(\ - #test_case_name, #test_name, NULL, NULL, \ - (parent_id), \ - parent_class::SetUpTestCase, \ - parent_class::TearDownTestCase, \ - new ::testing::internal::TestFactoryImpl<\ - GTEST_TEST_CLASS_NAME_(test_case_name, test_name)>);\ -void GTEST_TEST_CLASS_NAME_(test_case_name, test_name)::TestBody() - -#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_INTERNAL_H_ -// Copyright 2005, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: wan@google.com (Zhanyong Wan) -// -// The Google C++ Testing Framework (Google Test) -// -// This header file defines the public API for death tests. It is -// #included by gtest.h so a user doesn't need to include this -// directly. - -#ifndef GTEST_INCLUDE_GTEST_GTEST_DEATH_TEST_H_ -#define GTEST_INCLUDE_GTEST_GTEST_DEATH_TEST_H_ - -// Copyright 2005, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Authors: wan@google.com (Zhanyong Wan), eefacm@gmail.com (Sean Mcafee) -// -// The Google C++ Testing Framework (Google Test) -// -// This header file defines internal utilities needed for implementing -// death tests. They are subject to change without notice. - -#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_ -#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_ - - -#include - -namespace testing { -namespace internal { - -GTEST_DECLARE_string_(internal_run_death_test); - -// Names of the flags (needed for parsing Google Test flags). -const char kDeathTestStyleFlag[] = "death_test_style"; -const char kDeathTestUseFork[] = "death_test_use_fork"; -const char kInternalRunDeathTestFlag[] = "internal_run_death_test"; - -#if GTEST_HAS_DEATH_TEST - -// DeathTest is a class that hides much of the complexity of the -// GTEST_DEATH_TEST_ macro. It is abstract; its static Create method -// returns a concrete class that depends on the prevailing death test -// style, as defined by the --gtest_death_test_style and/or -// --gtest_internal_run_death_test flags. - -// In describing the results of death tests, these terms are used with -// the corresponding definitions: -// -// exit status: The integer exit information in the format specified -// by wait(2) -// exit code: The integer code passed to exit(3), _exit(2), or -// returned from main() -class GTEST_API_ DeathTest { - public: - // Create returns false if there was an error determining the - // appropriate action to take for the current death test; for example, - // if the gtest_death_test_style flag is set to an invalid value. - // The LastMessage method will return a more detailed message in that - // case. Otherwise, the DeathTest pointer pointed to by the "test" - // argument is set. If the death test should be skipped, the pointer - // is set to NULL; otherwise, it is set to the address of a new concrete - // DeathTest object that controls the execution of the current test. - static bool Create(const char* statement, const RE* regex, - const char* file, int line, DeathTest** test); - DeathTest(); - virtual ~DeathTest() { } - - // A helper class that aborts a death test when it's deleted. - class ReturnSentinel { - public: - explicit ReturnSentinel(DeathTest* test) : test_(test) { } - ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } - private: - DeathTest* const test_; - GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel); - } GTEST_ATTRIBUTE_UNUSED_; - - // An enumeration of possible roles that may be taken when a death - // test is encountered. EXECUTE means that the death test logic should - // be executed immediately. OVERSEE means that the program should prepare - // the appropriate environment for a child process to execute the death - // test, then wait for it to complete. - enum TestRole { OVERSEE_TEST, EXECUTE_TEST }; - - // An enumeration of the three reasons that a test might be aborted. - enum AbortReason { - TEST_ENCOUNTERED_RETURN_STATEMENT, - TEST_THREW_EXCEPTION, - TEST_DID_NOT_DIE - }; - - // Assumes one of the above roles. - virtual TestRole AssumeRole() = 0; - - // Waits for the death test to finish and returns its status. - virtual int Wait() = 0; - - // Returns true if the death test passed; that is, the test process - // exited during the test, its exit status matches a user-supplied - // predicate, and its stderr output matches a user-supplied regular - // expression. - // The user-supplied predicate may be a macro expression rather - // than a function pointer or functor, or else Wait and Passed could - // be combined. - virtual bool Passed(bool exit_status_ok) = 0; - - // Signals that the death test did not die as expected. - virtual void Abort(AbortReason reason) = 0; - - // Returns a human-readable outcome message regarding the outcome of - // the last death test. - static const char* LastMessage(); - - static void set_last_death_test_message(const String& message); - - private: - // A string containing a description of the outcome of the last death test. - static String last_death_test_message_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest); -}; - -// Factory interface for death tests. May be mocked out for testing. -class DeathTestFactory { - public: - virtual ~DeathTestFactory() { } - virtual bool Create(const char* statement, const RE* regex, - const char* file, int line, DeathTest** test) = 0; -}; - -// A concrete DeathTestFactory implementation for normal use. -class DefaultDeathTestFactory : public DeathTestFactory { - public: - virtual bool Create(const char* statement, const RE* regex, - const char* file, int line, DeathTest** test); -}; - -// Returns true if exit_status describes a process that was terminated -// by a signal, or exited normally with a nonzero exit code. -GTEST_API_ bool ExitedUnsuccessfully(int exit_status); - -// Traps C++ exceptions escaping statement and reports them as test -// failures. Note that trapping SEH exceptions is not implemented here. -# if GTEST_HAS_EXCEPTIONS -# define GTEST_EXECUTE_DEATH_TEST_STATEMENT_(statement, death_test) \ - try { \ - GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \ - } catch (const ::std::exception& gtest_exception) { \ - fprintf(\ - stderr, \ - "\n%s: Caught std::exception-derived exception escaping the " \ - "death test statement. Exception message: %s\n", \ - ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \ - gtest_exception.what()); \ - fflush(stderr); \ - death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \ - } catch (...) { \ - death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \ - } - -# else -# define GTEST_EXECUTE_DEATH_TEST_STATEMENT_(statement, death_test) \ - GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement) - -# endif - -// This macro is for implementing ASSERT_DEATH*, EXPECT_DEATH*, -// ASSERT_EXIT*, and EXPECT_EXIT*. -# define GTEST_DEATH_TEST_(statement, predicate, regex, fail) \ - GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ - if (::testing::internal::AlwaysTrue()) { \ - const ::testing::internal::RE& gtest_regex = (regex); \ - ::testing::internal::DeathTest* gtest_dt; \ - if (!::testing::internal::DeathTest::Create(#statement, >est_regex, \ - __FILE__, __LINE__, >est_dt)) { \ - goto GTEST_CONCAT_TOKEN_(gtest_label_, __LINE__); \ - } \ - if (gtest_dt != NULL) { \ - ::testing::internal::scoped_ptr< ::testing::internal::DeathTest> \ - gtest_dt_ptr(gtest_dt); \ - switch (gtest_dt->AssumeRole()) { \ - case ::testing::internal::DeathTest::OVERSEE_TEST: \ - if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \ - goto GTEST_CONCAT_TOKEN_(gtest_label_, __LINE__); \ - } \ - break; \ - case ::testing::internal::DeathTest::EXECUTE_TEST: { \ - ::testing::internal::DeathTest::ReturnSentinel \ - gtest_sentinel(gtest_dt); \ - GTEST_EXECUTE_DEATH_TEST_STATEMENT_(statement, gtest_dt); \ - gtest_dt->Abort(::testing::internal::DeathTest::TEST_DID_NOT_DIE); \ - break; \ - } \ - default: \ - break; \ - } \ - } \ - } else \ - GTEST_CONCAT_TOKEN_(gtest_label_, __LINE__): \ - fail(::testing::internal::DeathTest::LastMessage()) -// The symbol "fail" here expands to something into which a message -// can be streamed. - -// A class representing the parsed contents of the -// --gtest_internal_run_death_test flag, as it existed when -// RUN_ALL_TESTS was called. -class InternalRunDeathTestFlag { - public: - InternalRunDeathTestFlag(const String& a_file, - int a_line, - int an_index, - int a_write_fd) - : file_(a_file), line_(a_line), index_(an_index), - write_fd_(a_write_fd) {} - - ~InternalRunDeathTestFlag() { - if (write_fd_ >= 0) - posix::Close(write_fd_); - } - - String file() const { return file_; } - int line() const { return line_; } - int index() const { return index_; } - int write_fd() const { return write_fd_; } - - private: - String file_; - int line_; - int index_; - int write_fd_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(InternalRunDeathTestFlag); -}; - -// Returns a newly created InternalRunDeathTestFlag object with fields -// initialized from the GTEST_FLAG(internal_run_death_test) flag if -// the flag is specified; otherwise returns NULL. -InternalRunDeathTestFlag* ParseInternalRunDeathTestFlag(); - -#else // GTEST_HAS_DEATH_TEST - -// This macro is used for implementing macros such as -// EXPECT_DEATH_IF_SUPPORTED and ASSERT_DEATH_IF_SUPPORTED on systems where -// death tests are not supported. Those macros must compile on such systems -// iff EXPECT_DEATH and ASSERT_DEATH compile with the same parameters on -// systems that support death tests. This allows one to write such a macro -// on a system that does not support death tests and be sure that it will -// compile on a death-test supporting system. -// -// Parameters: -// statement - A statement that a macro such as EXPECT_DEATH would test -// for program termination. This macro has to make sure this -// statement is compiled but not executed, to ensure that -// EXPECT_DEATH_IF_SUPPORTED compiles with a certain -// parameter iff EXPECT_DEATH compiles with it. -// regex - A regex that a macro such as EXPECT_DEATH would use to test -// the output of statement. This parameter has to be -// compiled but not evaluated by this macro, to ensure that -// this macro only accepts expressions that a macro such as -// EXPECT_DEATH would accept. -// terminator - Must be an empty statement for EXPECT_DEATH_IF_SUPPORTED -// and a return statement for ASSERT_DEATH_IF_SUPPORTED. -// This ensures that ASSERT_DEATH_IF_SUPPORTED will not -// compile inside functions where ASSERT_DEATH doesn't -// compile. -// -// The branch that has an always false condition is used to ensure that -// statement and regex are compiled (and thus syntactically correct) but -// never executed. The unreachable code macro protects the terminator -// statement from generating an 'unreachable code' warning in case -// statement unconditionally returns or throws. The Message constructor at -// the end allows the syntax of streaming additional messages into the -// macro, for compilational compatibility with EXPECT_DEATH/ASSERT_DEATH. -# define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ - GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ - if (::testing::internal::AlwaysTrue()) { \ - GTEST_LOG_(WARNING) \ - << "Death tests are not supported on this platform.\n" \ - << "Statement '" #statement "' cannot be verified."; \ - } else if (::testing::internal::AlwaysFalse()) { \ - ::testing::internal::RE::PartialMatch(".*", (regex)); \ - GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \ - terminator; \ - } else \ - ::testing::Message() - -#endif // GTEST_HAS_DEATH_TEST - -} // namespace internal -} // namespace testing - -#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_ - -namespace testing { - -// This flag controls the style of death tests. Valid values are "threadsafe", -// meaning that the death test child process will re-execute the test binary -// from the start, running only a single death test, or "fast", -// meaning that the child process will execute the test logic immediately -// after forking. -GTEST_DECLARE_string_(death_test_style); - -#if GTEST_HAS_DEATH_TEST - -// The following macros are useful for writing death tests. - -// Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is -// executed: -// -// 1. It generates a warning if there is more than one active -// thread. This is because it's safe to fork() or clone() only -// when there is a single thread. -// -// 2. The parent process clone()s a sub-process and runs the death -// test in it; the sub-process exits with code 0 at the end of the -// death test, if it hasn't exited already. -// -// 3. The parent process waits for the sub-process to terminate. -// -// 4. The parent process checks the exit code and error message of -// the sub-process. -// -// Examples: -// -// ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number"); -// for (int i = 0; i < 5; i++) { -// EXPECT_DEATH(server.ProcessRequest(i), -// "Invalid request .* in ProcessRequest()") -// << "Failed to die on request " << i); -// } -// -// ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting"); -// -// bool KilledBySIGHUP(int exit_code) { -// return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP; -// } -// -// ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!"); -// -// On the regular expressions used in death tests: -// -// On POSIX-compliant systems (*nix), we use the library, -// which uses the POSIX extended regex syntax. -// -// On other platforms (e.g. Windows), we only support a simple regex -// syntax implemented as part of Google Test. This limited -// implementation should be enough most of the time when writing -// death tests; though it lacks many features you can find in PCRE -// or POSIX extended regex syntax. For example, we don't support -// union ("x|y"), grouping ("(xy)"), brackets ("[xy]"), and -// repetition count ("x{5,7}"), among others. -// -// Below is the syntax that we do support. We chose it to be a -// subset of both PCRE and POSIX extended regex, so it's easy to -// learn wherever you come from. In the following: 'A' denotes a -// literal character, period (.), or a single \\ escape sequence; -// 'x' and 'y' denote regular expressions; 'm' and 'n' are for -// natural numbers. -// -// c matches any literal character c -// \\d matches any decimal digit -// \\D matches any character that's not a decimal digit -// \\f matches \f -// \\n matches \n -// \\r matches \r -// \\s matches any ASCII whitespace, including \n -// \\S matches any character that's not a whitespace -// \\t matches \t -// \\v matches \v -// \\w matches any letter, _, or decimal digit -// \\W matches any character that \\w doesn't match -// \\c matches any literal character c, which must be a punctuation -// . matches any single character except \n -// A? matches 0 or 1 occurrences of A -// A* matches 0 or many occurrences of A -// A+ matches 1 or many occurrences of A -// ^ matches the beginning of a string (not that of each line) -// $ matches the end of a string (not that of each line) -// xy matches x followed by y -// -// If you accidentally use PCRE or POSIX extended regex features -// not implemented by us, you will get a run-time failure. In that -// case, please try to rewrite your regular expression within the -// above syntax. -// -// This implementation is *not* meant to be as highly tuned or robust -// as a compiled regex library, but should perform well enough for a -// death test, which already incurs significant overhead by launching -// a child process. -// -// Known caveats: -// -// A "threadsafe" style death test obtains the path to the test -// program from argv[0] and re-executes it in the sub-process. For -// simplicity, the current implementation doesn't search the PATH -// when launching the sub-process. This means that the user must -// invoke the test program via a path that contains at least one -// path separator (e.g. path/to/foo_test and -// /absolute/path/to/bar_test are fine, but foo_test is not). This -// is rarely a problem as people usually don't put the test binary -// directory in PATH. -// -// TODO(wan@google.com): make thread-safe death tests search the PATH. - -// Asserts that a given statement causes the program to exit, with an -// integer exit status that satisfies predicate, and emitting error output -// that matches regex. -# define ASSERT_EXIT(statement, predicate, regex) \ - GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_) - -// Like ASSERT_EXIT, but continues on to successive tests in the -// test case, if any: -# define EXPECT_EXIT(statement, predicate, regex) \ - GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_NONFATAL_FAILURE_) - -// Asserts that a given statement causes the program to exit, either by -// explicitly exiting with a nonzero exit code or being killed by a -// signal, and emitting error output that matches regex. -# define ASSERT_DEATH(statement, regex) \ - ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) - -// Like ASSERT_DEATH, but continues on to successive tests in the -// test case, if any: -# define EXPECT_DEATH(statement, regex) \ - EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) - -// Two predicate classes that can be used in {ASSERT,EXPECT}_EXIT*: - -// Tests that an exit code describes a normal exit with a given exit code. -class GTEST_API_ ExitedWithCode { - public: - explicit ExitedWithCode(int exit_code); - bool operator()(int exit_status) const; - private: - // No implementation - assignment is unsupported. - void operator=(const ExitedWithCode& other); - - const int exit_code_; -}; - -# if !GTEST_OS_WINDOWS -// Tests that an exit code describes an exit due to termination by a -// given signal. -class GTEST_API_ KilledBySignal { - public: - explicit KilledBySignal(int signum); - bool operator()(int exit_status) const; - private: - const int signum_; -}; -# endif // !GTEST_OS_WINDOWS - -// EXPECT_DEBUG_DEATH asserts that the given statements die in debug mode. -// The death testing framework causes this to have interesting semantics, -// since the sideeffects of the call are only visible in opt mode, and not -// in debug mode. -// -// In practice, this can be used to test functions that utilize the -// LOG(DFATAL) macro using the following style: -// -// int DieInDebugOr12(int* sideeffect) { -// if (sideeffect) { -// *sideeffect = 12; -// } -// LOG(DFATAL) << "death"; -// return 12; -// } -// -// TEST(TestCase, TestDieOr12WorksInDgbAndOpt) { -// int sideeffect = 0; -// // Only asserts in dbg. -// EXPECT_DEBUG_DEATH(DieInDebugOr12(&sideeffect), "death"); -// -// #ifdef NDEBUG -// // opt-mode has sideeffect visible. -// EXPECT_EQ(12, sideeffect); -// #else -// // dbg-mode no visible sideeffect. -// EXPECT_EQ(0, sideeffect); -// #endif -// } -// -// This will assert that DieInDebugReturn12InOpt() crashes in debug -// mode, usually due to a DCHECK or LOG(DFATAL), but returns the -// appropriate fallback value (12 in this case) in opt mode. If you -// need to test that a function has appropriate side-effects in opt -// mode, include assertions against the side-effects. A general -// pattern for this is: -// -// EXPECT_DEBUG_DEATH({ -// // Side-effects here will have an effect after this statement in -// // opt mode, but none in debug mode. -// EXPECT_EQ(12, DieInDebugOr12(&sideeffect)); -// }, "death"); -// -# ifdef NDEBUG - -# define EXPECT_DEBUG_DEATH(statement, regex) \ - do { statement; } while (::testing::internal::AlwaysFalse()) - -# define ASSERT_DEBUG_DEATH(statement, regex) \ - do { statement; } while (::testing::internal::AlwaysFalse()) - -# else - -# define EXPECT_DEBUG_DEATH(statement, regex) \ - EXPECT_DEATH(statement, regex) - -# define ASSERT_DEBUG_DEATH(statement, regex) \ - ASSERT_DEATH(statement, regex) - -# endif // NDEBUG for EXPECT_DEBUG_DEATH -#endif // GTEST_HAS_DEATH_TEST - -// EXPECT_DEATH_IF_SUPPORTED(statement, regex) and -// ASSERT_DEATH_IF_SUPPORTED(statement, regex) expand to real death tests if -// death tests are supported; otherwise they just issue a warning. This is -// useful when you are combining death test assertions with normal test -// assertions in one test. -#if GTEST_HAS_DEATH_TEST -# define EXPECT_DEATH_IF_SUPPORTED(statement, regex) \ - EXPECT_DEATH(statement, regex) -# define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ - ASSERT_DEATH(statement, regex) -#else -# define EXPECT_DEATH_IF_SUPPORTED(statement, regex) \ - GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, ) -# define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ - GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, return) -#endif - -} // namespace testing - -#endif // GTEST_INCLUDE_GTEST_GTEST_DEATH_TEST_H_ -// Copyright 2005, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: wan@google.com (Zhanyong Wan) -// -// The Google C++ Testing Framework (Google Test) -// -// This header file defines the Message class. -// -// IMPORTANT NOTE: Due to limitation of the C++ language, we have to -// leave some internal implementation details in this header file. -// They are clearly marked by comments like this: -// -// // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. -// -// Such code is NOT meant to be used by a user directly, and is subject -// to CHANGE WITHOUT NOTICE. Therefore DO NOT DEPEND ON IT in a user -// program! - -#ifndef GTEST_INCLUDE_GTEST_GTEST_MESSAGE_H_ -#define GTEST_INCLUDE_GTEST_GTEST_MESSAGE_H_ - -#include - - -namespace testing { - -// The Message class works like an ostream repeater. -// -// Typical usage: -// -// 1. You stream a bunch of values to a Message object. -// It will remember the text in a stringstream. -// 2. Then you stream the Message object to an ostream. -// This causes the text in the Message to be streamed -// to the ostream. -// -// For example; -// -// testing::Message foo; -// foo << 1 << " != " << 2; -// std::cout << foo; -// -// will print "1 != 2". -// -// Message is not intended to be inherited from. In particular, its -// destructor is not virtual. -// -// Note that stringstream behaves differently in gcc and in MSVC. You -// can stream a NULL char pointer to it in the former, but not in the -// latter (it causes an access violation if you do). The Message -// class hides this difference by treating a NULL char pointer as -// "(null)". -class GTEST_API_ Message { - private: - // The type of basic IO manipulators (endl, ends, and flush) for - // narrow streams. - typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&); - - public: - // Constructs an empty Message. - // We allocate the stringstream separately because otherwise each use of - // ASSERT/EXPECT in a procedure adds over 200 bytes to the procedure's - // stack frame leading to huge stack frames in some cases; gcc does not reuse - // the stack space. - Message() : ss_(new ::std::stringstream) { - // By default, we want there to be enough precision when printing - // a double to a Message. - *ss_ << std::setprecision(std::numeric_limits::digits10 + 2); - } - - // Copy constructor. - Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT - *ss_ << msg.GetString(); - } - - // Constructs a Message from a C-string. - explicit Message(const char* str) : ss_(new ::std::stringstream) { - *ss_ << str; - } - -#if GTEST_OS_SYMBIAN - // Streams a value (either a pointer or not) to this object. - template - inline Message& operator <<(const T& value) { - StreamHelper(typename internal::is_pointer::type(), value); - return *this; - } -#else - // Streams a non-pointer value to this object. - template - inline Message& operator <<(const T& val) { - ::GTestStreamToHelper(ss_.get(), val); - return *this; - } - - // Streams a pointer value to this object. - // - // This function is an overload of the previous one. When you - // stream a pointer to a Message, this definition will be used as it - // is more specialized. (The C++ Standard, section - // [temp.func.order].) If you stream a non-pointer, then the - // previous definition will be used. - // - // The reason for this overload is that streaming a NULL pointer to - // ostream is undefined behavior. Depending on the compiler, you - // may get "0", "(nil)", "(null)", or an access violation. To - // ensure consistent result across compilers, we always treat NULL - // as "(null)". - template - inline Message& operator <<(T* const& pointer) { // NOLINT - if (pointer == NULL) { - *ss_ << "(null)"; - } else { - ::GTestStreamToHelper(ss_.get(), pointer); - } - return *this; - } -#endif // GTEST_OS_SYMBIAN - - // Since the basic IO manipulators are overloaded for both narrow - // and wide streams, we have to provide this specialized definition - // of operator <<, even though its body is the same as the - // templatized version above. Without this definition, streaming - // endl or other basic IO manipulators to Message will confuse the - // compiler. - Message& operator <<(BasicNarrowIoManip val) { - *ss_ << val; - return *this; - } - - // Instead of 1/0, we want to see true/false for bool values. - Message& operator <<(bool b) { - return *this << (b ? "true" : "false"); - } - - // These two overloads allow streaming a wide C string to a Message - // using the UTF-8 encoding. - Message& operator <<(const wchar_t* wide_c_str) { - return *this << internal::String::ShowWideCString(wide_c_str); - } - Message& operator <<(wchar_t* wide_c_str) { - return *this << internal::String::ShowWideCString(wide_c_str); - } - -#if GTEST_HAS_STD_WSTRING - // Converts the given wide string to a narrow string using the UTF-8 - // encoding, and streams the result to this Message object. - Message& operator <<(const ::std::wstring& wstr); -#endif // GTEST_HAS_STD_WSTRING - -#if GTEST_HAS_GLOBAL_WSTRING - // Converts the given wide string to a narrow string using the UTF-8 - // encoding, and streams the result to this Message object. - Message& operator <<(const ::wstring& wstr); -#endif // GTEST_HAS_GLOBAL_WSTRING - - // Gets the text streamed to this object so far as a String. - // Each '\0' character in the buffer is replaced with "\\0". - // - // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. - internal::String GetString() const { - return internal::StringStreamToString(ss_.get()); - } - - private: - -#if GTEST_OS_SYMBIAN - // These are needed as the Nokia Symbian Compiler cannot decide between - // const T& and const T* in a function template. The Nokia compiler _can_ - // decide between class template specializations for T and T*, so a - // tr1::type_traits-like is_pointer works, and we can overload on that. - template - inline void StreamHelper(internal::true_type /*dummy*/, T* pointer) { - if (pointer == NULL) { - *ss_ << "(null)"; - } else { - ::GTestStreamToHelper(ss_.get(), pointer); - } - } - template - inline void StreamHelper(internal::false_type /*dummy*/, const T& value) { - ::GTestStreamToHelper(ss_.get(), value); - } -#endif // GTEST_OS_SYMBIAN - - // We'll hold the text streamed to this object here. - const internal::scoped_ptr< ::std::stringstream> ss_; - - // We declare (but don't implement) this to prevent the compiler - // from implementing the assignment operator. - void operator=(const Message&); -}; - -// Streams a Message to an ostream. -inline std::ostream& operator <<(std::ostream& os, const Message& sb) { - return os << sb.GetString(); -} - -} // namespace testing - -#endif // GTEST_INCLUDE_GTEST_GTEST_MESSAGE_H_ -// This file was GENERATED by command: -// pump.py gtest-param-test.h.pump -// DO NOT EDIT BY HAND!!! - -// Copyright 2008, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Authors: vladl@google.com (Vlad Losev) -// -// Macros and functions for implementing parameterized tests -// in Google C++ Testing Framework (Google Test) -// -// This file is generated by a SCRIPT. DO NOT EDIT BY HAND! -// -#ifndef GTEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_ -#define GTEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_ - - -// Value-parameterized tests allow you to test your code with different -// parameters without writing multiple copies of the same test. -// -// Here is how you use value-parameterized tests: - -#if 0 - -// To write value-parameterized tests, first you should define a fixture -// class. It is usually derived from testing::TestWithParam (see below for -// another inheritance scheme that's sometimes useful in more complicated -// class hierarchies), where the type of your parameter values. -// TestWithParam is itself derived from testing::Test. T can be any -// copyable type. If it's a raw pointer, you are responsible for managing the -// lifespan of the pointed values. - -class FooTest : public ::testing::TestWithParam { - // You can implement all the usual class fixture members here. -}; - -// Then, use the TEST_P macro to define as many parameterized tests -// for this fixture as you want. The _P suffix is for "parameterized" -// or "pattern", whichever you prefer to think. - -TEST_P(FooTest, DoesBlah) { - // Inside a test, access the test parameter with the GetParam() method - // of the TestWithParam class: - EXPECT_TRUE(foo.Blah(GetParam())); - ... -} - -TEST_P(FooTest, HasBlahBlah) { - ... -} - -// Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test -// case with any set of parameters you want. Google Test defines a number -// of functions for generating test parameters. They return what we call -// (surprise!) parameter generators. Here is a summary of them, which -// are all in the testing namespace: -// -// -// Range(begin, end [, step]) - Yields values {begin, begin+step, -// begin+step+step, ...}. The values do not -// include end. step defaults to 1. -// Values(v1, v2, ..., vN) - Yields values {v1, v2, ..., vN}. -// ValuesIn(container) - Yields values from a C-style array, an STL -// ValuesIn(begin,end) container, or an iterator range [begin, end). -// Bool() - Yields sequence {false, true}. -// Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product -// for the math savvy) of the values generated -// by the N generators. -// -// For more details, see comments at the definitions of these functions below -// in this file. -// -// The following statement will instantiate tests from the FooTest test case -// each with parameter values "meeny", "miny", and "moe". - -INSTANTIATE_TEST_CASE_P(InstantiationName, - FooTest, - Values("meeny", "miny", "moe")); - -// To distinguish different instances of the pattern, (yes, you -// can instantiate it more then once) the first argument to the -// INSTANTIATE_TEST_CASE_P macro is a prefix that will be added to the -// actual test case name. Remember to pick unique prefixes for different -// instantiations. The tests from the instantiation above will have -// these names: -// -// * InstantiationName/FooTest.DoesBlah/0 for "meeny" -// * InstantiationName/FooTest.DoesBlah/1 for "miny" -// * InstantiationName/FooTest.DoesBlah/2 for "moe" -// * InstantiationName/FooTest.HasBlahBlah/0 for "meeny" -// * InstantiationName/FooTest.HasBlahBlah/1 for "miny" -// * InstantiationName/FooTest.HasBlahBlah/2 for "moe" -// -// You can use these names in --gtest_filter. -// -// This statement will instantiate all tests from FooTest again, each -// with parameter values "cat" and "dog": - -const char* pets[] = {"cat", "dog"}; -INSTANTIATE_TEST_CASE_P(AnotherInstantiationName, FooTest, ValuesIn(pets)); - -// The tests from the instantiation above will have these names: -// -// * AnotherInstantiationName/FooTest.DoesBlah/0 for "cat" -// * AnotherInstantiationName/FooTest.DoesBlah/1 for "dog" -// * AnotherInstantiationName/FooTest.HasBlahBlah/0 for "cat" -// * AnotherInstantiationName/FooTest.HasBlahBlah/1 for "dog" -// -// Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests -// in the given test case, whether their definitions come before or -// AFTER the INSTANTIATE_TEST_CASE_P statement. -// -// Please also note that generator expressions (including parameters to the -// generators) are evaluated in InitGoogleTest(), after main() has started. -// This allows the user on one hand, to adjust generator parameters in order -// to dynamically determine a set of tests to run and on the other hand, -// give the user a chance to inspect the generated tests with Google Test -// reflection API before RUN_ALL_TESTS() is executed. -// -// You can see samples/sample7_unittest.cc and samples/sample8_unittest.cc -// for more examples. -// -// In the future, we plan to publish the API for defining new parameter -// generators. But for now this interface remains part of the internal -// implementation and is subject to change. -// -// -// A parameterized test fixture must be derived from testing::Test and from -// testing::WithParamInterface, where T is the type of the parameter -// values. Inheriting from TestWithParam satisfies that requirement because -// TestWithParam inherits from both Test and WithParamInterface. In more -// complicated hierarchies, however, it is occasionally useful to inherit -// separately from Test and WithParamInterface. For example: - -class BaseTest : public ::testing::Test { - // You can inherit all the usual members for a non-parameterized test - // fixture here. -}; - -class DerivedTest : public BaseTest, public ::testing::WithParamInterface { - // The usual test fixture members go here too. -}; - -TEST_F(BaseTest, HasFoo) { - // This is an ordinary non-parameterized test. -} - -TEST_P(DerivedTest, DoesBlah) { - // GetParam works just the same here as if you inherit from TestWithParam. - EXPECT_TRUE(foo.Blah(GetParam())); -} - -#endif // 0 - - -#if !GTEST_OS_SYMBIAN -# include -#endif - -// scripts/fuse_gtest.py depends on gtest's own header being #included -// *unconditionally*. Therefore these #includes cannot be moved -// inside #if GTEST_HAS_PARAM_TEST. -// Copyright 2008 Google Inc. -// All Rights Reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: vladl@google.com (Vlad Losev) - -// Type and function utilities for implementing parameterized tests. - -#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_H_ -#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_H_ - -#include -#include -#include - -// scripts/fuse_gtest.py depends on gtest's own header being #included -// *unconditionally*. Therefore these #includes cannot be moved -// inside #if GTEST_HAS_PARAM_TEST. -// Copyright 2003 Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Authors: Dan Egnor (egnor@google.com) -// -// A "smart" pointer type with reference tracking. Every pointer to a -// particular object is kept on a circular linked list. When the last pointer -// to an object is destroyed or reassigned, the object is deleted. -// -// Used properly, this deletes the object when the last reference goes away. -// There are several caveats: -// - Like all reference counting schemes, cycles lead to leaks. -// - Each smart pointer is actually two pointers (8 bytes instead of 4). -// - Every time a pointer is assigned, the entire list of pointers to that -// object is traversed. This class is therefore NOT SUITABLE when there -// will often be more than two or three pointers to a particular object. -// - References are only tracked as long as linked_ptr<> objects are copied. -// If a linked_ptr<> is converted to a raw pointer and back, BAD THINGS -// will happen (double deletion). -// -// A good use of this class is storing object references in STL containers. -// You can safely put linked_ptr<> in a vector<>. -// Other uses may not be as good. -// -// Note: If you use an incomplete type with linked_ptr<>, the class -// *containing* linked_ptr<> must have a constructor and destructor (even -// if they do nothing!). -// -// Bill Gibbons suggested we use something like this. -// -// Thread Safety: -// Unlike other linked_ptr implementations, in this implementation -// a linked_ptr object is thread-safe in the sense that: -// - it's safe to copy linked_ptr objects concurrently, -// - it's safe to copy *from* a linked_ptr and read its underlying -// raw pointer (e.g. via get()) concurrently, and -// - it's safe to write to two linked_ptrs that point to the same -// shared object concurrently. -// TODO(wan@google.com): rename this to safe_linked_ptr to avoid -// confusion with normal linked_ptr. - -#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_LINKED_PTR_H_ -#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_LINKED_PTR_H_ - -#include -#include - - -namespace testing { -namespace internal { - -// Protects copying of all linked_ptr objects. -GTEST_API_ GTEST_DECLARE_STATIC_MUTEX_(g_linked_ptr_mutex); - -// This is used internally by all instances of linked_ptr<>. It needs to be -// a non-template class because different types of linked_ptr<> can refer to -// the same object (linked_ptr(obj) vs linked_ptr(obj)). -// So, it needs to be possible for different types of linked_ptr to participate -// in the same circular linked list, so we need a single class type here. -// -// DO NOT USE THIS CLASS DIRECTLY YOURSELF. Use linked_ptr. -class linked_ptr_internal { - public: - // Create a new circle that includes only this instance. - void join_new() { - next_ = this; - } - - // Many linked_ptr operations may change p.link_ for some linked_ptr - // variable p in the same circle as this object. Therefore we need - // to prevent two such operations from occurring concurrently. - // - // Note that different types of linked_ptr objects can coexist in a - // circle (e.g. linked_ptr, linked_ptr, and - // linked_ptr). Therefore we must use a single mutex to - // protect all linked_ptr objects. This can create serious - // contention in production code, but is acceptable in a testing - // framework. - - // Join an existing circle. - // L < g_linked_ptr_mutex - void join(linked_ptr_internal const* ptr) { - MutexLock lock(&g_linked_ptr_mutex); - - linked_ptr_internal const* p = ptr; - while (p->next_ != ptr) p = p->next_; - p->next_ = this; - next_ = ptr; - } - - // Leave whatever circle we're part of. Returns true if we were the - // last member of the circle. Once this is done, you can join() another. - // L < g_linked_ptr_mutex - bool depart() { - MutexLock lock(&g_linked_ptr_mutex); - - if (next_ == this) return true; - linked_ptr_internal const* p = next_; - while (p->next_ != this) p = p->next_; - p->next_ = next_; - return false; - } - - private: - mutable linked_ptr_internal const* next_; -}; - -template -class linked_ptr { - public: - typedef T element_type; - - // Take over ownership of a raw pointer. This should happen as soon as - // possible after the object is created. - explicit linked_ptr(T* ptr = NULL) { capture(ptr); } - ~linked_ptr() { depart(); } - - // Copy an existing linked_ptr<>, adding ourselves to the list of references. - template linked_ptr(linked_ptr const& ptr) { copy(&ptr); } - linked_ptr(linked_ptr const& ptr) { // NOLINT - assert(&ptr != this); - copy(&ptr); - } - - // Assignment releases the old value and acquires the new. - template linked_ptr& operator=(linked_ptr const& ptr) { - depart(); - copy(&ptr); - return *this; - } - - linked_ptr& operator=(linked_ptr const& ptr) { - if (&ptr != this) { - depart(); - copy(&ptr); - } - return *this; - } - - // Smart pointer members. - void reset(T* ptr = NULL) { - depart(); - capture(ptr); - } - T* get() const { return value_; } - T* operator->() const { return value_; } - T& operator*() const { return *value_; } - - bool operator==(T* p) const { return value_ == p; } - bool operator!=(T* p) const { return value_ != p; } - template - bool operator==(linked_ptr const& ptr) const { - return value_ == ptr.get(); - } - template - bool operator!=(linked_ptr const& ptr) const { - return value_ != ptr.get(); - } - - private: - template - friend class linked_ptr; - - T* value_; - linked_ptr_internal link_; - - void depart() { - if (link_.depart()) delete value_; - } - - void capture(T* ptr) { - value_ = ptr; - link_.join_new(); - } - - template void copy(linked_ptr const* ptr) { - value_ = ptr->get(); - if (value_) - link_.join(&ptr->link_); - else - link_.join_new(); - } -}; - -template inline -bool operator==(T* ptr, const linked_ptr& x) { - return ptr == x.get(); -} - -template inline -bool operator!=(T* ptr, const linked_ptr& x) { - return ptr != x.get(); -} - -// A function to convert T* into linked_ptr -// Doing e.g. make_linked_ptr(new FooBarBaz(arg)) is a shorter notation -// for linked_ptr >(new FooBarBaz(arg)) -template -linked_ptr make_linked_ptr(T* ptr) { - return linked_ptr(ptr); -} - -} // namespace internal -} // namespace testing - -#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_LINKED_PTR_H_ -// Copyright 2007, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: wan@google.com (Zhanyong Wan) - -// Google Test - The Google C++ Testing Framework -// -// This file implements a universal value printer that can print a -// value of any type T: -// -// void ::testing::internal::UniversalPrinter::Print(value, ostream_ptr); -// -// A user can teach this function how to print a class type T by -// defining either operator<<() or PrintTo() in the namespace that -// defines T. More specifically, the FIRST defined function in the -// following list will be used (assuming T is defined in namespace -// foo): -// -// 1. foo::PrintTo(const T&, ostream*) -// 2. operator<<(ostream&, const T&) defined in either foo or the -// global namespace. -// -// If none of the above is defined, it will print the debug string of -// the value if it is a protocol buffer, or print the raw bytes in the -// value otherwise. -// -// To aid debugging: when T is a reference type, the address of the -// value is also printed; when T is a (const) char pointer, both the -// pointer value and the NUL-terminated string it points to are -// printed. -// -// We also provide some convenient wrappers: -// -// // Prints a value to a string. For a (const or not) char -// // pointer, the NUL-terminated string (but not the pointer) is -// // printed. -// std::string ::testing::PrintToString(const T& value); -// -// // Prints a value tersely: for a reference type, the referenced -// // value (but not the address) is printed; for a (const or not) char -// // pointer, the NUL-terminated string (but not the pointer) is -// // printed. -// void ::testing::internal::UniversalTersePrint(const T& value, ostream*); -// -// // Prints value using the type inferred by the compiler. The difference -// // from UniversalTersePrint() is that this function prints both the -// // pointer and the NUL-terminated string for a (const or not) char pointer. -// void ::testing::internal::UniversalPrint(const T& value, ostream*); -// -// // Prints the fields of a tuple tersely to a string vector, one -// // element for each field. Tuple support must be enabled in -// // gtest-port.h. -// std::vector UniversalTersePrintTupleFieldsToStrings( -// const Tuple& value); -// -// Known limitation: -// -// The print primitives print the elements of an STL-style container -// using the compiler-inferred type of *iter where iter is a -// const_iterator of the container. When const_iterator is an input -// iterator but not a forward iterator, this inferred type may not -// match value_type, and the print output may be incorrect. In -// practice, this is rarely a problem as for most containers -// const_iterator is a forward iterator. We'll fix this if there's an -// actual need for it. Note that this fix cannot rely on value_type -// being defined as many user-defined container types don't have -// value_type. - -#ifndef GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_ -#define GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_ - -#include // NOLINT -#include -#include -#include -#include - -namespace testing { - -// Definitions in the 'internal' and 'internal2' name spaces are -// subject to change without notice. DO NOT USE THEM IN USER CODE! -namespace internal2 { - -// Prints the given number of bytes in the given object to the given -// ostream. -GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes, - size_t count, - ::std::ostream* os); - -// For selecting which printer to use when a given type has neither << -// nor PrintTo(). -enum TypeKind { - kProtobuf, // a protobuf type - kConvertibleToInteger, // a type implicitly convertible to BiggestInt - // (e.g. a named or unnamed enum type) - kOtherType // anything else -}; - -// TypeWithoutFormatter::PrintValue(value, os) is called -// by the universal printer to print a value of type T when neither -// operator<< nor PrintTo() is defined for T, where kTypeKind is the -// "kind" of T as defined by enum TypeKind. -template -class TypeWithoutFormatter { - public: - // This default version is called when kTypeKind is kOtherType. - static void PrintValue(const T& value, ::std::ostream* os) { - PrintBytesInObjectTo(reinterpret_cast(&value), - sizeof(value), os); - } -}; - -// We print a protobuf using its ShortDebugString() when the string -// doesn't exceed this many characters; otherwise we print it using -// DebugString() for better readability. -const size_t kProtobufOneLinerMaxLength = 50; - -template -class TypeWithoutFormatter { - public: - static void PrintValue(const T& value, ::std::ostream* os) { - const ::testing::internal::string short_str = value.ShortDebugString(); - const ::testing::internal::string pretty_str = - short_str.length() <= kProtobufOneLinerMaxLength ? - short_str : ("\n" + value.DebugString()); - *os << ("<" + pretty_str + ">"); - } -}; - -template -class TypeWithoutFormatter { - public: - // Since T has no << operator or PrintTo() but can be implicitly - // converted to BiggestInt, we print it as a BiggestInt. - // - // Most likely T is an enum type (either named or unnamed), in which - // case printing it as an integer is the desired behavior. In case - // T is not an enum, printing it as an integer is the best we can do - // given that it has no user-defined printer. - static void PrintValue(const T& value, ::std::ostream* os) { - const internal::BiggestInt kBigInt = value; - *os << kBigInt; - } -}; - -// Prints the given value to the given ostream. If the value is a -// protocol message, its debug string is printed; if it's an enum or -// of a type implicitly convertible to BiggestInt, it's printed as an -// integer; otherwise the bytes in the value are printed. This is -// what UniversalPrinter::Print() does when it knows nothing about -// type T and T has neither << operator nor PrintTo(). -// -// A user can override this behavior for a class type Foo by defining -// a << operator in the namespace where Foo is defined. -// -// We put this operator in namespace 'internal2' instead of 'internal' -// to simplify the implementation, as much code in 'internal' needs to -// use << in STL, which would conflict with our own << were it defined -// in 'internal'. -// -// Note that this operator<< takes a generic std::basic_ostream type instead of the more restricted std::ostream. If -// we define it to take an std::ostream instead, we'll get an -// "ambiguous overloads" compiler error when trying to print a type -// Foo that supports streaming to std::basic_ostream, as the compiler cannot tell whether -// operator<<(std::ostream&, const T&) or -// operator<<(std::basic_stream, const Foo&) is more -// specific. -template -::std::basic_ostream& operator<<( - ::std::basic_ostream& os, const T& x) { - TypeWithoutFormatter::value ? kProtobuf : - internal::ImplicitlyConvertible::value ? - kConvertibleToInteger : kOtherType)>::PrintValue(x, &os); - return os; -} - -} // namespace internal2 -} // namespace testing - -// This namespace MUST NOT BE NESTED IN ::testing, or the name look-up -// magic needed for implementing UniversalPrinter won't work. -namespace testing_internal { - -// Used to print a value that is not an STL-style container when the -// user doesn't define PrintTo() for it. -template -void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) { - // With the following statement, during unqualified name lookup, - // testing::internal2::operator<< appears as if it was declared in - // the nearest enclosing namespace that contains both - // ::testing_internal and ::testing::internal2, i.e. the global - // namespace. For more details, refer to the C++ Standard section - // 7.3.4-1 [namespace.udir]. This allows us to fall back onto - // testing::internal2::operator<< in case T doesn't come with a << - // operator. - // - // We cannot write 'using ::testing::internal2::operator<<;', which - // gcc 3.3 fails to compile due to a compiler bug. - using namespace ::testing::internal2; // NOLINT - - // Assuming T is defined in namespace foo, in the next statement, - // the compiler will consider all of: - // - // 1. foo::operator<< (thanks to Koenig look-up), - // 2. ::operator<< (as the current namespace is enclosed in ::), - // 3. testing::internal2::operator<< (thanks to the using statement above). - // - // The operator<< whose type matches T best will be picked. - // - // We deliberately allow #2 to be a candidate, as sometimes it's - // impossible to define #1 (e.g. when foo is ::std, defining - // anything in it is undefined behavior unless you are a compiler - // vendor.). - *os << value; -} - -} // namespace testing_internal - -namespace testing { -namespace internal { - -// UniversalPrinter::Print(value, ostream_ptr) prints the given -// value to the given ostream. The caller must ensure that -// 'ostream_ptr' is not NULL, or the behavior is undefined. -// -// We define UniversalPrinter as a class template (as opposed to a -// function template), as we need to partially specialize it for -// reference types, which cannot be done with function templates. -template -class UniversalPrinter; - -template -void UniversalPrint(const T& value, ::std::ostream* os); - -// Used to print an STL-style container when the user doesn't define -// a PrintTo() for it. -template -void DefaultPrintTo(IsContainer /* dummy */, - false_type /* is not a pointer */, - const C& container, ::std::ostream* os) { - const size_t kMaxCount = 32; // The maximum number of elements to print. - *os << '{'; - size_t count = 0; - for (typename C::const_iterator it = container.begin(); - it != container.end(); ++it, ++count) { - if (count > 0) { - *os << ','; - if (count == kMaxCount) { // Enough has been printed. - *os << " ..."; - break; - } - } - *os << ' '; - // We cannot call PrintTo(*it, os) here as PrintTo() doesn't - // handle *it being a native array. - internal::UniversalPrint(*it, os); - } - - if (count > 0) { - *os << ' '; - } - *os << '}'; -} - -// Used to print a pointer that is neither a char pointer nor a member -// pointer, when the user doesn't define PrintTo() for it. (A member -// variable pointer or member function pointer doesn't really point to -// a location in the address space. Their representation is -// implementation-defined. Therefore they will be printed as raw -// bytes.) -template -void DefaultPrintTo(IsNotContainer /* dummy */, - true_type /* is a pointer */, - T* p, ::std::ostream* os) { - if (p == NULL) { - *os << "NULL"; - } else { - // C++ doesn't allow casting from a function pointer to any object - // pointer. - // - // IsTrue() silences warnings: "Condition is always true", - // "unreachable code". - if (IsTrue(ImplicitlyConvertible::value)) { - // T is not a function type. We just call << to print p, - // relying on ADL to pick up user-defined << for their pointer - // types, if any. - *os << p; - } else { - // T is a function type, so '*os << p' doesn't do what we want - // (it just prints p as bool). We want to print p as a const - // void*. However, we cannot cast it to const void* directly, - // even using reinterpret_cast, as earlier versions of gcc - // (e.g. 3.4.5) cannot compile the cast when p is a function - // pointer. Casting to UInt64 first solves the problem. - *os << reinterpret_cast( - reinterpret_cast(p)); - } - } -} - -// Used to print a non-container, non-pointer value when the user -// doesn't define PrintTo() for it. -template -void DefaultPrintTo(IsNotContainer /* dummy */, - false_type /* is not a pointer */, - const T& value, ::std::ostream* os) { - ::testing_internal::DefaultPrintNonContainerTo(value, os); -} - -// Prints the given value using the << operator if it has one; -// otherwise prints the bytes in it. This is what -// UniversalPrinter::Print() does when PrintTo() is not specialized -// or overloaded for type T. -// -// A user can override this behavior for a class type Foo by defining -// an overload of PrintTo() in the namespace where Foo is defined. We -// give the user this option as sometimes defining a << operator for -// Foo is not desirable (e.g. the coding style may prevent doing it, -// or there is already a << operator but it doesn't do what the user -// wants). -template -void PrintTo(const T& value, ::std::ostream* os) { - // DefaultPrintTo() is overloaded. The type of its first two - // arguments determine which version will be picked. If T is an - // STL-style container, the version for container will be called; if - // T is a pointer, the pointer version will be called; otherwise the - // generic version will be called. - // - // Note that we check for container types here, prior to we check - // for protocol message types in our operator<<. The rationale is: - // - // For protocol messages, we want to give people a chance to - // override Google Mock's format by defining a PrintTo() or - // operator<<. For STL containers, other formats can be - // incompatible with Google Mock's format for the container - // elements; therefore we check for container types here to ensure - // that our format is used. - // - // The second argument of DefaultPrintTo() is needed to bypass a bug - // in Symbian's C++ compiler that prevents it from picking the right - // overload between: - // - // PrintTo(const T& x, ...); - // PrintTo(T* x, ...); - DefaultPrintTo(IsContainerTest(0), is_pointer(), value, os); -} - -// The following list of PrintTo() overloads tells -// UniversalPrinter::Print() how to print standard types (built-in -// types, strings, plain arrays, and pointers). - -// Overloads for various char types. -GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os); -GTEST_API_ void PrintTo(signed char c, ::std::ostream* os); -inline void PrintTo(char c, ::std::ostream* os) { - // When printing a plain char, we always treat it as unsigned. This - // way, the output won't be affected by whether the compiler thinks - // char is signed or not. - PrintTo(static_cast(c), os); -} - -// Overloads for other simple built-in types. -inline void PrintTo(bool x, ::std::ostream* os) { - *os << (x ? "true" : "false"); -} - -// Overload for wchar_t type. -// Prints a wchar_t as a symbol if it is printable or as its internal -// code otherwise and also as its decimal code (except for L'\0'). -// The L'\0' char is printed as "L'\\0'". The decimal code is printed -// as signed integer when wchar_t is implemented by the compiler -// as a signed type and is printed as an unsigned integer when wchar_t -// is implemented as an unsigned type. -GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os); - -// Overloads for C strings. -GTEST_API_ void PrintTo(const char* s, ::std::ostream* os); -inline void PrintTo(char* s, ::std::ostream* os) { - PrintTo(ImplicitCast_(s), os); -} - -// signed/unsigned char is often used for representing binary data, so -// we print pointers to it as void* to be safe. -inline void PrintTo(const signed char* s, ::std::ostream* os) { - PrintTo(ImplicitCast_(s), os); -} -inline void PrintTo(signed char* s, ::std::ostream* os) { - PrintTo(ImplicitCast_(s), os); -} -inline void PrintTo(const unsigned char* s, ::std::ostream* os) { - PrintTo(ImplicitCast_(s), os); -} -inline void PrintTo(unsigned char* s, ::std::ostream* os) { - PrintTo(ImplicitCast_(s), os); -} - -// MSVC can be configured to define wchar_t as a typedef of unsigned -// short. It defines _NATIVE_WCHAR_T_DEFINED when wchar_t is a native -// type. When wchar_t is a typedef, defining an overload for const -// wchar_t* would cause unsigned short* be printed as a wide string, -// possibly causing invalid memory accesses. -#if !defined(_MSC_VER) || defined(_NATIVE_WCHAR_T_DEFINED) -// Overloads for wide C strings -GTEST_API_ void PrintTo(const wchar_t* s, ::std::ostream* os); -inline void PrintTo(wchar_t* s, ::std::ostream* os) { - PrintTo(ImplicitCast_(s), os); -} -#endif - -// Overload for C arrays. Multi-dimensional arrays are printed -// properly. - -// Prints the given number of elements in an array, without printing -// the curly braces. -template -void PrintRawArrayTo(const T a[], size_t count, ::std::ostream* os) { - UniversalPrint(a[0], os); - for (size_t i = 1; i != count; i++) { - *os << ", "; - UniversalPrint(a[i], os); - } -} - -// Overloads for ::string and ::std::string. -#if GTEST_HAS_GLOBAL_STRING -GTEST_API_ void PrintStringTo(const ::string&s, ::std::ostream* os); -inline void PrintTo(const ::string& s, ::std::ostream* os) { - PrintStringTo(s, os); -} -#endif // GTEST_HAS_GLOBAL_STRING - -GTEST_API_ void PrintStringTo(const ::std::string&s, ::std::ostream* os); -inline void PrintTo(const ::std::string& s, ::std::ostream* os) { - PrintStringTo(s, os); -} - -// Overloads for ::wstring and ::std::wstring. -#if GTEST_HAS_GLOBAL_WSTRING -GTEST_API_ void PrintWideStringTo(const ::wstring&s, ::std::ostream* os); -inline void PrintTo(const ::wstring& s, ::std::ostream* os) { - PrintWideStringTo(s, os); -} -#endif // GTEST_HAS_GLOBAL_WSTRING - -#if GTEST_HAS_STD_WSTRING -GTEST_API_ void PrintWideStringTo(const ::std::wstring&s, ::std::ostream* os); -inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { - PrintWideStringTo(s, os); -} -#endif // GTEST_HAS_STD_WSTRING - -#if GTEST_HAS_TR1_TUPLE -// Overload for ::std::tr1::tuple. Needed for printing function arguments, -// which are packed as tuples. - -// Helper function for printing a tuple. T must be instantiated with -// a tuple type. -template -void PrintTupleTo(const T& t, ::std::ostream* os); - -// Overloaded PrintTo() for tuples of various arities. We support -// tuples of up-to 10 fields. The following implementation works -// regardless of whether tr1::tuple is implemented using the -// non-standard variadic template feature or not. - -inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { - PrintTupleTo(t, os); -} - -template -void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { - PrintTupleTo(t, os); -} - -template -void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { - PrintTupleTo(t, os); -} - -template -void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { - PrintTupleTo(t, os); -} - -template -void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { - PrintTupleTo(t, os); -} - -template -void PrintTo(const ::std::tr1::tuple& t, - ::std::ostream* os) { - PrintTupleTo(t, os); -} - -template -void PrintTo(const ::std::tr1::tuple& t, - ::std::ostream* os) { - PrintTupleTo(t, os); -} - -template -void PrintTo(const ::std::tr1::tuple& t, - ::std::ostream* os) { - PrintTupleTo(t, os); -} - -template -void PrintTo(const ::std::tr1::tuple& t, - ::std::ostream* os) { - PrintTupleTo(t, os); -} - -template -void PrintTo(const ::std::tr1::tuple& t, - ::std::ostream* os) { - PrintTupleTo(t, os); -} - -template -void PrintTo( - const ::std::tr1::tuple& t, - ::std::ostream* os) { - PrintTupleTo(t, os); -} -#endif // GTEST_HAS_TR1_TUPLE - -// Overload for std::pair. -template -void PrintTo(const ::std::pair& value, ::std::ostream* os) { - *os << '('; - // We cannot use UniversalPrint(value.first, os) here, as T1 may be - // a reference type. The same for printing value.second. - UniversalPrinter::Print(value.first, os); - *os << ", "; - UniversalPrinter::Print(value.second, os); - *os << ')'; -} - -// Implements printing a non-reference type T by letting the compiler -// pick the right overload of PrintTo() for T. -template -class UniversalPrinter { - public: - // MSVC warns about adding const to a function type, so we want to - // disable the warning. -#ifdef _MSC_VER -# pragma warning(push) // Saves the current warning state. -# pragma warning(disable:4180) // Temporarily disables warning 4180. -#endif // _MSC_VER - - // Note: we deliberately don't call this PrintTo(), as that name - // conflicts with ::testing::internal::PrintTo in the body of the - // function. - static void Print(const T& value, ::std::ostream* os) { - // By default, ::testing::internal::PrintTo() is used for printing - // the value. - // - // Thanks to Koenig look-up, if T is a class and has its own - // PrintTo() function defined in its namespace, that function will - // be visible here. Since it is more specific than the generic ones - // in ::testing::internal, it will be picked by the compiler in the - // following statement - exactly what we want. - PrintTo(value, os); - } - -#ifdef _MSC_VER -# pragma warning(pop) // Restores the warning state. -#endif // _MSC_VER -}; - -// UniversalPrintArray(begin, len, os) prints an array of 'len' -// elements, starting at address 'begin'. -template -void UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) { - if (len == 0) { - *os << "{}"; - } else { - *os << "{ "; - const size_t kThreshold = 18; - const size_t kChunkSize = 8; - // If the array has more than kThreshold elements, we'll have to - // omit some details by printing only the first and the last - // kChunkSize elements. - // TODO(wan@google.com): let the user control the threshold using a flag. - if (len <= kThreshold) { - PrintRawArrayTo(begin, len, os); - } else { - PrintRawArrayTo(begin, kChunkSize, os); - *os << ", ..., "; - PrintRawArrayTo(begin + len - kChunkSize, kChunkSize, os); - } - *os << " }"; - } -} -// This overload prints a (const) char array compactly. -GTEST_API_ void UniversalPrintArray(const char* begin, - size_t len, - ::std::ostream* os); - -// Implements printing an array type T[N]. -template -class UniversalPrinter { - public: - // Prints the given array, omitting some elements when there are too - // many. - static void Print(const T (&a)[N], ::std::ostream* os) { - UniversalPrintArray(a, N, os); - } -}; - -// Implements printing a reference type T&. -template -class UniversalPrinter { - public: - // MSVC warns about adding const to a function type, so we want to - // disable the warning. -#ifdef _MSC_VER -# pragma warning(push) // Saves the current warning state. -# pragma warning(disable:4180) // Temporarily disables warning 4180. -#endif // _MSC_VER - - static void Print(const T& value, ::std::ostream* os) { - // Prints the address of the value. We use reinterpret_cast here - // as static_cast doesn't compile when T is a function type. - *os << "@" << reinterpret_cast(&value) << " "; - - // Then prints the value itself. - UniversalPrint(value, os); - } - -#ifdef _MSC_VER -# pragma warning(pop) // Restores the warning state. -#endif // _MSC_VER -}; - -// Prints a value tersely: for a reference type, the referenced value -// (but not the address) is printed; for a (const) char pointer, the -// NUL-terminated string (but not the pointer) is printed. -template -void UniversalTersePrint(const T& value, ::std::ostream* os) { - UniversalPrint(value, os); -} -inline void UniversalTersePrint(const char* str, ::std::ostream* os) { - if (str == NULL) { - *os << "NULL"; - } else { - UniversalPrint(string(str), os); - } -} -inline void UniversalTersePrint(char* str, ::std::ostream* os) { - UniversalTersePrint(static_cast(str), os); -} - -// Prints a value using the type inferred by the compiler. The -// difference between this and UniversalTersePrint() is that for a -// (const) char pointer, this prints both the pointer and the -// NUL-terminated string. -template -void UniversalPrint(const T& value, ::std::ostream* os) { - UniversalPrinter::Print(value, os); -} - -#if GTEST_HAS_TR1_TUPLE -typedef ::std::vector Strings; - -// This helper template allows PrintTo() for tuples and -// UniversalTersePrintTupleFieldsToStrings() to be defined by -// induction on the number of tuple fields. The idea is that -// TuplePrefixPrinter::PrintPrefixTo(t, os) prints the first N -// fields in tuple t, and can be defined in terms of -// TuplePrefixPrinter. - -// The inductive case. -template -struct TuplePrefixPrinter { - // Prints the first N fields of a tuple. - template - static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) { - TuplePrefixPrinter::PrintPrefixTo(t, os); - *os << ", "; - UniversalPrinter::type> - ::Print(::std::tr1::get(t), os); - } - - // Tersely prints the first N fields of a tuple to a string vector, - // one element for each field. - template - static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings) { - TuplePrefixPrinter::TersePrintPrefixToStrings(t, strings); - ::std::stringstream ss; - UniversalTersePrint(::std::tr1::get(t), &ss); - strings->push_back(ss.str()); - } -}; - -// Base cases. -template <> -struct TuplePrefixPrinter<0> { - template - static void PrintPrefixTo(const Tuple&, ::std::ostream*) {} - - template - static void TersePrintPrefixToStrings(const Tuple&, Strings*) {} -}; -// We have to specialize the entire TuplePrefixPrinter<> class -// template here, even though the definition of -// TersePrintPrefixToStrings() is the same as the generic version, as -// Embarcadero (formerly CodeGear, formerly Borland) C++ doesn't -// support specializing a method template of a class template. -template <> -struct TuplePrefixPrinter<1> { - template - static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) { - UniversalPrinter::type>:: - Print(::std::tr1::get<0>(t), os); - } - - template - static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings) { - ::std::stringstream ss; - UniversalTersePrint(::std::tr1::get<0>(t), &ss); - strings->push_back(ss.str()); - } -}; - -// Helper function for printing a tuple. T must be instantiated with -// a tuple type. -template -void PrintTupleTo(const T& t, ::std::ostream* os) { - *os << "("; - TuplePrefixPrinter< ::std::tr1::tuple_size::value>:: - PrintPrefixTo(t, os); - *os << ")"; -} - -// Prints the fields of a tuple tersely to a string vector, one -// element for each field. See the comment before -// UniversalTersePrint() for how we define "tersely". -template -Strings UniversalTersePrintTupleFieldsToStrings(const Tuple& value) { - Strings result; - TuplePrefixPrinter< ::std::tr1::tuple_size::value>:: - TersePrintPrefixToStrings(value, &result); - return result; -} -#endif // GTEST_HAS_TR1_TUPLE - -} // namespace internal - -template -::std::string PrintToString(const T& value) { - ::std::stringstream ss; - internal::UniversalTersePrint(value, &ss); - return ss.str(); -} - -} // namespace testing - -#endif // GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_ - -#if GTEST_HAS_PARAM_TEST - -namespace testing { -namespace internal { - -// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. -// -// Outputs a message explaining invalid registration of different -// fixture class for the same test case. This may happen when -// TEST_P macro is used to define two tests with the same name -// but in different namespaces. -GTEST_API_ void ReportInvalidTestCaseType(const char* test_case_name, - const char* file, int line); - -template class ParamGeneratorInterface; -template class ParamGenerator; - -// Interface for iterating over elements provided by an implementation -// of ParamGeneratorInterface. -template -class ParamIteratorInterface { - public: - virtual ~ParamIteratorInterface() {} - // A pointer to the base generator instance. - // Used only for the purposes of iterator comparison - // to make sure that two iterators belong to the same generator. - virtual const ParamGeneratorInterface* BaseGenerator() const = 0; - // Advances iterator to point to the next element - // provided by the generator. The caller is responsible - // for not calling Advance() on an iterator equal to - // BaseGenerator()->End(). - virtual void Advance() = 0; - // Clones the iterator object. Used for implementing copy semantics - // of ParamIterator. - virtual ParamIteratorInterface* Clone() const = 0; - // Dereferences the current iterator and provides (read-only) access - // to the pointed value. It is the caller's responsibility not to call - // Current() on an iterator equal to BaseGenerator()->End(). - // Used for implementing ParamGenerator::operator*(). - virtual const T* Current() const = 0; - // Determines whether the given iterator and other point to the same - // element in the sequence generated by the generator. - // Used for implementing ParamGenerator::operator==(). - virtual bool Equals(const ParamIteratorInterface& other) const = 0; -}; - -// Class iterating over elements provided by an implementation of -// ParamGeneratorInterface. It wraps ParamIteratorInterface -// and implements the const forward iterator concept. -template -class ParamIterator { - public: - typedef T value_type; - typedef const T& reference; - typedef ptrdiff_t difference_type; - - // ParamIterator assumes ownership of the impl_ pointer. - ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} - ParamIterator& operator=(const ParamIterator& other) { - if (this != &other) - impl_.reset(other.impl_->Clone()); - return *this; - } - - const T& operator*() const { return *impl_->Current(); } - const T* operator->() const { return impl_->Current(); } - // Prefix version of operator++. - ParamIterator& operator++() { - impl_->Advance(); - return *this; - } - // Postfix version of operator++. - ParamIterator operator++(int /*unused*/) { - ParamIteratorInterface* clone = impl_->Clone(); - impl_->Advance(); - return ParamIterator(clone); - } - bool operator==(const ParamIterator& other) const { - return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_); - } - bool operator!=(const ParamIterator& other) const { - return !(*this == other); - } - - private: - friend class ParamGenerator; - explicit ParamIterator(ParamIteratorInterface* impl) : impl_(impl) {} - scoped_ptr > impl_; -}; - -// ParamGeneratorInterface is the binary interface to access generators -// defined in other translation units. -template -class ParamGeneratorInterface { - public: - typedef T ParamType; - - virtual ~ParamGeneratorInterface() {} - - // Generator interface definition - virtual ParamIteratorInterface* Begin() const = 0; - virtual ParamIteratorInterface* End() const = 0; -}; - -// Wraps ParamGeneratorInterface and provides general generator syntax -// compatible with the STL Container concept. -// This class implements copy initialization semantics and the contained -// ParamGeneratorInterface instance is shared among all copies -// of the original object. This is possible because that instance is immutable. -template -class ParamGenerator { - public: - typedef ParamIterator iterator; - - explicit ParamGenerator(ParamGeneratorInterface* impl) : impl_(impl) {} - ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} - - ParamGenerator& operator=(const ParamGenerator& other) { - impl_ = other.impl_; - return *this; - } - - iterator begin() const { return iterator(impl_->Begin()); } - iterator end() const { return iterator(impl_->End()); } - - private: - linked_ptr > impl_; -}; - -// Generates values from a range of two comparable values. Can be used to -// generate sequences of user-defined types that implement operator+() and -// operator<(). -// This class is used in the Range() function. -template -class RangeGenerator : public ParamGeneratorInterface { - public: - RangeGenerator(T begin, T end, IncrementT step) - : begin_(begin), end_(end), - step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} - virtual ~RangeGenerator() {} - - virtual ParamIteratorInterface* Begin() const { - return new Iterator(this, begin_, 0, step_); - } - virtual ParamIteratorInterface* End() const { - return new Iterator(this, end_, end_index_, step_); - } - - private: - class Iterator : public ParamIteratorInterface { - public: - Iterator(const ParamGeneratorInterface* base, T value, int index, - IncrementT step) - : base_(base), value_(value), index_(index), step_(step) {} - virtual ~Iterator() {} - - virtual const ParamGeneratorInterface* BaseGenerator() const { - return base_; - } - virtual void Advance() { - value_ = value_ + step_; - index_++; - } - virtual ParamIteratorInterface* Clone() const { - return new Iterator(*this); - } - virtual const T* Current() const { return &value_; } - virtual bool Equals(const ParamIteratorInterface& other) const { - // Having the same base generator guarantees that the other - // iterator is of the same type and we can downcast. - GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) - << "The program attempted to compare iterators " - << "from different generators." << std::endl; - const int other_index = - CheckedDowncastToActualType(&other)->index_; - return index_ == other_index; - } - - private: - Iterator(const Iterator& other) - : ParamIteratorInterface(), - base_(other.base_), value_(other.value_), index_(other.index_), - step_(other.step_) {} - - // No implementation - assignment is unsupported. - void operator=(const Iterator& other); - - const ParamGeneratorInterface* const base_; - T value_; - int index_; - const IncrementT step_; - }; // class RangeGenerator::Iterator - - static int CalculateEndIndex(const T& begin, - const T& end, - const IncrementT& step) { - int end_index = 0; - for (T i = begin; i < end; i = i + step) - end_index++; - return end_index; - } - - // No implementation - assignment is unsupported. - void operator=(const RangeGenerator& other); - - const T begin_; - const T end_; - const IncrementT step_; - // The index for the end() iterator. All the elements in the generated - // sequence are indexed (0-based) to aid iterator comparison. - const int end_index_; -}; // class RangeGenerator - - -// Generates values from a pair of STL-style iterators. Used in the -// ValuesIn() function. The elements are copied from the source range -// since the source can be located on the stack, and the generator -// is likely to persist beyond that stack frame. -template -class ValuesInIteratorRangeGenerator : public ParamGeneratorInterface { - public: - template - ValuesInIteratorRangeGenerator(ForwardIterator begin, ForwardIterator end) - : container_(begin, end) {} - virtual ~ValuesInIteratorRangeGenerator() {} - - virtual ParamIteratorInterface* Begin() const { - return new Iterator(this, container_.begin()); - } - virtual ParamIteratorInterface* End() const { - return new Iterator(this, container_.end()); - } - - private: - typedef typename ::std::vector ContainerType; - - class Iterator : public ParamIteratorInterface { - public: - Iterator(const ParamGeneratorInterface* base, - typename ContainerType::const_iterator iterator) - : base_(base), iterator_(iterator) {} - virtual ~Iterator() {} - - virtual const ParamGeneratorInterface* BaseGenerator() const { - return base_; - } - virtual void Advance() { - ++iterator_; - value_.reset(); - } - virtual ParamIteratorInterface* Clone() const { - return new Iterator(*this); - } - // We need to use cached value referenced by iterator_ because *iterator_ - // can return a temporary object (and of type other then T), so just - // having "return &*iterator_;" doesn't work. - // value_ is updated here and not in Advance() because Advance() - // can advance iterator_ beyond the end of the range, and we cannot - // detect that fact. The client code, on the other hand, is - // responsible for not calling Current() on an out-of-range iterator. - virtual const T* Current() const { - if (value_.get() == NULL) - value_.reset(new T(*iterator_)); - return value_.get(); - } - virtual bool Equals(const ParamIteratorInterface& other) const { - // Having the same base generator guarantees that the other - // iterator is of the same type and we can downcast. - GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) - << "The program attempted to compare iterators " - << "from different generators." << std::endl; - return iterator_ == - CheckedDowncastToActualType(&other)->iterator_; - } - - private: - Iterator(const Iterator& other) - // The explicit constructor call suppresses a false warning - // emitted by gcc when supplied with the -Wextra option. - : ParamIteratorInterface(), - base_(other.base_), - iterator_(other.iterator_) {} - - const ParamGeneratorInterface* const base_; - typename ContainerType::const_iterator iterator_; - // A cached value of *iterator_. We keep it here to allow access by - // pointer in the wrapping iterator's operator->(). - // value_ needs to be mutable to be accessed in Current(). - // Use of scoped_ptr helps manage cached value's lifetime, - // which is bound by the lifespan of the iterator itself. - mutable scoped_ptr value_; - }; // class ValuesInIteratorRangeGenerator::Iterator - - // No implementation - assignment is unsupported. - void operator=(const ValuesInIteratorRangeGenerator& other); - - const ContainerType container_; -}; // class ValuesInIteratorRangeGenerator - -// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. -// -// Stores a parameter value and later creates tests parameterized with that -// value. -template -class ParameterizedTestFactory : public TestFactoryBase { - public: - typedef typename TestClass::ParamType ParamType; - explicit ParameterizedTestFactory(ParamType parameter) : - parameter_(parameter) {} - virtual Test* CreateTest() { - TestClass::SetParam(¶meter_); - return new TestClass(); - } - - private: - const ParamType parameter_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestFactory); -}; - -// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. -// -// TestMetaFactoryBase is a base class for meta-factories that create -// test factories for passing into MakeAndRegisterTestInfo function. -template -class TestMetaFactoryBase { - public: - virtual ~TestMetaFactoryBase() {} - - virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0; -}; - -// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. -// -// TestMetaFactory creates test factories for passing into -// MakeAndRegisterTestInfo function. Since MakeAndRegisterTestInfo receives -// ownership of test factory pointer, same factory object cannot be passed -// into that method twice. But ParameterizedTestCaseInfo is going to call -// it for each Test/Parameter value combination. Thus it needs meta factory -// creator class. -template -class TestMetaFactory - : public TestMetaFactoryBase { - public: - typedef typename TestCase::ParamType ParamType; - - TestMetaFactory() {} - - virtual TestFactoryBase* CreateTestFactory(ParamType parameter) { - return new ParameterizedTestFactory(parameter); - } - - private: - GTEST_DISALLOW_COPY_AND_ASSIGN_(TestMetaFactory); -}; - -// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. -// -// ParameterizedTestCaseInfoBase is a generic interface -// to ParameterizedTestCaseInfo classes. ParameterizedTestCaseInfoBase -// accumulates test information provided by TEST_P macro invocations -// and generators provided by INSTANTIATE_TEST_CASE_P macro invocations -// and uses that information to register all resulting test instances -// in RegisterTests method. The ParameterizeTestCaseRegistry class holds -// a collection of pointers to the ParameterizedTestCaseInfo objects -// and calls RegisterTests() on each of them when asked. -class ParameterizedTestCaseInfoBase { - public: - virtual ~ParameterizedTestCaseInfoBase() {} - - // Base part of test case name for display purposes. - virtual const string& GetTestCaseName() const = 0; - // Test case id to verify identity. - virtual TypeId GetTestCaseTypeId() const = 0; - // UnitTest class invokes this method to register tests in this - // test case right before running them in RUN_ALL_TESTS macro. - // This method should not be called more then once on any single - // instance of a ParameterizedTestCaseInfoBase derived class. - virtual void RegisterTests() = 0; - - protected: - ParameterizedTestCaseInfoBase() {} - - private: - GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseInfoBase); -}; - -// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. -// -// ParameterizedTestCaseInfo accumulates tests obtained from TEST_P -// macro invocations for a particular test case and generators -// obtained from INSTANTIATE_TEST_CASE_P macro invocations for that -// test case. It registers tests with all values generated by all -// generators when asked. -template -class ParameterizedTestCaseInfo : public ParameterizedTestCaseInfoBase { - public: - // ParamType and GeneratorCreationFunc are private types but are required - // for declarations of public methods AddTestPattern() and - // AddTestCaseInstantiation(). - typedef typename TestCase::ParamType ParamType; - // A function that returns an instance of appropriate generator type. - typedef ParamGenerator(GeneratorCreationFunc)(); - - explicit ParameterizedTestCaseInfo(const char* name) - : test_case_name_(name) {} - - // Test case base name for display purposes. - virtual const string& GetTestCaseName() const { return test_case_name_; } - // Test case id to verify identity. - virtual TypeId GetTestCaseTypeId() const { return GetTypeId(); } - // TEST_P macro uses AddTestPattern() to record information - // about a single test in a LocalTestInfo structure. - // test_case_name is the base name of the test case (without invocation - // prefix). test_base_name is the name of an individual test without - // parameter index. For the test SequenceA/FooTest.DoBar/1 FooTest is - // test case base name and DoBar is test base name. - void AddTestPattern(const char* test_case_name, - const char* test_base_name, - TestMetaFactoryBase* meta_factory) { - tests_.push_back(linked_ptr(new TestInfo(test_case_name, - test_base_name, - meta_factory))); - } - // INSTANTIATE_TEST_CASE_P macro uses AddGenerator() to record information - // about a generator. - int AddTestCaseInstantiation(const string& instantiation_name, - GeneratorCreationFunc* func, - const char* /* file */, - int /* line */) { - instantiations_.push_back(::std::make_pair(instantiation_name, func)); - return 0; // Return value used only to run this method in namespace scope. - } - // UnitTest class invokes this method to register tests in this test case - // test cases right before running tests in RUN_ALL_TESTS macro. - // This method should not be called more then once on any single - // instance of a ParameterizedTestCaseInfoBase derived class. - // UnitTest has a guard to prevent from calling this method more then once. - virtual void RegisterTests() { - for (typename TestInfoContainer::iterator test_it = tests_.begin(); - test_it != tests_.end(); ++test_it) { - linked_ptr test_info = *test_it; - for (typename InstantiationContainer::iterator gen_it = - instantiations_.begin(); gen_it != instantiations_.end(); - ++gen_it) { - const string& instantiation_name = gen_it->first; - ParamGenerator generator((*gen_it->second)()); - - Message test_case_name_stream; - if ( !instantiation_name.empty() ) - test_case_name_stream << instantiation_name << "/"; - test_case_name_stream << test_info->test_case_base_name; - - int i = 0; - for (typename ParamGenerator::iterator param_it = - generator.begin(); - param_it != generator.end(); ++param_it, ++i) { - Message test_name_stream; - test_name_stream << test_info->test_base_name << "/" << i; - MakeAndRegisterTestInfo( - test_case_name_stream.GetString().c_str(), - test_name_stream.GetString().c_str(), - NULL, // No type parameter. - PrintToString(*param_it).c_str(), - GetTestCaseTypeId(), - TestCase::SetUpTestCase, - TestCase::TearDownTestCase, - test_info->test_meta_factory->CreateTestFactory(*param_it)); - } // for param_it - } // for gen_it - } // for test_it - } // RegisterTests - - private: - // LocalTestInfo structure keeps information about a single test registered - // with TEST_P macro. - struct TestInfo { - TestInfo(const char* a_test_case_base_name, - const char* a_test_base_name, - TestMetaFactoryBase* a_test_meta_factory) : - test_case_base_name(a_test_case_base_name), - test_base_name(a_test_base_name), - test_meta_factory(a_test_meta_factory) {} - - const string test_case_base_name; - const string test_base_name; - const scoped_ptr > test_meta_factory; - }; - typedef ::std::vector > TestInfoContainer; - // Keeps pairs of - // received from INSTANTIATE_TEST_CASE_P macros. - typedef ::std::vector > - InstantiationContainer; - - const string test_case_name_; - TestInfoContainer tests_; - InstantiationContainer instantiations_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseInfo); -}; // class ParameterizedTestCaseInfo - -// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. -// -// ParameterizedTestCaseRegistry contains a map of ParameterizedTestCaseInfoBase -// classes accessed by test case names. TEST_P and INSTANTIATE_TEST_CASE_P -// macros use it to locate their corresponding ParameterizedTestCaseInfo -// descriptors. -class ParameterizedTestCaseRegistry { - public: - ParameterizedTestCaseRegistry() {} - ~ParameterizedTestCaseRegistry() { - for (TestCaseInfoContainer::iterator it = test_case_infos_.begin(); - it != test_case_infos_.end(); ++it) { - delete *it; - } - } - - // Looks up or creates and returns a structure containing information about - // tests and instantiations of a particular test case. - template - ParameterizedTestCaseInfo* GetTestCasePatternHolder( - const char* test_case_name, - const char* file, - int line) { - ParameterizedTestCaseInfo* typed_test_info = NULL; - for (TestCaseInfoContainer::iterator it = test_case_infos_.begin(); - it != test_case_infos_.end(); ++it) { - if ((*it)->GetTestCaseName() == test_case_name) { - if ((*it)->GetTestCaseTypeId() != GetTypeId()) { - // Complain about incorrect usage of Google Test facilities - // and terminate the program since we cannot guaranty correct - // test case setup and tear-down in this case. - ReportInvalidTestCaseType(test_case_name, file, line); - posix::Abort(); - } else { - // At this point we are sure that the object we found is of the same - // type we are looking for, so we downcast it to that type - // without further checks. - typed_test_info = CheckedDowncastToActualType< - ParameterizedTestCaseInfo >(*it); - } - break; - } - } - if (typed_test_info == NULL) { - typed_test_info = new ParameterizedTestCaseInfo(test_case_name); - test_case_infos_.push_back(typed_test_info); - } - return typed_test_info; - } - void RegisterTests() { - for (TestCaseInfoContainer::iterator it = test_case_infos_.begin(); - it != test_case_infos_.end(); ++it) { - (*it)->RegisterTests(); - } - } - - private: - typedef ::std::vector TestCaseInfoContainer; - - TestCaseInfoContainer test_case_infos_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseRegistry); -}; - -} // namespace internal -} // namespace testing - -#endif // GTEST_HAS_PARAM_TEST - -#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_H_ -// This file was GENERATED by command: -// pump.py gtest-param-util-generated.h.pump -// DO NOT EDIT BY HAND!!! - -// Copyright 2008 Google Inc. -// All Rights Reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: vladl@google.com (Vlad Losev) - -// Type and function utilities for implementing parameterized tests. -// This file is generated by a SCRIPT. DO NOT EDIT BY HAND! -// -// Currently Google Test supports at most 50 arguments in Values, -// and at most 10 arguments in Combine. Please contact -// googletestframework@googlegroups.com if you need more. -// Please note that the number of arguments to Combine is limited -// by the maximum arity of the implementation of tr1::tuple which is -// currently set at 10. - -#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_GENERATED_H_ -#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_GENERATED_H_ - -// scripts/fuse_gtest.py depends on gtest's own header being #included -// *unconditionally*. Therefore these #includes cannot be moved -// inside #if GTEST_HAS_PARAM_TEST. - -#if GTEST_HAS_PARAM_TEST - -namespace testing { - -// Forward declarations of ValuesIn(), which is implemented in -// include/gtest/gtest-param-test.h. -template -internal::ParamGenerator< - typename ::testing::internal::IteratorTraits::value_type> -ValuesIn(ForwardIterator begin, ForwardIterator end); - -template -internal::ParamGenerator ValuesIn(const T (&array)[N]); - -template -internal::ParamGenerator ValuesIn( - const Container& container); - -namespace internal { - -// Used in the Values() function to provide polymorphic capabilities. -template -class ValueArray1 { - public: - explicit ValueArray1(T1 v1) : v1_(v1) {} - - template - operator ParamGenerator() const { return ValuesIn(&v1_, &v1_ + 1); } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray1& other); - - const T1 v1_; -}; - -template -class ValueArray2 { - public: - ValueArray2(T1 v1, T2 v2) : v1_(v1), v2_(v2) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray2& other); - - const T1 v1_; - const T2 v2_; -}; - -template -class ValueArray3 { - public: - ValueArray3(T1 v1, T2 v2, T3 v3) : v1_(v1), v2_(v2), v3_(v3) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray3& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; -}; - -template -class ValueArray4 { - public: - ValueArray4(T1 v1, T2 v2, T3 v3, T4 v4) : v1_(v1), v2_(v2), v3_(v3), - v4_(v4) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray4& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; -}; - -template -class ValueArray5 { - public: - ValueArray5(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) : v1_(v1), v2_(v2), v3_(v3), - v4_(v4), v5_(v5) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray5& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; -}; - -template -class ValueArray6 { - public: - ValueArray6(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6) : v1_(v1), v2_(v2), - v3_(v3), v4_(v4), v5_(v5), v6_(v6) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray6& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; -}; - -template -class ValueArray7 { - public: - ValueArray7(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7) : v1_(v1), - v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray7& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; -}; - -template -class ValueArray8 { - public: - ValueArray8(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, - T8 v8) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), - v8_(v8) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray8& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; -}; - -template -class ValueArray9 { - public: - ValueArray9(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, - T9 v9) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), - v8_(v8), v9_(v9) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray9& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; -}; - -template -class ValueArray10 { - public: - ValueArray10(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), - v8_(v8), v9_(v9), v10_(v10) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray10& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; -}; - -template -class ValueArray11 { - public: - ValueArray11(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), - v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray11& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; -}; - -template -class ValueArray12 { - public: - ValueArray12(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), - v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray12& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; -}; - -template -class ValueArray13 { - public: - ValueArray13(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), - v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), - v12_(v12), v13_(v13) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray13& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; -}; - -template -class ValueArray14 { - public: - ValueArray14(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14) : v1_(v1), v2_(v2), v3_(v3), - v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), - v11_(v11), v12_(v12), v13_(v13), v14_(v14) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray14& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; -}; - -template -class ValueArray15 { - public: - ValueArray15(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15) : v1_(v1), v2_(v2), - v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), - v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray15& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; -}; - -template -class ValueArray16 { - public: - ValueArray16(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16) : v1_(v1), - v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), - v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), - v16_(v16) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray16& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; -}; - -template -class ValueArray17 { - public: - ValueArray17(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, - T17 v17) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), - v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), - v15_(v15), v16_(v16), v17_(v17) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray17& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; -}; - -template -class ValueArray18 { - public: - ValueArray18(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), - v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), - v15_(v15), v16_(v16), v17_(v17), v18_(v18) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray18& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; -}; - -template -class ValueArray19 { - public: - ValueArray19(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), - v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), - v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray19& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; -}; - -template -class ValueArray20 { - public: - ValueArray20(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), - v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), - v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), - v19_(v19), v20_(v20) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray20& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; -}; - -template -class ValueArray21 { - public: - ValueArray21(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), - v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), - v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), - v18_(v18), v19_(v19), v20_(v20), v21_(v21) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray21& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; -}; - -template -class ValueArray22 { - public: - ValueArray22(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22) : v1_(v1), v2_(v2), v3_(v3), - v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), - v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), - v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray22& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; -}; - -template -class ValueArray23 { - public: - ValueArray23(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23) : v1_(v1), v2_(v2), - v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), - v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), - v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), - v23_(v23) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, - v23_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray23& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; -}; - -template -class ValueArray24 { - public: - ValueArray24(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24) : v1_(v1), - v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), - v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), - v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), - v22_(v22), v23_(v23), v24_(v24) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray24& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; -}; - -template -class ValueArray25 { - public: - ValueArray25(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, - T25 v25) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), - v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), - v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), - v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray25& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; -}; - -template -class ValueArray26 { - public: - ValueArray26(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), - v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), - v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), - v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray26& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; -}; - -template -class ValueArray27 { - public: - ValueArray27(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), - v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), - v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), - v20_(v20), v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), - v26_(v26), v27_(v27) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray27& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; -}; - -template -class ValueArray28 { - public: - ValueArray28(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), - v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), - v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), - v19_(v19), v20_(v20), v21_(v21), v22_(v22), v23_(v23), v24_(v24), - v25_(v25), v26_(v26), v27_(v27), v28_(v28) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray28& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; -}; - -template -class ValueArray29 { - public: - ValueArray29(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), - v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), - v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), - v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), v23_(v23), - v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), v29_(v29) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_, v29_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray29& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; - const T29 v29_; -}; - -template -class ValueArray30 { - public: - ValueArray30(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30) : v1_(v1), v2_(v2), v3_(v3), - v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), - v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), - v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), - v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), - v29_(v29), v30_(v30) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_, v29_, v30_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray30& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; - const T29 v29_; - const T30 v30_; -}; - -template -class ValueArray31 { - public: - ValueArray31(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31) : v1_(v1), v2_(v2), - v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), - v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), - v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), - v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), - v29_(v29), v30_(v30), v31_(v31) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_, v29_, v30_, v31_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray31& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; - const T29 v29_; - const T30 v30_; - const T31 v31_; -}; - -template -class ValueArray32 { - public: - ValueArray32(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32) : v1_(v1), - v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), - v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), - v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), - v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), - v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_, v29_, v30_, v31_, v32_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray32& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; - const T29 v29_; - const T30 v30_; - const T31 v31_; - const T32 v32_; -}; - -template -class ValueArray33 { - public: - ValueArray33(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, - T33 v33) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), - v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), - v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), - v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), - v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), - v33_(v33) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_, v29_, v30_, v31_, v32_, v33_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray33& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; - const T29 v29_; - const T30 v30_; - const T31 v31_; - const T32 v32_; - const T33 v33_; -}; - -template -class ValueArray34 { - public: - ValueArray34(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, - T34 v34) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), - v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), - v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), - v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), - v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), - v33_(v33), v34_(v34) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_, v29_, v30_, v31_, v32_, v33_, v34_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray34& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; - const T29 v29_; - const T30 v30_; - const T31 v31_; - const T32 v32_; - const T33 v33_; - const T34 v34_; -}; - -template -class ValueArray35 { - public: - ValueArray35(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, - T34 v34, T35 v35) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), - v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), - v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), - v20_(v20), v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), - v26_(v26), v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), - v32_(v32), v33_(v33), v34_(v34), v35_(v35) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_, v29_, v30_, v31_, v32_, v33_, v34_, - v35_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray35& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; - const T29 v29_; - const T30 v30_; - const T31 v31_; - const T32 v32_; - const T33 v33_; - const T34 v34_; - const T35 v35_; -}; - -template -class ValueArray36 { - public: - ValueArray36(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, - T34 v34, T35 v35, T36 v36) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), - v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), - v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), - v19_(v19), v20_(v20), v21_(v21), v22_(v22), v23_(v23), v24_(v24), - v25_(v25), v26_(v26), v27_(v27), v28_(v28), v29_(v29), v30_(v30), - v31_(v31), v32_(v32), v33_(v33), v34_(v34), v35_(v35), v36_(v36) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_, v29_, v30_, v31_, v32_, v33_, v34_, v35_, - v36_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray36& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; - const T29 v29_; - const T30 v30_; - const T31 v31_; - const T32 v32_; - const T33 v33_; - const T34 v34_; - const T35 v35_; - const T36 v36_; -}; - -template -class ValueArray37 { - public: - ValueArray37(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, - T34 v34, T35 v35, T36 v36, T37 v37) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), - v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), - v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), - v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), v23_(v23), - v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), v29_(v29), - v30_(v30), v31_(v31), v32_(v32), v33_(v33), v34_(v34), v35_(v35), - v36_(v36), v37_(v37) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_, v29_, v30_, v31_, v32_, v33_, v34_, v35_, - v36_, v37_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray37& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; - const T29 v29_; - const T30 v30_; - const T31 v31_; - const T32 v32_; - const T33 v33_; - const T34 v34_; - const T35 v35_; - const T36 v36_; - const T37 v37_; -}; - -template -class ValueArray38 { - public: - ValueArray38(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, - T34 v34, T35 v35, T36 v36, T37 v37, T38 v38) : v1_(v1), v2_(v2), v3_(v3), - v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), - v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), - v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), - v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), - v29_(v29), v30_(v30), v31_(v31), v32_(v32), v33_(v33), v34_(v34), - v35_(v35), v36_(v36), v37_(v37), v38_(v38) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_, v29_, v30_, v31_, v32_, v33_, v34_, v35_, - v36_, v37_, v38_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray38& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; - const T29 v29_; - const T30 v30_; - const T31 v31_; - const T32 v32_; - const T33 v33_; - const T34 v34_; - const T35 v35_; - const T36 v36_; - const T37 v37_; - const T38 v38_; -}; - -template -class ValueArray39 { - public: - ValueArray39(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, - T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39) : v1_(v1), v2_(v2), - v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), - v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), - v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), - v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), - v29_(v29), v30_(v30), v31_(v31), v32_(v32), v33_(v33), v34_(v34), - v35_(v35), v36_(v36), v37_(v37), v38_(v38), v39_(v39) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_, v29_, v30_, v31_, v32_, v33_, v34_, v35_, - v36_, v37_, v38_, v39_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray39& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; - const T29 v29_; - const T30 v30_; - const T31 v31_; - const T32 v32_; - const T33 v33_; - const T34 v34_; - const T35 v35_; - const T36 v36_; - const T37 v37_; - const T38 v38_; - const T39 v39_; -}; - -template -class ValueArray40 { - public: - ValueArray40(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, - T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40) : v1_(v1), - v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), - v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), - v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), - v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), - v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), v33_(v33), - v34_(v34), v35_(v35), v36_(v36), v37_(v37), v38_(v38), v39_(v39), - v40_(v40) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_, v29_, v30_, v31_, v32_, v33_, v34_, v35_, - v36_, v37_, v38_, v39_, v40_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray40& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; - const T29 v29_; - const T30 v30_; - const T31 v31_; - const T32 v32_; - const T33 v33_; - const T34 v34_; - const T35 v35_; - const T36 v36_; - const T37 v37_; - const T38 v38_; - const T39 v39_; - const T40 v40_; -}; - -template -class ValueArray41 { - public: - ValueArray41(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, - T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, - T41 v41) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), - v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), - v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), - v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), - v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), - v33_(v33), v34_(v34), v35_(v35), v36_(v36), v37_(v37), v38_(v38), - v39_(v39), v40_(v40), v41_(v41) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_, v29_, v30_, v31_, v32_, v33_, v34_, v35_, - v36_, v37_, v38_, v39_, v40_, v41_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray41& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; - const T29 v29_; - const T30 v30_; - const T31 v31_; - const T32 v32_; - const T33 v33_; - const T34 v34_; - const T35 v35_; - const T36 v36_; - const T37 v37_; - const T38 v38_; - const T39 v39_; - const T40 v40_; - const T41 v41_; -}; - -template -class ValueArray42 { - public: - ValueArray42(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, - T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, - T42 v42) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), - v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), - v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), - v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), - v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), - v33_(v33), v34_(v34), v35_(v35), v36_(v36), v37_(v37), v38_(v38), - v39_(v39), v40_(v40), v41_(v41), v42_(v42) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_, v29_, v30_, v31_, v32_, v33_, v34_, v35_, - v36_, v37_, v38_, v39_, v40_, v41_, v42_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray42& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; - const T29 v29_; - const T30 v30_; - const T31 v31_; - const T32 v32_; - const T33 v33_; - const T34 v34_; - const T35 v35_; - const T36 v36_; - const T37 v37_; - const T38 v38_; - const T39 v39_; - const T40 v40_; - const T41 v41_; - const T42 v42_; -}; - -template -class ValueArray43 { - public: - ValueArray43(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, - T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, - T42 v42, T43 v43) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), - v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), - v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), - v20_(v20), v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), - v26_(v26), v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), - v32_(v32), v33_(v33), v34_(v34), v35_(v35), v36_(v36), v37_(v37), - v38_(v38), v39_(v39), v40_(v40), v41_(v41), v42_(v42), v43_(v43) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_, v29_, v30_, v31_, v32_, v33_, v34_, v35_, - v36_, v37_, v38_, v39_, v40_, v41_, v42_, v43_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray43& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; - const T29 v29_; - const T30 v30_; - const T31 v31_; - const T32 v32_; - const T33 v33_; - const T34 v34_; - const T35 v35_; - const T36 v36_; - const T37 v37_; - const T38 v38_; - const T39 v39_; - const T40 v40_; - const T41 v41_; - const T42 v42_; - const T43 v43_; -}; - -template -class ValueArray44 { - public: - ValueArray44(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, - T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, - T42 v42, T43 v43, T44 v44) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), - v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), - v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), - v19_(v19), v20_(v20), v21_(v21), v22_(v22), v23_(v23), v24_(v24), - v25_(v25), v26_(v26), v27_(v27), v28_(v28), v29_(v29), v30_(v30), - v31_(v31), v32_(v32), v33_(v33), v34_(v34), v35_(v35), v36_(v36), - v37_(v37), v38_(v38), v39_(v39), v40_(v40), v41_(v41), v42_(v42), - v43_(v43), v44_(v44) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_, v29_, v30_, v31_, v32_, v33_, v34_, v35_, - v36_, v37_, v38_, v39_, v40_, v41_, v42_, v43_, v44_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray44& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; - const T29 v29_; - const T30 v30_; - const T31 v31_; - const T32 v32_; - const T33 v33_; - const T34 v34_; - const T35 v35_; - const T36 v36_; - const T37 v37_; - const T38 v38_; - const T39 v39_; - const T40 v40_; - const T41 v41_; - const T42 v42_; - const T43 v43_; - const T44 v44_; -}; - -template -class ValueArray45 { - public: - ValueArray45(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, - T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, - T42 v42, T43 v43, T44 v44, T45 v45) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), - v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), - v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), - v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), v23_(v23), - v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), v29_(v29), - v30_(v30), v31_(v31), v32_(v32), v33_(v33), v34_(v34), v35_(v35), - v36_(v36), v37_(v37), v38_(v38), v39_(v39), v40_(v40), v41_(v41), - v42_(v42), v43_(v43), v44_(v44), v45_(v45) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_, v29_, v30_, v31_, v32_, v33_, v34_, v35_, - v36_, v37_, v38_, v39_, v40_, v41_, v42_, v43_, v44_, v45_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray45& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; - const T29 v29_; - const T30 v30_; - const T31 v31_; - const T32 v32_; - const T33 v33_; - const T34 v34_; - const T35 v35_; - const T36 v36_; - const T37 v37_; - const T38 v38_; - const T39 v39_; - const T40 v40_; - const T41 v41_; - const T42 v42_; - const T43 v43_; - const T44 v44_; - const T45 v45_; -}; - -template -class ValueArray46 { - public: - ValueArray46(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, - T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, - T42 v42, T43 v43, T44 v44, T45 v45, T46 v46) : v1_(v1), v2_(v2), v3_(v3), - v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), - v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), - v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), - v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), - v29_(v29), v30_(v30), v31_(v31), v32_(v32), v33_(v33), v34_(v34), - v35_(v35), v36_(v36), v37_(v37), v38_(v38), v39_(v39), v40_(v40), - v41_(v41), v42_(v42), v43_(v43), v44_(v44), v45_(v45), v46_(v46) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_, v29_, v30_, v31_, v32_, v33_, v34_, v35_, - v36_, v37_, v38_, v39_, v40_, v41_, v42_, v43_, v44_, v45_, v46_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray46& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; - const T29 v29_; - const T30 v30_; - const T31 v31_; - const T32 v32_; - const T33 v33_; - const T34 v34_; - const T35 v35_; - const T36 v36_; - const T37 v37_; - const T38 v38_; - const T39 v39_; - const T40 v40_; - const T41 v41_; - const T42 v42_; - const T43 v43_; - const T44 v44_; - const T45 v45_; - const T46 v46_; -}; - -template -class ValueArray47 { - public: - ValueArray47(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, - T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, - T42 v42, T43 v43, T44 v44, T45 v45, T46 v46, T47 v47) : v1_(v1), v2_(v2), - v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), - v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), - v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), - v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), - v29_(v29), v30_(v30), v31_(v31), v32_(v32), v33_(v33), v34_(v34), - v35_(v35), v36_(v36), v37_(v37), v38_(v38), v39_(v39), v40_(v40), - v41_(v41), v42_(v42), v43_(v43), v44_(v44), v45_(v45), v46_(v46), - v47_(v47) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_, v29_, v30_, v31_, v32_, v33_, v34_, v35_, - v36_, v37_, v38_, v39_, v40_, v41_, v42_, v43_, v44_, v45_, v46_, - v47_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray47& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; - const T29 v29_; - const T30 v30_; - const T31 v31_; - const T32 v32_; - const T33 v33_; - const T34 v34_; - const T35 v35_; - const T36 v36_; - const T37 v37_; - const T38 v38_; - const T39 v39_; - const T40 v40_; - const T41 v41_; - const T42 v42_; - const T43 v43_; - const T44 v44_; - const T45 v45_; - const T46 v46_; - const T47 v47_; -}; - -template -class ValueArray48 { - public: - ValueArray48(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, - T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, - T42 v42, T43 v43, T44 v44, T45 v45, T46 v46, T47 v47, T48 v48) : v1_(v1), - v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), - v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), - v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), - v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), - v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), v33_(v33), - v34_(v34), v35_(v35), v36_(v36), v37_(v37), v38_(v38), v39_(v39), - v40_(v40), v41_(v41), v42_(v42), v43_(v43), v44_(v44), v45_(v45), - v46_(v46), v47_(v47), v48_(v48) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_, v29_, v30_, v31_, v32_, v33_, v34_, v35_, - v36_, v37_, v38_, v39_, v40_, v41_, v42_, v43_, v44_, v45_, v46_, v47_, - v48_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray48& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; - const T29 v29_; - const T30 v30_; - const T31 v31_; - const T32 v32_; - const T33 v33_; - const T34 v34_; - const T35 v35_; - const T36 v36_; - const T37 v37_; - const T38 v38_; - const T39 v39_; - const T40 v40_; - const T41 v41_; - const T42 v42_; - const T43 v43_; - const T44 v44_; - const T45 v45_; - const T46 v46_; - const T47 v47_; - const T48 v48_; -}; - -template -class ValueArray49 { - public: - ValueArray49(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, - T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, - T42 v42, T43 v43, T44 v44, T45 v45, T46 v46, T47 v47, T48 v48, - T49 v49) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), - v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), - v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), - v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), - v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), - v33_(v33), v34_(v34), v35_(v35), v36_(v36), v37_(v37), v38_(v38), - v39_(v39), v40_(v40), v41_(v41), v42_(v42), v43_(v43), v44_(v44), - v45_(v45), v46_(v46), v47_(v47), v48_(v48), v49_(v49) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_, v29_, v30_, v31_, v32_, v33_, v34_, v35_, - v36_, v37_, v38_, v39_, v40_, v41_, v42_, v43_, v44_, v45_, v46_, v47_, - v48_, v49_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray49& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; - const T29 v29_; - const T30 v30_; - const T31 v31_; - const T32 v32_; - const T33 v33_; - const T34 v34_; - const T35 v35_; - const T36 v36_; - const T37 v37_; - const T38 v38_; - const T39 v39_; - const T40 v40_; - const T41 v41_; - const T42 v42_; - const T43 v43_; - const T44 v44_; - const T45 v45_; - const T46 v46_; - const T47 v47_; - const T48 v48_; - const T49 v49_; -}; - -template -class ValueArray50 { - public: - ValueArray50(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, - T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, - T42 v42, T43 v43, T44 v44, T45 v45, T46 v46, T47 v47, T48 v48, T49 v49, - T50 v50) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), - v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), - v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), - v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), - v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), - v33_(v33), v34_(v34), v35_(v35), v36_(v36), v37_(v37), v38_(v38), - v39_(v39), v40_(v40), v41_(v41), v42_(v42), v43_(v43), v44_(v44), - v45_(v45), v46_(v46), v47_(v47), v48_(v48), v49_(v49), v50_(v50) {} - - template - operator ParamGenerator() const { - const T array[] = {v1_, v2_, v3_, v4_, v5_, v6_, v7_, v8_, v9_, v10_, v11_, - v12_, v13_, v14_, v15_, v16_, v17_, v18_, v19_, v20_, v21_, v22_, v23_, - v24_, v25_, v26_, v27_, v28_, v29_, v30_, v31_, v32_, v33_, v34_, v35_, - v36_, v37_, v38_, v39_, v40_, v41_, v42_, v43_, v44_, v45_, v46_, v47_, - v48_, v49_, v50_}; - return ValuesIn(array); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray50& other); - - const T1 v1_; - const T2 v2_; - const T3 v3_; - const T4 v4_; - const T5 v5_; - const T6 v6_; - const T7 v7_; - const T8 v8_; - const T9 v9_; - const T10 v10_; - const T11 v11_; - const T12 v12_; - const T13 v13_; - const T14 v14_; - const T15 v15_; - const T16 v16_; - const T17 v17_; - const T18 v18_; - const T19 v19_; - const T20 v20_; - const T21 v21_; - const T22 v22_; - const T23 v23_; - const T24 v24_; - const T25 v25_; - const T26 v26_; - const T27 v27_; - const T28 v28_; - const T29 v29_; - const T30 v30_; - const T31 v31_; - const T32 v32_; - const T33 v33_; - const T34 v34_; - const T35 v35_; - const T36 v36_; - const T37 v37_; - const T38 v38_; - const T39 v39_; - const T40 v40_; - const T41 v41_; - const T42 v42_; - const T43 v43_; - const T44 v44_; - const T45 v45_; - const T46 v46_; - const T47 v47_; - const T48 v48_; - const T49 v49_; - const T50 v50_; -}; - -# if GTEST_HAS_COMBINE -// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. -// -// Generates values from the Cartesian product of values produced -// by the argument generators. -// -template -class CartesianProductGenerator2 - : public ParamGeneratorInterface< ::std::tr1::tuple > { - public: - typedef ::std::tr1::tuple ParamType; - - CartesianProductGenerator2(const ParamGenerator& g1, - const ParamGenerator& g2) - : g1_(g1), g2_(g2) {} - virtual ~CartesianProductGenerator2() {} - - virtual ParamIteratorInterface* Begin() const { - return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin()); - } - virtual ParamIteratorInterface* End() const { - return new Iterator(this, g1_, g1_.end(), g2_, g2_.end()); - } - - private: - class Iterator : public ParamIteratorInterface { - public: - Iterator(const ParamGeneratorInterface* base, - const ParamGenerator& g1, - const typename ParamGenerator::iterator& current1, - const ParamGenerator& g2, - const typename ParamGenerator::iterator& current2) - : base_(base), - begin1_(g1.begin()), end1_(g1.end()), current1_(current1), - begin2_(g2.begin()), end2_(g2.end()), current2_(current2) { - ComputeCurrentValue(); - } - virtual ~Iterator() {} - - virtual const ParamGeneratorInterface* BaseGenerator() const { - return base_; - } - // Advance should not be called on beyond-of-range iterators - // so no component iterators must be beyond end of range, either. - virtual void Advance() { - assert(!AtEnd()); - ++current2_; - if (current2_ == end2_) { - current2_ = begin2_; - ++current1_; - } - ComputeCurrentValue(); - } - virtual ParamIteratorInterface* Clone() const { - return new Iterator(*this); - } - virtual const ParamType* Current() const { return ¤t_value_; } - virtual bool Equals(const ParamIteratorInterface& other) const { - // Having the same base generator guarantees that the other - // iterator is of the same type and we can downcast. - GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) - << "The program attempted to compare iterators " - << "from different generators." << std::endl; - const Iterator* typed_other = - CheckedDowncastToActualType(&other); - // We must report iterators equal if they both point beyond their - // respective ranges. That can happen in a variety of fashions, - // so we have to consult AtEnd(). - return (AtEnd() && typed_other->AtEnd()) || - ( - current1_ == typed_other->current1_ && - current2_ == typed_other->current2_); - } - - private: - Iterator(const Iterator& other) - : base_(other.base_), - begin1_(other.begin1_), - end1_(other.end1_), - current1_(other.current1_), - begin2_(other.begin2_), - end2_(other.end2_), - current2_(other.current2_) { - ComputeCurrentValue(); - } - - void ComputeCurrentValue() { - if (!AtEnd()) - current_value_ = ParamType(*current1_, *current2_); - } - bool AtEnd() const { - // We must report iterator past the end of the range when either of the - // component iterators has reached the end of its range. - return - current1_ == end1_ || - current2_ == end2_; - } - - // No implementation - assignment is unsupported. - void operator=(const Iterator& other); - - const ParamGeneratorInterface* const base_; - // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. - // current[i]_ is the actual traversing iterator. - const typename ParamGenerator::iterator begin1_; - const typename ParamGenerator::iterator end1_; - typename ParamGenerator::iterator current1_; - const typename ParamGenerator::iterator begin2_; - const typename ParamGenerator::iterator end2_; - typename ParamGenerator::iterator current2_; - ParamType current_value_; - }; // class CartesianProductGenerator2::Iterator - - // No implementation - assignment is unsupported. - void operator=(const CartesianProductGenerator2& other); - - const ParamGenerator g1_; - const ParamGenerator g2_; -}; // class CartesianProductGenerator2 - - -template -class CartesianProductGenerator3 - : public ParamGeneratorInterface< ::std::tr1::tuple > { - public: - typedef ::std::tr1::tuple ParamType; - - CartesianProductGenerator3(const ParamGenerator& g1, - const ParamGenerator& g2, const ParamGenerator& g3) - : g1_(g1), g2_(g2), g3_(g3) {} - virtual ~CartesianProductGenerator3() {} - - virtual ParamIteratorInterface* Begin() const { - return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, - g3_.begin()); - } - virtual ParamIteratorInterface* End() const { - return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end()); - } - - private: - class Iterator : public ParamIteratorInterface { - public: - Iterator(const ParamGeneratorInterface* base, - const ParamGenerator& g1, - const typename ParamGenerator::iterator& current1, - const ParamGenerator& g2, - const typename ParamGenerator::iterator& current2, - const ParamGenerator& g3, - const typename ParamGenerator::iterator& current3) - : base_(base), - begin1_(g1.begin()), end1_(g1.end()), current1_(current1), - begin2_(g2.begin()), end2_(g2.end()), current2_(current2), - begin3_(g3.begin()), end3_(g3.end()), current3_(current3) { - ComputeCurrentValue(); - } - virtual ~Iterator() {} - - virtual const ParamGeneratorInterface* BaseGenerator() const { - return base_; - } - // Advance should not be called on beyond-of-range iterators - // so no component iterators must be beyond end of range, either. - virtual void Advance() { - assert(!AtEnd()); - ++current3_; - if (current3_ == end3_) { - current3_ = begin3_; - ++current2_; - } - if (current2_ == end2_) { - current2_ = begin2_; - ++current1_; - } - ComputeCurrentValue(); - } - virtual ParamIteratorInterface* Clone() const { - return new Iterator(*this); - } - virtual const ParamType* Current() const { return ¤t_value_; } - virtual bool Equals(const ParamIteratorInterface& other) const { - // Having the same base generator guarantees that the other - // iterator is of the same type and we can downcast. - GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) - << "The program attempted to compare iterators " - << "from different generators." << std::endl; - const Iterator* typed_other = - CheckedDowncastToActualType(&other); - // We must report iterators equal if they both point beyond their - // respective ranges. That can happen in a variety of fashions, - // so we have to consult AtEnd(). - return (AtEnd() && typed_other->AtEnd()) || - ( - current1_ == typed_other->current1_ && - current2_ == typed_other->current2_ && - current3_ == typed_other->current3_); - } - - private: - Iterator(const Iterator& other) - : base_(other.base_), - begin1_(other.begin1_), - end1_(other.end1_), - current1_(other.current1_), - begin2_(other.begin2_), - end2_(other.end2_), - current2_(other.current2_), - begin3_(other.begin3_), - end3_(other.end3_), - current3_(other.current3_) { - ComputeCurrentValue(); - } - - void ComputeCurrentValue() { - if (!AtEnd()) - current_value_ = ParamType(*current1_, *current2_, *current3_); - } - bool AtEnd() const { - // We must report iterator past the end of the range when either of the - // component iterators has reached the end of its range. - return - current1_ == end1_ || - current2_ == end2_ || - current3_ == end3_; - } - - // No implementation - assignment is unsupported. - void operator=(const Iterator& other); - - const ParamGeneratorInterface* const base_; - // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. - // current[i]_ is the actual traversing iterator. - const typename ParamGenerator::iterator begin1_; - const typename ParamGenerator::iterator end1_; - typename ParamGenerator::iterator current1_; - const typename ParamGenerator::iterator begin2_; - const typename ParamGenerator::iterator end2_; - typename ParamGenerator::iterator current2_; - const typename ParamGenerator::iterator begin3_; - const typename ParamGenerator::iterator end3_; - typename ParamGenerator::iterator current3_; - ParamType current_value_; - }; // class CartesianProductGenerator3::Iterator - - // No implementation - assignment is unsupported. - void operator=(const CartesianProductGenerator3& other); - - const ParamGenerator g1_; - const ParamGenerator g2_; - const ParamGenerator g3_; -}; // class CartesianProductGenerator3 - - -template -class CartesianProductGenerator4 - : public ParamGeneratorInterface< ::std::tr1::tuple > { - public: - typedef ::std::tr1::tuple ParamType; - - CartesianProductGenerator4(const ParamGenerator& g1, - const ParamGenerator& g2, const ParamGenerator& g3, - const ParamGenerator& g4) - : g1_(g1), g2_(g2), g3_(g3), g4_(g4) {} - virtual ~CartesianProductGenerator4() {} - - virtual ParamIteratorInterface* Begin() const { - return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, - g3_.begin(), g4_, g4_.begin()); - } - virtual ParamIteratorInterface* End() const { - return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), - g4_, g4_.end()); - } - - private: - class Iterator : public ParamIteratorInterface { - public: - Iterator(const ParamGeneratorInterface* base, - const ParamGenerator& g1, - const typename ParamGenerator::iterator& current1, - const ParamGenerator& g2, - const typename ParamGenerator::iterator& current2, - const ParamGenerator& g3, - const typename ParamGenerator::iterator& current3, - const ParamGenerator& g4, - const typename ParamGenerator::iterator& current4) - : base_(base), - begin1_(g1.begin()), end1_(g1.end()), current1_(current1), - begin2_(g2.begin()), end2_(g2.end()), current2_(current2), - begin3_(g3.begin()), end3_(g3.end()), current3_(current3), - begin4_(g4.begin()), end4_(g4.end()), current4_(current4) { - ComputeCurrentValue(); - } - virtual ~Iterator() {} - - virtual const ParamGeneratorInterface* BaseGenerator() const { - return base_; - } - // Advance should not be called on beyond-of-range iterators - // so no component iterators must be beyond end of range, either. - virtual void Advance() { - assert(!AtEnd()); - ++current4_; - if (current4_ == end4_) { - current4_ = begin4_; - ++current3_; - } - if (current3_ == end3_) { - current3_ = begin3_; - ++current2_; - } - if (current2_ == end2_) { - current2_ = begin2_; - ++current1_; - } - ComputeCurrentValue(); - } - virtual ParamIteratorInterface* Clone() const { - return new Iterator(*this); - } - virtual const ParamType* Current() const { return ¤t_value_; } - virtual bool Equals(const ParamIteratorInterface& other) const { - // Having the same base generator guarantees that the other - // iterator is of the same type and we can downcast. - GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) - << "The program attempted to compare iterators " - << "from different generators." << std::endl; - const Iterator* typed_other = - CheckedDowncastToActualType(&other); - // We must report iterators equal if they both point beyond their - // respective ranges. That can happen in a variety of fashions, - // so we have to consult AtEnd(). - return (AtEnd() && typed_other->AtEnd()) || - ( - current1_ == typed_other->current1_ && - current2_ == typed_other->current2_ && - current3_ == typed_other->current3_ && - current4_ == typed_other->current4_); - } - - private: - Iterator(const Iterator& other) - : base_(other.base_), - begin1_(other.begin1_), - end1_(other.end1_), - current1_(other.current1_), - begin2_(other.begin2_), - end2_(other.end2_), - current2_(other.current2_), - begin3_(other.begin3_), - end3_(other.end3_), - current3_(other.current3_), - begin4_(other.begin4_), - end4_(other.end4_), - current4_(other.current4_) { - ComputeCurrentValue(); - } - - void ComputeCurrentValue() { - if (!AtEnd()) - current_value_ = ParamType(*current1_, *current2_, *current3_, - *current4_); - } - bool AtEnd() const { - // We must report iterator past the end of the range when either of the - // component iterators has reached the end of its range. - return - current1_ == end1_ || - current2_ == end2_ || - current3_ == end3_ || - current4_ == end4_; - } - - // No implementation - assignment is unsupported. - void operator=(const Iterator& other); - - const ParamGeneratorInterface* const base_; - // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. - // current[i]_ is the actual traversing iterator. - const typename ParamGenerator::iterator begin1_; - const typename ParamGenerator::iterator end1_; - typename ParamGenerator::iterator current1_; - const typename ParamGenerator::iterator begin2_; - const typename ParamGenerator::iterator end2_; - typename ParamGenerator::iterator current2_; - const typename ParamGenerator::iterator begin3_; - const typename ParamGenerator::iterator end3_; - typename ParamGenerator::iterator current3_; - const typename ParamGenerator::iterator begin4_; - const typename ParamGenerator::iterator end4_; - typename ParamGenerator::iterator current4_; - ParamType current_value_; - }; // class CartesianProductGenerator4::Iterator - - // No implementation - assignment is unsupported. - void operator=(const CartesianProductGenerator4& other); - - const ParamGenerator g1_; - const ParamGenerator g2_; - const ParamGenerator g3_; - const ParamGenerator g4_; -}; // class CartesianProductGenerator4 - - -template -class CartesianProductGenerator5 - : public ParamGeneratorInterface< ::std::tr1::tuple > { - public: - typedef ::std::tr1::tuple ParamType; - - CartesianProductGenerator5(const ParamGenerator& g1, - const ParamGenerator& g2, const ParamGenerator& g3, - const ParamGenerator& g4, const ParamGenerator& g5) - : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5) {} - virtual ~CartesianProductGenerator5() {} - - virtual ParamIteratorInterface* Begin() const { - return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, - g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin()); - } - virtual ParamIteratorInterface* End() const { - return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), - g4_, g4_.end(), g5_, g5_.end()); - } - - private: - class Iterator : public ParamIteratorInterface { - public: - Iterator(const ParamGeneratorInterface* base, - const ParamGenerator& g1, - const typename ParamGenerator::iterator& current1, - const ParamGenerator& g2, - const typename ParamGenerator::iterator& current2, - const ParamGenerator& g3, - const typename ParamGenerator::iterator& current3, - const ParamGenerator& g4, - const typename ParamGenerator::iterator& current4, - const ParamGenerator& g5, - const typename ParamGenerator::iterator& current5) - : base_(base), - begin1_(g1.begin()), end1_(g1.end()), current1_(current1), - begin2_(g2.begin()), end2_(g2.end()), current2_(current2), - begin3_(g3.begin()), end3_(g3.end()), current3_(current3), - begin4_(g4.begin()), end4_(g4.end()), current4_(current4), - begin5_(g5.begin()), end5_(g5.end()), current5_(current5) { - ComputeCurrentValue(); - } - virtual ~Iterator() {} - - virtual const ParamGeneratorInterface* BaseGenerator() const { - return base_; - } - // Advance should not be called on beyond-of-range iterators - // so no component iterators must be beyond end of range, either. - virtual void Advance() { - assert(!AtEnd()); - ++current5_; - if (current5_ == end5_) { - current5_ = begin5_; - ++current4_; - } - if (current4_ == end4_) { - current4_ = begin4_; - ++current3_; - } - if (current3_ == end3_) { - current3_ = begin3_; - ++current2_; - } - if (current2_ == end2_) { - current2_ = begin2_; - ++current1_; - } - ComputeCurrentValue(); - } - virtual ParamIteratorInterface* Clone() const { - return new Iterator(*this); - } - virtual const ParamType* Current() const { return ¤t_value_; } - virtual bool Equals(const ParamIteratorInterface& other) const { - // Having the same base generator guarantees that the other - // iterator is of the same type and we can downcast. - GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) - << "The program attempted to compare iterators " - << "from different generators." << std::endl; - const Iterator* typed_other = - CheckedDowncastToActualType(&other); - // We must report iterators equal if they both point beyond their - // respective ranges. That can happen in a variety of fashions, - // so we have to consult AtEnd(). - return (AtEnd() && typed_other->AtEnd()) || - ( - current1_ == typed_other->current1_ && - current2_ == typed_other->current2_ && - current3_ == typed_other->current3_ && - current4_ == typed_other->current4_ && - current5_ == typed_other->current5_); - } - - private: - Iterator(const Iterator& other) - : base_(other.base_), - begin1_(other.begin1_), - end1_(other.end1_), - current1_(other.current1_), - begin2_(other.begin2_), - end2_(other.end2_), - current2_(other.current2_), - begin3_(other.begin3_), - end3_(other.end3_), - current3_(other.current3_), - begin4_(other.begin4_), - end4_(other.end4_), - current4_(other.current4_), - begin5_(other.begin5_), - end5_(other.end5_), - current5_(other.current5_) { - ComputeCurrentValue(); - } - - void ComputeCurrentValue() { - if (!AtEnd()) - current_value_ = ParamType(*current1_, *current2_, *current3_, - *current4_, *current5_); - } - bool AtEnd() const { - // We must report iterator past the end of the range when either of the - // component iterators has reached the end of its range. - return - current1_ == end1_ || - current2_ == end2_ || - current3_ == end3_ || - current4_ == end4_ || - current5_ == end5_; - } - - // No implementation - assignment is unsupported. - void operator=(const Iterator& other); - - const ParamGeneratorInterface* const base_; - // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. - // current[i]_ is the actual traversing iterator. - const typename ParamGenerator::iterator begin1_; - const typename ParamGenerator::iterator end1_; - typename ParamGenerator::iterator current1_; - const typename ParamGenerator::iterator begin2_; - const typename ParamGenerator::iterator end2_; - typename ParamGenerator::iterator current2_; - const typename ParamGenerator::iterator begin3_; - const typename ParamGenerator::iterator end3_; - typename ParamGenerator::iterator current3_; - const typename ParamGenerator::iterator begin4_; - const typename ParamGenerator::iterator end4_; - typename ParamGenerator::iterator current4_; - const typename ParamGenerator::iterator begin5_; - const typename ParamGenerator::iterator end5_; - typename ParamGenerator::iterator current5_; - ParamType current_value_; - }; // class CartesianProductGenerator5::Iterator - - // No implementation - assignment is unsupported. - void operator=(const CartesianProductGenerator5& other); - - const ParamGenerator g1_; - const ParamGenerator g2_; - const ParamGenerator g3_; - const ParamGenerator g4_; - const ParamGenerator g5_; -}; // class CartesianProductGenerator5 - - -template -class CartesianProductGenerator6 - : public ParamGeneratorInterface< ::std::tr1::tuple > { - public: - typedef ::std::tr1::tuple ParamType; - - CartesianProductGenerator6(const ParamGenerator& g1, - const ParamGenerator& g2, const ParamGenerator& g3, - const ParamGenerator& g4, const ParamGenerator& g5, - const ParamGenerator& g6) - : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6) {} - virtual ~CartesianProductGenerator6() {} - - virtual ParamIteratorInterface* Begin() const { - return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, - g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin()); - } - virtual ParamIteratorInterface* End() const { - return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), - g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end()); - } - - private: - class Iterator : public ParamIteratorInterface { - public: - Iterator(const ParamGeneratorInterface* base, - const ParamGenerator& g1, - const typename ParamGenerator::iterator& current1, - const ParamGenerator& g2, - const typename ParamGenerator::iterator& current2, - const ParamGenerator& g3, - const typename ParamGenerator::iterator& current3, - const ParamGenerator& g4, - const typename ParamGenerator::iterator& current4, - const ParamGenerator& g5, - const typename ParamGenerator::iterator& current5, - const ParamGenerator& g6, - const typename ParamGenerator::iterator& current6) - : base_(base), - begin1_(g1.begin()), end1_(g1.end()), current1_(current1), - begin2_(g2.begin()), end2_(g2.end()), current2_(current2), - begin3_(g3.begin()), end3_(g3.end()), current3_(current3), - begin4_(g4.begin()), end4_(g4.end()), current4_(current4), - begin5_(g5.begin()), end5_(g5.end()), current5_(current5), - begin6_(g6.begin()), end6_(g6.end()), current6_(current6) { - ComputeCurrentValue(); - } - virtual ~Iterator() {} - - virtual const ParamGeneratorInterface* BaseGenerator() const { - return base_; - } - // Advance should not be called on beyond-of-range iterators - // so no component iterators must be beyond end of range, either. - virtual void Advance() { - assert(!AtEnd()); - ++current6_; - if (current6_ == end6_) { - current6_ = begin6_; - ++current5_; - } - if (current5_ == end5_) { - current5_ = begin5_; - ++current4_; - } - if (current4_ == end4_) { - current4_ = begin4_; - ++current3_; - } - if (current3_ == end3_) { - current3_ = begin3_; - ++current2_; - } - if (current2_ == end2_) { - current2_ = begin2_; - ++current1_; - } - ComputeCurrentValue(); - } - virtual ParamIteratorInterface* Clone() const { - return new Iterator(*this); - } - virtual const ParamType* Current() const { return ¤t_value_; } - virtual bool Equals(const ParamIteratorInterface& other) const { - // Having the same base generator guarantees that the other - // iterator is of the same type and we can downcast. - GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) - << "The program attempted to compare iterators " - << "from different generators." << std::endl; - const Iterator* typed_other = - CheckedDowncastToActualType(&other); - // We must report iterators equal if they both point beyond their - // respective ranges. That can happen in a variety of fashions, - // so we have to consult AtEnd(). - return (AtEnd() && typed_other->AtEnd()) || - ( - current1_ == typed_other->current1_ && - current2_ == typed_other->current2_ && - current3_ == typed_other->current3_ && - current4_ == typed_other->current4_ && - current5_ == typed_other->current5_ && - current6_ == typed_other->current6_); - } - - private: - Iterator(const Iterator& other) - : base_(other.base_), - begin1_(other.begin1_), - end1_(other.end1_), - current1_(other.current1_), - begin2_(other.begin2_), - end2_(other.end2_), - current2_(other.current2_), - begin3_(other.begin3_), - end3_(other.end3_), - current3_(other.current3_), - begin4_(other.begin4_), - end4_(other.end4_), - current4_(other.current4_), - begin5_(other.begin5_), - end5_(other.end5_), - current5_(other.current5_), - begin6_(other.begin6_), - end6_(other.end6_), - current6_(other.current6_) { - ComputeCurrentValue(); - } - - void ComputeCurrentValue() { - if (!AtEnd()) - current_value_ = ParamType(*current1_, *current2_, *current3_, - *current4_, *current5_, *current6_); - } - bool AtEnd() const { - // We must report iterator past the end of the range when either of the - // component iterators has reached the end of its range. - return - current1_ == end1_ || - current2_ == end2_ || - current3_ == end3_ || - current4_ == end4_ || - current5_ == end5_ || - current6_ == end6_; - } - - // No implementation - assignment is unsupported. - void operator=(const Iterator& other); - - const ParamGeneratorInterface* const base_; - // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. - // current[i]_ is the actual traversing iterator. - const typename ParamGenerator::iterator begin1_; - const typename ParamGenerator::iterator end1_; - typename ParamGenerator::iterator current1_; - const typename ParamGenerator::iterator begin2_; - const typename ParamGenerator::iterator end2_; - typename ParamGenerator::iterator current2_; - const typename ParamGenerator::iterator begin3_; - const typename ParamGenerator::iterator end3_; - typename ParamGenerator::iterator current3_; - const typename ParamGenerator::iterator begin4_; - const typename ParamGenerator::iterator end4_; - typename ParamGenerator::iterator current4_; - const typename ParamGenerator::iterator begin5_; - const typename ParamGenerator::iterator end5_; - typename ParamGenerator::iterator current5_; - const typename ParamGenerator::iterator begin6_; - const typename ParamGenerator::iterator end6_; - typename ParamGenerator::iterator current6_; - ParamType current_value_; - }; // class CartesianProductGenerator6::Iterator - - // No implementation - assignment is unsupported. - void operator=(const CartesianProductGenerator6& other); - - const ParamGenerator g1_; - const ParamGenerator g2_; - const ParamGenerator g3_; - const ParamGenerator g4_; - const ParamGenerator g5_; - const ParamGenerator g6_; -}; // class CartesianProductGenerator6 - - -template -class CartesianProductGenerator7 - : public ParamGeneratorInterface< ::std::tr1::tuple > { - public: - typedef ::std::tr1::tuple ParamType; - - CartesianProductGenerator7(const ParamGenerator& g1, - const ParamGenerator& g2, const ParamGenerator& g3, - const ParamGenerator& g4, const ParamGenerator& g5, - const ParamGenerator& g6, const ParamGenerator& g7) - : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7) {} - virtual ~CartesianProductGenerator7() {} - - virtual ParamIteratorInterface* Begin() const { - return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, - g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin(), g7_, - g7_.begin()); - } - virtual ParamIteratorInterface* End() const { - return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), - g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end(), g7_, g7_.end()); - } - - private: - class Iterator : public ParamIteratorInterface { - public: - Iterator(const ParamGeneratorInterface* base, - const ParamGenerator& g1, - const typename ParamGenerator::iterator& current1, - const ParamGenerator& g2, - const typename ParamGenerator::iterator& current2, - const ParamGenerator& g3, - const typename ParamGenerator::iterator& current3, - const ParamGenerator& g4, - const typename ParamGenerator::iterator& current4, - const ParamGenerator& g5, - const typename ParamGenerator::iterator& current5, - const ParamGenerator& g6, - const typename ParamGenerator::iterator& current6, - const ParamGenerator& g7, - const typename ParamGenerator::iterator& current7) - : base_(base), - begin1_(g1.begin()), end1_(g1.end()), current1_(current1), - begin2_(g2.begin()), end2_(g2.end()), current2_(current2), - begin3_(g3.begin()), end3_(g3.end()), current3_(current3), - begin4_(g4.begin()), end4_(g4.end()), current4_(current4), - begin5_(g5.begin()), end5_(g5.end()), current5_(current5), - begin6_(g6.begin()), end6_(g6.end()), current6_(current6), - begin7_(g7.begin()), end7_(g7.end()), current7_(current7) { - ComputeCurrentValue(); - } - virtual ~Iterator() {} - - virtual const ParamGeneratorInterface* BaseGenerator() const { - return base_; - } - // Advance should not be called on beyond-of-range iterators - // so no component iterators must be beyond end of range, either. - virtual void Advance() { - assert(!AtEnd()); - ++current7_; - if (current7_ == end7_) { - current7_ = begin7_; - ++current6_; - } - if (current6_ == end6_) { - current6_ = begin6_; - ++current5_; - } - if (current5_ == end5_) { - current5_ = begin5_; - ++current4_; - } - if (current4_ == end4_) { - current4_ = begin4_; - ++current3_; - } - if (current3_ == end3_) { - current3_ = begin3_; - ++current2_; - } - if (current2_ == end2_) { - current2_ = begin2_; - ++current1_; - } - ComputeCurrentValue(); - } - virtual ParamIteratorInterface* Clone() const { - return new Iterator(*this); - } - virtual const ParamType* Current() const { return ¤t_value_; } - virtual bool Equals(const ParamIteratorInterface& other) const { - // Having the same base generator guarantees that the other - // iterator is of the same type and we can downcast. - GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) - << "The program attempted to compare iterators " - << "from different generators." << std::endl; - const Iterator* typed_other = - CheckedDowncastToActualType(&other); - // We must report iterators equal if they both point beyond their - // respective ranges. That can happen in a variety of fashions, - // so we have to consult AtEnd(). - return (AtEnd() && typed_other->AtEnd()) || - ( - current1_ == typed_other->current1_ && - current2_ == typed_other->current2_ && - current3_ == typed_other->current3_ && - current4_ == typed_other->current4_ && - current5_ == typed_other->current5_ && - current6_ == typed_other->current6_ && - current7_ == typed_other->current7_); - } - - private: - Iterator(const Iterator& other) - : base_(other.base_), - begin1_(other.begin1_), - end1_(other.end1_), - current1_(other.current1_), - begin2_(other.begin2_), - end2_(other.end2_), - current2_(other.current2_), - begin3_(other.begin3_), - end3_(other.end3_), - current3_(other.current3_), - begin4_(other.begin4_), - end4_(other.end4_), - current4_(other.current4_), - begin5_(other.begin5_), - end5_(other.end5_), - current5_(other.current5_), - begin6_(other.begin6_), - end6_(other.end6_), - current6_(other.current6_), - begin7_(other.begin7_), - end7_(other.end7_), - current7_(other.current7_) { - ComputeCurrentValue(); - } - - void ComputeCurrentValue() { - if (!AtEnd()) - current_value_ = ParamType(*current1_, *current2_, *current3_, - *current4_, *current5_, *current6_, *current7_); - } - bool AtEnd() const { - // We must report iterator past the end of the range when either of the - // component iterators has reached the end of its range. - return - current1_ == end1_ || - current2_ == end2_ || - current3_ == end3_ || - current4_ == end4_ || - current5_ == end5_ || - current6_ == end6_ || - current7_ == end7_; - } - - // No implementation - assignment is unsupported. - void operator=(const Iterator& other); - - const ParamGeneratorInterface* const base_; - // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. - // current[i]_ is the actual traversing iterator. - const typename ParamGenerator::iterator begin1_; - const typename ParamGenerator::iterator end1_; - typename ParamGenerator::iterator current1_; - const typename ParamGenerator::iterator begin2_; - const typename ParamGenerator::iterator end2_; - typename ParamGenerator::iterator current2_; - const typename ParamGenerator::iterator begin3_; - const typename ParamGenerator::iterator end3_; - typename ParamGenerator::iterator current3_; - const typename ParamGenerator::iterator begin4_; - const typename ParamGenerator::iterator end4_; - typename ParamGenerator::iterator current4_; - const typename ParamGenerator::iterator begin5_; - const typename ParamGenerator::iterator end5_; - typename ParamGenerator::iterator current5_; - const typename ParamGenerator::iterator begin6_; - const typename ParamGenerator::iterator end6_; - typename ParamGenerator::iterator current6_; - const typename ParamGenerator::iterator begin7_; - const typename ParamGenerator::iterator end7_; - typename ParamGenerator::iterator current7_; - ParamType current_value_; - }; // class CartesianProductGenerator7::Iterator - - // No implementation - assignment is unsupported. - void operator=(const CartesianProductGenerator7& other); - - const ParamGenerator g1_; - const ParamGenerator g2_; - const ParamGenerator g3_; - const ParamGenerator g4_; - const ParamGenerator g5_; - const ParamGenerator g6_; - const ParamGenerator g7_; -}; // class CartesianProductGenerator7 - - -template -class CartesianProductGenerator8 - : public ParamGeneratorInterface< ::std::tr1::tuple > { - public: - typedef ::std::tr1::tuple ParamType; - - CartesianProductGenerator8(const ParamGenerator& g1, - const ParamGenerator& g2, const ParamGenerator& g3, - const ParamGenerator& g4, const ParamGenerator& g5, - const ParamGenerator& g6, const ParamGenerator& g7, - const ParamGenerator& g8) - : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7), - g8_(g8) {} - virtual ~CartesianProductGenerator8() {} - - virtual ParamIteratorInterface* Begin() const { - return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, - g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin(), g7_, - g7_.begin(), g8_, g8_.begin()); - } - virtual ParamIteratorInterface* End() const { - return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), - g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end(), g7_, g7_.end(), g8_, - g8_.end()); - } - - private: - class Iterator : public ParamIteratorInterface { - public: - Iterator(const ParamGeneratorInterface* base, - const ParamGenerator& g1, - const typename ParamGenerator::iterator& current1, - const ParamGenerator& g2, - const typename ParamGenerator::iterator& current2, - const ParamGenerator& g3, - const typename ParamGenerator::iterator& current3, - const ParamGenerator& g4, - const typename ParamGenerator::iterator& current4, - const ParamGenerator& g5, - const typename ParamGenerator::iterator& current5, - const ParamGenerator& g6, - const typename ParamGenerator::iterator& current6, - const ParamGenerator& g7, - const typename ParamGenerator::iterator& current7, - const ParamGenerator& g8, - const typename ParamGenerator::iterator& current8) - : base_(base), - begin1_(g1.begin()), end1_(g1.end()), current1_(current1), - begin2_(g2.begin()), end2_(g2.end()), current2_(current2), - begin3_(g3.begin()), end3_(g3.end()), current3_(current3), - begin4_(g4.begin()), end4_(g4.end()), current4_(current4), - begin5_(g5.begin()), end5_(g5.end()), current5_(current5), - begin6_(g6.begin()), end6_(g6.end()), current6_(current6), - begin7_(g7.begin()), end7_(g7.end()), current7_(current7), - begin8_(g8.begin()), end8_(g8.end()), current8_(current8) { - ComputeCurrentValue(); - } - virtual ~Iterator() {} - - virtual const ParamGeneratorInterface* BaseGenerator() const { - return base_; - } - // Advance should not be called on beyond-of-range iterators - // so no component iterators must be beyond end of range, either. - virtual void Advance() { - assert(!AtEnd()); - ++current8_; - if (current8_ == end8_) { - current8_ = begin8_; - ++current7_; - } - if (current7_ == end7_) { - current7_ = begin7_; - ++current6_; - } - if (current6_ == end6_) { - current6_ = begin6_; - ++current5_; - } - if (current5_ == end5_) { - current5_ = begin5_; - ++current4_; - } - if (current4_ == end4_) { - current4_ = begin4_; - ++current3_; - } - if (current3_ == end3_) { - current3_ = begin3_; - ++current2_; - } - if (current2_ == end2_) { - current2_ = begin2_; - ++current1_; - } - ComputeCurrentValue(); - } - virtual ParamIteratorInterface* Clone() const { - return new Iterator(*this); - } - virtual const ParamType* Current() const { return ¤t_value_; } - virtual bool Equals(const ParamIteratorInterface& other) const { - // Having the same base generator guarantees that the other - // iterator is of the same type and we can downcast. - GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) - << "The program attempted to compare iterators " - << "from different generators." << std::endl; - const Iterator* typed_other = - CheckedDowncastToActualType(&other); - // We must report iterators equal if they both point beyond their - // respective ranges. That can happen in a variety of fashions, - // so we have to consult AtEnd(). - return (AtEnd() && typed_other->AtEnd()) || - ( - current1_ == typed_other->current1_ && - current2_ == typed_other->current2_ && - current3_ == typed_other->current3_ && - current4_ == typed_other->current4_ && - current5_ == typed_other->current5_ && - current6_ == typed_other->current6_ && - current7_ == typed_other->current7_ && - current8_ == typed_other->current8_); - } - - private: - Iterator(const Iterator& other) - : base_(other.base_), - begin1_(other.begin1_), - end1_(other.end1_), - current1_(other.current1_), - begin2_(other.begin2_), - end2_(other.end2_), - current2_(other.current2_), - begin3_(other.begin3_), - end3_(other.end3_), - current3_(other.current3_), - begin4_(other.begin4_), - end4_(other.end4_), - current4_(other.current4_), - begin5_(other.begin5_), - end5_(other.end5_), - current5_(other.current5_), - begin6_(other.begin6_), - end6_(other.end6_), - current6_(other.current6_), - begin7_(other.begin7_), - end7_(other.end7_), - current7_(other.current7_), - begin8_(other.begin8_), - end8_(other.end8_), - current8_(other.current8_) { - ComputeCurrentValue(); - } - - void ComputeCurrentValue() { - if (!AtEnd()) - current_value_ = ParamType(*current1_, *current2_, *current3_, - *current4_, *current5_, *current6_, *current7_, *current8_); - } - bool AtEnd() const { - // We must report iterator past the end of the range when either of the - // component iterators has reached the end of its range. - return - current1_ == end1_ || - current2_ == end2_ || - current3_ == end3_ || - current4_ == end4_ || - current5_ == end5_ || - current6_ == end6_ || - current7_ == end7_ || - current8_ == end8_; - } - - // No implementation - assignment is unsupported. - void operator=(const Iterator& other); - - const ParamGeneratorInterface* const base_; - // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. - // current[i]_ is the actual traversing iterator. - const typename ParamGenerator::iterator begin1_; - const typename ParamGenerator::iterator end1_; - typename ParamGenerator::iterator current1_; - const typename ParamGenerator::iterator begin2_; - const typename ParamGenerator::iterator end2_; - typename ParamGenerator::iterator current2_; - const typename ParamGenerator::iterator begin3_; - const typename ParamGenerator::iterator end3_; - typename ParamGenerator::iterator current3_; - const typename ParamGenerator::iterator begin4_; - const typename ParamGenerator::iterator end4_; - typename ParamGenerator::iterator current4_; - const typename ParamGenerator::iterator begin5_; - const typename ParamGenerator::iterator end5_; - typename ParamGenerator::iterator current5_; - const typename ParamGenerator::iterator begin6_; - const typename ParamGenerator::iterator end6_; - typename ParamGenerator::iterator current6_; - const typename ParamGenerator::iterator begin7_; - const typename ParamGenerator::iterator end7_; - typename ParamGenerator::iterator current7_; - const typename ParamGenerator::iterator begin8_; - const typename ParamGenerator::iterator end8_; - typename ParamGenerator::iterator current8_; - ParamType current_value_; - }; // class CartesianProductGenerator8::Iterator - - // No implementation - assignment is unsupported. - void operator=(const CartesianProductGenerator8& other); - - const ParamGenerator g1_; - const ParamGenerator g2_; - const ParamGenerator g3_; - const ParamGenerator g4_; - const ParamGenerator g5_; - const ParamGenerator g6_; - const ParamGenerator g7_; - const ParamGenerator g8_; -}; // class CartesianProductGenerator8 - - -template -class CartesianProductGenerator9 - : public ParamGeneratorInterface< ::std::tr1::tuple > { - public: - typedef ::std::tr1::tuple ParamType; - - CartesianProductGenerator9(const ParamGenerator& g1, - const ParamGenerator& g2, const ParamGenerator& g3, - const ParamGenerator& g4, const ParamGenerator& g5, - const ParamGenerator& g6, const ParamGenerator& g7, - const ParamGenerator& g8, const ParamGenerator& g9) - : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7), g8_(g8), - g9_(g9) {} - virtual ~CartesianProductGenerator9() {} - - virtual ParamIteratorInterface* Begin() const { - return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, - g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin(), g7_, - g7_.begin(), g8_, g8_.begin(), g9_, g9_.begin()); - } - virtual ParamIteratorInterface* End() const { - return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), - g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end(), g7_, g7_.end(), g8_, - g8_.end(), g9_, g9_.end()); - } - - private: - class Iterator : public ParamIteratorInterface { - public: - Iterator(const ParamGeneratorInterface* base, - const ParamGenerator& g1, - const typename ParamGenerator::iterator& current1, - const ParamGenerator& g2, - const typename ParamGenerator::iterator& current2, - const ParamGenerator& g3, - const typename ParamGenerator::iterator& current3, - const ParamGenerator& g4, - const typename ParamGenerator::iterator& current4, - const ParamGenerator& g5, - const typename ParamGenerator::iterator& current5, - const ParamGenerator& g6, - const typename ParamGenerator::iterator& current6, - const ParamGenerator& g7, - const typename ParamGenerator::iterator& current7, - const ParamGenerator& g8, - const typename ParamGenerator::iterator& current8, - const ParamGenerator& g9, - const typename ParamGenerator::iterator& current9) - : base_(base), - begin1_(g1.begin()), end1_(g1.end()), current1_(current1), - begin2_(g2.begin()), end2_(g2.end()), current2_(current2), - begin3_(g3.begin()), end3_(g3.end()), current3_(current3), - begin4_(g4.begin()), end4_(g4.end()), current4_(current4), - begin5_(g5.begin()), end5_(g5.end()), current5_(current5), - begin6_(g6.begin()), end6_(g6.end()), current6_(current6), - begin7_(g7.begin()), end7_(g7.end()), current7_(current7), - begin8_(g8.begin()), end8_(g8.end()), current8_(current8), - begin9_(g9.begin()), end9_(g9.end()), current9_(current9) { - ComputeCurrentValue(); - } - virtual ~Iterator() {} - - virtual const ParamGeneratorInterface* BaseGenerator() const { - return base_; - } - // Advance should not be called on beyond-of-range iterators - // so no component iterators must be beyond end of range, either. - virtual void Advance() { - assert(!AtEnd()); - ++current9_; - if (current9_ == end9_) { - current9_ = begin9_; - ++current8_; - } - if (current8_ == end8_) { - current8_ = begin8_; - ++current7_; - } - if (current7_ == end7_) { - current7_ = begin7_; - ++current6_; - } - if (current6_ == end6_) { - current6_ = begin6_; - ++current5_; - } - if (current5_ == end5_) { - current5_ = begin5_; - ++current4_; - } - if (current4_ == end4_) { - current4_ = begin4_; - ++current3_; - } - if (current3_ == end3_) { - current3_ = begin3_; - ++current2_; - } - if (current2_ == end2_) { - current2_ = begin2_; - ++current1_; - } - ComputeCurrentValue(); - } - virtual ParamIteratorInterface* Clone() const { - return new Iterator(*this); - } - virtual const ParamType* Current() const { return ¤t_value_; } - virtual bool Equals(const ParamIteratorInterface& other) const { - // Having the same base generator guarantees that the other - // iterator is of the same type and we can downcast. - GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) - << "The program attempted to compare iterators " - << "from different generators." << std::endl; - const Iterator* typed_other = - CheckedDowncastToActualType(&other); - // We must report iterators equal if they both point beyond their - // respective ranges. That can happen in a variety of fashions, - // so we have to consult AtEnd(). - return (AtEnd() && typed_other->AtEnd()) || - ( - current1_ == typed_other->current1_ && - current2_ == typed_other->current2_ && - current3_ == typed_other->current3_ && - current4_ == typed_other->current4_ && - current5_ == typed_other->current5_ && - current6_ == typed_other->current6_ && - current7_ == typed_other->current7_ && - current8_ == typed_other->current8_ && - current9_ == typed_other->current9_); - } - - private: - Iterator(const Iterator& other) - : base_(other.base_), - begin1_(other.begin1_), - end1_(other.end1_), - current1_(other.current1_), - begin2_(other.begin2_), - end2_(other.end2_), - current2_(other.current2_), - begin3_(other.begin3_), - end3_(other.end3_), - current3_(other.current3_), - begin4_(other.begin4_), - end4_(other.end4_), - current4_(other.current4_), - begin5_(other.begin5_), - end5_(other.end5_), - current5_(other.current5_), - begin6_(other.begin6_), - end6_(other.end6_), - current6_(other.current6_), - begin7_(other.begin7_), - end7_(other.end7_), - current7_(other.current7_), - begin8_(other.begin8_), - end8_(other.end8_), - current8_(other.current8_), - begin9_(other.begin9_), - end9_(other.end9_), - current9_(other.current9_) { - ComputeCurrentValue(); - } - - void ComputeCurrentValue() { - if (!AtEnd()) - current_value_ = ParamType(*current1_, *current2_, *current3_, - *current4_, *current5_, *current6_, *current7_, *current8_, - *current9_); - } - bool AtEnd() const { - // We must report iterator past the end of the range when either of the - // component iterators has reached the end of its range. - return - current1_ == end1_ || - current2_ == end2_ || - current3_ == end3_ || - current4_ == end4_ || - current5_ == end5_ || - current6_ == end6_ || - current7_ == end7_ || - current8_ == end8_ || - current9_ == end9_; - } - - // No implementation - assignment is unsupported. - void operator=(const Iterator& other); - - const ParamGeneratorInterface* const base_; - // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. - // current[i]_ is the actual traversing iterator. - const typename ParamGenerator::iterator begin1_; - const typename ParamGenerator::iterator end1_; - typename ParamGenerator::iterator current1_; - const typename ParamGenerator::iterator begin2_; - const typename ParamGenerator::iterator end2_; - typename ParamGenerator::iterator current2_; - const typename ParamGenerator::iterator begin3_; - const typename ParamGenerator::iterator end3_; - typename ParamGenerator::iterator current3_; - const typename ParamGenerator::iterator begin4_; - const typename ParamGenerator::iterator end4_; - typename ParamGenerator::iterator current4_; - const typename ParamGenerator::iterator begin5_; - const typename ParamGenerator::iterator end5_; - typename ParamGenerator::iterator current5_; - const typename ParamGenerator::iterator begin6_; - const typename ParamGenerator::iterator end6_; - typename ParamGenerator::iterator current6_; - const typename ParamGenerator::iterator begin7_; - const typename ParamGenerator::iterator end7_; - typename ParamGenerator::iterator current7_; - const typename ParamGenerator::iterator begin8_; - const typename ParamGenerator::iterator end8_; - typename ParamGenerator::iterator current8_; - const typename ParamGenerator::iterator begin9_; - const typename ParamGenerator::iterator end9_; - typename ParamGenerator::iterator current9_; - ParamType current_value_; - }; // class CartesianProductGenerator9::Iterator - - // No implementation - assignment is unsupported. - void operator=(const CartesianProductGenerator9& other); - - const ParamGenerator g1_; - const ParamGenerator g2_; - const ParamGenerator g3_; - const ParamGenerator g4_; - const ParamGenerator g5_; - const ParamGenerator g6_; - const ParamGenerator g7_; - const ParamGenerator g8_; - const ParamGenerator g9_; -}; // class CartesianProductGenerator9 - - -template -class CartesianProductGenerator10 - : public ParamGeneratorInterface< ::std::tr1::tuple > { - public: - typedef ::std::tr1::tuple ParamType; - - CartesianProductGenerator10(const ParamGenerator& g1, - const ParamGenerator& g2, const ParamGenerator& g3, - const ParamGenerator& g4, const ParamGenerator& g5, - const ParamGenerator& g6, const ParamGenerator& g7, - const ParamGenerator& g8, const ParamGenerator& g9, - const ParamGenerator& g10) - : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7), g8_(g8), - g9_(g9), g10_(g10) {} - virtual ~CartesianProductGenerator10() {} - - virtual ParamIteratorInterface* Begin() const { - return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, - g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin(), g7_, - g7_.begin(), g8_, g8_.begin(), g9_, g9_.begin(), g10_, g10_.begin()); - } - virtual ParamIteratorInterface* End() const { - return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), - g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end(), g7_, g7_.end(), g8_, - g8_.end(), g9_, g9_.end(), g10_, g10_.end()); - } - - private: - class Iterator : public ParamIteratorInterface { - public: - Iterator(const ParamGeneratorInterface* base, - const ParamGenerator& g1, - const typename ParamGenerator::iterator& current1, - const ParamGenerator& g2, - const typename ParamGenerator::iterator& current2, - const ParamGenerator& g3, - const typename ParamGenerator::iterator& current3, - const ParamGenerator& g4, - const typename ParamGenerator::iterator& current4, - const ParamGenerator& g5, - const typename ParamGenerator::iterator& current5, - const ParamGenerator& g6, - const typename ParamGenerator::iterator& current6, - const ParamGenerator& g7, - const typename ParamGenerator::iterator& current7, - const ParamGenerator& g8, - const typename ParamGenerator::iterator& current8, - const ParamGenerator& g9, - const typename ParamGenerator::iterator& current9, - const ParamGenerator& g10, - const typename ParamGenerator::iterator& current10) - : base_(base), - begin1_(g1.begin()), end1_(g1.end()), current1_(current1), - begin2_(g2.begin()), end2_(g2.end()), current2_(current2), - begin3_(g3.begin()), end3_(g3.end()), current3_(current3), - begin4_(g4.begin()), end4_(g4.end()), current4_(current4), - begin5_(g5.begin()), end5_(g5.end()), current5_(current5), - begin6_(g6.begin()), end6_(g6.end()), current6_(current6), - begin7_(g7.begin()), end7_(g7.end()), current7_(current7), - begin8_(g8.begin()), end8_(g8.end()), current8_(current8), - begin9_(g9.begin()), end9_(g9.end()), current9_(current9), - begin10_(g10.begin()), end10_(g10.end()), current10_(current10) { - ComputeCurrentValue(); - } - virtual ~Iterator() {} - - virtual const ParamGeneratorInterface* BaseGenerator() const { - return base_; - } - // Advance should not be called on beyond-of-range iterators - // so no component iterators must be beyond end of range, either. - virtual void Advance() { - assert(!AtEnd()); - ++current10_; - if (current10_ == end10_) { - current10_ = begin10_; - ++current9_; - } - if (current9_ == end9_) { - current9_ = begin9_; - ++current8_; - } - if (current8_ == end8_) { - current8_ = begin8_; - ++current7_; - } - if (current7_ == end7_) { - current7_ = begin7_; - ++current6_; - } - if (current6_ == end6_) { - current6_ = begin6_; - ++current5_; - } - if (current5_ == end5_) { - current5_ = begin5_; - ++current4_; - } - if (current4_ == end4_) { - current4_ = begin4_; - ++current3_; - } - if (current3_ == end3_) { - current3_ = begin3_; - ++current2_; - } - if (current2_ == end2_) { - current2_ = begin2_; - ++current1_; - } - ComputeCurrentValue(); - } - virtual ParamIteratorInterface* Clone() const { - return new Iterator(*this); - } - virtual const ParamType* Current() const { return ¤t_value_; } - virtual bool Equals(const ParamIteratorInterface& other) const { - // Having the same base generator guarantees that the other - // iterator is of the same type and we can downcast. - GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) - << "The program attempted to compare iterators " - << "from different generators." << std::endl; - const Iterator* typed_other = - CheckedDowncastToActualType(&other); - // We must report iterators equal if they both point beyond their - // respective ranges. That can happen in a variety of fashions, - // so we have to consult AtEnd(). - return (AtEnd() && typed_other->AtEnd()) || - ( - current1_ == typed_other->current1_ && - current2_ == typed_other->current2_ && - current3_ == typed_other->current3_ && - current4_ == typed_other->current4_ && - current5_ == typed_other->current5_ && - current6_ == typed_other->current6_ && - current7_ == typed_other->current7_ && - current8_ == typed_other->current8_ && - current9_ == typed_other->current9_ && - current10_ == typed_other->current10_); - } - - private: - Iterator(const Iterator& other) - : base_(other.base_), - begin1_(other.begin1_), - end1_(other.end1_), - current1_(other.current1_), - begin2_(other.begin2_), - end2_(other.end2_), - current2_(other.current2_), - begin3_(other.begin3_), - end3_(other.end3_), - current3_(other.current3_), - begin4_(other.begin4_), - end4_(other.end4_), - current4_(other.current4_), - begin5_(other.begin5_), - end5_(other.end5_), - current5_(other.current5_), - begin6_(other.begin6_), - end6_(other.end6_), - current6_(other.current6_), - begin7_(other.begin7_), - end7_(other.end7_), - current7_(other.current7_), - begin8_(other.begin8_), - end8_(other.end8_), - current8_(other.current8_), - begin9_(other.begin9_), - end9_(other.end9_), - current9_(other.current9_), - begin10_(other.begin10_), - end10_(other.end10_), - current10_(other.current10_) { - ComputeCurrentValue(); - } - - void ComputeCurrentValue() { - if (!AtEnd()) - current_value_ = ParamType(*current1_, *current2_, *current3_, - *current4_, *current5_, *current6_, *current7_, *current8_, - *current9_, *current10_); - } - bool AtEnd() const { - // We must report iterator past the end of the range when either of the - // component iterators has reached the end of its range. - return - current1_ == end1_ || - current2_ == end2_ || - current3_ == end3_ || - current4_ == end4_ || - current5_ == end5_ || - current6_ == end6_ || - current7_ == end7_ || - current8_ == end8_ || - current9_ == end9_ || - current10_ == end10_; - } - - // No implementation - assignment is unsupported. - void operator=(const Iterator& other); - - const ParamGeneratorInterface* const base_; - // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. - // current[i]_ is the actual traversing iterator. - const typename ParamGenerator::iterator begin1_; - const typename ParamGenerator::iterator end1_; - typename ParamGenerator::iterator current1_; - const typename ParamGenerator::iterator begin2_; - const typename ParamGenerator::iterator end2_; - typename ParamGenerator::iterator current2_; - const typename ParamGenerator::iterator begin3_; - const typename ParamGenerator::iterator end3_; - typename ParamGenerator::iterator current3_; - const typename ParamGenerator::iterator begin4_; - const typename ParamGenerator::iterator end4_; - typename ParamGenerator::iterator current4_; - const typename ParamGenerator::iterator begin5_; - const typename ParamGenerator::iterator end5_; - typename ParamGenerator::iterator current5_; - const typename ParamGenerator::iterator begin6_; - const typename ParamGenerator::iterator end6_; - typename ParamGenerator::iterator current6_; - const typename ParamGenerator::iterator begin7_; - const typename ParamGenerator::iterator end7_; - typename ParamGenerator::iterator current7_; - const typename ParamGenerator::iterator begin8_; - const typename ParamGenerator::iterator end8_; - typename ParamGenerator::iterator current8_; - const typename ParamGenerator::iterator begin9_; - const typename ParamGenerator::iterator end9_; - typename ParamGenerator::iterator current9_; - const typename ParamGenerator::iterator begin10_; - const typename ParamGenerator::iterator end10_; - typename ParamGenerator::iterator current10_; - ParamType current_value_; - }; // class CartesianProductGenerator10::Iterator - - // No implementation - assignment is unsupported. - void operator=(const CartesianProductGenerator10& other); - - const ParamGenerator g1_; - const ParamGenerator g2_; - const ParamGenerator g3_; - const ParamGenerator g4_; - const ParamGenerator g5_; - const ParamGenerator g6_; - const ParamGenerator g7_; - const ParamGenerator g8_; - const ParamGenerator g9_; - const ParamGenerator g10_; -}; // class CartesianProductGenerator10 - - -// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. -// -// Helper classes providing Combine() with polymorphic features. They allow -// casting CartesianProductGeneratorN to ParamGenerator if T is -// convertible to U. -// -template -class CartesianProductHolder2 { - public: -CartesianProductHolder2(const Generator1& g1, const Generator2& g2) - : g1_(g1), g2_(g2) {} - template - operator ParamGenerator< ::std::tr1::tuple >() const { - return ParamGenerator< ::std::tr1::tuple >( - new CartesianProductGenerator2( - static_cast >(g1_), - static_cast >(g2_))); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const CartesianProductHolder2& other); - - const Generator1 g1_; - const Generator2 g2_; -}; // class CartesianProductHolder2 - -template -class CartesianProductHolder3 { - public: -CartesianProductHolder3(const Generator1& g1, const Generator2& g2, - const Generator3& g3) - : g1_(g1), g2_(g2), g3_(g3) {} - template - operator ParamGenerator< ::std::tr1::tuple >() const { - return ParamGenerator< ::std::tr1::tuple >( - new CartesianProductGenerator3( - static_cast >(g1_), - static_cast >(g2_), - static_cast >(g3_))); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const CartesianProductHolder3& other); - - const Generator1 g1_; - const Generator2 g2_; - const Generator3 g3_; -}; // class CartesianProductHolder3 - -template -class CartesianProductHolder4 { - public: -CartesianProductHolder4(const Generator1& g1, const Generator2& g2, - const Generator3& g3, const Generator4& g4) - : g1_(g1), g2_(g2), g3_(g3), g4_(g4) {} - template - operator ParamGenerator< ::std::tr1::tuple >() const { - return ParamGenerator< ::std::tr1::tuple >( - new CartesianProductGenerator4( - static_cast >(g1_), - static_cast >(g2_), - static_cast >(g3_), - static_cast >(g4_))); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const CartesianProductHolder4& other); - - const Generator1 g1_; - const Generator2 g2_; - const Generator3 g3_; - const Generator4 g4_; -}; // class CartesianProductHolder4 - -template -class CartesianProductHolder5 { - public: -CartesianProductHolder5(const Generator1& g1, const Generator2& g2, - const Generator3& g3, const Generator4& g4, const Generator5& g5) - : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5) {} - template - operator ParamGenerator< ::std::tr1::tuple >() const { - return ParamGenerator< ::std::tr1::tuple >( - new CartesianProductGenerator5( - static_cast >(g1_), - static_cast >(g2_), - static_cast >(g3_), - static_cast >(g4_), - static_cast >(g5_))); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const CartesianProductHolder5& other); - - const Generator1 g1_; - const Generator2 g2_; - const Generator3 g3_; - const Generator4 g4_; - const Generator5 g5_; -}; // class CartesianProductHolder5 - -template -class CartesianProductHolder6 { - public: -CartesianProductHolder6(const Generator1& g1, const Generator2& g2, - const Generator3& g3, const Generator4& g4, const Generator5& g5, - const Generator6& g6) - : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6) {} - template - operator ParamGenerator< ::std::tr1::tuple >() const { - return ParamGenerator< ::std::tr1::tuple >( - new CartesianProductGenerator6( - static_cast >(g1_), - static_cast >(g2_), - static_cast >(g3_), - static_cast >(g4_), - static_cast >(g5_), - static_cast >(g6_))); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const CartesianProductHolder6& other); - - const Generator1 g1_; - const Generator2 g2_; - const Generator3 g3_; - const Generator4 g4_; - const Generator5 g5_; - const Generator6 g6_; -}; // class CartesianProductHolder6 - -template -class CartesianProductHolder7 { - public: -CartesianProductHolder7(const Generator1& g1, const Generator2& g2, - const Generator3& g3, const Generator4& g4, const Generator5& g5, - const Generator6& g6, const Generator7& g7) - : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7) {} - template - operator ParamGenerator< ::std::tr1::tuple >() const { - return ParamGenerator< ::std::tr1::tuple >( - new CartesianProductGenerator7( - static_cast >(g1_), - static_cast >(g2_), - static_cast >(g3_), - static_cast >(g4_), - static_cast >(g5_), - static_cast >(g6_), - static_cast >(g7_))); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const CartesianProductHolder7& other); - - const Generator1 g1_; - const Generator2 g2_; - const Generator3 g3_; - const Generator4 g4_; - const Generator5 g5_; - const Generator6 g6_; - const Generator7 g7_; -}; // class CartesianProductHolder7 - -template -class CartesianProductHolder8 { - public: -CartesianProductHolder8(const Generator1& g1, const Generator2& g2, - const Generator3& g3, const Generator4& g4, const Generator5& g5, - const Generator6& g6, const Generator7& g7, const Generator8& g8) - : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7), - g8_(g8) {} - template - operator ParamGenerator< ::std::tr1::tuple >() const { - return ParamGenerator< ::std::tr1::tuple >( - new CartesianProductGenerator8( - static_cast >(g1_), - static_cast >(g2_), - static_cast >(g3_), - static_cast >(g4_), - static_cast >(g5_), - static_cast >(g6_), - static_cast >(g7_), - static_cast >(g8_))); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const CartesianProductHolder8& other); - - const Generator1 g1_; - const Generator2 g2_; - const Generator3 g3_; - const Generator4 g4_; - const Generator5 g5_; - const Generator6 g6_; - const Generator7 g7_; - const Generator8 g8_; -}; // class CartesianProductHolder8 - -template -class CartesianProductHolder9 { - public: -CartesianProductHolder9(const Generator1& g1, const Generator2& g2, - const Generator3& g3, const Generator4& g4, const Generator5& g5, - const Generator6& g6, const Generator7& g7, const Generator8& g8, - const Generator9& g9) - : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7), g8_(g8), - g9_(g9) {} - template - operator ParamGenerator< ::std::tr1::tuple >() const { - return ParamGenerator< ::std::tr1::tuple >( - new CartesianProductGenerator9( - static_cast >(g1_), - static_cast >(g2_), - static_cast >(g3_), - static_cast >(g4_), - static_cast >(g5_), - static_cast >(g6_), - static_cast >(g7_), - static_cast >(g8_), - static_cast >(g9_))); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const CartesianProductHolder9& other); - - const Generator1 g1_; - const Generator2 g2_; - const Generator3 g3_; - const Generator4 g4_; - const Generator5 g5_; - const Generator6 g6_; - const Generator7 g7_; - const Generator8 g8_; - const Generator9 g9_; -}; // class CartesianProductHolder9 - -template -class CartesianProductHolder10 { - public: -CartesianProductHolder10(const Generator1& g1, const Generator2& g2, - const Generator3& g3, const Generator4& g4, const Generator5& g5, - const Generator6& g6, const Generator7& g7, const Generator8& g8, - const Generator9& g9, const Generator10& g10) - : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7), g8_(g8), - g9_(g9), g10_(g10) {} - template - operator ParamGenerator< ::std::tr1::tuple >() const { - return ParamGenerator< ::std::tr1::tuple >( - new CartesianProductGenerator10( - static_cast >(g1_), - static_cast >(g2_), - static_cast >(g3_), - static_cast >(g4_), - static_cast >(g5_), - static_cast >(g6_), - static_cast >(g7_), - static_cast >(g8_), - static_cast >(g9_), - static_cast >(g10_))); - } - - private: - // No implementation - assignment is unsupported. - void operator=(const CartesianProductHolder10& other); - - const Generator1 g1_; - const Generator2 g2_; - const Generator3 g3_; - const Generator4 g4_; - const Generator5 g5_; - const Generator6 g6_; - const Generator7 g7_; - const Generator8 g8_; - const Generator9 g9_; - const Generator10 g10_; -}; // class CartesianProductHolder10 - -# endif // GTEST_HAS_COMBINE - -} // namespace internal -} // namespace testing - -#endif // GTEST_HAS_PARAM_TEST - -#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_GENERATED_H_ - -#if GTEST_HAS_PARAM_TEST - -namespace testing { - -// Functions producing parameter generators. -// -// Google Test uses these generators to produce parameters for value- -// parameterized tests. When a parameterized test case is instantiated -// with a particular generator, Google Test creates and runs tests -// for each element in the sequence produced by the generator. -// -// In the following sample, tests from test case FooTest are instantiated -// each three times with parameter values 3, 5, and 8: -// -// class FooTest : public TestWithParam { ... }; -// -// TEST_P(FooTest, TestThis) { -// } -// TEST_P(FooTest, TestThat) { -// } -// INSTANTIATE_TEST_CASE_P(TestSequence, FooTest, Values(3, 5, 8)); -// - -// Range() returns generators providing sequences of values in a range. -// -// Synopsis: -// Range(start, end) -// - returns a generator producing a sequence of values {start, start+1, -// start+2, ..., }. -// Range(start, end, step) -// - returns a generator producing a sequence of values {start, start+step, -// start+step+step, ..., }. -// Notes: -// * The generated sequences never include end. For example, Range(1, 5) -// returns a generator producing a sequence {1, 2, 3, 4}. Range(1, 9, 2) -// returns a generator producing {1, 3, 5, 7}. -// * start and end must have the same type. That type may be any integral or -// floating-point type or a user defined type satisfying these conditions: -// * It must be assignable (have operator=() defined). -// * It must have operator+() (operator+(int-compatible type) for -// two-operand version). -// * It must have operator<() defined. -// Elements in the resulting sequences will also have that type. -// * Condition start < end must be satisfied in order for resulting sequences -// to contain any elements. -// -template -internal::ParamGenerator Range(T start, T end, IncrementT step) { - return internal::ParamGenerator( - new internal::RangeGenerator(start, end, step)); -} - -template -internal::ParamGenerator Range(T start, T end) { - return Range(start, end, 1); -} - -// ValuesIn() function allows generation of tests with parameters coming from -// a container. -// -// Synopsis: -// ValuesIn(const T (&array)[N]) -// - returns a generator producing sequences with elements from -// a C-style array. -// ValuesIn(const Container& container) -// - returns a generator producing sequences with elements from -// an STL-style container. -// ValuesIn(Iterator begin, Iterator end) -// - returns a generator producing sequences with elements from -// a range [begin, end) defined by a pair of STL-style iterators. These -// iterators can also be plain C pointers. -// -// Please note that ValuesIn copies the values from the containers -// passed in and keeps them to generate tests in RUN_ALL_TESTS(). -// -// Examples: -// -// This instantiates tests from test case StringTest -// each with C-string values of "foo", "bar", and "baz": -// -// const char* strings[] = {"foo", "bar", "baz"}; -// INSTANTIATE_TEST_CASE_P(StringSequence, SrtingTest, ValuesIn(strings)); -// -// This instantiates tests from test case StlStringTest -// each with STL strings with values "a" and "b": -// -// ::std::vector< ::std::string> GetParameterStrings() { -// ::std::vector< ::std::string> v; -// v.push_back("a"); -// v.push_back("b"); -// return v; -// } -// -// INSTANTIATE_TEST_CASE_P(CharSequence, -// StlStringTest, -// ValuesIn(GetParameterStrings())); -// -// -// This will also instantiate tests from CharTest -// each with parameter values 'a' and 'b': -// -// ::std::list GetParameterChars() { -// ::std::list list; -// list.push_back('a'); -// list.push_back('b'); -// return list; -// } -// ::std::list l = GetParameterChars(); -// INSTANTIATE_TEST_CASE_P(CharSequence2, -// CharTest, -// ValuesIn(l.begin(), l.end())); -// -template -internal::ParamGenerator< - typename ::testing::internal::IteratorTraits::value_type> -ValuesIn(ForwardIterator begin, ForwardIterator end) { - typedef typename ::testing::internal::IteratorTraits - ::value_type ParamType; - return internal::ParamGenerator( - new internal::ValuesInIteratorRangeGenerator(begin, end)); -} - -template -internal::ParamGenerator ValuesIn(const T (&array)[N]) { - return ValuesIn(array, array + N); -} - -template -internal::ParamGenerator ValuesIn( - const Container& container) { - return ValuesIn(container.begin(), container.end()); -} - -// Values() allows generating tests from explicitly specified list of -// parameters. -// -// Synopsis: -// Values(T v1, T v2, ..., T vN) -// - returns a generator producing sequences with elements v1, v2, ..., vN. -// -// For example, this instantiates tests from test case BarTest each -// with values "one", "two", and "three": -// -// INSTANTIATE_TEST_CASE_P(NumSequence, BarTest, Values("one", "two", "three")); -// -// This instantiates tests from test case BazTest each with values 1, 2, 3.5. -// The exact type of values will depend on the type of parameter in BazTest. -// -// INSTANTIATE_TEST_CASE_P(FloatingNumbers, BazTest, Values(1, 2, 3.5)); -// -// Currently, Values() supports from 1 to 50 parameters. -// -template -internal::ValueArray1 Values(T1 v1) { - return internal::ValueArray1(v1); -} - -template -internal::ValueArray2 Values(T1 v1, T2 v2) { - return internal::ValueArray2(v1, v2); -} - -template -internal::ValueArray3 Values(T1 v1, T2 v2, T3 v3) { - return internal::ValueArray3(v1, v2, v3); -} - -template -internal::ValueArray4 Values(T1 v1, T2 v2, T3 v3, T4 v4) { - return internal::ValueArray4(v1, v2, v3, v4); -} - -template -internal::ValueArray5 Values(T1 v1, T2 v2, T3 v3, T4 v4, - T5 v5) { - return internal::ValueArray5(v1, v2, v3, v4, v5); -} - -template -internal::ValueArray6 Values(T1 v1, T2 v2, T3 v3, - T4 v4, T5 v5, T6 v6) { - return internal::ValueArray6(v1, v2, v3, v4, v5, v6); -} - -template -internal::ValueArray7 Values(T1 v1, T2 v2, T3 v3, - T4 v4, T5 v5, T6 v6, T7 v7) { - return internal::ValueArray7(v1, v2, v3, v4, v5, - v6, v7); -} - -template -internal::ValueArray8 Values(T1 v1, T2 v2, - T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8) { - return internal::ValueArray8(v1, v2, v3, v4, - v5, v6, v7, v8); -} - -template -internal::ValueArray9 Values(T1 v1, T2 v2, - T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9) { - return internal::ValueArray9(v1, v2, v3, - v4, v5, v6, v7, v8, v9); -} - -template -internal::ValueArray10 Values(T1 v1, - T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10) { - return internal::ValueArray10(v1, - v2, v3, v4, v5, v6, v7, v8, v9, v10); -} - -template -internal::ValueArray11 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11) { - return internal::ValueArray11(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11); -} - -template -internal::ValueArray12 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12) { - return internal::ValueArray12(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12); -} - -template -internal::ValueArray13 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13) { - return internal::ValueArray13(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13); -} - -template -internal::ValueArray14 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14) { - return internal::ValueArray14(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, - v14); -} - -template -internal::ValueArray15 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, - T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15) { - return internal::ValueArray15(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, - v13, v14, v15); -} - -template -internal::ValueArray16 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, - T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, - T16 v16) { - return internal::ValueArray16(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, - v12, v13, v14, v15, v16); -} - -template -internal::ValueArray17 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, - T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, - T16 v16, T17 v17) { - return internal::ValueArray17(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, - v11, v12, v13, v14, v15, v16, v17); -} - -template -internal::ValueArray18 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, - T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, - T16 v16, T17 v17, T18 v18) { - return internal::ValueArray18(v1, v2, v3, v4, v5, v6, v7, v8, v9, - v10, v11, v12, v13, v14, v15, v16, v17, v18); -} - -template -internal::ValueArray19 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, - T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, - T15 v15, T16 v16, T17 v17, T18 v18, T19 v19) { - return internal::ValueArray19(v1, v2, v3, v4, v5, v6, v7, v8, - v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19); -} - -template -internal::ValueArray20 Values(T1 v1, T2 v2, T3 v3, T4 v4, - T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, - T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20) { - return internal::ValueArray20(v1, v2, v3, v4, v5, v6, v7, - v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20); -} - -template -internal::ValueArray21 Values(T1 v1, T2 v2, T3 v3, T4 v4, - T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, - T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21) { - return internal::ValueArray21(v1, v2, v3, v4, v5, v6, - v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21); -} - -template -internal::ValueArray22 Values(T1 v1, T2 v2, T3 v3, - T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, - T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, - T21 v21, T22 v22) { - return internal::ValueArray22(v1, v2, v3, v4, - v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, - v20, v21, v22); -} - -template -internal::ValueArray23 Values(T1 v1, T2 v2, - T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, - T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, - T21 v21, T22 v22, T23 v23) { - return internal::ValueArray23(v1, v2, v3, - v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, - v20, v21, v22, v23); -} - -template -internal::ValueArray24 Values(T1 v1, T2 v2, - T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, - T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, - T21 v21, T22 v22, T23 v23, T24 v24) { - return internal::ValueArray24(v1, v2, - v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, - v19, v20, v21, v22, v23, v24); -} - -template -internal::ValueArray25 Values(T1 v1, - T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, - T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, - T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25) { - return internal::ValueArray25(v1, - v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, - v18, v19, v20, v21, v22, v23, v24, v25); -} - -template -internal::ValueArray26 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26) { - return internal::ValueArray26(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, - v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26); -} - -template -internal::ValueArray27 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27) { - return internal::ValueArray27(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, - v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27); -} - -template -internal::ValueArray28 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28) { - return internal::ValueArray28(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, - v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, - v28); -} - -template -internal::ValueArray29 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29) { - return internal::ValueArray29(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, - v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, - v27, v28, v29); -} - -template -internal::ValueArray30 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, - T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, - T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, - T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30) { - return internal::ValueArray30(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, - v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, - v26, v27, v28, v29, v30); -} - -template -internal::ValueArray31 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, - T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, - T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, - T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31) { - return internal::ValueArray31(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, - v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, - v25, v26, v27, v28, v29, v30, v31); -} - -template -internal::ValueArray32 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, - T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, - T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, - T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, - T32 v32) { - return internal::ValueArray32(v1, v2, v3, v4, v5, v6, v7, v8, v9, - v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, - v24, v25, v26, v27, v28, v29, v30, v31, v32); -} - -template -internal::ValueArray33 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, - T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, - T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, - T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, - T32 v32, T33 v33) { - return internal::ValueArray33(v1, v2, v3, v4, v5, v6, v7, v8, - v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, - v24, v25, v26, v27, v28, v29, v30, v31, v32, v33); -} - -template -internal::ValueArray34 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, - T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, - T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, - T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, - T31 v31, T32 v32, T33 v33, T34 v34) { - return internal::ValueArray34(v1, v2, v3, v4, v5, v6, v7, - v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, - v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34); -} - -template -internal::ValueArray35 Values(T1 v1, T2 v2, T3 v3, T4 v4, - T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, - T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, - T22 v22, T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, - T30 v30, T31 v31, T32 v32, T33 v33, T34 v34, T35 v35) { - return internal::ValueArray35(v1, v2, v3, v4, v5, v6, - v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, - v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35); -} - -template -internal::ValueArray36 Values(T1 v1, T2 v2, T3 v3, T4 v4, - T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, - T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, - T22 v22, T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, - T30 v30, T31 v31, T32 v32, T33 v33, T34 v34, T35 v35, T36 v36) { - return internal::ValueArray36(v1, v2, v3, v4, - v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, - v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, - v34, v35, v36); -} - -template -internal::ValueArray37 Values(T1 v1, T2 v2, T3 v3, - T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, - T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, - T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, - T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, - T37 v37) { - return internal::ValueArray37(v1, v2, v3, - v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, - v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, - v34, v35, v36, v37); -} - -template -internal::ValueArray38 Values(T1 v1, T2 v2, - T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, - T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, - T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, - T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, - T37 v37, T38 v38) { - return internal::ValueArray38(v1, v2, - v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, - v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, - v33, v34, v35, v36, v37, v38); -} - -template -internal::ValueArray39 Values(T1 v1, T2 v2, - T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, - T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, - T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, - T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, - T37 v37, T38 v38, T39 v39) { - return internal::ValueArray39(v1, - v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, - v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, - v32, v33, v34, v35, v36, v37, v38, v39); -} - -template -internal::ValueArray40 Values(T1 v1, - T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, - T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, - T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, - T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, T34 v34, T35 v35, - T36 v36, T37 v37, T38 v38, T39 v39, T40 v40) { - return internal::ValueArray40(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, - v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, - v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40); -} - -template -internal::ValueArray41 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, - T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41) { - return internal::ValueArray41(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, - v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, - v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41); -} - -template -internal::ValueArray42 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, - T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, - T42 v42) { - return internal::ValueArray42(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, - v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, - v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, - v42); -} - -template -internal::ValueArray43 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, - T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, - T42 v42, T43 v43) { - return internal::ValueArray43(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, - v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, - v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, - v41, v42, v43); -} - -template -internal::ValueArray44 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, - T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, - T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, - T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, - T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, - T42 v42, T43 v43, T44 v44) { - return internal::ValueArray44(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, - v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, - v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, - v40, v41, v42, v43, v44); -} - -template -internal::ValueArray45 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, - T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, - T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, - T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, - T33 v33, T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, - T41 v41, T42 v42, T43 v43, T44 v44, T45 v45) { - return internal::ValueArray45(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, - v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, - v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, - v39, v40, v41, v42, v43, v44, v45); -} - -template -internal::ValueArray46 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, - T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, - T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, - T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, - T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, - T40 v40, T41 v41, T42 v42, T43 v43, T44 v44, T45 v45, T46 v46) { - return internal::ValueArray46(v1, v2, v3, v4, v5, v6, v7, v8, v9, - v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, - v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, - v38, v39, v40, v41, v42, v43, v44, v45, v46); -} - -template -internal::ValueArray47 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, - T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, - T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, - T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, - T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, - T40 v40, T41 v41, T42 v42, T43 v43, T44 v44, T45 v45, T46 v46, T47 v47) { - return internal::ValueArray47(v1, v2, v3, v4, v5, v6, v7, v8, - v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, - v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, - v38, v39, v40, v41, v42, v43, v44, v45, v46, v47); -} - -template -internal::ValueArray48 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, - T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, - T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, - T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, - T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, - T40 v40, T41 v41, T42 v42, T43 v43, T44 v44, T45 v45, T46 v46, T47 v47, - T48 v48) { - return internal::ValueArray48(v1, v2, v3, v4, v5, v6, v7, - v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, - v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, - v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48); -} - -template -internal::ValueArray49 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, - T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, - T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, - T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, - T31 v31, T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, - T39 v39, T40 v40, T41 v41, T42 v42, T43 v43, T44 v44, T45 v45, T46 v46, - T47 v47, T48 v48, T49 v49) { - return internal::ValueArray49(v1, v2, v3, v4, v5, v6, - v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, - v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, - v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49); -} - -template -internal::ValueArray50 Values(T1 v1, T2 v2, T3 v3, T4 v4, - T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, - T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, - T22 v22, T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, - T30 v30, T31 v31, T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, T37 v37, - T38 v38, T39 v39, T40 v40, T41 v41, T42 v42, T43 v43, T44 v44, T45 v45, - T46 v46, T47 v47, T48 v48, T49 v49, T50 v50) { - return internal::ValueArray50(v1, v2, v3, v4, - v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, - v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, - v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, - v48, v49, v50); -} - -// Bool() allows generating tests with parameters in a set of (false, true). -// -// Synopsis: -// Bool() -// - returns a generator producing sequences with elements {false, true}. -// -// It is useful when testing code that depends on Boolean flags. Combinations -// of multiple flags can be tested when several Bool()'s are combined using -// Combine() function. -// -// In the following example all tests in the test case FlagDependentTest -// will be instantiated twice with parameters false and true. -// -// class FlagDependentTest : public testing::TestWithParam { -// virtual void SetUp() { -// external_flag = GetParam(); -// } -// } -// INSTANTIATE_TEST_CASE_P(BoolSequence, FlagDependentTest, Bool()); -// -inline internal::ParamGenerator Bool() { - return Values(false, true); -} - -# if GTEST_HAS_COMBINE -// Combine() allows the user to combine two or more sequences to produce -// values of a Cartesian product of those sequences' elements. -// -// Synopsis: -// Combine(gen1, gen2, ..., genN) -// - returns a generator producing sequences with elements coming from -// the Cartesian product of elements from the sequences generated by -// gen1, gen2, ..., genN. The sequence elements will have a type of -// tuple where T1, T2, ..., TN are the types -// of elements from sequences produces by gen1, gen2, ..., genN. -// -// Combine can have up to 10 arguments. This number is currently limited -// by the maximum number of elements in the tuple implementation used by Google -// Test. -// -// Example: -// -// This will instantiate tests in test case AnimalTest each one with -// the parameter values tuple("cat", BLACK), tuple("cat", WHITE), -// tuple("dog", BLACK), and tuple("dog", WHITE): -// -// enum Color { BLACK, GRAY, WHITE }; -// class AnimalTest -// : public testing::TestWithParam > {...}; -// -// TEST_P(AnimalTest, AnimalLooksNice) {...} -// -// INSTANTIATE_TEST_CASE_P(AnimalVariations, AnimalTest, -// Combine(Values("cat", "dog"), -// Values(BLACK, WHITE))); -// -// This will instantiate tests in FlagDependentTest with all variations of two -// Boolean flags: -// -// class FlagDependentTest -// : public testing::TestWithParam > { -// virtual void SetUp() { -// // Assigns external_flag_1 and external_flag_2 values from the tuple. -// tie(external_flag_1, external_flag_2) = GetParam(); -// } -// }; -// -// TEST_P(FlagDependentTest, TestFeature1) { -// // Test your code using external_flag_1 and external_flag_2 here. -// } -// INSTANTIATE_TEST_CASE_P(TwoBoolSequence, FlagDependentTest, -// Combine(Bool(), Bool())); -// -template -internal::CartesianProductHolder2 Combine( - const Generator1& g1, const Generator2& g2) { - return internal::CartesianProductHolder2( - g1, g2); -} - -template -internal::CartesianProductHolder3 Combine( - const Generator1& g1, const Generator2& g2, const Generator3& g3) { - return internal::CartesianProductHolder3( - g1, g2, g3); -} - -template -internal::CartesianProductHolder4 Combine( - const Generator1& g1, const Generator2& g2, const Generator3& g3, - const Generator4& g4) { - return internal::CartesianProductHolder4( - g1, g2, g3, g4); -} - -template -internal::CartesianProductHolder5 Combine( - const Generator1& g1, const Generator2& g2, const Generator3& g3, - const Generator4& g4, const Generator5& g5) { - return internal::CartesianProductHolder5( - g1, g2, g3, g4, g5); -} - -template -internal::CartesianProductHolder6 Combine( - const Generator1& g1, const Generator2& g2, const Generator3& g3, - const Generator4& g4, const Generator5& g5, const Generator6& g6) { - return internal::CartesianProductHolder6( - g1, g2, g3, g4, g5, g6); -} - -template -internal::CartesianProductHolder7 Combine( - const Generator1& g1, const Generator2& g2, const Generator3& g3, - const Generator4& g4, const Generator5& g5, const Generator6& g6, - const Generator7& g7) { - return internal::CartesianProductHolder7( - g1, g2, g3, g4, g5, g6, g7); -} - -template -internal::CartesianProductHolder8 Combine( - const Generator1& g1, const Generator2& g2, const Generator3& g3, - const Generator4& g4, const Generator5& g5, const Generator6& g6, - const Generator7& g7, const Generator8& g8) { - return internal::CartesianProductHolder8( - g1, g2, g3, g4, g5, g6, g7, g8); -} - -template -internal::CartesianProductHolder9 Combine( - const Generator1& g1, const Generator2& g2, const Generator3& g3, - const Generator4& g4, const Generator5& g5, const Generator6& g6, - const Generator7& g7, const Generator8& g8, const Generator9& g9) { - return internal::CartesianProductHolder9( - g1, g2, g3, g4, g5, g6, g7, g8, g9); -} - -template -internal::CartesianProductHolder10 Combine( - const Generator1& g1, const Generator2& g2, const Generator3& g3, - const Generator4& g4, const Generator5& g5, const Generator6& g6, - const Generator7& g7, const Generator8& g8, const Generator9& g9, - const Generator10& g10) { - return internal::CartesianProductHolder10( - g1, g2, g3, g4, g5, g6, g7, g8, g9, g10); -} -# endif // GTEST_HAS_COMBINE - - - -# define TEST_P(test_case_name, test_name) \ - class GTEST_TEST_CLASS_NAME_(test_case_name, test_name) \ - : public test_case_name { \ - public: \ - GTEST_TEST_CLASS_NAME_(test_case_name, test_name)() {} \ - virtual void TestBody(); \ - private: \ - static int AddToRegistry() { \ - ::testing::UnitTest::GetInstance()->parameterized_test_registry(). \ - GetTestCasePatternHolder(\ - #test_case_name, __FILE__, __LINE__)->AddTestPattern(\ - #test_case_name, \ - #test_name, \ - new ::testing::internal::TestMetaFactory< \ - GTEST_TEST_CLASS_NAME_(test_case_name, test_name)>()); \ - return 0; \ - } \ - static int gtest_registering_dummy_; \ - GTEST_DISALLOW_COPY_AND_ASSIGN_(\ - GTEST_TEST_CLASS_NAME_(test_case_name, test_name)); \ - }; \ - int GTEST_TEST_CLASS_NAME_(test_case_name, \ - test_name)::gtest_registering_dummy_ = \ - GTEST_TEST_CLASS_NAME_(test_case_name, test_name)::AddToRegistry(); \ - void GTEST_TEST_CLASS_NAME_(test_case_name, test_name)::TestBody() - -# define INSTANTIATE_TEST_CASE_P(prefix, test_case_name, generator) \ - ::testing::internal::ParamGenerator \ - gtest_##prefix##test_case_name##_EvalGenerator_() { return generator; } \ - int gtest_##prefix##test_case_name##_dummy_ = \ - ::testing::UnitTest::GetInstance()->parameterized_test_registry(). \ - GetTestCasePatternHolder(\ - #test_case_name, __FILE__, __LINE__)->AddTestCaseInstantiation(\ - #prefix, \ - >est_##prefix##test_case_name##_EvalGenerator_, \ - __FILE__, __LINE__) - -} // namespace testing - -#endif // GTEST_HAS_PARAM_TEST - -#endif // GTEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_ -// Copyright 2006, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: wan@google.com (Zhanyong Wan) -// -// Google C++ Testing Framework definitions useful in production code. - -#ifndef GTEST_INCLUDE_GTEST_GTEST_PROD_H_ -#define GTEST_INCLUDE_GTEST_GTEST_PROD_H_ - -// When you need to test the private or protected members of a class, -// use the FRIEND_TEST macro to declare your tests as friends of the -// class. For example: -// -// class MyClass { -// private: -// void MyMethod(); -// FRIEND_TEST(MyClassTest, MyMethod); -// }; -// -// class MyClassTest : public testing::Test { -// // ... -// }; -// -// TEST_F(MyClassTest, MyMethod) { -// // Can call MyClass::MyMethod() here. -// } - -#define FRIEND_TEST(test_case_name, test_name)\ -friend class test_case_name##_##test_name##_Test - -#endif // GTEST_INCLUDE_GTEST_GTEST_PROD_H_ -// Copyright 2008, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: mheule@google.com (Markus Heule) -// - -#ifndef GTEST_INCLUDE_GTEST_GTEST_TEST_PART_H_ -#define GTEST_INCLUDE_GTEST_GTEST_TEST_PART_H_ - -#include -#include - -namespace testing { - -// A copyable object representing the result of a test part (i.e. an -// assertion or an explicit FAIL(), ADD_FAILURE(), or SUCCESS()). -// -// Don't inherit from TestPartResult as its destructor is not virtual. -class GTEST_API_ TestPartResult { - public: - // The possible outcomes of a test part (i.e. an assertion or an - // explicit SUCCEED(), FAIL(), or ADD_FAILURE()). - enum Type { - kSuccess, // Succeeded. - kNonFatalFailure, // Failed but the test can continue. - kFatalFailure // Failed and the test should be terminated. - }; - - // C'tor. TestPartResult does NOT have a default constructor. - // Always use this constructor (with parameters) to create a - // TestPartResult object. - TestPartResult(Type a_type, - const char* a_file_name, - int a_line_number, - const char* a_message) - : type_(a_type), - file_name_(a_file_name), - line_number_(a_line_number), - summary_(ExtractSummary(a_message)), - message_(a_message) { - } - - // Gets the outcome of the test part. - Type type() const { return type_; } - - // Gets the name of the source file where the test part took place, or - // NULL if it's unknown. - const char* file_name() const { return file_name_.c_str(); } - - // Gets the line in the source file where the test part took place, - // or -1 if it's unknown. - int line_number() const { return line_number_; } - - // Gets the summary of the failure message. - const char* summary() const { return summary_.c_str(); } - - // Gets the message associated with the test part. - const char* message() const { return message_.c_str(); } - - // Returns true iff the test part passed. - bool passed() const { return type_ == kSuccess; } - - // Returns true iff the test part failed. - bool failed() const { return type_ != kSuccess; } - - // Returns true iff the test part non-fatally failed. - bool nonfatally_failed() const { return type_ == kNonFatalFailure; } - - // Returns true iff the test part fatally failed. - bool fatally_failed() const { return type_ == kFatalFailure; } - private: - Type type_; - - // Gets the summary of the failure message by omitting the stack - // trace in it. - static internal::String ExtractSummary(const char* message); - - // The name of the source file where the test part took place, or - // NULL if the source file is unknown. - internal::String file_name_; - // The line in the source file where the test part took place, or -1 - // if the line number is unknown. - int line_number_; - internal::String summary_; // The test failure summary. - internal::String message_; // The test failure message. -}; - -// Prints a TestPartResult object. -std::ostream& operator<<(std::ostream& os, const TestPartResult& result); - -// An array of TestPartResult objects. -// -// Don't inherit from TestPartResultArray as its destructor is not -// virtual. -class GTEST_API_ TestPartResultArray { - public: - TestPartResultArray() {} - - // Appends the given TestPartResult to the array. - void Append(const TestPartResult& result); - - // Returns the TestPartResult at the given index (0-based). - const TestPartResult& GetTestPartResult(int index) const; - - // Returns the number of TestPartResult objects in the array. - int size() const; - - private: - std::vector array_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(TestPartResultArray); -}; - -// This interface knows how to report a test part result. -class TestPartResultReporterInterface { - public: - virtual ~TestPartResultReporterInterface() {} - - virtual void ReportTestPartResult(const TestPartResult& result) = 0; -}; - -namespace internal { - -// This helper class is used by {ASSERT|EXPECT}_NO_FATAL_FAILURE to check if a -// statement generates new fatal failures. To do so it registers itself as the -// current test part result reporter. Besides checking if fatal failures were -// reported, it only delegates the reporting to the former result reporter. -// The original result reporter is restored in the destructor. -// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. -class GTEST_API_ HasNewFatalFailureHelper - : public TestPartResultReporterInterface { - public: - HasNewFatalFailureHelper(); - virtual ~HasNewFatalFailureHelper(); - virtual void ReportTestPartResult(const TestPartResult& result); - bool has_new_fatal_failure() const { return has_new_fatal_failure_; } - private: - bool has_new_fatal_failure_; - TestPartResultReporterInterface* original_reporter_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(HasNewFatalFailureHelper); -}; - -} // namespace internal - -} // namespace testing - -#endif // GTEST_INCLUDE_GTEST_GTEST_TEST_PART_H_ -// Copyright 2008 Google Inc. -// All Rights Reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: wan@google.com (Zhanyong Wan) - -#ifndef GTEST_INCLUDE_GTEST_GTEST_TYPED_TEST_H_ -#define GTEST_INCLUDE_GTEST_GTEST_TYPED_TEST_H_ - -// This header implements typed tests and type-parameterized tests. - -// Typed (aka type-driven) tests repeat the same test for types in a -// list. You must know which types you want to test with when writing -// typed tests. Here's how you do it: - -#if 0 - -// First, define a fixture class template. It should be parameterized -// by a type. Remember to derive it from testing::Test. -template -class FooTest : public testing::Test { - public: - ... - typedef std::list List; - static T shared_; - T value_; -}; - -// Next, associate a list of types with the test case, which will be -// repeated for each type in the list. The typedef is necessary for -// the macro to parse correctly. -typedef testing::Types MyTypes; -TYPED_TEST_CASE(FooTest, MyTypes); - -// If the type list contains only one type, you can write that type -// directly without Types<...>: -// TYPED_TEST_CASE(FooTest, int); - -// Then, use TYPED_TEST() instead of TEST_F() to define as many typed -// tests for this test case as you want. -TYPED_TEST(FooTest, DoesBlah) { - // Inside a test, refer to TypeParam to get the type parameter. - // Since we are inside a derived class template, C++ requires use to - // visit the members of FooTest via 'this'. - TypeParam n = this->value_; - - // To visit static members of the fixture, add the TestFixture:: - // prefix. - n += TestFixture::shared_; - - // To refer to typedefs in the fixture, add the "typename - // TestFixture::" prefix. - typename TestFixture::List values; - values.push_back(n); - ... -} - -TYPED_TEST(FooTest, HasPropertyA) { ... } - -#endif // 0 - -// Type-parameterized tests are abstract test patterns parameterized -// by a type. Compared with typed tests, type-parameterized tests -// allow you to define the test pattern without knowing what the type -// parameters are. The defined pattern can be instantiated with -// different types any number of times, in any number of translation -// units. -// -// If you are designing an interface or concept, you can define a -// suite of type-parameterized tests to verify properties that any -// valid implementation of the interface/concept should have. Then, -// each implementation can easily instantiate the test suite to verify -// that it conforms to the requirements, without having to write -// similar tests repeatedly. Here's an example: - -#if 0 - -// First, define a fixture class template. It should be parameterized -// by a type. Remember to derive it from testing::Test. -template -class FooTest : public testing::Test { - ... -}; - -// Next, declare that you will define a type-parameterized test case -// (the _P suffix is for "parameterized" or "pattern", whichever you -// prefer): -TYPED_TEST_CASE_P(FooTest); - -// Then, use TYPED_TEST_P() to define as many type-parameterized tests -// for this type-parameterized test case as you want. -TYPED_TEST_P(FooTest, DoesBlah) { - // Inside a test, refer to TypeParam to get the type parameter. - TypeParam n = 0; - ... -} - -TYPED_TEST_P(FooTest, HasPropertyA) { ... } - -// Now the tricky part: you need to register all test patterns before -// you can instantiate them. The first argument of the macro is the -// test case name; the rest are the names of the tests in this test -// case. -REGISTER_TYPED_TEST_CASE_P(FooTest, - DoesBlah, HasPropertyA); - -// Finally, you are free to instantiate the pattern with the types you -// want. If you put the above code in a header file, you can #include -// it in multiple C++ source files and instantiate it multiple times. -// -// To distinguish different instances of the pattern, the first -// argument to the INSTANTIATE_* macro is a prefix that will be added -// to the actual test case name. Remember to pick unique prefixes for -// different instances. -typedef testing::Types MyTypes; -INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, MyTypes); - -// If the type list contains only one type, you can write that type -// directly without Types<...>: -// INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, int); - -#endif // 0 - - -// Implements typed tests. - -#if GTEST_HAS_TYPED_TEST - -// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. -// -// Expands to the name of the typedef for the type parameters of the -// given test case. -# define GTEST_TYPE_PARAMS_(TestCaseName) gtest_type_params_##TestCaseName##_ - -// The 'Types' template argument below must have spaces around it -// since some compilers may choke on '>>' when passing a template -// instance (e.g. Types) -# define TYPED_TEST_CASE(CaseName, Types) \ - typedef ::testing::internal::TypeList< Types >::type \ - GTEST_TYPE_PARAMS_(CaseName) - -# define TYPED_TEST(CaseName, TestName) \ - template \ - class GTEST_TEST_CLASS_NAME_(CaseName, TestName) \ - : public CaseName { \ - private: \ - typedef CaseName TestFixture; \ - typedef gtest_TypeParam_ TypeParam; \ - virtual void TestBody(); \ - }; \ - bool gtest_##CaseName##_##TestName##_registered_ GTEST_ATTRIBUTE_UNUSED_ = \ - ::testing::internal::TypeParameterizedTest< \ - CaseName, \ - ::testing::internal::TemplateSel< \ - GTEST_TEST_CLASS_NAME_(CaseName, TestName)>, \ - GTEST_TYPE_PARAMS_(CaseName)>::Register(\ - "", #CaseName, #TestName, 0); \ - template \ - void GTEST_TEST_CLASS_NAME_(CaseName, TestName)::TestBody() - -#endif // GTEST_HAS_TYPED_TEST - -// Implements type-parameterized tests. - -#if GTEST_HAS_TYPED_TEST_P - -// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. -// -// Expands to the namespace name that the type-parameterized tests for -// the given type-parameterized test case are defined in. The exact -// name of the namespace is subject to change without notice. -# define GTEST_CASE_NAMESPACE_(TestCaseName) \ - gtest_case_##TestCaseName##_ - -// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. -// -// Expands to the name of the variable used to remember the names of -// the defined tests in the given test case. -# define GTEST_TYPED_TEST_CASE_P_STATE_(TestCaseName) \ - gtest_typed_test_case_p_state_##TestCaseName##_ - -// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE DIRECTLY. -// -// Expands to the name of the variable used to remember the names of -// the registered tests in the given test case. -# define GTEST_REGISTERED_TEST_NAMES_(TestCaseName) \ - gtest_registered_test_names_##TestCaseName##_ - -// The variables defined in the type-parameterized test macros are -// static as typically these macros are used in a .h file that can be -// #included in multiple translation units linked together. -# define TYPED_TEST_CASE_P(CaseName) \ - static ::testing::internal::TypedTestCasePState \ - GTEST_TYPED_TEST_CASE_P_STATE_(CaseName) - -# define TYPED_TEST_P(CaseName, TestName) \ - namespace GTEST_CASE_NAMESPACE_(CaseName) { \ - template \ - class TestName : public CaseName { \ - private: \ - typedef CaseName TestFixture; \ - typedef gtest_TypeParam_ TypeParam; \ - virtual void TestBody(); \ - }; \ - static bool gtest_##TestName##_defined_ GTEST_ATTRIBUTE_UNUSED_ = \ - GTEST_TYPED_TEST_CASE_P_STATE_(CaseName).AddTestName(\ - __FILE__, __LINE__, #CaseName, #TestName); \ - } \ - template \ - void GTEST_CASE_NAMESPACE_(CaseName)::TestName::TestBody() - -# define REGISTER_TYPED_TEST_CASE_P(CaseName, ...) \ - namespace GTEST_CASE_NAMESPACE_(CaseName) { \ - typedef ::testing::internal::Templates<__VA_ARGS__>::type gtest_AllTests_; \ - } \ - static const char* const GTEST_REGISTERED_TEST_NAMES_(CaseName) = \ - GTEST_TYPED_TEST_CASE_P_STATE_(CaseName).VerifyRegisteredTestNames(\ - __FILE__, __LINE__, #__VA_ARGS__) - -// The 'Types' template argument below must have spaces around it -// since some compilers may choke on '>>' when passing a template -// instance (e.g. Types) -# define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \ - bool gtest_##Prefix##_##CaseName GTEST_ATTRIBUTE_UNUSED_ = \ - ::testing::internal::TypeParameterizedTestCase::type>::Register(\ - #Prefix, #CaseName, GTEST_REGISTERED_TEST_NAMES_(CaseName)) - -#endif // GTEST_HAS_TYPED_TEST_P - -#endif // GTEST_INCLUDE_GTEST_GTEST_TYPED_TEST_H_ - -// Depending on the platform, different string classes are available. -// On Linux, in addition to ::std::string, Google also makes use of -// class ::string, which has the same interface as ::std::string, but -// has a different implementation. -// -// The user can define GTEST_HAS_GLOBAL_STRING to 1 to indicate that -// ::string is available AND is a distinct type to ::std::string, or -// define it to 0 to indicate otherwise. -// -// If the user's ::std::string and ::string are the same class due to -// aliasing, he should define GTEST_HAS_GLOBAL_STRING to 0. -// -// If the user doesn't define GTEST_HAS_GLOBAL_STRING, it is defined -// heuristically. - -namespace testing { - -// Declares the flags. - -// This flag temporary enables the disabled tests. -GTEST_DECLARE_bool_(also_run_disabled_tests); - -// This flag brings the debugger on an assertion failure. -GTEST_DECLARE_bool_(break_on_failure); - -// This flag controls whether Google Test catches all test-thrown exceptions -// and logs them as failures. -GTEST_DECLARE_bool_(catch_exceptions); - -// This flag enables using colors in terminal output. Available values are -// "yes" to enable colors, "no" (disable colors), or "auto" (the default) -// to let Google Test decide. -GTEST_DECLARE_string_(color); - -// This flag sets up the filter to select by name using a glob pattern -// the tests to run. If the filter is not given all tests are executed. -GTEST_DECLARE_string_(filter); - -// This flag causes the Google Test to list tests. None of the tests listed -// are actually run if the flag is provided. -GTEST_DECLARE_bool_(list_tests); - -// This flag controls whether Google Test emits a detailed XML report to a file -// in addition to its normal textual output. -GTEST_DECLARE_string_(output); - -// This flags control whether Google Test prints the elapsed time for each -// test. -GTEST_DECLARE_bool_(print_time); - -// This flag specifies the random number seed. -GTEST_DECLARE_int32_(random_seed); - -// This flag sets how many times the tests are repeated. The default value -// is 1. If the value is -1 the tests are repeating forever. -GTEST_DECLARE_int32_(repeat); - -// This flag controls whether Google Test includes Google Test internal -// stack frames in failure stack traces. -GTEST_DECLARE_bool_(show_internal_stack_frames); - -// When this flag is specified, tests' order is randomized on every iteration. -GTEST_DECLARE_bool_(shuffle); - -// This flag specifies the maximum number of stack frames to be -// printed in a failure message. -GTEST_DECLARE_int32_(stack_trace_depth); - -// When this flag is specified, a failed assertion will throw an -// exception if exceptions are enabled, or exit the program with a -// non-zero code otherwise. -GTEST_DECLARE_bool_(throw_on_failure); - -// When this flag is set with a "host:port" string, on supported -// platforms test results are streamed to the specified port on -// the specified host machine. -GTEST_DECLARE_string_(stream_result_to); - -// The upper limit for valid stack trace depths. -const int kMaxStackTraceDepth = 100; - -namespace internal { - -class AssertHelper; -class DefaultGlobalTestPartResultReporter; -class ExecDeathTest; -class NoExecDeathTest; -class FinalSuccessChecker; -class GTestFlagSaver; -class TestResultAccessor; -class TestEventListenersAccessor; -class TestEventRepeater; -class WindowsDeathTest; -class UnitTestImpl* GetUnitTestImpl(); -void ReportFailureInUnknownLocation(TestPartResult::Type result_type, - const String& message); - -// Converts a streamable value to a String. A NULL pointer is -// converted to "(null)". When the input value is a ::string, -// ::std::string, ::wstring, or ::std::wstring object, each NUL -// character in it is replaced with "\\0". -// Declared in gtest-internal.h but defined here, so that it has access -// to the definition of the Message class, required by the ARM -// compiler. -template -String StreamableToString(const T& streamable) { - return (Message() << streamable).GetString(); -} - -} // namespace internal - -// The friend relationship of some of these classes is cyclic. -// If we don't forward declare them the compiler might confuse the classes -// in friendship clauses with same named classes on the scope. -class Test; -class TestCase; -class TestInfo; -class UnitTest; - -// A class for indicating whether an assertion was successful. When -// the assertion wasn't successful, the AssertionResult object -// remembers a non-empty message that describes how it failed. -// -// To create an instance of this class, use one of the factory functions -// (AssertionSuccess() and AssertionFailure()). -// -// This class is useful for two purposes: -// 1. Defining predicate functions to be used with Boolean test assertions -// EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts -// 2. Defining predicate-format functions to be -// used with predicate assertions (ASSERT_PRED_FORMAT*, etc). -// -// For example, if you define IsEven predicate: -// -// testing::AssertionResult IsEven(int n) { -// if ((n % 2) == 0) -// return testing::AssertionSuccess(); -// else -// return testing::AssertionFailure() << n << " is odd"; -// } -// -// Then the failed expectation EXPECT_TRUE(IsEven(Fib(5))) -// will print the message -// -// Value of: IsEven(Fib(5)) -// Actual: false (5 is odd) -// Expected: true -// -// instead of a more opaque -// -// Value of: IsEven(Fib(5)) -// Actual: false -// Expected: true -// -// in case IsEven is a simple Boolean predicate. -// -// If you expect your predicate to be reused and want to support informative -// messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up -// about half as often as positive ones in our tests), supply messages for -// both success and failure cases: -// -// testing::AssertionResult IsEven(int n) { -// if ((n % 2) == 0) -// return testing::AssertionSuccess() << n << " is even"; -// else -// return testing::AssertionFailure() << n << " is odd"; -// } -// -// Then a statement EXPECT_FALSE(IsEven(Fib(6))) will print -// -// Value of: IsEven(Fib(6)) -// Actual: true (8 is even) -// Expected: false -// -// NB: Predicates that support negative Boolean assertions have reduced -// performance in positive ones so be careful not to use them in tests -// that have lots (tens of thousands) of positive Boolean assertions. -// -// To use this class with EXPECT_PRED_FORMAT assertions such as: -// -// // Verifies that Foo() returns an even number. -// EXPECT_PRED_FORMAT1(IsEven, Foo()); -// -// you need to define: -// -// testing::AssertionResult IsEven(const char* expr, int n) { -// if ((n % 2) == 0) -// return testing::AssertionSuccess(); -// else -// return testing::AssertionFailure() -// << "Expected: " << expr << " is even\n Actual: it's " << n; -// } -// -// If Foo() returns 5, you will see the following message: -// -// Expected: Foo() is even -// Actual: it's 5 -// -class GTEST_API_ AssertionResult { - public: - // Copy constructor. - // Used in EXPECT_TRUE/FALSE(assertion_result). - AssertionResult(const AssertionResult& other); - // Used in the EXPECT_TRUE/FALSE(bool_expression). - explicit AssertionResult(bool success) : success_(success) {} - - // Returns true iff the assertion succeeded. - operator bool() const { return success_; } // NOLINT - - // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE. - AssertionResult operator!() const; - - // Returns the text streamed into this AssertionResult. Test assertions - // use it when they fail (i.e., the predicate's outcome doesn't match the - // assertion's expectation). When nothing has been streamed into the - // object, returns an empty string. - const char* message() const { - return message_.get() != NULL ? message_->c_str() : ""; - } - // TODO(vladl@google.com): Remove this after making sure no clients use it. - // Deprecated; please use message() instead. - const char* failure_message() const { return message(); } - - // Streams a custom failure message into this object. - template AssertionResult& operator<<(const T& value) { - AppendMessage(Message() << value); - return *this; - } - - // Allows streaming basic output manipulators such as endl or flush into - // this object. - AssertionResult& operator<<( - ::std::ostream& (*basic_manipulator)(::std::ostream& stream)) { - AppendMessage(Message() << basic_manipulator); - return *this; - } - - private: - // Appends the contents of message to message_. - void AppendMessage(const Message& a_message) { - if (message_.get() == NULL) - message_.reset(new ::std::string); - message_->append(a_message.GetString().c_str()); - } - - // Stores result of the assertion predicate. - bool success_; - // Stores the message describing the condition in case the expectation - // construct is not satisfied with the predicate's outcome. - // Referenced via a pointer to avoid taking too much stack frame space - // with test assertions. - internal::scoped_ptr< ::std::string> message_; - - GTEST_DISALLOW_ASSIGN_(AssertionResult); -}; - -// Makes a successful assertion result. -GTEST_API_ AssertionResult AssertionSuccess(); - -// Makes a failed assertion result. -GTEST_API_ AssertionResult AssertionFailure(); - -// Makes a failed assertion result with the given failure message. -// Deprecated; use AssertionFailure() << msg. -GTEST_API_ AssertionResult AssertionFailure(const Message& msg); - -// The abstract class that all tests inherit from. -// -// In Google Test, a unit test program contains one or many TestCases, and -// each TestCase contains one or many Tests. -// -// When you define a test using the TEST macro, you don't need to -// explicitly derive from Test - the TEST macro automatically does -// this for you. -// -// The only time you derive from Test is when defining a test fixture -// to be used a TEST_F. For example: -// -// class FooTest : public testing::Test { -// protected: -// virtual void SetUp() { ... } -// virtual void TearDown() { ... } -// ... -// }; -// -// TEST_F(FooTest, Bar) { ... } -// TEST_F(FooTest, Baz) { ... } -// -// Test is not copyable. -class GTEST_API_ Test { - public: - friend class TestInfo; - - // Defines types for pointers to functions that set up and tear down - // a test case. - typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc; - typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc; - - // The d'tor is virtual as we intend to inherit from Test. - virtual ~Test(); - - // Sets up the stuff shared by all tests in this test case. - // - // Google Test will call Foo::SetUpTestCase() before running the first - // test in test case Foo. Hence a sub-class can define its own - // SetUpTestCase() method to shadow the one defined in the super - // class. - static void SetUpTestCase() {} - - // Tears down the stuff shared by all tests in this test case. - // - // Google Test will call Foo::TearDownTestCase() after running the last - // test in test case Foo. Hence a sub-class can define its own - // TearDownTestCase() method to shadow the one defined in the super - // class. - static void TearDownTestCase() {} - - // Returns true iff the current test has a fatal failure. - static bool HasFatalFailure(); - - // Returns true iff the current test has a non-fatal failure. - static bool HasNonfatalFailure(); - - // Returns true iff the current test has a (either fatal or - // non-fatal) failure. - static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); } - - // Logs a property for the current test. Only the last value for a given - // key is remembered. - // These are public static so they can be called from utility functions - // that are not members of the test fixture. - // The arguments are const char* instead strings, as Google Test is used - // on platforms where string doesn't compile. - // - // Note that a driving consideration for these RecordProperty methods - // was to produce xml output suited to the Greenspan charting utility, - // which at present will only chart values that fit in a 32-bit int. It - // is the user's responsibility to restrict their values to 32-bit ints - // if they intend them to be used with Greenspan. - static void RecordProperty(const char* key, const char* value); - static void RecordProperty(const char* key, int value); - - protected: - // Creates a Test object. - Test(); - - // Sets up the test fixture. - virtual void SetUp(); - - // Tears down the test fixture. - virtual void TearDown(); - - private: - // Returns true iff the current test has the same fixture class as - // the first test in the current test case. - static bool HasSameFixtureClass(); - - // Runs the test after the test fixture has been set up. - // - // A sub-class must implement this to define the test logic. - // - // DO NOT OVERRIDE THIS FUNCTION DIRECTLY IN A USER PROGRAM. - // Instead, use the TEST or TEST_F macro. - virtual void TestBody() = 0; - - // Sets up, executes, and tears down the test. - void Run(); - - // Deletes self. We deliberately pick an unusual name for this - // internal method to avoid clashing with names used in user TESTs. - void DeleteSelf_() { delete this; } - - // Uses a GTestFlagSaver to save and restore all Google Test flags. - const internal::GTestFlagSaver* const gtest_flag_saver_; - - // Often a user mis-spells SetUp() as Setup() and spends a long time - // wondering why it is never called by Google Test. The declaration of - // the following method is solely for catching such an error at - // compile time: - // - // - The return type is deliberately chosen to be not void, so it - // will be a conflict if a user declares void Setup() in his test - // fixture. - // - // - This method is private, so it will be another compiler error - // if a user calls it from his test fixture. - // - // DO NOT OVERRIDE THIS FUNCTION. - // - // If you see an error about overriding the following function or - // about it being private, you have mis-spelled SetUp() as Setup(). - struct Setup_should_be_spelled_SetUp {}; - virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } - - // We disallow copying Tests. - GTEST_DISALLOW_COPY_AND_ASSIGN_(Test); -}; - -typedef internal::TimeInMillis TimeInMillis; - -// A copyable object representing a user specified test property which can be -// output as a key/value string pair. -// -// Don't inherit from TestProperty as its destructor is not virtual. -class TestProperty { - public: - // C'tor. TestProperty does NOT have a default constructor. - // Always use this constructor (with parameters) to create a - // TestProperty object. - TestProperty(const char* a_key, const char* a_value) : - key_(a_key), value_(a_value) { - } - - // Gets the user supplied key. - const char* key() const { - return key_.c_str(); - } - - // Gets the user supplied value. - const char* value() const { - return value_.c_str(); - } - - // Sets a new value, overriding the one supplied in the constructor. - void SetValue(const char* new_value) { - value_ = new_value; - } - - private: - // The key supplied by the user. - internal::String key_; - // The value supplied by the user. - internal::String value_; -}; - -// The result of a single Test. This includes a list of -// TestPartResults, a list of TestProperties, a count of how many -// death tests there are in the Test, and how much time it took to run -// the Test. -// -// TestResult is not copyable. -class GTEST_API_ TestResult { - public: - // Creates an empty TestResult. - TestResult(); - - // D'tor. Do not inherit from TestResult. - ~TestResult(); - - // Gets the number of all test parts. This is the sum of the number - // of successful test parts and the number of failed test parts. - int total_part_count() const; - - // Returns the number of the test properties. - int test_property_count() const; - - // Returns true iff the test passed (i.e. no test part failed). - bool Passed() const { return !Failed(); } - - // Returns true iff the test failed. - bool Failed() const; - - // Returns true iff the test fatally failed. - bool HasFatalFailure() const; - - // Returns true iff the test has a non-fatal failure. - bool HasNonfatalFailure() const; - - // Returns the elapsed time, in milliseconds. - TimeInMillis elapsed_time() const { return elapsed_time_; } - - // Returns the i-th test part result among all the results. i can range - // from 0 to test_property_count() - 1. If i is not in that range, aborts - // the program. - const TestPartResult& GetTestPartResult(int i) const; - - // Returns the i-th test property. i can range from 0 to - // test_property_count() - 1. If i is not in that range, aborts the - // program. - const TestProperty& GetTestProperty(int i) const; - - private: - friend class TestInfo; - friend class UnitTest; - friend class internal::DefaultGlobalTestPartResultReporter; - friend class internal::ExecDeathTest; - friend class internal::TestResultAccessor; - friend class internal::UnitTestImpl; - friend class internal::WindowsDeathTest; - - // Gets the vector of TestPartResults. - const std::vector& test_part_results() const { - return test_part_results_; - } - - // Gets the vector of TestProperties. - const std::vector& test_properties() const { - return test_properties_; - } - - // Sets the elapsed time. - void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; } - - // Adds a test property to the list. The property is validated and may add - // a non-fatal failure if invalid (e.g., if it conflicts with reserved - // key names). If a property is already recorded for the same key, the - // value will be updated, rather than storing multiple values for the same - // key. - void RecordProperty(const TestProperty& test_property); - - // Adds a failure if the key is a reserved attribute of Google Test - // testcase tags. Returns true if the property is valid. - // TODO(russr): Validate attribute names are legal and human readable. - static bool ValidateTestProperty(const TestProperty& test_property); - - // Adds a test part result to the list. - void AddTestPartResult(const TestPartResult& test_part_result); - - // Returns the death test count. - int death_test_count() const { return death_test_count_; } - - // Increments the death test count, returning the new count. - int increment_death_test_count() { return ++death_test_count_; } - - // Clears the test part results. - void ClearTestPartResults(); - - // Clears the object. - void Clear(); - - // Protects mutable state of the property vector and of owned - // properties, whose values may be updated. - internal::Mutex test_properites_mutex_; - - // The vector of TestPartResults - std::vector test_part_results_; - // The vector of TestProperties - std::vector test_properties_; - // Running count of death tests. - int death_test_count_; - // The elapsed time, in milliseconds. - TimeInMillis elapsed_time_; - - // We disallow copying TestResult. - GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult); -}; // class TestResult - -// A TestInfo object stores the following information about a test: -// -// Test case name -// Test name -// Whether the test should be run -// A function pointer that creates the test object when invoked -// Test result -// -// The constructor of TestInfo registers itself with the UnitTest -// singleton such that the RUN_ALL_TESTS() macro knows which tests to -// run. -class GTEST_API_ TestInfo { - public: - // Destructs a TestInfo object. This function is not virtual, so - // don't inherit from TestInfo. - ~TestInfo(); - - // Returns the test case name. - const char* test_case_name() const { return test_case_name_.c_str(); } - - // Returns the test name. - const char* name() const { return name_.c_str(); } - - // Returns the name of the parameter type, or NULL if this is not a typed - // or a type-parameterized test. - const char* type_param() const { - if (type_param_.get() != NULL) - return type_param_->c_str(); - return NULL; - } - - // Returns the text representation of the value parameter, or NULL if this - // is not a value-parameterized test. - const char* value_param() const { - if (value_param_.get() != NULL) - return value_param_->c_str(); - return NULL; - } - - // Returns true if this test should run, that is if the test is not disabled - // (or it is disabled but the also_run_disabled_tests flag has been specified) - // and its full name matches the user-specified filter. - // - // Google Test allows the user to filter the tests by their full names. - // The full name of a test Bar in test case Foo is defined as - // "Foo.Bar". Only the tests that match the filter will run. - // - // A filter is a colon-separated list of glob (not regex) patterns, - // optionally followed by a '-' and a colon-separated list of - // negative patterns (tests to exclude). A test is run if it - // matches one of the positive patterns and does not match any of - // the negative patterns. - // - // For example, *A*:Foo.* is a filter that matches any string that - // contains the character 'A' or starts with "Foo.". - bool should_run() const { return should_run_; } - - // Returns the result of the test. - const TestResult* result() const { return &result_; } - - private: - -#if GTEST_HAS_DEATH_TEST - friend class internal::DefaultDeathTestFactory; -#endif // GTEST_HAS_DEATH_TEST - friend class Test; - friend class TestCase; - friend class internal::UnitTestImpl; - friend TestInfo* internal::MakeAndRegisterTestInfo( - const char* test_case_name, const char* name, - const char* type_param, - const char* value_param, - internal::TypeId fixture_class_id, - Test::SetUpTestCaseFunc set_up_tc, - Test::TearDownTestCaseFunc tear_down_tc, - internal::TestFactoryBase* factory); - - // Constructs a TestInfo object. The newly constructed instance assumes - // ownership of the factory object. - TestInfo(const char* test_case_name, const char* name, - const char* a_type_param, - const char* a_value_param, - internal::TypeId fixture_class_id, - internal::TestFactoryBase* factory); - - // Increments the number of death tests encountered in this test so - // far. - int increment_death_test_count() { - return result_.increment_death_test_count(); - } - - // Creates the test object, runs it, records its result, and then - // deletes it. - void Run(); - - static void ClearTestResult(TestInfo* test_info) { - test_info->result_.Clear(); - } - - // These fields are immutable properties of the test. - const std::string test_case_name_; // Test case name - const std::string name_; // Test name - // Name of the parameter type, or NULL if this is not a typed or a - // type-parameterized test. - const internal::scoped_ptr type_param_; - // Text representation of the value parameter, or NULL if this is not a - // value-parameterized test. - const internal::scoped_ptr value_param_; - const internal::TypeId fixture_class_id_; // ID of the test fixture class - bool should_run_; // True iff this test should run - bool is_disabled_; // True iff this test is disabled - bool matches_filter_; // True if this test matches the - // user-specified filter. - internal::TestFactoryBase* const factory_; // The factory that creates - // the test object - - // This field is mutable and needs to be reset before running the - // test for the second time. - TestResult result_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(TestInfo); -}; - -// A test case, which consists of a vector of TestInfos. -// -// TestCase is not copyable. -class GTEST_API_ TestCase { - public: - // Creates a TestCase with the given name. - // - // TestCase does NOT have a default constructor. Always use this - // constructor to create a TestCase object. - // - // Arguments: - // - // name: name of the test case - // a_type_param: the name of the test's type parameter, or NULL if - // this is not a type-parameterized test. - // set_up_tc: pointer to the function that sets up the test case - // tear_down_tc: pointer to the function that tears down the test case - TestCase(const char* name, const char* a_type_param, - Test::SetUpTestCaseFunc set_up_tc, - Test::TearDownTestCaseFunc tear_down_tc); - - // Destructor of TestCase. - virtual ~TestCase(); - - // Gets the name of the TestCase. - const char* name() const { return name_.c_str(); } - - // Returns the name of the parameter type, or NULL if this is not a - // type-parameterized test case. - const char* type_param() const { - if (type_param_.get() != NULL) - return type_param_->c_str(); - return NULL; - } - - // Returns true if any test in this test case should run. - bool should_run() const { return should_run_; } - - // Gets the number of successful tests in this test case. - int successful_test_count() const; - - // Gets the number of failed tests in this test case. - int failed_test_count() const; - - // Gets the number of disabled tests in this test case. - int disabled_test_count() const; - - // Get the number of tests in this test case that should run. - int test_to_run_count() const; - - // Gets the number of all tests in this test case. - int total_test_count() const; - - // Returns true iff the test case passed. - bool Passed() const { return !Failed(); } - - // Returns true iff the test case failed. - bool Failed() const { return failed_test_count() > 0; } - - // Returns the elapsed time, in milliseconds. - TimeInMillis elapsed_time() const { return elapsed_time_; } - - // Returns the i-th test among all the tests. i can range from 0 to - // total_test_count() - 1. If i is not in that range, returns NULL. - const TestInfo* GetTestInfo(int i) const; - - private: - friend class Test; - friend class internal::UnitTestImpl; - - // Gets the (mutable) vector of TestInfos in this TestCase. - std::vector& test_info_list() { return test_info_list_; } - - // Gets the (immutable) vector of TestInfos in this TestCase. - const std::vector& test_info_list() const { - return test_info_list_; - } - - // Returns the i-th test among all the tests. i can range from 0 to - // total_test_count() - 1. If i is not in that range, returns NULL. - TestInfo* GetMutableTestInfo(int i); - - // Sets the should_run member. - void set_should_run(bool should) { should_run_ = should; } - - // Adds a TestInfo to this test case. Will delete the TestInfo upon - // destruction of the TestCase object. - void AddTestInfo(TestInfo * test_info); - - // Clears the results of all tests in this test case. - void ClearResult(); - - // Clears the results of all tests in the given test case. - static void ClearTestCaseResult(TestCase* test_case) { - test_case->ClearResult(); - } - - // Runs every test in this TestCase. - void Run(); - - // Runs SetUpTestCase() for this TestCase. This wrapper is needed - // for catching exceptions thrown from SetUpTestCase(). - void RunSetUpTestCase() { (*set_up_tc_)(); } - - // Runs TearDownTestCase() for this TestCase. This wrapper is - // needed for catching exceptions thrown from TearDownTestCase(). - void RunTearDownTestCase() { (*tear_down_tc_)(); } - - // Returns true iff test passed. - static bool TestPassed(const TestInfo* test_info) { - return test_info->should_run() && test_info->result()->Passed(); - } - - // Returns true iff test failed. - static bool TestFailed(const TestInfo* test_info) { - return test_info->should_run() && test_info->result()->Failed(); - } - - // Returns true iff test is disabled. - static bool TestDisabled(const TestInfo* test_info) { - return test_info->is_disabled_; - } - - // Returns true if the given test should run. - static bool ShouldRunTest(const TestInfo* test_info) { - return test_info->should_run(); - } - - // Shuffles the tests in this test case. - void ShuffleTests(internal::Random* random); - - // Restores the test order to before the first shuffle. - void UnshuffleTests(); - - // Name of the test case. - internal::String name_; - // Name of the parameter type, or NULL if this is not a typed or a - // type-parameterized test. - const internal::scoped_ptr type_param_; - // The vector of TestInfos in their original order. It owns the - // elements in the vector. - std::vector test_info_list_; - // Provides a level of indirection for the test list to allow easy - // shuffling and restoring the test order. The i-th element in this - // vector is the index of the i-th test in the shuffled test list. - std::vector test_indices_; - // Pointer to the function that sets up the test case. - Test::SetUpTestCaseFunc set_up_tc_; - // Pointer to the function that tears down the test case. - Test::TearDownTestCaseFunc tear_down_tc_; - // True iff any test in this test case should run. - bool should_run_; - // Elapsed time, in milliseconds. - TimeInMillis elapsed_time_; - - // We disallow copying TestCases. - GTEST_DISALLOW_COPY_AND_ASSIGN_(TestCase); -}; - -// An Environment object is capable of setting up and tearing down an -// environment. The user should subclass this to define his own -// environment(s). -// -// An Environment object does the set-up and tear-down in virtual -// methods SetUp() and TearDown() instead of the constructor and the -// destructor, as: -// -// 1. You cannot safely throw from a destructor. This is a problem -// as in some cases Google Test is used where exceptions are enabled, and -// we may want to implement ASSERT_* using exceptions where they are -// available. -// 2. You cannot use ASSERT_* directly in a constructor or -// destructor. -class Environment { - public: - // The d'tor is virtual as we need to subclass Environment. - virtual ~Environment() {} - - // Override this to define how to set up the environment. - virtual void SetUp() {} - - // Override this to define how to tear down the environment. - virtual void TearDown() {} - private: - // If you see an error about overriding the following function or - // about it being private, you have mis-spelled SetUp() as Setup(). - struct Setup_should_be_spelled_SetUp {}; - virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } -}; - -// The interface for tracing execution of tests. The methods are organized in -// the order the corresponding events are fired. -class TestEventListener { - public: - virtual ~TestEventListener() {} - - // Fired before any test activity starts. - virtual void OnTestProgramStart(const UnitTest& unit_test) = 0; - - // Fired before each iteration of tests starts. There may be more than - // one iteration if GTEST_FLAG(repeat) is set. iteration is the iteration - // index, starting from 0. - virtual void OnTestIterationStart(const UnitTest& unit_test, - int iteration) = 0; - - // Fired before environment set-up for each iteration of tests starts. - virtual void OnEnvironmentsSetUpStart(const UnitTest& unit_test) = 0; - - // Fired after environment set-up for each iteration of tests ends. - virtual void OnEnvironmentsSetUpEnd(const UnitTest& unit_test) = 0; - - // Fired before the test case starts. - virtual void OnTestCaseStart(const TestCase& test_case) = 0; - - // Fired before the test starts. - virtual void OnTestStart(const TestInfo& test_info) = 0; - - // Fired after a failed assertion or a SUCCEED() invocation. - virtual void OnTestPartResult(const TestPartResult& test_part_result) = 0; - - // Fired after the test ends. - virtual void OnTestEnd(const TestInfo& test_info) = 0; - - // Fired after the test case ends. - virtual void OnTestCaseEnd(const TestCase& test_case) = 0; - - // Fired before environment tear-down for each iteration of tests starts. - virtual void OnEnvironmentsTearDownStart(const UnitTest& unit_test) = 0; - - // Fired after environment tear-down for each iteration of tests ends. - virtual void OnEnvironmentsTearDownEnd(const UnitTest& unit_test) = 0; - - // Fired after each iteration of tests finishes. - virtual void OnTestIterationEnd(const UnitTest& unit_test, - int iteration) = 0; - - // Fired after all test activities have ended. - virtual void OnTestProgramEnd(const UnitTest& unit_test) = 0; -}; - -// The convenience class for users who need to override just one or two -// methods and are not concerned that a possible change to a signature of -// the methods they override will not be caught during the build. For -// comments about each method please see the definition of TestEventListener -// above. -class EmptyTestEventListener : public TestEventListener { - public: - virtual void OnTestProgramStart(const UnitTest& /*unit_test*/) {} - virtual void OnTestIterationStart(const UnitTest& /*unit_test*/, - int /*iteration*/) {} - virtual void OnEnvironmentsSetUpStart(const UnitTest& /*unit_test*/) {} - virtual void OnEnvironmentsSetUpEnd(const UnitTest& /*unit_test*/) {} - virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} - virtual void OnTestStart(const TestInfo& /*test_info*/) {} - virtual void OnTestPartResult(const TestPartResult& /*test_part_result*/) {} - virtual void OnTestEnd(const TestInfo& /*test_info*/) {} - virtual void OnTestCaseEnd(const TestCase& /*test_case*/) {} - virtual void OnEnvironmentsTearDownStart(const UnitTest& /*unit_test*/) {} - virtual void OnEnvironmentsTearDownEnd(const UnitTest& /*unit_test*/) {} - virtual void OnTestIterationEnd(const UnitTest& /*unit_test*/, - int /*iteration*/) {} - virtual void OnTestProgramEnd(const UnitTest& /*unit_test*/) {} -}; - -// TestEventListeners lets users add listeners to track events in Google Test. -class GTEST_API_ TestEventListeners { - public: - TestEventListeners(); - ~TestEventListeners(); - - // Appends an event listener to the end of the list. Google Test assumes - // the ownership of the listener (i.e. it will delete the listener when - // the test program finishes). - void Append(TestEventListener* listener); - - // Removes the given event listener from the list and returns it. It then - // becomes the caller's responsibility to delete the listener. Returns - // NULL if the listener is not found in the list. - TestEventListener* Release(TestEventListener* listener); - - // Returns the standard listener responsible for the default console - // output. Can be removed from the listeners list to shut down default - // console output. Note that removing this object from the listener list - // with Release transfers its ownership to the caller and makes this - // function return NULL the next time. - TestEventListener* default_result_printer() const { - return default_result_printer_; - } - - // Returns the standard listener responsible for the default XML output - // controlled by the --gtest_output=xml flag. Can be removed from the - // listeners list by users who want to shut down the default XML output - // controlled by this flag and substitute it with custom one. Note that - // removing this object from the listener list with Release transfers its - // ownership to the caller and makes this function return NULL the next - // time. - TestEventListener* default_xml_generator() const { - return default_xml_generator_; - } - - private: - friend class TestCase; - friend class TestInfo; - friend class internal::DefaultGlobalTestPartResultReporter; - friend class internal::NoExecDeathTest; - friend class internal::TestEventListenersAccessor; - friend class internal::UnitTestImpl; - - // Returns repeater that broadcasts the TestEventListener events to all - // subscribers. - TestEventListener* repeater(); - - // Sets the default_result_printer attribute to the provided listener. - // The listener is also added to the listener list and previous - // default_result_printer is removed from it and deleted. The listener can - // also be NULL in which case it will not be added to the list. Does - // nothing if the previous and the current listener objects are the same. - void SetDefaultResultPrinter(TestEventListener* listener); - - // Sets the default_xml_generator attribute to the provided listener. The - // listener is also added to the listener list and previous - // default_xml_generator is removed from it and deleted. The listener can - // also be NULL in which case it will not be added to the list. Does - // nothing if the previous and the current listener objects are the same. - void SetDefaultXmlGenerator(TestEventListener* listener); - - // Controls whether events will be forwarded by the repeater to the - // listeners in the list. - bool EventForwardingEnabled() const; - void SuppressEventForwarding(); - - // The actual list of listeners. - internal::TestEventRepeater* repeater_; - // Listener responsible for the standard result output. - TestEventListener* default_result_printer_; - // Listener responsible for the creation of the XML output file. - TestEventListener* default_xml_generator_; - - // We disallow copying TestEventListeners. - GTEST_DISALLOW_COPY_AND_ASSIGN_(TestEventListeners); -}; - -// A UnitTest consists of a vector of TestCases. -// -// This is a singleton class. The only instance of UnitTest is -// created when UnitTest::GetInstance() is first called. This -// instance is never deleted. -// -// UnitTest is not copyable. -// -// This class is thread-safe as long as the methods are called -// according to their specification. -class GTEST_API_ UnitTest { - public: - // Gets the singleton UnitTest object. The first time this method - // is called, a UnitTest object is constructed and returned. - // Consecutive calls will return the same object. - static UnitTest* GetInstance(); - - // Runs all tests in this UnitTest object and prints the result. - // Returns 0 if successful, or 1 otherwise. - // - // This method can only be called from the main thread. - // - // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. - int Run() GTEST_MUST_USE_RESULT_; - - // Returns the working directory when the first TEST() or TEST_F() - // was executed. The UnitTest object owns the string. - const char* original_working_dir() const; - - // Returns the TestCase object for the test that's currently running, - // or NULL if no test is running. - const TestCase* current_test_case() const; - - // Returns the TestInfo object for the test that's currently running, - // or NULL if no test is running. - const TestInfo* current_test_info() const; - - // Returns the random seed used at the start of the current test run. - int random_seed() const; - -#if GTEST_HAS_PARAM_TEST - // Returns the ParameterizedTestCaseRegistry object used to keep track of - // value-parameterized tests and instantiate and register them. - // - // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. - internal::ParameterizedTestCaseRegistry& parameterized_test_registry(); -#endif // GTEST_HAS_PARAM_TEST - - // Gets the number of successful test cases. - int successful_test_case_count() const; - - // Gets the number of failed test cases. - int failed_test_case_count() const; - - // Gets the number of all test cases. - int total_test_case_count() const; - - // Gets the number of all test cases that contain at least one test - // that should run. - int test_case_to_run_count() const; - - // Gets the number of successful tests. - int successful_test_count() const; - - // Gets the number of failed tests. - int failed_test_count() const; - - // Gets the number of disabled tests. - int disabled_test_count() const; - - // Gets the number of all tests. - int total_test_count() const; - - // Gets the number of tests that should run. - int test_to_run_count() const; - - // Gets the elapsed time, in milliseconds. - TimeInMillis elapsed_time() const; - - // Returns true iff the unit test passed (i.e. all test cases passed). - bool Passed() const; - - // Returns true iff the unit test failed (i.e. some test case failed - // or something outside of all tests failed). - bool Failed() const; - - // Gets the i-th test case among all the test cases. i can range from 0 to - // total_test_case_count() - 1. If i is not in that range, returns NULL. - const TestCase* GetTestCase(int i) const; - - // Returns the list of event listeners that can be used to track events - // inside Google Test. - TestEventListeners& listeners(); - - private: - // Registers and returns a global test environment. When a test - // program is run, all global test environments will be set-up in - // the order they were registered. After all tests in the program - // have finished, all global test environments will be torn-down in - // the *reverse* order they were registered. - // - // The UnitTest object takes ownership of the given environment. - // - // This method can only be called from the main thread. - Environment* AddEnvironment(Environment* env); - - // Adds a TestPartResult to the current TestResult object. All - // Google Test assertion macros (e.g. ASSERT_TRUE, EXPECT_EQ, etc) - // eventually call this to report their results. The user code - // should use the assertion macros instead of calling this directly. - void AddTestPartResult(TestPartResult::Type result_type, - const char* file_name, - int line_number, - const internal::String& message, - const internal::String& os_stack_trace); - - // Adds a TestProperty to the current TestResult object. If the result already - // contains a property with the same key, the value will be updated. - void RecordPropertyForCurrentTest(const char* key, const char* value); - - // Gets the i-th test case among all the test cases. i can range from 0 to - // total_test_case_count() - 1. If i is not in that range, returns NULL. - TestCase* GetMutableTestCase(int i); - - // Accessors for the implementation object. - internal::UnitTestImpl* impl() { return impl_; } - const internal::UnitTestImpl* impl() const { return impl_; } - - // These classes and funcions are friends as they need to access private - // members of UnitTest. - friend class Test; - friend class internal::AssertHelper; - friend class internal::ScopedTrace; - friend Environment* AddGlobalTestEnvironment(Environment* env); - friend internal::UnitTestImpl* internal::GetUnitTestImpl(); - friend void internal::ReportFailureInUnknownLocation( - TestPartResult::Type result_type, - const internal::String& message); - - // Creates an empty UnitTest. - UnitTest(); - - // D'tor - virtual ~UnitTest(); - - // Pushes a trace defined by SCOPED_TRACE() on to the per-thread - // Google Test trace stack. - void PushGTestTrace(const internal::TraceInfo& trace); - - // Pops a trace from the per-thread Google Test trace stack. - void PopGTestTrace(); - - // Protects mutable state in *impl_. This is mutable as some const - // methods need to lock it too. - mutable internal::Mutex mutex_; - - // Opaque implementation object. This field is never changed once - // the object is constructed. We don't mark it as const here, as - // doing so will cause a warning in the constructor of UnitTest. - // Mutable state in *impl_ is protected by mutex_. - internal::UnitTestImpl* impl_; - - // We disallow copying UnitTest. - GTEST_DISALLOW_COPY_AND_ASSIGN_(UnitTest); -}; - -// A convenient wrapper for adding an environment for the test -// program. -// -// You should call this before RUN_ALL_TESTS() is called, probably in -// main(). If you use gtest_main, you need to call this before main() -// starts for it to take effect. For example, you can define a global -// variable like this: -// -// testing::Environment* const foo_env = -// testing::AddGlobalTestEnvironment(new FooEnvironment); -// -// However, we strongly recommend you to write your own main() and -// call AddGlobalTestEnvironment() there, as relying on initialization -// of global variables makes the code harder to read and may cause -// problems when you register multiple environments from different -// translation units and the environments have dependencies among them -// (remember that the compiler doesn't guarantee the order in which -// global variables from different translation units are initialized). -inline Environment* AddGlobalTestEnvironment(Environment* env) { - return UnitTest::GetInstance()->AddEnvironment(env); -} - -// Initializes Google Test. This must be called before calling -// RUN_ALL_TESTS(). In particular, it parses a command line for the -// flags that Google Test recognizes. Whenever a Google Test flag is -// seen, it is removed from argv, and *argc is decremented. -// -// No value is returned. Instead, the Google Test flag variables are -// updated. -// -// Calling the function for the second time has no user-visible effect. -GTEST_API_ void InitGoogleTest(int* argc, char** argv); - -// This overloaded version can be used in Windows programs compiled in -// UNICODE mode. -GTEST_API_ void InitGoogleTest(int* argc, wchar_t** argv); - -namespace internal { - -// Formats a comparison assertion (e.g. ASSERT_EQ, EXPECT_LT, and etc) -// operand to be used in a failure message. The type (but not value) -// of the other operand may affect the format. This allows us to -// print a char* as a raw pointer when it is compared against another -// char*, and print it as a C string when it is compared against an -// std::string object, for example. -// -// The default implementation ignores the type of the other operand. -// Some specialized versions are used to handle formatting wide or -// narrow C strings. -// -// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. -template -String FormatForComparisonFailureMessage(const T1& value, - const T2& /* other_operand */) { - // C++Builder compiles this incorrectly if the namespace isn't explicitly - // given. - return ::testing::PrintToString(value); -} - -// The helper function for {ASSERT|EXPECT}_EQ. -template -AssertionResult CmpHelperEQ(const char* expected_expression, - const char* actual_expression, - const T1& expected, - const T2& actual) { -#ifdef _MSC_VER -# pragma warning(push) // Saves the current warning state. -# pragma warning(disable:4389) // Temporarily disables warning on - // signed/unsigned mismatch. -#endif - - if (expected == actual) { - return AssertionSuccess(); - } - -#ifdef _MSC_VER -# pragma warning(pop) // Restores the warning state. -#endif - - return EqFailure(expected_expression, - actual_expression, - FormatForComparisonFailureMessage(expected, actual), - FormatForComparisonFailureMessage(actual, expected), - false); -} - -// With this overloaded version, we allow anonymous enums to be used -// in {ASSERT|EXPECT}_EQ when compiled with gcc 4, as anonymous enums -// can be implicitly cast to BiggestInt. -GTEST_API_ AssertionResult CmpHelperEQ(const char* expected_expression, - const char* actual_expression, - BiggestInt expected, - BiggestInt actual); - -// The helper class for {ASSERT|EXPECT}_EQ. The template argument -// lhs_is_null_literal is true iff the first argument to ASSERT_EQ() -// is a null pointer literal. The following default implementation is -// for lhs_is_null_literal being false. -template -class EqHelper { - public: - // This templatized version is for the general case. - template - static AssertionResult Compare(const char* expected_expression, - const char* actual_expression, - const T1& expected, - const T2& actual) { - return CmpHelperEQ(expected_expression, actual_expression, expected, - actual); - } - - // With this overloaded version, we allow anonymous enums to be used - // in {ASSERT|EXPECT}_EQ when compiled with gcc 4, as anonymous - // enums can be implicitly cast to BiggestInt. - // - // Even though its body looks the same as the above version, we - // cannot merge the two, as it will make anonymous enums unhappy. - static AssertionResult Compare(const char* expected_expression, - const char* actual_expression, - BiggestInt expected, - BiggestInt actual) { - return CmpHelperEQ(expected_expression, actual_expression, expected, - actual); - } -}; - -// This specialization is used when the first argument to ASSERT_EQ() -// is a null pointer literal, like NULL, false, or 0. -template <> -class EqHelper { - public: - // We define two overloaded versions of Compare(). The first - // version will be picked when the second argument to ASSERT_EQ() is - // NOT a pointer, e.g. ASSERT_EQ(0, AnIntFunction()) or - // EXPECT_EQ(false, a_bool). - template - static AssertionResult Compare( - const char* expected_expression, - const char* actual_expression, - const T1& expected, - const T2& actual, - // The following line prevents this overload from being considered if T2 - // is not a pointer type. We need this because ASSERT_EQ(NULL, my_ptr) - // expands to Compare("", "", NULL, my_ptr), which requires a conversion - // to match the Secret* in the other overload, which would otherwise make - // this template match better. - typename EnableIf::value>::type* = 0) { - return CmpHelperEQ(expected_expression, actual_expression, expected, - actual); - } - - // This version will be picked when the second argument to ASSERT_EQ() is a - // pointer, e.g. ASSERT_EQ(NULL, a_pointer). - template - static AssertionResult Compare( - const char* expected_expression, - const char* actual_expression, - // We used to have a second template parameter instead of Secret*. That - // template parameter would deduce to 'long', making this a better match - // than the first overload even without the first overload's EnableIf. - // Unfortunately, gcc with -Wconversion-null warns when "passing NULL to - // non-pointer argument" (even a deduced integral argument), so the old - // implementation caused warnings in user code. - Secret* /* expected (NULL) */, - T* actual) { - // We already know that 'expected' is a null pointer. - return CmpHelperEQ(expected_expression, actual_expression, - static_cast(NULL), actual); - } -}; - -// A macro for implementing the helper functions needed to implement -// ASSERT_?? and EXPECT_??. It is here just to avoid copy-and-paste -// of similar code. -// -// For each templatized helper function, we also define an overloaded -// version for BiggestInt in order to reduce code bloat and allow -// anonymous enums to be used with {ASSERT|EXPECT}_?? when compiled -// with gcc 4. -// -// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. -#define GTEST_IMPL_CMP_HELPER_(op_name, op)\ -template \ -AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \ - const T1& val1, const T2& val2) {\ - if (val1 op val2) {\ - return AssertionSuccess();\ - } else {\ - return AssertionFailure() \ - << "Expected: (" << expr1 << ") " #op " (" << expr2\ - << "), actual: " << FormatForComparisonFailureMessage(val1, val2)\ - << " vs " << FormatForComparisonFailureMessage(val2, val1);\ - }\ -}\ -GTEST_API_ AssertionResult CmpHelper##op_name(\ - const char* expr1, const char* expr2, BiggestInt val1, BiggestInt val2) - -// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. - -// Implements the helper function for {ASSERT|EXPECT}_NE -GTEST_IMPL_CMP_HELPER_(NE, !=); -// Implements the helper function for {ASSERT|EXPECT}_LE -GTEST_IMPL_CMP_HELPER_(LE, <=); -// Implements the helper function for {ASSERT|EXPECT}_LT -GTEST_IMPL_CMP_HELPER_(LT, < ); -// Implements the helper function for {ASSERT|EXPECT}_GE -GTEST_IMPL_CMP_HELPER_(GE, >=); -// Implements the helper function for {ASSERT|EXPECT}_GT -GTEST_IMPL_CMP_HELPER_(GT, > ); - -#undef GTEST_IMPL_CMP_HELPER_ - -// The helper function for {ASSERT|EXPECT}_STREQ. -// -// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. -GTEST_API_ AssertionResult CmpHelperSTREQ(const char* expected_expression, - const char* actual_expression, - const char* expected, - const char* actual); - -// The helper function for {ASSERT|EXPECT}_STRCASEEQ. -// -// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. -GTEST_API_ AssertionResult CmpHelperSTRCASEEQ(const char* expected_expression, - const char* actual_expression, - const char* expected, - const char* actual); - -// The helper function for {ASSERT|EXPECT}_STRNE. -// -// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. -GTEST_API_ AssertionResult CmpHelperSTRNE(const char* s1_expression, - const char* s2_expression, - const char* s1, - const char* s2); - -// The helper function for {ASSERT|EXPECT}_STRCASENE. -// -// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. -GTEST_API_ AssertionResult CmpHelperSTRCASENE(const char* s1_expression, - const char* s2_expression, - const char* s1, - const char* s2); - - -// Helper function for *_STREQ on wide strings. -// -// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. -GTEST_API_ AssertionResult CmpHelperSTREQ(const char* expected_expression, - const char* actual_expression, - const wchar_t* expected, - const wchar_t* actual); - -// Helper function for *_STRNE on wide strings. -// -// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. -GTEST_API_ AssertionResult CmpHelperSTRNE(const char* s1_expression, - const char* s2_expression, - const wchar_t* s1, - const wchar_t* s2); - -} // namespace internal - -// IsSubstring() and IsNotSubstring() are intended to be used as the -// first argument to {EXPECT,ASSERT}_PRED_FORMAT2(), not by -// themselves. They check whether needle is a substring of haystack -// (NULL is considered a substring of itself only), and return an -// appropriate error message when they fail. -// -// The {needle,haystack}_expr arguments are the stringified -// expressions that generated the two real arguments. -GTEST_API_ AssertionResult IsSubstring( - const char* needle_expr, const char* haystack_expr, - const char* needle, const char* haystack); -GTEST_API_ AssertionResult IsSubstring( - const char* needle_expr, const char* haystack_expr, - const wchar_t* needle, const wchar_t* haystack); -GTEST_API_ AssertionResult IsNotSubstring( - const char* needle_expr, const char* haystack_expr, - const char* needle, const char* haystack); -GTEST_API_ AssertionResult IsNotSubstring( - const char* needle_expr, const char* haystack_expr, - const wchar_t* needle, const wchar_t* haystack); -GTEST_API_ AssertionResult IsSubstring( - const char* needle_expr, const char* haystack_expr, - const ::std::string& needle, const ::std::string& haystack); -GTEST_API_ AssertionResult IsNotSubstring( - const char* needle_expr, const char* haystack_expr, - const ::std::string& needle, const ::std::string& haystack); - -#if GTEST_HAS_STD_WSTRING -GTEST_API_ AssertionResult IsSubstring( - const char* needle_expr, const char* haystack_expr, - const ::std::wstring& needle, const ::std::wstring& haystack); -GTEST_API_ AssertionResult IsNotSubstring( - const char* needle_expr, const char* haystack_expr, - const ::std::wstring& needle, const ::std::wstring& haystack); -#endif // GTEST_HAS_STD_WSTRING - -namespace internal { - -// Helper template function for comparing floating-points. -// -// Template parameter: -// -// RawType: the raw floating-point type (either float or double) -// -// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. -template -AssertionResult CmpHelperFloatingPointEQ(const char* expected_expression, - const char* actual_expression, - RawType expected, - RawType actual) { - const FloatingPoint lhs(expected), rhs(actual); - - if (lhs.AlmostEquals(rhs)) { - return AssertionSuccess(); - } - - ::std::stringstream expected_ss; - expected_ss << std::setprecision(std::numeric_limits::digits10 + 2) - << expected; - - ::std::stringstream actual_ss; - actual_ss << std::setprecision(std::numeric_limits::digits10 + 2) - << actual; - - return EqFailure(expected_expression, - actual_expression, - StringStreamToString(&expected_ss), - StringStreamToString(&actual_ss), - false); -} - -// Helper function for implementing ASSERT_NEAR. -// -// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. -GTEST_API_ AssertionResult DoubleNearPredFormat(const char* expr1, - const char* expr2, - const char* abs_error_expr, - double val1, - double val2, - double abs_error); - -// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. -// A class that enables one to stream messages to assertion macros -class GTEST_API_ AssertHelper { - public: - // Constructor. - AssertHelper(TestPartResult::Type type, - const char* file, - int line, - const char* message); - ~AssertHelper(); - - // Message assignment is a semantic trick to enable assertion - // streaming; see the GTEST_MESSAGE_ macro below. - void operator=(const Message& message) const; - - private: - // We put our data in a struct so that the size of the AssertHelper class can - // be as small as possible. This is important because gcc is incapable of - // re-using stack space even for temporary variables, so every EXPECT_EQ - // reserves stack space for another AssertHelper. - struct AssertHelperData { - AssertHelperData(TestPartResult::Type t, - const char* srcfile, - int line_num, - const char* msg) - : type(t), file(srcfile), line(line_num), message(msg) { } - - TestPartResult::Type const type; - const char* const file; - int const line; - String const message; - - private: - GTEST_DISALLOW_COPY_AND_ASSIGN_(AssertHelperData); - }; - - AssertHelperData* const data_; - - GTEST_DISALLOW_COPY_AND_ASSIGN_(AssertHelper); -}; - -} // namespace internal - -#if GTEST_HAS_PARAM_TEST -// The pure interface class that all value-parameterized tests inherit from. -// A value-parameterized class must inherit from both ::testing::Test and -// ::testing::WithParamInterface. In most cases that just means inheriting -// from ::testing::TestWithParam, but more complicated test hierarchies -// may need to inherit from Test and WithParamInterface at different levels. -// -// This interface has support for accessing the test parameter value via -// the GetParam() method. -// -// Use it with one of the parameter generator defining functions, like Range(), -// Values(), ValuesIn(), Bool(), and Combine(). -// -// class FooTest : public ::testing::TestWithParam { -// protected: -// FooTest() { -// // Can use GetParam() here. -// } -// virtual ~FooTest() { -// // Can use GetParam() here. -// } -// virtual void SetUp() { -// // Can use GetParam() here. -// } -// virtual void TearDown { -// // Can use GetParam() here. -// } -// }; -// TEST_P(FooTest, DoesBar) { -// // Can use GetParam() method here. -// Foo foo; -// ASSERT_TRUE(foo.DoesBar(GetParam())); -// } -// INSTANTIATE_TEST_CASE_P(OneToTenRange, FooTest, ::testing::Range(1, 10)); - -template -class WithParamInterface { - public: - typedef T ParamType; - virtual ~WithParamInterface() {} - - // The current parameter value. Is also available in the test fixture's - // constructor. This member function is non-static, even though it only - // references static data, to reduce the opportunity for incorrect uses - // like writing 'WithParamInterface::GetParam()' for a test that - // uses a fixture whose parameter type is int. - const ParamType& GetParam() const { return *parameter_; } - - private: - // Sets parameter value. The caller is responsible for making sure the value - // remains alive and unchanged throughout the current test. - static void SetParam(const ParamType* parameter) { - parameter_ = parameter; - } - - // Static value used for accessing parameter during a test lifetime. - static const ParamType* parameter_; - - // TestClass must be a subclass of WithParamInterface and Test. - template friend class internal::ParameterizedTestFactory; -}; - -template -const T* WithParamInterface::parameter_ = NULL; - -// Most value-parameterized classes can ignore the existence of -// WithParamInterface, and can just inherit from ::testing::TestWithParam. - -template -class TestWithParam : public Test, public WithParamInterface { -}; - -#endif // GTEST_HAS_PARAM_TEST - -// Macros for indicating success/failure in test code. - -// ADD_FAILURE unconditionally adds a failure to the current test. -// SUCCEED generates a success - it doesn't automatically make the -// current test successful, as a test is only successful when it has -// no failure. -// -// EXPECT_* verifies that a certain condition is satisfied. If not, -// it behaves like ADD_FAILURE. In particular: -// -// EXPECT_TRUE verifies that a Boolean condition is true. -// EXPECT_FALSE verifies that a Boolean condition is false. -// -// FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except -// that they will also abort the current function on failure. People -// usually want the fail-fast behavior of FAIL and ASSERT_*, but those -// writing data-driven tests often find themselves using ADD_FAILURE -// and EXPECT_* more. -// -// Examples: -// -// EXPECT_TRUE(server.StatusIsOK()); -// ASSERT_FALSE(server.HasPendingRequest(port)) -// << "There are still pending requests " << "on port " << port; - -// Generates a nonfatal failure with a generic message. -#define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") - -// Generates a nonfatal failure at the given source file location with -// a generic message. -#define ADD_FAILURE_AT(file, line) \ - GTEST_MESSAGE_AT_(file, line, "Failed", \ - ::testing::TestPartResult::kNonFatalFailure) - -// Generates a fatal failure with a generic message. -#define GTEST_FAIL() GTEST_FATAL_FAILURE_("Failed") - -// Define this macro to 1 to omit the definition of FAIL(), which is a -// generic name and clashes with some other libraries. -#if !GTEST_DONT_DEFINE_FAIL -# define FAIL() GTEST_FAIL() -#endif - -// Generates a success with a generic message. -#define GTEST_SUCCEED() GTEST_SUCCESS_("Succeeded") - -// Define this macro to 1 to omit the definition of SUCCEED(), which -// is a generic name and clashes with some other libraries. -#if !GTEST_DONT_DEFINE_SUCCEED -# define SUCCEED() GTEST_SUCCEED() -#endif - -// Macros for testing exceptions. -// -// * {ASSERT|EXPECT}_THROW(statement, expected_exception): -// Tests that the statement throws the expected exception. -// * {ASSERT|EXPECT}_NO_THROW(statement): -// Tests that the statement doesn't throw any exception. -// * {ASSERT|EXPECT}_ANY_THROW(statement): -// Tests that the statement throws an exception. - -#define EXPECT_THROW(statement, expected_exception) \ - GTEST_TEST_THROW_(statement, expected_exception, GTEST_NONFATAL_FAILURE_) -#define EXPECT_NO_THROW(statement) \ - GTEST_TEST_NO_THROW_(statement, GTEST_NONFATAL_FAILURE_) -#define EXPECT_ANY_THROW(statement) \ - GTEST_TEST_ANY_THROW_(statement, GTEST_NONFATAL_FAILURE_) -#define ASSERT_THROW(statement, expected_exception) \ - GTEST_TEST_THROW_(statement, expected_exception, GTEST_FATAL_FAILURE_) -#define ASSERT_NO_THROW(statement) \ - GTEST_TEST_NO_THROW_(statement, GTEST_FATAL_FAILURE_) -#define ASSERT_ANY_THROW(statement) \ - GTEST_TEST_ANY_THROW_(statement, GTEST_FATAL_FAILURE_) - -// Boolean assertions. Condition can be either a Boolean expression or an -// AssertionResult. For more information on how to use AssertionResult with -// these macros see comments on that class. -#define EXPECT_TRUE(condition) \ - GTEST_TEST_BOOLEAN_(condition, #condition, false, true, \ - GTEST_NONFATAL_FAILURE_) -#define EXPECT_FALSE(condition) \ - GTEST_TEST_BOOLEAN_(!(condition), #condition, true, false, \ - GTEST_NONFATAL_FAILURE_) -#define ASSERT_TRUE(condition) \ - GTEST_TEST_BOOLEAN_(condition, #condition, false, true, \ - GTEST_FATAL_FAILURE_) -#define ASSERT_FALSE(condition) \ - GTEST_TEST_BOOLEAN_(!(condition), #condition, true, false, \ - GTEST_FATAL_FAILURE_) - -// Includes the auto-generated header that implements a family of -// generic predicate assertion macros. -// Copyright 2006, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// This file is AUTOMATICALLY GENERATED on 09/24/2010 by command -// 'gen_gtest_pred_impl.py 5'. DO NOT EDIT BY HAND! -// -// Implements a family of generic predicate assertion macros. - -#ifndef GTEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_ -#define GTEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_ - -// Makes sure this header is not included before gtest.h. -#ifndef GTEST_INCLUDE_GTEST_GTEST_H_ -# error Do not include gtest_pred_impl.h directly. Include gtest.h instead. -#endif // GTEST_INCLUDE_GTEST_GTEST_H_ - -// This header implements a family of generic predicate assertion -// macros: -// -// ASSERT_PRED_FORMAT1(pred_format, v1) -// ASSERT_PRED_FORMAT2(pred_format, v1, v2) -// ... -// -// where pred_format is a function or functor that takes n (in the -// case of ASSERT_PRED_FORMATn) values and their source expression -// text, and returns a testing::AssertionResult. See the definition -// of ASSERT_EQ in gtest.h for an example. -// -// If you don't care about formatting, you can use the more -// restrictive version: -// -// ASSERT_PRED1(pred, v1) -// ASSERT_PRED2(pred, v1, v2) -// ... -// -// where pred is an n-ary function or functor that returns bool, -// and the values v1, v2, ..., must support the << operator for -// streaming to std::ostream. -// -// We also define the EXPECT_* variations. -// -// For now we only support predicates whose arity is at most 5. -// Please email googletestframework@googlegroups.com if you need -// support for higher arities. - -// GTEST_ASSERT_ is the basic statement to which all of the assertions -// in this file reduce. Don't use this in your code. - -#define GTEST_ASSERT_(expression, on_failure) \ - GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ - if (const ::testing::AssertionResult gtest_ar = (expression)) \ - ; \ - else \ - on_failure(gtest_ar.failure_message()) - - -// Helper function for implementing {EXPECT|ASSERT}_PRED1. Don't use -// this in your code. -template -AssertionResult AssertPred1Helper(const char* pred_text, - const char* e1, - Pred pred, - const T1& v1) { - if (pred(v1)) return AssertionSuccess(); - - return AssertionFailure() << pred_text << "(" - << e1 << ") evaluates to false, where" - << "\n" << e1 << " evaluates to " << v1; -} - -// Internal macro for implementing {EXPECT|ASSERT}_PRED_FORMAT1. -// Don't use this in your code. -#define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure)\ - GTEST_ASSERT_(pred_format(#v1, v1),\ - on_failure) - -// Internal macro for implementing {EXPECT|ASSERT}_PRED1. Don't use -// this in your code. -#define GTEST_PRED1_(pred, v1, on_failure)\ - GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \ - #v1, \ - pred, \ - v1), on_failure) - -// Unary predicate assertion macros. -#define EXPECT_PRED_FORMAT1(pred_format, v1) \ - GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_NONFATAL_FAILURE_) -#define EXPECT_PRED1(pred, v1) \ - GTEST_PRED1_(pred, v1, GTEST_NONFATAL_FAILURE_) -#define ASSERT_PRED_FORMAT1(pred_format, v1) \ - GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_) -#define ASSERT_PRED1(pred, v1) \ - GTEST_PRED1_(pred, v1, GTEST_FATAL_FAILURE_) - - - -// Helper function for implementing {EXPECT|ASSERT}_PRED2. Don't use -// this in your code. -template -AssertionResult AssertPred2Helper(const char* pred_text, - const char* e1, - const char* e2, - Pred pred, - const T1& v1, - const T2& v2) { - if (pred(v1, v2)) return AssertionSuccess(); - - return AssertionFailure() << pred_text << "(" - << e1 << ", " - << e2 << ") evaluates to false, where" - << "\n" << e1 << " evaluates to " << v1 - << "\n" << e2 << " evaluates to " << v2; -} - -// Internal macro for implementing {EXPECT|ASSERT}_PRED_FORMAT2. -// Don't use this in your code. -#define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\ - GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2),\ - on_failure) - -// Internal macro for implementing {EXPECT|ASSERT}_PRED2. Don't use -// this in your code. -#define GTEST_PRED2_(pred, v1, v2, on_failure)\ - GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \ - #v1, \ - #v2, \ - pred, \ - v1, \ - v2), on_failure) - -// Binary predicate assertion macros. -#define EXPECT_PRED_FORMAT2(pred_format, v1, v2) \ - GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) -#define EXPECT_PRED2(pred, v1, v2) \ - GTEST_PRED2_(pred, v1, v2, GTEST_NONFATAL_FAILURE_) -#define ASSERT_PRED_FORMAT2(pred_format, v1, v2) \ - GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_FATAL_FAILURE_) -#define ASSERT_PRED2(pred, v1, v2) \ - GTEST_PRED2_(pred, v1, v2, GTEST_FATAL_FAILURE_) - - - -// Helper function for implementing {EXPECT|ASSERT}_PRED3. Don't use -// this in your code. -template -AssertionResult AssertPred3Helper(const char* pred_text, - const char* e1, - const char* e2, - const char* e3, - Pred pred, - const T1& v1, - const T2& v2, - const T3& v3) { - if (pred(v1, v2, v3)) return AssertionSuccess(); - - return AssertionFailure() << pred_text << "(" - << e1 << ", " - << e2 << ", " - << e3 << ") evaluates to false, where" - << "\n" << e1 << " evaluates to " << v1 - << "\n" << e2 << " evaluates to " << v2 - << "\n" << e3 << " evaluates to " << v3; -} - -// Internal macro for implementing {EXPECT|ASSERT}_PRED_FORMAT3. -// Don't use this in your code. -#define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\ - GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3),\ - on_failure) - -// Internal macro for implementing {EXPECT|ASSERT}_PRED3. Don't use -// this in your code. -#define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\ - GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \ - #v1, \ - #v2, \ - #v3, \ - pred, \ - v1, \ - v2, \ - v3), on_failure) - -// Ternary predicate assertion macros. -#define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \ - GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, GTEST_NONFATAL_FAILURE_) -#define EXPECT_PRED3(pred, v1, v2, v3) \ - GTEST_PRED3_(pred, v1, v2, v3, GTEST_NONFATAL_FAILURE_) -#define ASSERT_PRED_FORMAT3(pred_format, v1, v2, v3) \ - GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, GTEST_FATAL_FAILURE_) -#define ASSERT_PRED3(pred, v1, v2, v3) \ - GTEST_PRED3_(pred, v1, v2, v3, GTEST_FATAL_FAILURE_) - - - -// Helper function for implementing {EXPECT|ASSERT}_PRED4. Don't use -// this in your code. -template -AssertionResult AssertPred4Helper(const char* pred_text, - const char* e1, - const char* e2, - const char* e3, - const char* e4, - Pred pred, - const T1& v1, - const T2& v2, - const T3& v3, - const T4& v4) { - if (pred(v1, v2, v3, v4)) return AssertionSuccess(); - - return AssertionFailure() << pred_text << "(" - << e1 << ", " - << e2 << ", " - << e3 << ", " - << e4 << ") evaluates to false, where" - << "\n" << e1 << " evaluates to " << v1 - << "\n" << e2 << " evaluates to " << v2 - << "\n" << e3 << " evaluates to " << v3 - << "\n" << e4 << " evaluates to " << v4; -} - -// Internal macro for implementing {EXPECT|ASSERT}_PRED_FORMAT4. -// Don't use this in your code. -#define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\ - GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4),\ - on_failure) - -// Internal macro for implementing {EXPECT|ASSERT}_PRED4. Don't use -// this in your code. -#define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\ - GTEST_ASSERT_(::testing::AssertPred4Helper(#pred, \ - #v1, \ - #v2, \ - #v3, \ - #v4, \ - pred, \ - v1, \ - v2, \ - v3, \ - v4), on_failure) - -// 4-ary predicate assertion macros. -#define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \ - GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, GTEST_NONFATAL_FAILURE_) -#define EXPECT_PRED4(pred, v1, v2, v3, v4) \ - GTEST_PRED4_(pred, v1, v2, v3, v4, GTEST_NONFATAL_FAILURE_) -#define ASSERT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \ - GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, GTEST_FATAL_FAILURE_) -#define ASSERT_PRED4(pred, v1, v2, v3, v4) \ - GTEST_PRED4_(pred, v1, v2, v3, v4, GTEST_FATAL_FAILURE_) - - - -// Helper function for implementing {EXPECT|ASSERT}_PRED5. Don't use -// this in your code. -template -AssertionResult AssertPred5Helper(const char* pred_text, - const char* e1, - const char* e2, - const char* e3, - const char* e4, - const char* e5, - Pred pred, - const T1& v1, - const T2& v2, - const T3& v3, - const T4& v4, - const T5& v5) { - if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess(); - - return AssertionFailure() << pred_text << "(" - << e1 << ", " - << e2 << ", " - << e3 << ", " - << e4 << ", " - << e5 << ") evaluates to false, where" - << "\n" << e1 << " evaluates to " << v1 - << "\n" << e2 << " evaluates to " << v2 - << "\n" << e3 << " evaluates to " << v3 - << "\n" << e4 << " evaluates to " << v4 - << "\n" << e5 << " evaluates to " << v5; -} - -// Internal macro for implementing {EXPECT|ASSERT}_PRED_FORMAT5. -// Don't use this in your code. -#define GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, on_failure)\ - GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5),\ - on_failure) - -// Internal macro for implementing {EXPECT|ASSERT}_PRED5. Don't use -// this in your code. -#define GTEST_PRED5_(pred, v1, v2, v3, v4, v5, on_failure)\ - GTEST_ASSERT_(::testing::AssertPred5Helper(#pred, \ - #v1, \ - #v2, \ - #v3, \ - #v4, \ - #v5, \ - pred, \ - v1, \ - v2, \ - v3, \ - v4, \ - v5), on_failure) - -// 5-ary predicate assertion macros. -#define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \ - GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, GTEST_NONFATAL_FAILURE_) -#define EXPECT_PRED5(pred, v1, v2, v3, v4, v5) \ - GTEST_PRED5_(pred, v1, v2, v3, v4, v5, GTEST_NONFATAL_FAILURE_) -#define ASSERT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \ - GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, GTEST_FATAL_FAILURE_) -#define ASSERT_PRED5(pred, v1, v2, v3, v4, v5) \ - GTEST_PRED5_(pred, v1, v2, v3, v4, v5, GTEST_FATAL_FAILURE_) - - - -#endif // GTEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_ - -// Macros for testing equalities and inequalities. -// -// * {ASSERT|EXPECT}_EQ(expected, actual): Tests that expected == actual -// * {ASSERT|EXPECT}_NE(v1, v2): Tests that v1 != v2 -// * {ASSERT|EXPECT}_LT(v1, v2): Tests that v1 < v2 -// * {ASSERT|EXPECT}_LE(v1, v2): Tests that v1 <= v2 -// * {ASSERT|EXPECT}_GT(v1, v2): Tests that v1 > v2 -// * {ASSERT|EXPECT}_GE(v1, v2): Tests that v1 >= v2 -// -// When they are not, Google Test prints both the tested expressions and -// their actual values. The values must be compatible built-in types, -// or you will get a compiler error. By "compatible" we mean that the -// values can be compared by the respective operator. -// -// Note: -// -// 1. It is possible to make a user-defined type work with -// {ASSERT|EXPECT}_??(), but that requires overloading the -// comparison operators and is thus discouraged by the Google C++ -// Usage Guide. Therefore, you are advised to use the -// {ASSERT|EXPECT}_TRUE() macro to assert that two objects are -// equal. -// -// 2. The {ASSERT|EXPECT}_??() macros do pointer comparisons on -// pointers (in particular, C strings). Therefore, if you use it -// with two C strings, you are testing how their locations in memory -// are related, not how their content is related. To compare two C -// strings by content, use {ASSERT|EXPECT}_STR*(). -// -// 3. {ASSERT|EXPECT}_EQ(expected, actual) is preferred to -// {ASSERT|EXPECT}_TRUE(expected == actual), as the former tells you -// what the actual value is when it fails, and similarly for the -// other comparisons. -// -// 4. Do not depend on the order in which {ASSERT|EXPECT}_??() -// evaluate their arguments, which is undefined. -// -// 5. These macros evaluate their arguments exactly once. -// -// Examples: -// -// EXPECT_NE(5, Foo()); -// EXPECT_EQ(NULL, a_pointer); -// ASSERT_LT(i, array_size); -// ASSERT_GT(records.size(), 0) << "There is no record left."; - -#define EXPECT_EQ(expected, actual) \ - EXPECT_PRED_FORMAT2(::testing::internal:: \ - EqHelper::Compare, \ - expected, actual) -#define EXPECT_NE(expected, actual) \ - EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperNE, expected, actual) -#define EXPECT_LE(val1, val2) \ - EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLE, val1, val2) -#define EXPECT_LT(val1, val2) \ - EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLT, val1, val2) -#define EXPECT_GE(val1, val2) \ - EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperGE, val1, val2) -#define EXPECT_GT(val1, val2) \ - EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperGT, val1, val2) - -#define GTEST_ASSERT_EQ(expected, actual) \ - ASSERT_PRED_FORMAT2(::testing::internal:: \ - EqHelper::Compare, \ - expected, actual) -#define GTEST_ASSERT_NE(val1, val2) \ - ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperNE, val1, val2) -#define GTEST_ASSERT_LE(val1, val2) \ - ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperLE, val1, val2) -#define GTEST_ASSERT_LT(val1, val2) \ - ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperLT, val1, val2) -#define GTEST_ASSERT_GE(val1, val2) \ - ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperGE, val1, val2) -#define GTEST_ASSERT_GT(val1, val2) \ - ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperGT, val1, val2) - -// Define macro GTEST_DONT_DEFINE_ASSERT_XY to 1 to omit the definition of -// ASSERT_XY(), which clashes with some users' own code. - -#if !GTEST_DONT_DEFINE_ASSERT_EQ -# define ASSERT_EQ(val1, val2) GTEST_ASSERT_EQ(val1, val2) -#endif - -#if !GTEST_DONT_DEFINE_ASSERT_NE -# define ASSERT_NE(val1, val2) GTEST_ASSERT_NE(val1, val2) -#endif - -#if !GTEST_DONT_DEFINE_ASSERT_LE -# define ASSERT_LE(val1, val2) GTEST_ASSERT_LE(val1, val2) -#endif - -#if !GTEST_DONT_DEFINE_ASSERT_LT -# define ASSERT_LT(val1, val2) GTEST_ASSERT_LT(val1, val2) -#endif - -#if !GTEST_DONT_DEFINE_ASSERT_GE -# define ASSERT_GE(val1, val2) GTEST_ASSERT_GE(val1, val2) -#endif - -#if !GTEST_DONT_DEFINE_ASSERT_GT -# define ASSERT_GT(val1, val2) GTEST_ASSERT_GT(val1, val2) -#endif - -// C String Comparisons. All tests treat NULL and any non-NULL string -// as different. Two NULLs are equal. -// -// * {ASSERT|EXPECT}_STREQ(s1, s2): Tests that s1 == s2 -// * {ASSERT|EXPECT}_STRNE(s1, s2): Tests that s1 != s2 -// * {ASSERT|EXPECT}_STRCASEEQ(s1, s2): Tests that s1 == s2, ignoring case -// * {ASSERT|EXPECT}_STRCASENE(s1, s2): Tests that s1 != s2, ignoring case -// -// For wide or narrow string objects, you can use the -// {ASSERT|EXPECT}_??() macros. -// -// Don't depend on the order in which the arguments are evaluated, -// which is undefined. -// -// These macros evaluate their arguments exactly once. - -#define EXPECT_STREQ(expected, actual) \ - EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperSTREQ, expected, actual) -#define EXPECT_STRNE(s1, s2) \ - EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperSTRNE, s1, s2) -#define EXPECT_STRCASEEQ(expected, actual) \ - EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperSTRCASEEQ, expected, actual) -#define EXPECT_STRCASENE(s1, s2)\ - EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperSTRCASENE, s1, s2) - -#define ASSERT_STREQ(expected, actual) \ - ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperSTREQ, expected, actual) -#define ASSERT_STRNE(s1, s2) \ - ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperSTRNE, s1, s2) -#define ASSERT_STRCASEEQ(expected, actual) \ - ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperSTRCASEEQ, expected, actual) -#define ASSERT_STRCASENE(s1, s2)\ - ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperSTRCASENE, s1, s2) - -// Macros for comparing floating-point numbers. -// -// * {ASSERT|EXPECT}_FLOAT_EQ(expected, actual): -// Tests that two float values are almost equal. -// * {ASSERT|EXPECT}_DOUBLE_EQ(expected, actual): -// Tests that two double values are almost equal. -// * {ASSERT|EXPECT}_NEAR(v1, v2, abs_error): -// Tests that v1 and v2 are within the given distance to each other. -// -// Google Test uses ULP-based comparison to automatically pick a default -// error bound that is appropriate for the operands. See the -// FloatingPoint template class in gtest-internal.h if you are -// interested in the implementation details. - -#define EXPECT_FLOAT_EQ(expected, actual)\ - EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperFloatingPointEQ, \ - expected, actual) - -#define EXPECT_DOUBLE_EQ(expected, actual)\ - EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperFloatingPointEQ, \ - expected, actual) - -#define ASSERT_FLOAT_EQ(expected, actual)\ - ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperFloatingPointEQ, \ - expected, actual) - -#define ASSERT_DOUBLE_EQ(expected, actual)\ - ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperFloatingPointEQ, \ - expected, actual) - -#define EXPECT_NEAR(val1, val2, abs_error)\ - EXPECT_PRED_FORMAT3(::testing::internal::DoubleNearPredFormat, \ - val1, val2, abs_error) - -#define ASSERT_NEAR(val1, val2, abs_error)\ - ASSERT_PRED_FORMAT3(::testing::internal::DoubleNearPredFormat, \ - val1, val2, abs_error) - -// These predicate format functions work on floating-point values, and -// can be used in {ASSERT|EXPECT}_PRED_FORMAT2*(), e.g. -// -// EXPECT_PRED_FORMAT2(testing::DoubleLE, Foo(), 5.0); - -// Asserts that val1 is less than, or almost equal to, val2. Fails -// otherwise. In particular, it fails if either val1 or val2 is NaN. -GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2, - float val1, float val2); -GTEST_API_ AssertionResult DoubleLE(const char* expr1, const char* expr2, - double val1, double val2); - - -#if GTEST_OS_WINDOWS - -// Macros that test for HRESULT failure and success, these are only useful -// on Windows, and rely on Windows SDK macros and APIs to compile. -// -// * {ASSERT|EXPECT}_HRESULT_{SUCCEEDED|FAILED}(expr) -// -// When expr unexpectedly fails or succeeds, Google Test prints the -// expected result and the actual result with both a human-readable -// string representation of the error, if available, as well as the -// hex result code. -# define EXPECT_HRESULT_SUCCEEDED(expr) \ - EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr)) - -# define ASSERT_HRESULT_SUCCEEDED(expr) \ - ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr)) - -# define EXPECT_HRESULT_FAILED(expr) \ - EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr)) - -# define ASSERT_HRESULT_FAILED(expr) \ - ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr)) - -#endif // GTEST_OS_WINDOWS - -// Macros that execute statement and check that it doesn't generate new fatal -// failures in the current thread. -// -// * {ASSERT|EXPECT}_NO_FATAL_FAILURE(statement); -// -// Examples: -// -// EXPECT_NO_FATAL_FAILURE(Process()); -// ASSERT_NO_FATAL_FAILURE(Process()) << "Process() failed"; -// -#define ASSERT_NO_FATAL_FAILURE(statement) \ - GTEST_TEST_NO_FATAL_FAILURE_(statement, GTEST_FATAL_FAILURE_) -#define EXPECT_NO_FATAL_FAILURE(statement) \ - GTEST_TEST_NO_FATAL_FAILURE_(statement, GTEST_NONFATAL_FAILURE_) - -// Causes a trace (including the source file path, the current line -// number, and the given message) to be included in every test failure -// message generated by code in the current scope. The effect is -// undone when the control leaves the current scope. -// -// The message argument can be anything streamable to std::ostream. -// -// In the implementation, we include the current line number as part -// of the dummy variable name, thus allowing multiple SCOPED_TRACE()s -// to appear in the same block - as long as they are on different -// lines. -#define SCOPED_TRACE(message) \ - ::testing::internal::ScopedTrace GTEST_CONCAT_TOKEN_(gtest_trace_, __LINE__)(\ - __FILE__, __LINE__, ::testing::Message() << (message)) - -// Compile-time assertion for type equality. -// StaticAssertTypeEq() compiles iff type1 and type2 are -// the same type. The value it returns is not interesting. -// -// Instead of making StaticAssertTypeEq a class template, we make it a -// function template that invokes a helper class template. This -// prevents a user from misusing StaticAssertTypeEq by -// defining objects of that type. -// -// CAVEAT: -// -// When used inside a method of a class template, -// StaticAssertTypeEq() is effective ONLY IF the method is -// instantiated. For example, given: -// -// template class Foo { -// public: -// void Bar() { testing::StaticAssertTypeEq(); } -// }; -// -// the code: -// -// void Test1() { Foo foo; } -// -// will NOT generate a compiler error, as Foo::Bar() is never -// actually instantiated. Instead, you need: -// -// void Test2() { Foo foo; foo.Bar(); } -// -// to cause a compiler error. -template -bool StaticAssertTypeEq() { - (void)internal::StaticAssertTypeEqHelper(); - return true; -} - -// Defines a test. -// -// The first parameter is the name of the test case, and the second -// parameter is the name of the test within the test case. -// -// The convention is to end the test case name with "Test". For -// example, a test case for the Foo class can be named FooTest. -// -// The user should put his test code between braces after using this -// macro. Example: -// -// TEST(FooTest, InitializesCorrectly) { -// Foo foo; -// EXPECT_TRUE(foo.StatusIsOK()); -// } - -// Note that we call GetTestTypeId() instead of GetTypeId< -// ::testing::Test>() here to get the type ID of testing::Test. This -// is to work around a suspected linker bug when using Google Test as -// a framework on Mac OS X. The bug causes GetTypeId< -// ::testing::Test>() to return different values depending on whether -// the call is from the Google Test framework itself or from user test -// code. GetTestTypeId() is guaranteed to always return the same -// value, as it always calls GetTypeId<>() from the Google Test -// framework. -#define GTEST_TEST(test_case_name, test_name)\ - GTEST_TEST_(test_case_name, test_name, \ - ::testing::Test, ::testing::internal::GetTestTypeId()) - -// Define this macro to 1 to omit the definition of TEST(), which -// is a generic name and clashes with some other libraries. -#if !GTEST_DONT_DEFINE_TEST -# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) -#endif - -// Defines a test that uses a test fixture. -// -// The first parameter is the name of the test fixture class, which -// also doubles as the test case name. The second parameter is the -// name of the test within the test case. -// -// A test fixture class must be declared earlier. The user should put -// his test code between braces after using this macro. Example: -// -// class FooTest : public testing::Test { -// protected: -// virtual void SetUp() { b_.AddElement(3); } -// -// Foo a_; -// Foo b_; -// }; -// -// TEST_F(FooTest, InitializesCorrectly) { -// EXPECT_TRUE(a_.StatusIsOK()); -// } -// -// TEST_F(FooTest, ReturnsElementCountCorrectly) { -// EXPECT_EQ(0, a_.size()); -// EXPECT_EQ(1, b_.size()); -// } - -#define TEST_F(test_fixture, test_name)\ - GTEST_TEST_(test_fixture, test_name, test_fixture, \ - ::testing::internal::GetTypeId()) - -// Use this macro in main() to run all tests. It returns 0 if all -// tests are successful, or 1 otherwise. -// -// RUN_ALL_TESTS() should be invoked after the command line has been -// parsed by InitGoogleTest(). - -#define RUN_ALL_TESTS()\ - (::testing::UnitTest::GetInstance()->Run()) - -} // namespace testing - -#endif // GTEST_INCLUDE_GTEST_GTEST_H_ diff --git a/caffe-crfrnn/src/gtest/gtest_main.cc b/caffe-crfrnn/src/gtest/gtest_main.cc deleted file mode 100644 index a09bbe0c..00000000 --- a/caffe-crfrnn/src/gtest/gtest_main.cc +++ /dev/null @@ -1,39 +0,0 @@ -// Copyright 2006, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -#include - -#include "gtest/gtest.h" - -GTEST_API_ int main(int argc, char **argv) { - std::cout << "Running main() from gtest_main.cc\n"; - - testing::InitGoogleTest(&argc, argv); - return RUN_ALL_TESTS(); -} diff --git a/caffe-crfrnn/tools/CMakeLists.txt b/caffe-crfrnn/tools/CMakeLists.txt deleted file mode 100644 index 02fbd5ca..00000000 --- a/caffe-crfrnn/tools/CMakeLists.txt +++ /dev/null @@ -1,29 +0,0 @@ -# Collect source files -file(GLOB_RECURSE srcs ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp) - -# Build each source file independently -foreach(source ${srcs}) - get_filename_component(name ${source} NAME_WE) - - # caffe target already exits - if(name MATCHES "caffe") - set(name ${name}.bin) - endif() - - # target - add_executable(${name} ${source}) - target_link_libraries(${name} ${Caffe_LINK}) - caffe_default_properties(${name}) - - # set back RUNTIME_OUTPUT_DIRECTORY - caffe_set_runtime_directory(${name} "${PROJECT_BINARY_DIR}/tools") - caffe_set_solution_folder(${name} tools) - - # restore output name without suffix - if(name MATCHES "caffe.bin") - set_target_properties(${name} PROPERTIES OUTPUT_NAME caffe) - endif() - - # Install - install(TARGETS ${name} DESTINATION bin) -endforeach(source) diff --git a/caffe-crfrnn/tools/caffe.cpp b/caffe-crfrnn/tools/caffe.cpp deleted file mode 100644 index 9f9d975d..00000000 --- a/caffe-crfrnn/tools/caffe.cpp +++ /dev/null @@ -1,303 +0,0 @@ -#include - -#include -#include -#include -#include - -#include "caffe/caffe.hpp" - -using caffe::Blob; -using caffe::Caffe; -using caffe::Net; -using caffe::Layer; -using caffe::shared_ptr; -using caffe::Timer; -using caffe::vector; - - -DEFINE_int32(gpu, -1, - "Run in GPU mode on given device ID."); -DEFINE_string(solver, "", - "The solver definition protocol buffer text file."); -DEFINE_string(model, "", - "The model definition protocol buffer text file.."); -DEFINE_string(snapshot, "", - "Optional; the snapshot solver state to resume training."); -DEFINE_string(weights, "", - "Optional; the pretrained weights to initialize finetuning. " - "Cannot be set simultaneously with snapshot."); -DEFINE_int32(iterations, 50, - "The number of iterations to run."); - -// A simple registry for caffe commands. -typedef int (*BrewFunction)(); -typedef std::map BrewMap; -BrewMap g_brew_map; - -#define RegisterBrewFunction(func) \ -namespace { \ -class __Registerer_##func { \ - public: /* NOLINT */ \ - __Registerer_##func() { \ - g_brew_map[#func] = &func; \ - } \ -}; \ -__Registerer_##func g_registerer_##func; \ -} - -static BrewFunction GetBrewFunction(const caffe::string& name) { - if (g_brew_map.count(name)) { - return g_brew_map[name]; - } else { - LOG(ERROR) << "Available caffe actions:"; - for (BrewMap::iterator it = g_brew_map.begin(); - it != g_brew_map.end(); ++it) { - LOG(ERROR) << "\t" << it->first; - } - LOG(FATAL) << "Unknown action: " << name; - return NULL; // not reachable, just to suppress old compiler warnings. - } -} - -// caffe commands to call by -// caffe -// -// To add a command, define a function "int command()" and register it with -// RegisterBrewFunction(action); - -// Device Query: show diagnostic information for a GPU device. -int device_query() { - CHECK_GT(FLAGS_gpu, -1) << "Need a device ID to query."; - LOG(INFO) << "Querying device ID = " << FLAGS_gpu; - caffe::Caffe::SetDevice(FLAGS_gpu); - caffe::Caffe::DeviceQuery(); - return 0; -} -RegisterBrewFunction(device_query); - - -// Train / Finetune a model. -int train() { - CHECK_GT(FLAGS_solver.size(), 0) << "Need a solver definition to train."; - CHECK(!FLAGS_snapshot.size() || !FLAGS_weights.size()) - << "Give a snapshot to resume training or weights to finetune " - "but not both."; - - caffe::SolverParameter solver_param; - caffe::ReadProtoFromTextFileOrDie(FLAGS_solver, &solver_param); - - // If the gpu flag is not provided, allow the mode and device to be set - // in the solver prototxt. - if (FLAGS_gpu < 0 - && solver_param.solver_mode() == caffe::SolverParameter_SolverMode_GPU) { - FLAGS_gpu = solver_param.device_id(); - } - - // Set device id and mode - if (FLAGS_gpu >= 0) { - LOG(INFO) << "Use GPU with device ID " << FLAGS_gpu; - Caffe::SetDevice(FLAGS_gpu); - Caffe::set_mode(Caffe::GPU); - } else { - LOG(INFO) << "Use CPU."; - Caffe::set_mode(Caffe::CPU); - } - - LOG(INFO) << "Starting Optimization"; - shared_ptr > - solver(caffe::GetSolver(solver_param)); - - if (FLAGS_snapshot.size()) { - LOG(INFO) << "Resuming from " << FLAGS_snapshot; - solver->Solve(FLAGS_snapshot); - } else if (FLAGS_weights.size()) { - LOG(INFO) << "Finetuning from " << FLAGS_weights; - solver->net()->CopyTrainedLayersFrom(FLAGS_weights); - solver->Solve(); - } else { - solver->Solve(); - } - LOG(INFO) << "Optimization Done."; - return 0; -} -RegisterBrewFunction(train); - - -// Test: score a model. -int test() { - CHECK_GT(FLAGS_model.size(), 0) << "Need a model definition to score."; - CHECK_GT(FLAGS_weights.size(), 0) << "Need model weights to score."; - - // Set device id and mode - if (FLAGS_gpu >= 0) { - LOG(INFO) << "Use GPU with device ID " << FLAGS_gpu; - Caffe::SetDevice(FLAGS_gpu); - Caffe::set_mode(Caffe::GPU); - } else { - LOG(INFO) << "Use CPU."; - Caffe::set_mode(Caffe::CPU); - } - // Instantiate the caffe net. - Caffe::set_phase(Caffe::TEST); - Net caffe_net(FLAGS_model); - caffe_net.CopyTrainedLayersFrom(FLAGS_weights); - LOG(INFO) << "Running for " << FLAGS_iterations << " iterations."; - - vector* > bottom_vec; - vector test_score_output_id; - vector test_score; - float loss = 0; - for (int i = 0; i < FLAGS_iterations; ++i) { - float iter_loss; - const vector*>& result = - caffe_net.Forward(bottom_vec, &iter_loss); - loss += iter_loss; - int idx = 0; - for (int j = 0; j < result.size(); ++j) { - const float* result_vec = result[j]->cpu_data(); - for (int k = 0; k < result[j]->count(); ++k, ++idx) { - const float score = result_vec[k]; - if (i == 0) { - test_score.push_back(score); - test_score_output_id.push_back(j); - } else { - test_score[idx] += score; - } - const std::string& output_name = caffe_net.blob_names()[ - caffe_net.output_blob_indices()[j]]; - LOG(INFO) << "Batch " << i << ", " << output_name << " = " << score; - } - } - } - loss /= FLAGS_iterations; - LOG(INFO) << "Loss: " << loss; - for (int i = 0; i < test_score.size(); ++i) { - const std::string& output_name = caffe_net.blob_names()[ - caffe_net.output_blob_indices()[test_score_output_id[i]]]; - const float loss_weight = - caffe_net.blob_loss_weights()[caffe_net.output_blob_indices()[i]]; - std::ostringstream loss_msg_stream; - const float mean_score = test_score[i] / FLAGS_iterations; - if (loss_weight) { - loss_msg_stream << " (* " << loss_weight - << " = " << loss_weight * mean_score << " loss)"; - } - LOG(INFO) << output_name << " = " << mean_score << loss_msg_stream.str(); - } - - return 0; -} -RegisterBrewFunction(test); - - -// Time: benchmark the execution time of a model. -int time() { - CHECK_GT(FLAGS_model.size(), 0) << "Need a model definition to time."; - - // Set device id and mode - if (FLAGS_gpu >= 0) { - LOG(INFO) << "Use GPU with device ID " << FLAGS_gpu; - Caffe::SetDevice(FLAGS_gpu); - Caffe::set_mode(Caffe::GPU); - } else { - LOG(INFO) << "Use CPU."; - Caffe::set_mode(Caffe::CPU); - } - // Instantiate the caffe net. - Caffe::set_phase(Caffe::TRAIN); - Net caffe_net(FLAGS_model); - - // Do a clean forward and backward pass, so that memory allocation are done - // and future iterations will be more stable. - LOG(INFO) << "Performing Forward"; - // Note that for the speed benchmark, we will assume that the network does - // not take any input blobs. - float initial_loss; - caffe_net.Forward(vector*>(), &initial_loss); - LOG(INFO) << "Initial loss: " << initial_loss; - LOG(INFO) << "Performing Backward"; - caffe_net.Backward(); - - const vector > >& layers = caffe_net.layers(); - vector*> >& bottom_vecs = caffe_net.bottom_vecs(); - vector*> >& top_vecs = caffe_net.top_vecs(); - const vector >& bottom_need_backward = - caffe_net.bottom_need_backward(); - LOG(INFO) << "*** Benchmark begins ***"; - LOG(INFO) << "Testing for " << FLAGS_iterations << " iterations."; - Timer total_timer; - total_timer.Start(); - Timer forward_timer; - Timer backward_timer; - Timer timer; - std::vector forward_time_per_layer(layers.size(), 0.0); - std::vector backward_time_per_layer(layers.size(), 0.0); - double forward_time = 0.0; - double backward_time = 0.0; - for (int j = 0; j < FLAGS_iterations; ++j) { - Timer iter_timer; - iter_timer.Start(); - forward_timer.Start(); - for (int i = 0; i < layers.size(); ++i) { - timer.Start(); - // Although Reshape should be essentially free, we include it here - // so that we will notice Reshape performance bugs. - layers[i]->Reshape(bottom_vecs[i], top_vecs[i]); - layers[i]->Forward(bottom_vecs[i], top_vecs[i]); - forward_time_per_layer[i] += timer.MicroSeconds(); - } - forward_time += forward_timer.MicroSeconds(); - backward_timer.Start(); - for (int i = layers.size() - 1; i >= 0; --i) { - timer.Start(); - layers[i]->Backward(top_vecs[i], bottom_need_backward[i], - bottom_vecs[i]); - backward_time_per_layer[i] += timer.MicroSeconds(); - } - backward_time += backward_timer.MicroSeconds(); - LOG(INFO) << "Iteration: " << j + 1 << " forward-backward time: " - << iter_timer.MilliSeconds() << " ms."; - } - LOG(INFO) << "Average time per layer: "; - for (int i = 0; i < layers.size(); ++i) { - const caffe::string& layername = layers[i]->layer_param().name(); - LOG(INFO) << std::setfill(' ') << std::setw(10) << layername << - "\tforward: " << forward_time_per_layer[i] / 1000 / - FLAGS_iterations << " ms."; - LOG(INFO) << std::setfill(' ') << std::setw(10) << layername << - "\tbackward: " << backward_time_per_layer[i] / 1000 / - FLAGS_iterations << " ms."; - } - total_timer.Stop(); - LOG(INFO) << "Average Forward pass: " << forward_time / 1000 / - FLAGS_iterations << " ms."; - LOG(INFO) << "Average Backward pass: " << backward_time / 1000 / - FLAGS_iterations << " ms."; - LOG(INFO) << "Average Forward-Backward: " << total_timer.MilliSeconds() / - FLAGS_iterations << " ms."; - LOG(INFO) << "Total Time: " << total_timer.MilliSeconds() << " ms."; - LOG(INFO) << "*** Benchmark ends ***"; - return 0; -} -RegisterBrewFunction(time); - -int main(int argc, char** argv) { - // Print output to stderr (while still logging). - FLAGS_alsologtostderr = 1; - // Usage message. - gflags::SetUsageMessage("command line brew\n" - "usage: caffe \n\n" - "commands:\n" - " train train or finetune a model\n" - " test score a model\n" - " device_query show GPU diagnostic information\n" - " time benchmark model execution time"); - // Run tool or show usage. - caffe::GlobalInit(&argc, &argv); - if (argc == 2) { - return GetBrewFunction(caffe::string(argv[1]))(); - } else { - gflags::ShowUsageWithFlagsRestrict(argv[0], "tools/caffe"); - } -} diff --git a/caffe-crfrnn/tools/compute_image_mean.cpp b/caffe-crfrnn/tools/compute_image_mean.cpp deleted file mode 100644 index 358f57e3..00000000 --- a/caffe-crfrnn/tools/compute_image_mean.cpp +++ /dev/null @@ -1,123 +0,0 @@ -#include -#include -#include - -#include -#include -#include -#include - -#include "caffe/dataset_factory.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/util/io.hpp" - -using caffe::Dataset; -using caffe::Datum; -using caffe::BlobProto; -using std::max; -using std::pair; - - -DEFINE_string(backend, "lmdb", "The backend for containing the images"); - -int main(int argc, char** argv) { - ::google::InitGoogleLogging(argv[0]); - -#ifndef GFLAGS_GFLAGS_H_ - namespace gflags = google; -#endif - - gflags::SetUsageMessage("Compute the mean_image of a set of images given by" - " a leveldb/lmdb or a list of images\n" - "Usage:\n" - " compute_image_mean [FLAGS] INPUT_DB [OUTPUT_FILE]\n"); - - gflags::ParseCommandLineFlags(&argc, &argv, true); - - if (argc < 2 || argc > 3) { - gflags::ShowUsageWithFlagsRestrict(argv[0], "tools/compute_image_mean"); - return 1; - } - - std::string db_backend = FLAGS_backend; - - caffe::shared_ptr > dataset = - caffe::DatasetFactory(db_backend); - - // Open db - CHECK(dataset->open(argv[1], Dataset::ReadOnly)); - - BlobProto sum_blob; - int count = 0; - // load first datum - Dataset::const_iterator iter = dataset->begin(); - Datum datum = iter->value; - - if (DecodeDatum(&datum)) { - LOG(INFO) << "Decoding Datum"; - } - - sum_blob.set_num(1); - sum_blob.set_channels(datum.channels()); - sum_blob.set_height(datum.height()); - sum_blob.set_width(datum.width()); - const int data_size = datum.channels() * datum.height() * datum.width(); - int size_in_datum = std::max(datum.data().size(), - datum.float_data_size()); - for (int i = 0; i < size_in_datum; ++i) { - sum_blob.add_data(0.); - } - LOG(INFO) << "Starting Iteration"; - for (Dataset::const_iterator iter = dataset->begin(); - iter != dataset->end(); ++iter) { - Datum datum = iter->value; - DecodeDatum(&datum); - - const std::string& data = datum.data(); - size_in_datum = std::max(datum.data().size(), - datum.float_data_size()); - CHECK_EQ(size_in_datum, data_size) << "Incorrect data field size " << - size_in_datum; - if (data.size() != 0) { - CHECK_EQ(data.size(), size_in_datum); - for (int i = 0; i < size_in_datum; ++i) { - sum_blob.set_data(i, sum_blob.data(i) + (uint8_t)data[i]); - } - } else { - CHECK_EQ(datum.float_data_size(), size_in_datum); - for (int i = 0; i < size_in_datum; ++i) { - sum_blob.set_data(i, sum_blob.data(i) + - static_cast(datum.float_data(i))); - } - } - ++count; - if (count % 10000 == 0) { - LOG(INFO) << "Processed " << count << " files."; - } - } - - if (count % 10000 != 0) { - LOG(INFO) << "Processed " << count << " files."; - } - for (int i = 0; i < sum_blob.data_size(); ++i) { - sum_blob.set_data(i, sum_blob.data(i) / count); - } - // Write to disk - if (argc == 3) { - LOG(INFO) << "Write to " << argv[2]; - WriteProtoToBinaryFile(sum_blob, argv[2]); - } - const int channels = sum_blob.channels(); - const int dim = sum_blob.height() * sum_blob.width(); - std::vector mean_values(channels, 0.0); - LOG(INFO) << "Number of channels: " << channels; - for (int c = 0; c < channels; ++c) { - for (int i = 0; i < dim; ++i) { - mean_values[c] += sum_blob.data(dim * c + i); - } - LOG(INFO) << "mean_value channel [" << c << "]:" << mean_values[c] / dim; - } - // Clean up - dataset->close(); - return 0; -} diff --git a/caffe-crfrnn/tools/convert_imageset.cpp b/caffe-crfrnn/tools/convert_imageset.cpp deleted file mode 100644 index c554ed38..00000000 --- a/caffe-crfrnn/tools/convert_imageset.cpp +++ /dev/null @@ -1,146 +0,0 @@ -// This program converts a set of images to a lmdb/leveldb by storing them -// as Datum proto buffers. -// Usage: -// convert_imageset [FLAGS] ROOTFOLDER/ LISTFILE DB_NAME -// -// where ROOTFOLDER is the root folder that holds all the images, and LISTFILE -// should be a list of files as well as their labels, in the format as -// subfolder1/file1.JPEG 7 -// .... - -#include -#include - -#include -#include // NOLINT(readability/streams) -#include -#include -#include - -#include "caffe/dataset_factory.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/util/io.hpp" -#include "caffe/util/rng.hpp" - -using namespace caffe; // NOLINT(build/namespaces) -using std::pair; - -DEFINE_bool(gray, false, - "When this option is on, treat images as grayscale ones"); -DEFINE_bool(shuffle, false, - "Randomly shuffle the order of images and their labels"); -DEFINE_string(backend, "lmdb", "The backend for storing the result"); -DEFINE_int32(resize_width, 0, "Width images are resized to"); -DEFINE_int32(resize_height, 0, "Height images are resized to"); -DEFINE_bool(check_size, false, - "When this option is on, check that all the datum have the same size"); -DEFINE_bool(encoded, false, - "When this option is on, the encoded image will be save in datum"); - -int main(int argc, char** argv) { - ::google::InitGoogleLogging(argv[0]); - -#ifndef GFLAGS_GFLAGS_H_ - namespace gflags = google; -#endif - - gflags::SetUsageMessage("Convert a set of images to the leveldb/lmdb\n" - "format used as input for Caffe.\n" - "Usage:\n" - " convert_imageset [FLAGS] ROOTFOLDER/ LISTFILE DB_NAME\n" - "The ImageNet dataset for the training demo is at\n" - " http://www.image-net.org/download-images\n"); - gflags::ParseCommandLineFlags(&argc, &argv, true); - - if (argc != 4) { - gflags::ShowUsageWithFlagsRestrict(argv[0], "tools/convert_imageset"); - return 1; - } - - const bool is_color = !FLAGS_gray; - const bool check_size = FLAGS_check_size; - const bool encoded = FLAGS_encoded; - - std::ifstream infile(argv[2]); - std::vector > lines; - std::string filename; - int label; - while (infile >> filename >> label) { - lines.push_back(std::make_pair(filename, label)); - } - if (FLAGS_shuffle) { - // randomly shuffle data - LOG(INFO) << "Shuffling data"; - shuffle(lines.begin(), lines.end()); - } - LOG(INFO) << "A total of " << lines.size() << " images."; - - const std::string& db_backend = FLAGS_backend; - const char* db_path = argv[3]; - - if (encoded) { - CHECK_EQ(FLAGS_resize_height, 0) << "With encoded don't resize images"; - CHECK_EQ(FLAGS_resize_width, 0) << "With encoded don't resize images"; - CHECK(!check_size) << "With encoded cannot check_size"; - } - - int resize_height = std::max(0, FLAGS_resize_height); - int resize_width = std::max(0, FLAGS_resize_width); - - // Open new db - shared_ptr > dataset = - DatasetFactory(db_backend); - - // Open db - CHECK(dataset->open(db_path, Dataset::New)); - - // Storing to db - std::string root_folder(argv[1]); - Datum datum; - int count = 0; - const int kMaxKeyLength = 256; - char key_cstr[kMaxKeyLength]; - int data_size; - bool data_size_initialized = false; - - for (int line_id = 0; line_id < lines.size(); ++line_id) { - bool status; - if (encoded) { - status = ReadFileToDatum(root_folder + lines[line_id].first, - lines[line_id].second, &datum); - } else { - status = ReadImageToDatum(root_folder + lines[line_id].first, - lines[line_id].second, resize_height, resize_width, is_color, &datum); - } - if (status == false) continue; - if (check_size) { - if (!data_size_initialized) { - data_size = datum.channels() * datum.height() * datum.width(); - data_size_initialized = true; - } else { - const std::string& data = datum.data(); - CHECK_EQ(data.size(), data_size) << "Incorrect data field size " - << data.size(); - } - } - // sequential - int length = snprintf(key_cstr, kMaxKeyLength, "%08d_%s", line_id, - lines[line_id].first.c_str()); - - // Put in db - CHECK(dataset->put(string(key_cstr, length), datum)); - - if (++count % 1000 == 0) { - // Commit txn - CHECK(dataset->commit()); - LOG(ERROR) << "Processed " << count << " files."; - } - } - // write the last batch - if (count % 1000 != 0) { - CHECK(dataset->commit()); - LOG(ERROR) << "Processed " << count << " files."; - } - dataset->close(); - return 0; -} diff --git a/caffe-crfrnn/tools/device_query.cpp b/caffe-crfrnn/tools/device_query.cpp deleted file mode 100644 index 03799e52..00000000 --- a/caffe-crfrnn/tools/device_query.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include "caffe/common.hpp" - -int main(int argc, char** argv) { - LOG(FATAL) << "Deprecated. Use caffe device_query " - "[--device_id=0] instead."; - return 0; -} diff --git a/caffe-crfrnn/tools/dump_network.cpp b/caffe-crfrnn/tools/dump_network.cpp deleted file mode 100644 index 9cb996ef..00000000 --- a/caffe-crfrnn/tools/dump_network.cpp +++ /dev/null @@ -1,82 +0,0 @@ -// This program takes in a trained network and an input blob, and then dumps -// all the intermediate blobs produced by the net to individual binary -// files stored in protobuffer binary formats. -// Usage: -// dump_network input_net_param trained_net_param -// input_blob output_prefix 0/1 -// if input_net_param is 'none', we will directly load the network from -// trained_net_param. If the last argv is 1, we will do a forward-backward pass -// before dumping everyting, and also dump the who network. - -#include -#include - -#include "fcntl.h" -#include "google/protobuf/text_format.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/filler.hpp" -#include "caffe/net.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/solver.hpp" -#include "caffe/util/io.hpp" - -using boost::shared_ptr; -using caffe::Blob; -using caffe::BlobProto; -using caffe::Caffe; -using caffe::Net; -using caffe::NetParameter; - -int main(int argc, char** argv) { - Caffe::set_mode(Caffe::GPU); - Caffe::set_phase(Caffe::TEST); - - shared_ptr > caffe_net; - if (strcmp(argv[1], "none") == 0) { - // We directly load the net param from trained file - caffe_net.reset(new Net(argv[2])); - } else { - caffe_net.reset(new Net(argv[1])); - } - caffe_net->CopyTrainedLayersFrom(argv[2]); - - std::vector* > input_vec; - shared_ptr > input_blob(new Blob()); - if (strcmp(argv[3], "none") != 0) { - BlobProto input_blob_proto; - ReadProtoFromBinaryFile(argv[3], &input_blob_proto); - input_blob->FromProto(input_blob_proto); - input_vec.push_back(input_blob.get()); - } - - std::string output_prefix(argv[4]); - // Run the network without training. - LOG(ERROR) << "Performing Forward"; - caffe_net->Forward(input_vec); - if (argc > 5 && strcmp(argv[5], "1") == 0) { - LOG(ERROR) << "Performing Backward"; - Caffe::set_phase(Caffe::TRAIN); - caffe_net->Backward(); - // Dump the network - NetParameter output_net_param; - caffe_net->ToProto(&output_net_param, true); - WriteProtoToBinaryFile(output_net_param, - output_prefix + output_net_param.name()); - } - // Now, let's dump all the layers - - const std::vector& blob_names = caffe_net->blob_names(); - const std::vector > >& blobs = caffe_net->blobs(); - for (int blobid = 0; blobid < caffe_net->blobs().size(); ++blobid) { - // Serialize blob - LOG(ERROR) << "Dumping " << blob_names[blobid]; - BlobProto output_blob_proto; - blobs[blobid]->ToProto(&output_blob_proto); - WriteProtoToBinaryFile(output_blob_proto, - output_prefix + blob_names[blobid]); - } - - return 0; -} diff --git a/caffe-crfrnn/tools/extra/extract_seconds.py b/caffe-crfrnn/tools/extra/extract_seconds.py deleted file mode 100755 index 591a51f9..00000000 --- a/caffe-crfrnn/tools/extra/extract_seconds.py +++ /dev/null @@ -1,64 +0,0 @@ -#!/usr/bin/env python -import datetime -import os -import sys - -def extract_datetime_from_line(line, year): - # Expected format: I0210 13:39:22.381027 25210 solver.cpp:204] Iteration 100, lr = 0.00992565 - line = line.strip().split() - month = int(line[0][1:3]) - day = int(line[0][3:]) - timestamp = line[1] - pos = timestamp.rfind('.') - ts = [int(x) for x in timestamp[:pos].split(':')] - hour = ts[0] - minute = ts[1] - second = ts[2] - microsecond = int(timestamp[pos + 1:]) - dt = datetime.datetime(year, month, day, hour, minute, second, microsecond) - return dt - - -def get_log_created_year(input_file): - """Get year from log file system timestamp - """ - - log_created_time = os.path.getctime(input_file) - log_created_year = datetime.datetime.fromtimestamp(log_created_time).year - return log_created_year - - -def get_start_time(line_iterable, year): - """Find start time from group of lines - """ - - start_datetime = None - for line in line_iterable: - line = line.strip() - if line.find('Solving') != -1: - start_datetime = extract_datetime_from_line(line, year) - break - return start_datetime - - -def extract_seconds(input_file, output_file): - with open(input_file, 'r') as f: - lines = f.readlines() - log_created_year = get_log_created_year(input_file) - start_datetime = get_start_time(lines, log_created_year) - assert start_datetime, 'Start time not found' - - out = open(output_file, 'w') - for line in lines: - line = line.strip() - if line.find('Iteration') != -1: - dt = extract_datetime_from_line(line, log_created_year) - elapsed_seconds = (dt - start_datetime).total_seconds() - out.write('%f\n' % elapsed_seconds) - out.close() - -if __name__ == '__main__': - if len(sys.argv) < 3: - print('Usage: ./extract_seconds input_file output_file') - exit(1) - extract_seconds(sys.argv[1], sys.argv[2]) diff --git a/caffe-crfrnn/tools/extra/launch_resize_and_crop_images.sh b/caffe-crfrnn/tools/extra/launch_resize_and_crop_images.sh deleted file mode 100755 index 84ca858c..00000000 --- a/caffe-crfrnn/tools/extra/launch_resize_and_crop_images.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/bash -#### https://github.com/Yangqing/mincepie/wiki/Launch-Your-Mapreducer - -# If you encounter error that the address already in use, kill the process. -# 11235 is the port of server process -# https://github.com/Yangqing/mincepie/blob/master/mincepie/mince.py -# sudo netstat -ap | grep 11235 -# The last column of the output is PID/Program name -# kill -9 PID -# Second solution: -# nmap localhost -# fuser -k 11235/tcp -# Or just wait a few seconds. - -## Launch your Mapreduce locally -# num_clients: number of processes -# image_lib: OpenCV or PIL, case insensitive. The default value is the faster OpenCV. -# input: the file containing one image path relative to input_folder each line -# input_folder: where are the original images -# output_folder: where to save the resized and cropped images -./resize_and_crop_images.py --num_clients=8 --image_lib=opencv --input=/home/user/Datasets/ImageNet/ILSVRC2010/ILSVRC2010_images.txt --input_folder=/home/user/Datasets/ImageNet/ILSVRC2010/ILSVRC2010_images_train/ --output_folder=/home/user/Datasets/ImageNet/ILSVRC2010/ILSVRC2010_images_train_resized/ - -## Launch your Mapreduce with MPI -# mpirun -n 8 --launch=mpi resize_and_crop_images.py --image_lib=opencv --input=/home/user/Datasets/ImageNet/ILSVRC2010/ILSVRC2010_images.txt --input_folder=/home/user/Datasets/ImageNet/ILSVRC2010/ILSVRC2010_images_train/ --output_folder=/home/user/Datasets/ImageNet/ILSVRC2010/ILSVRC2010_images_train_resized/ diff --git a/caffe-crfrnn/tools/extra/parse_log.py b/caffe-crfrnn/tools/extra/parse_log.py deleted file mode 100755 index 16ba077a..00000000 --- a/caffe-crfrnn/tools/extra/parse_log.py +++ /dev/null @@ -1,157 +0,0 @@ -#!/usr/bin/env python - -""" -Parse training log - -Competitor to parse_log.sh -""" - -import os -import re -import extract_seconds -import argparse -import csv - - -def get_line_type(line): - """Return either 'test' or 'train' depending on line type - """ - - line_type = None - if line.find('Train') != -1: - line_type = 'train' - elif line.find('Test') != -1: - line_type = 'test' - return line_type - - -def parse_log(path_to_log): - """Parse log file - Returns (train_dict_list, train_dict_names, test_dict_list, test_dict_names) - - train_dict_list and test_dict_list are lists of dicts that define the table - rows - - train_dict_names and test_dict_names are ordered tuples of the column names - for the two dict_lists - """ - - re_iteration = re.compile('Iteration (\d+)') - re_accuracy = re.compile('output #\d+: accuracy = ([\.\d]+)') - re_train_loss = re.compile('Iteration \d+, loss = ([\.\d]+)') - re_output_loss = re.compile('output #\d+: loss = ([\.\d]+)') - re_lr = re.compile('lr = ([\.\d]+)') - - # Pick out lines of interest - iteration = -1 - test_accuracy = -1 - learning_rate = float('NaN') - train_dict_list = [] - test_dict_list = [] - train_dict_names = ('NumIters', 'Seconds', 'TrainingLoss', 'LearningRate') - test_dict_names = ('NumIters', 'Seconds', 'TestAccuracy', 'TestLoss') - - logfile_year = extract_seconds.get_log_created_year(path_to_log) - with open(path_to_log) as f: - start_time = extract_seconds.get_start_time(f, logfile_year) - - for line in f: - iteration_match = re_iteration.search(line) - if iteration_match: - iteration = float(iteration_match.group(1)) - if iteration == -1: - # Only look for other stuff if we've found the first iteration - continue - - time = extract_seconds.extract_datetime_from_line(line, - logfile_year) - seconds = (time - start_time).total_seconds() - - lr_match = re_lr.search(line) - if lr_match: - learning_rate = float(lr_match.group(1)) - - accuracy_match = re_accuracy.search(line) - if accuracy_match and get_line_type(line) == 'test': - test_accuracy = float(accuracy_match.group(1)) - - train_loss_match = re_train_loss.search(line) - if train_loss_match: - train_loss = float(train_loss_match.group(1)) - train_dict_list.append({'NumIters': iteration, - 'Seconds': seconds, - 'TrainingLoss': train_loss, - 'LearningRate': learning_rate}) - - output_loss_match = re_output_loss.search(line) - if output_loss_match and get_line_type(line) == 'test': - test_loss = float(output_loss_match.group(1)) - # NOTE: we assume that (1) accuracy always comes right before - # loss for test data so the test_accuracy variable is already - # correctly populated and (2) there's one and only one output - # named "accuracy" for the test net - test_dict_list.append({'NumIters': iteration, - 'Seconds': seconds, - 'TestAccuracy': test_accuracy, - 'TestLoss': test_loss}) - - return train_dict_list, train_dict_names, test_dict_list, test_dict_names - - -def save_csv_files(logfile_path, output_dir, train_dict_list, train_dict_names, - test_dict_list, test_dict_names, verbose=False): - """Save CSV files to output_dir - - If the input log file is, e.g., caffe.INFO, the names will be - caffe.INFO.train and caffe.INFO.test - """ - - log_basename = os.path.basename(logfile_path) - train_filename = os.path.join(output_dir, log_basename + '.train') - write_csv(train_filename, train_dict_list, train_dict_names, verbose) - - test_filename = os.path.join(output_dir, log_basename + '.test') - write_csv(test_filename, test_dict_list, test_dict_names, verbose) - - -def write_csv(output_filename, dict_list, header_names, verbose=False): - """Write a CSV file - """ - - with open(output_filename, 'w') as f: - dict_writer = csv.DictWriter(f, header_names) - dict_writer.writeheader() - dict_writer.writerows(dict_list) - if verbose: - print 'Wrote %s' % output_filename - - -def parse_args(): - description = ('Parse a Caffe training log into two CSV files ' - 'containing training and testing information') - parser = argparse.ArgumentParser(description=description) - - parser.add_argument('logfile_path', - help='Path to log file') - - parser.add_argument('output_dir', - help='Directory in which to place output CSV files') - - parser.add_argument('--verbose', - action='store_true', - help='Print some extra info (e.g., output filenames)') - - args = parser.parse_args() - return args - - -def main(): - args = parse_args() - train_dict_list, train_dict_names, test_dict_list, test_dict_names = \ - parse_log(args.logfile_path) - save_csv_files(args.logfile_path, args.output_dir, train_dict_list, - train_dict_names, test_dict_list, test_dict_names) - - -if __name__ == '__main__': - main() diff --git a/caffe-crfrnn/tools/extra/parse_log.sh b/caffe-crfrnn/tools/extra/parse_log.sh deleted file mode 100755 index 98ef0a05..00000000 --- a/caffe-crfrnn/tools/extra/parse_log.sh +++ /dev/null @@ -1,46 +0,0 @@ -#!/bin/bash -# Usage parse_log.sh caffe.log -# It creates the following two text files, each containing a table: -# caffe.log.test (columns: '#Iters Seconds TestAccuracy TestLoss') -# caffe.log.train (columns: '#Iters Seconds TrainingLoss LearningRate') - - -# get the dirname of the script -DIR="$( cd "$(dirname "$0")" ; pwd -P )" - -if [ "$#" -lt 1 ] -then -echo "Usage parse_log.sh /path/to/your.log" -exit -fi -LOG=`basename $1` -grep -B 1 'Test ' $1 > aux.txt -grep 'Iteration ' aux.txt | sed 's/.*Iteration \([[:digit:]]*\).*/\1/g' > aux0.txt -grep 'Test net output #0' aux.txt | awk '{print $11}' > aux1.txt -grep 'Test net output #1' aux.txt | awk '{print $11}' > aux2.txt - -# Extracting elapsed seconds -# For extraction of time since this line contains the start time -grep '] Solving ' $1 > aux3.txt -grep 'Testing net' $1 >> aux3.txt -$DIR/extract_seconds.py aux3.txt aux4.txt - -# Generating -echo '#Iters Seconds TestAccuracy TestLoss'> $LOG.test -paste aux0.txt aux4.txt aux1.txt aux2.txt | column -t >> $LOG.test -rm aux.txt aux0.txt aux1.txt aux2.txt aux3.txt aux4.txt - -# For extraction of time since this line contains the start time -grep '] Solving ' $1 > aux.txt -grep ', loss = ' $1 >> aux.txt -grep 'Iteration ' aux.txt | sed 's/.*Iteration \([[:digit:]]*\).*/\1/g' > aux0.txt -grep ', loss = ' $1 | awk '{print $9}' > aux1.txt -grep ', lr = ' $1 | awk '{print $9}' > aux2.txt - -# Extracting elapsed seconds -$DIR/extract_seconds.py aux.txt aux3.txt - -# Generating -echo '#Iters Seconds TrainingLoss LearningRate'> $LOG.train -paste aux0.txt aux3.txt aux1.txt aux2.txt | column -t >> $LOG.train -rm aux.txt aux0.txt aux1.txt aux2.txt aux3.txt diff --git a/caffe-crfrnn/tools/extra/plot_log.gnuplot.example b/caffe-crfrnn/tools/extra/plot_log.gnuplot.example deleted file mode 100644 index 334ff1f2..00000000 --- a/caffe-crfrnn/tools/extra/plot_log.gnuplot.example +++ /dev/null @@ -1,69 +0,0 @@ -# These snippets serve only as basic examples. -# Customization is a must. -# You can copy, paste, edit them in whatever way you want. -# Be warned that the fields in the training log may change in the future. -# You had better check the data files before designing your own plots. - -# Please generate the neccessary data files with -# /path/to/caffe/tools/extra/parse_log.sh before plotting. -# Example usage: -# ./parse_log.sh mnist.log -# Now you have mnist.log.train and mnist.log.test. -# gnuplot mnist.gnuplot - -# The fields present in the data files that are usually proper to plot along -# the y axis are test accuracy, test loss, training loss, and learning rate. -# Those should plot along the x axis are training iterations and seconds. -# Possible combinations: -# 1. Test accuracy (test score 0) vs. training iterations / time; -# 2. Test loss (test score 1) time; -# 3. Training loss vs. training iterations / time; -# 4. Learning rate vs. training iterations / time; -# A rarer one: Training time vs. iterations. - -# What is the difference between plotting against iterations and time? -# If the overhead in one iteration is too high, one algorithm might appear -# to be faster in terms of progress per iteration and slower when measured -# against time. And the reverse case is not entirely impossible. Thus, some -# papers chose to only publish the more favorable type. It is your freedom -# to decide what to plot. - -reset -set terminal png -set output "your_chart_name.png" -set style data lines -set key right - -###### Fields in the data file your_log_name.log.train are -###### Iters Seconds TrainingLoss LearningRate - -# Training loss vs. training iterations -set title "Training loss vs. training iterations" -set xlabel "Training loss" -set ylabel "Training iterations" -plot "mnist.log.train" using 1:3 title "mnist" - -# Training loss vs. training time -# plot "mnist.log.train" using 2:3 title "mnist" - -# Learning rate vs. training iterations; -# plot "mnist.log.train" using 1:4 title "mnist" - -# Learning rate vs. training time; -# plot "mnist.log.train" using 2:4 title "mnist" - - -###### Fields in the data file your_log_name.log.test are -###### Iters Seconds TestAccuracy TestLoss - -# Test loss vs. training iterations -# plot "mnist.log.test" using 1:4 title "mnist" - -# Test accuracy vs. training iterations -# plot "mnist.log.test" using 1:3 title "mnist" - -# Test loss vs. training time -# plot "mnist.log.test" using 2:4 title "mnist" - -# Test accuracy vs. training time -# plot "mnist.log.test" using 2:3 title "mnist" diff --git a/caffe-crfrnn/tools/extra/plot_training_log.py.example b/caffe-crfrnn/tools/extra/plot_training_log.py.example deleted file mode 100755 index b6fda54e..00000000 --- a/caffe-crfrnn/tools/extra/plot_training_log.py.example +++ /dev/null @@ -1,187 +0,0 @@ -#!/usr/bin/env python -import inspect -import os -import random -import sys -import matplotlib.cm as cmx -import matplotlib.colors as colors -import matplotlib.pyplot as plt -import matplotlib.legend as lgd -import matplotlib.markers as mks - -def get_log_parsing_script(): - dirname = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) - return dirname + '/parse_log.sh' - -def get_log_file_suffix(): - return '.log' - -def get_chart_type_description_separator(): - return ' vs. ' - -def is_x_axis_field(field): - x_axis_fields = ['Iters', 'Seconds'] - return field in x_axis_fields - -def create_field_index(): - train_key = 'Train' - test_key = 'Test' - field_index = {train_key:{'Iters':0, 'Seconds':1, train_key + ' loss':2, - train_key + ' learning rate':3}, - test_key:{'Iters':0, 'Seconds':1, test_key + ' accuracy':2, - test_key + ' loss':3}} - fields = set() - for data_file_type in field_index.keys(): - fields = fields.union(set(field_index[data_file_type].keys())) - fields = list(fields) - fields.sort() - return field_index, fields - -def get_supported_chart_types(): - field_index, fields = create_field_index() - num_fields = len(fields) - supported_chart_types = [] - for i in xrange(num_fields): - if not is_x_axis_field(fields[i]): - for j in xrange(num_fields): - if i != j and is_x_axis_field(fields[j]): - supported_chart_types.append('%s%s%s' % ( - fields[i], get_chart_type_description_separator(), - fields[j])) - return supported_chart_types - -def get_chart_type_description(chart_type): - supported_chart_types = get_supported_chart_types() - chart_type_description = supported_chart_types[chart_type] - return chart_type_description - -def get_data_file_type(chart_type): - description = get_chart_type_description(chart_type) - data_file_type = description.split()[0] - return data_file_type - -def get_data_file(chart_type, path_to_log): - return os.path.basename(path_to_log) + '.' + get_data_file_type(chart_type).lower() - -def get_field_descriptions(chart_type): - description = get_chart_type_description(chart_type).split( - get_chart_type_description_separator()) - y_axis_field = description[0] - x_axis_field = description[1] - return x_axis_field, y_axis_field - -def get_field_indecies(x_axis_field, y_axis_field): - data_file_type = get_data_file_type(chart_type) - fields = create_field_index()[0][data_file_type] - return fields[x_axis_field], fields[y_axis_field] - -def load_data(data_file, field_idx0, field_idx1): - data = [[], []] - with open(data_file, 'r') as f: - for line in f: - line = line.strip() - if line[0] != '#': - fields = line.split() - data[0].append(float(fields[field_idx0].strip())) - data[1].append(float(fields[field_idx1].strip())) - return data - -def random_marker(): - markers = mks.MarkerStyle.markers - num = len(markers.values()) - idx = random.randint(0, num - 1) - return markers.values()[idx] - -def get_data_label(path_to_log): - label = path_to_log[path_to_log.rfind('/')+1 : path_to_log.rfind( - get_log_file_suffix())] - return label - -def get_legend_loc(chart_type): - x_axis, y_axis = get_field_descriptions(chart_type) - loc = 'lower right' - if y_axis.find('accuracy') != -1: - pass - if y_axis.find('loss') != -1 or y_axis.find('learning rate') != -1: - loc = 'upper right' - return loc - -def plot_chart(chart_type, path_to_png, path_to_log_list): - for path_to_log in path_to_log_list: - os.system('%s %s' % (get_log_parsing_script(), path_to_log)) - data_file = get_data_file(chart_type, path_to_log) - x_axis_field, y_axis_field = get_field_descriptions(chart_type) - x, y = get_field_indecies(x_axis_field, y_axis_field) - data = load_data(data_file, x, y) - ## TODO: more systematic color cycle for lines - color = [random.random(), random.random(), random.random()] - label = get_data_label(path_to_log) - linewidth = 0.75 - ## If there too many datapoints, do not use marker. -## use_marker = False - use_marker = True - if not use_marker: - plt.plot(data[0], data[1], label = label, color = color, - linewidth = linewidth) - else: - ok = False - ## Some markers throw ValueError: Unrecognized marker style - while not ok: - try: - marker = random_marker() - plt.plot(data[0], data[1], label = label, color = color, - marker = marker, linewidth = linewidth) - ok = True - except: - pass - legend_loc = get_legend_loc(chart_type) - plt.legend(loc = legend_loc, ncol = 1) # ajust ncol to fit the space - plt.title(get_chart_type_description(chart_type)) - plt.xlabel(x_axis_field) - plt.ylabel(y_axis_field) - plt.savefig(path_to_png) - plt.show() - -def print_help(): - print """This script mainly serves as the basis of your customizations. -Customization is a must. -You can copy, paste, edit them in whatever way you want. -Be warned that the fields in the training log may change in the future. -You had better check the data files and change the mapping from field name to - field index in create_field_index before designing your own plots. -Usage: - ./plot_log.sh chart_type[0-%s] /where/to/save.png /path/to/first.log ... -Notes: - 1. Supporting multiple logs. - 2. Log file name must end with the lower-cased "%s". -Supported chart types:""" % (len(get_supported_chart_types()) - 1, - get_log_file_suffix()) - supported_chart_types = get_supported_chart_types() - num = len(supported_chart_types) - for i in xrange(num): - print ' %d: %s' % (i, supported_chart_types[i]) - exit - -def is_valid_chart_type(chart_type): - return chart_type >= 0 and chart_type < len(get_supported_chart_types()) - -if __name__ == '__main__': - if len(sys.argv) < 4: - print_help() - else: - chart_type = int(sys.argv[1]) - if not is_valid_chart_type(chart_type): - print_help() - path_to_png = sys.argv[2] - if not path_to_png.endswith('.png'): - print 'Path must ends with png' % path_to_png - exit - path_to_logs = sys.argv[3:] - for path_to_log in path_to_logs: - if not os.path.exists(path_to_log): - print 'Path does not exist: %s' % path_to_log - exit - if not path_to_log.endswith(get_log_file_suffix()): - print_help() - ## plot_chart accpets multiple path_to_logs - plot_chart(chart_type, path_to_png, path_to_logs) diff --git a/caffe-crfrnn/tools/extra/resize_and_crop_images.py b/caffe-crfrnn/tools/extra/resize_and_crop_images.py deleted file mode 100755 index c844f590..00000000 --- a/caffe-crfrnn/tools/extra/resize_and_crop_images.py +++ /dev/null @@ -1,109 +0,0 @@ -#!/usr/bin/env python -from mincepie import mapreducer, launcher -import gflags -import os -import cv2 -from PIL import Image - -# gflags -gflags.DEFINE_string('image_lib', 'opencv', - 'OpenCV or PIL, case insensitive. The default value is the faster OpenCV.') -gflags.DEFINE_string('input_folder', '', - 'The folder that contains all input images, organized in synsets.') -gflags.DEFINE_integer('output_side_length', 256, - 'Expected side length of the output image.') -gflags.DEFINE_string('output_folder', '', - 'The folder that we write output resized and cropped images to') -FLAGS = gflags.FLAGS - -class OpenCVResizeCrop: - def resize_and_crop_image(self, input_file, output_file, output_side_length = 256): - '''Takes an image name, resize it and crop the center square - ''' - img = cv2.imread(input_file) - height, width, depth = img.shape - new_height = output_side_length - new_width = output_side_length - if height > width: - new_height = output_side_length * height / width - else: - new_width = output_side_length * width / height - resized_img = cv2.resize(img, (new_width, new_height)) - height_offset = (new_height - output_side_length) / 2 - width_offset = (new_width - output_side_length) / 2 - cropped_img = resized_img[height_offset:height_offset + output_side_length, - width_offset:width_offset + output_side_length] - cv2.imwrite(output_file, cropped_img) - -class PILResizeCrop: -## http://united-coders.com/christian-harms/image-resizing-tips-every-coder-should-know/ - def resize_and_crop_image(self, input_file, output_file, output_side_length = 256, fit = True): - '''Downsample the image. - ''' - img = Image.open(input_file) - box = (output_side_length, output_side_length) - #preresize image with factor 2, 4, 8 and fast algorithm - factor = 1 - while img.size[0]/factor > 2*box[0] and img.size[1]*2/factor > 2*box[1]: - factor *=2 - if factor > 1: - img.thumbnail((img.size[0]/factor, img.size[1]/factor), Image.NEAREST) - - #calculate the cropping box and get the cropped part - if fit: - x1 = y1 = 0 - x2, y2 = img.size - wRatio = 1.0 * x2/box[0] - hRatio = 1.0 * y2/box[1] - if hRatio > wRatio: - y1 = int(y2/2-box[1]*wRatio/2) - y2 = int(y2/2+box[1]*wRatio/2) - else: - x1 = int(x2/2-box[0]*hRatio/2) - x2 = int(x2/2+box[0]*hRatio/2) - img = img.crop((x1,y1,x2,y2)) - - #Resize the image with best quality algorithm ANTI-ALIAS - img.thumbnail(box, Image.ANTIALIAS) - - #save it into a file-like object - with open(output_file, 'wb') as out: - img.save(out, 'JPEG', quality=75) - -class ResizeCropImagesMapper(mapreducer.BasicMapper): - '''The ImageNet Compute mapper. - The input value would be the file listing images' paths relative to input_folder. - ''' - def map(self, key, value): - if type(value) is not str: - value = str(value) - files = [value] - image_lib = FLAGS.image_lib.lower() - if image_lib == 'pil': - resize_crop = PILResizeCrop() - else: - resize_crop = OpenCVResizeCrop() - for i, line in enumerate(files): - try: - line = line.replace(FLAGS.input_folder, '').strip() - line = line.split() - image_file_name = line[0] - input_file = os.path.join(FLAGS.input_folder, image_file_name) - output_file = os.path.join(FLAGS.output_folder, image_file_name) - output_dir = output_file[:output_file.rfind('/')] - if not os.path.exists(output_dir): - os.makedirs(output_dir) - feat = resize_crop.resize_and_crop_image(input_file, output_file, - FLAGS.output_side_length) - except Exception, e: - # we ignore the exception (maybe the image is corrupted?) - print line, Exception, e - yield value, FLAGS.output_folder - -mapreducer.REGISTER_DEFAULT_MAPPER(ResizeCropImagesMapper) - -mapreducer.REGISTER_DEFAULT_READER(mapreducer.FileReader) -mapreducer.REGISTER_DEFAULT_WRITER(mapreducer.FileWriter) - -if __name__ == '__main__': - launcher.launch() diff --git a/caffe-crfrnn/tools/extract_features.cpp b/caffe-crfrnn/tools/extract_features.cpp deleted file mode 100644 index ddbce107..00000000 --- a/caffe-crfrnn/tools/extract_features.cpp +++ /dev/null @@ -1,184 +0,0 @@ -#include // for snprintf -#include -#include - -#include "boost/algorithm/string.hpp" -#include "google/protobuf/text_format.h" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" -#include "caffe/dataset_factory.hpp" -#include "caffe/net.hpp" -#include "caffe/proto/caffe.pb.h" -#include "caffe/util/io.hpp" -#include "caffe/vision_layers.hpp" - -using boost::shared_ptr; -using caffe::Blob; -using caffe::Caffe; -using caffe::Dataset; -using caffe::DatasetFactory; -using caffe::Datum; -using caffe::Net; - -template -int feature_extraction_pipeline(int argc, char** argv); - -int main(int argc, char** argv) { - return feature_extraction_pipeline(argc, argv); -// return feature_extraction_pipeline(argc, argv); -} - -template -int feature_extraction_pipeline(int argc, char** argv) { - ::google::InitGoogleLogging(argv[0]); - const int num_required_args = 7; - if (argc < num_required_args) { - LOG(ERROR)<< - "This program takes in a trained network and an input data layer, and then" - " extract features of the input data produced by the net.\n" - "Usage: extract_features pretrained_net_param" - " feature_extraction_proto_file extract_feature_blob_name1[,name2,...]" - " save_feature_dataset_name1[,name2,...] num_mini_batches db_type" - " [CPU/GPU] [DEVICE_ID=0]\n" - "Note: you can extract multiple features in one pass by specifying" - " multiple feature blob names and dataset names seperated by ','." - " The names cannot contain white space characters and the number of blobs" - " and datasets must be equal."; - return 1; - } - int arg_pos = num_required_args; - - arg_pos = num_required_args; - if (argc > arg_pos && strcmp(argv[arg_pos], "GPU") == 0) { - LOG(ERROR)<< "Using GPU"; - uint device_id = 0; - if (argc > arg_pos + 1) { - device_id = atoi(argv[arg_pos + 1]); - CHECK_GE(device_id, 0); - } - LOG(ERROR) << "Using Device_id=" << device_id; - Caffe::SetDevice(device_id); - Caffe::set_mode(Caffe::GPU); - } else { - LOG(ERROR) << "Using CPU"; - Caffe::set_mode(Caffe::CPU); - } - Caffe::set_phase(Caffe::TEST); - - arg_pos = 0; // the name of the executable - std::string pretrained_binary_proto(argv[++arg_pos]); - - // Expected prototxt contains at least one data layer such as - // the layer data_layer_name and one feature blob such as the - // fc7 top blob to extract features. - /* - layers { - name: "data_layer_name" - type: DATA - data_param { - source: "/path/to/your/images/to/extract/feature/images_leveldb" - mean_file: "/path/to/your/image_mean.binaryproto" - batch_size: 128 - crop_size: 227 - mirror: false - } - top: "data_blob_name" - top: "label_blob_name" - } - layers { - name: "drop7" - type: DROPOUT - dropout_param { - dropout_ratio: 0.5 - } - bottom: "fc7" - top: "fc7" - } - */ - std::string feature_extraction_proto(argv[++arg_pos]); - shared_ptr > feature_extraction_net( - new Net(feature_extraction_proto)); - feature_extraction_net->CopyTrainedLayersFrom(pretrained_binary_proto); - - std::string extract_feature_blob_names(argv[++arg_pos]); - std::vector blob_names; - boost::split(blob_names, extract_feature_blob_names, boost::is_any_of(",")); - - std::string save_feature_dataset_names(argv[++arg_pos]); - std::vector dataset_names; - boost::split(dataset_names, save_feature_dataset_names, - boost::is_any_of(",")); - CHECK_EQ(blob_names.size(), dataset_names.size()) << - " the number of blob names and dataset names must be equal"; - size_t num_features = blob_names.size(); - - for (size_t i = 0; i < num_features; i++) { - CHECK(feature_extraction_net->has_blob(blob_names[i])) - << "Unknown feature blob name " << blob_names[i] - << " in the network " << feature_extraction_proto; - } - - int num_mini_batches = atoi(argv[++arg_pos]); - - std::vector > > feature_dbs; - for (size_t i = 0; i < num_features; ++i) { - LOG(INFO)<< "Opening dataset " << dataset_names[i]; - shared_ptr > dataset = - DatasetFactory(argv[++arg_pos]); - CHECK(dataset->open(dataset_names.at(i), Dataset::New)); - feature_dbs.push_back(dataset); - } - - LOG(ERROR)<< "Extacting Features"; - - Datum datum; - const int kMaxKeyStrLength = 100; - char key_str[kMaxKeyStrLength]; - std::vector*> input_vec; - std::vector image_indices(num_features, 0); - for (int batch_index = 0; batch_index < num_mini_batches; ++batch_index) { - feature_extraction_net->Forward(input_vec); - for (int i = 0; i < num_features; ++i) { - const shared_ptr > feature_blob = feature_extraction_net - ->blob_by_name(blob_names[i]); - int batch_size = feature_blob->num(); - int dim_features = feature_blob->count() / batch_size; - const Dtype* feature_blob_data; - for (int n = 0; n < batch_size; ++n) { - datum.set_height(dim_features); - datum.set_width(1); - datum.set_channels(1); - datum.clear_data(); - datum.clear_float_data(); - feature_blob_data = feature_blob->cpu_data() + - feature_blob->offset(n); - for (int d = 0; d < dim_features; ++d) { - datum.add_float_data(feature_blob_data[d]); - } - int length = snprintf(key_str, kMaxKeyStrLength, "%d", - image_indices[i]); - CHECK(feature_dbs.at(i)->put(std::string(key_str, length), datum)); - ++image_indices[i]; - if (image_indices[i] % 1000 == 0) { - CHECK(feature_dbs.at(i)->commit()); - LOG(ERROR)<< "Extracted features of " << image_indices[i] << - " query images for feature blob " << blob_names[i]; - } - } // for (int n = 0; n < batch_size; ++n) - } // for (int i = 0; i < num_features; ++i) - } // for (int batch_index = 0; batch_index < num_mini_batches; ++batch_index) - // write the last batch - for (int i = 0; i < num_features; ++i) { - if (image_indices[i] % 1000 != 0) { - CHECK(feature_dbs.at(i)->commit()); - } - LOG(ERROR)<< "Extracted features of " << image_indices[i] << - " query images for feature blob " << blob_names[i]; - feature_dbs.at(i)->close(); - } - - LOG(ERROR)<< "Successfully extracted the features!"; - return 0; -} - diff --git a/caffe-crfrnn/tools/finetune_net.cpp b/caffe-crfrnn/tools/finetune_net.cpp deleted file mode 100644 index 81c0c354..00000000 --- a/caffe-crfrnn/tools/finetune_net.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include "caffe/caffe.hpp" - -int main(int argc, char** argv) { - LOG(FATAL) << "Deprecated. Use caffe train --solver=... " - "[--weights=...] instead."; - return 0; -} diff --git a/caffe-crfrnn/tools/net_speed_benchmark.cpp b/caffe-crfrnn/tools/net_speed_benchmark.cpp deleted file mode 100644 index cd16e8d0..00000000 --- a/caffe-crfrnn/tools/net_speed_benchmark.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include "caffe/caffe.hpp" - -int main(int argc, char** argv) { - LOG(FATAL) << "Deprecated. Use caffe time --model=... " - "[--iterations=50] [--gpu] [--device_id=0]"; - return 0; -} diff --git a/caffe-crfrnn/tools/test_net.cpp b/caffe-crfrnn/tools/test_net.cpp deleted file mode 100644 index 92e14eee..00000000 --- a/caffe-crfrnn/tools/test_net.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include "caffe/caffe.hpp" - -int main(int argc, char** argv) { - LOG(FATAL) << "Deprecated. Use caffe test --model=... " - "--weights=... instead."; - return 0; -} diff --git a/caffe-crfrnn/tools/train_net.cpp b/caffe-crfrnn/tools/train_net.cpp deleted file mode 100644 index 622bca31..00000000 --- a/caffe-crfrnn/tools/train_net.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include "caffe/caffe.hpp" - -int main(int argc, char** argv) { - LOG(FATAL) << "Deprecated. Use caffe train --solver=... " - "[--snapshot=...] instead."; - return 0; -} diff --git a/caffe-crfrnn/tools/upgrade_net_proto_binary.cpp b/caffe-crfrnn/tools/upgrade_net_proto_binary.cpp deleted file mode 100644 index d7a62e32..00000000 --- a/caffe-crfrnn/tools/upgrade_net_proto_binary.cpp +++ /dev/null @@ -1,44 +0,0 @@ -// This is a script to upgrade "V0" network prototxts to the new format. -// Usage: -// upgrade_net_proto_binary v0_net_proto_file_in net_proto_file_out - -#include -#include // NOLINT(readability/streams) -#include // NOLINT(readability/streams) - -#include "caffe/caffe.hpp" -#include "caffe/util/io.hpp" -#include "caffe/util/upgrade_proto.hpp" - -using std::ofstream; - -using namespace caffe; // NOLINT(build/namespaces) - -int main(int argc, char** argv) { - ::google::InitGoogleLogging(argv[0]); - if (argc != 3) { - LOG(ERROR) << "Usage: " - << "upgrade_net_proto_binary v0_net_proto_file_in net_proto_file_out"; - return 1; - } - - NetParameter net_param; - if (!ReadProtoFromBinaryFile(argv[1], &net_param)) { - LOG(ERROR) << "Failed to parse input binary file as NetParameter: " - << argv[1]; - return 2; - } - bool need_upgrade = NetNeedsUpgrade(net_param); - bool success = true; - if (need_upgrade) { - NetParameter v0_net_param(net_param); - success = UpgradeV0Net(v0_net_param, &net_param); - } else { - LOG(ERROR) << "File already in V1 proto format: " << argv[1]; - } - - WriteProtoToBinaryFile(net_param, argv[2]); - - LOG(ERROR) << "Wrote upgraded NetParameter binary proto to " << argv[2]; - return !success; -} diff --git a/caffe-crfrnn/tools/upgrade_net_proto_text.cpp b/caffe-crfrnn/tools/upgrade_net_proto_text.cpp deleted file mode 100644 index 2f290fc5..00000000 --- a/caffe-crfrnn/tools/upgrade_net_proto_text.cpp +++ /dev/null @@ -1,55 +0,0 @@ -// This is a script to upgrade "V0" network prototxts to the new format. -// Usage: -// upgrade_net_proto_text v0_net_proto_file_in net_proto_file_out - -#include -#include // NOLINT(readability/streams) -#include // NOLINT(readability/streams) - -#include "caffe/caffe.hpp" -#include "caffe/util/io.hpp" -#include "caffe/util/upgrade_proto.hpp" - -using std::ofstream; - -using namespace caffe; // NOLINT(build/namespaces) - -int main(int argc, char** argv) { - ::google::InitGoogleLogging(argv[0]); - if (argc != 3) { - LOG(ERROR) << "Usage: " - << "upgrade_net_proto_text v0_net_proto_file_in net_proto_file_out"; - return 1; - } - - NetParameter net_param; - if (!ReadProtoFromTextFile(argv[1], &net_param)) { - LOG(ERROR) << "Failed to parse input text file as NetParameter: " - << argv[1]; - return 2; - } - bool need_upgrade = NetNeedsUpgrade(net_param); - bool need_data_upgrade = NetNeedsDataUpgrade(net_param); - bool success = true; - if (need_upgrade) { - NetParameter v0_net_param(net_param); - success = UpgradeV0Net(v0_net_param, &net_param); - } else { - LOG(ERROR) << "File already in V1 proto format: " << argv[1]; - } - - if (need_data_upgrade) { - UpgradeNetDataTransformation(&net_param); - } - - // Convert to a NetParameterPrettyPrint to print fields in desired - // order. - NetParameterPrettyPrint net_param_pretty; - NetParameterToPrettyPrint(net_param, &net_param_pretty); - - // Save new format prototxt. - WriteProtoToTextFile(net_param_pretty, argv[2]); - - LOG(ERROR) << "Wrote upgraded NetParameter text proto to " << argv[2]; - return !success; -} From 272ce3c9764f8290aeab522267bfab5a6860fc38 Mon Sep 17 00:00:00 2001 From: Matthieu Tourne Date: Wed, 14 Oct 2015 15:37:59 -0700 Subject: [PATCH 2/6] updating submodule --- caffe-crfrnn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caffe-crfrnn b/caffe-crfrnn index 7f1bb964..bbbe3e02 160000 --- a/caffe-crfrnn +++ b/caffe-crfrnn @@ -1 +1 @@ -Subproject commit 7f1bb964dc79f2045ffffcdd46913d95b6af9bb9 +Subproject commit bbbe3e02c9f1e263b00b2c06dba8b76f1b1aa784 From d91656b7b3275a1c5bd14607afb804de4dbe45e6 Mon Sep 17 00:00:00 2001 From: Matthieu Tourne Date: Wed, 14 Oct 2015 23:11:51 -0700 Subject: [PATCH 3/6] updating submodule --- caffe-crfrnn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caffe-crfrnn b/caffe-crfrnn index bbbe3e02..fc9d94d9 160000 --- a/caffe-crfrnn +++ b/caffe-crfrnn @@ -1 +1 @@ -Subproject commit bbbe3e02c9f1e263b00b2c06dba8b76f1b1aa784 +Subproject commit fc9d94d927fbd8b7d4ad5250eefd5a7cc003ccad From af5b1276a6526825f9f6f57c9952e088e720eb3e Mon Sep 17 00:00:00 2001 From: Matthieu Tourne Date: Wed, 14 Oct 2015 23:28:05 -0700 Subject: [PATCH 4/6] updating submodule - now working --- caffe-crfrnn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caffe-crfrnn b/caffe-crfrnn index fc9d94d9..35ea5c2e 160000 --- a/caffe-crfrnn +++ b/caffe-crfrnn @@ -1 +1 @@ -Subproject commit fc9d94d927fbd8b7d4ad5250eefd5a7cc003ccad +Subproject commit 35ea5c2ec2c0767b91b07cc8b9d31eeac163d0db From c13947c531a932f27b5a6adb17af51beefe432fc Mon Sep 17 00:00:00 2001 From: Matthieu Tourne Date: Thu, 15 Oct 2015 12:05:13 -0700 Subject: [PATCH 5/6] updating submodule - CMakeScripts removal (under cmake/ folder in upstream caffe) --- caffe-crfrnn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caffe-crfrnn b/caffe-crfrnn index 35ea5c2e..7b69995f 160000 --- a/caffe-crfrnn +++ b/caffe-crfrnn @@ -1 +1 @@ -Subproject commit 35ea5c2ec2c0767b91b07cc8b9d31eeac163d0db +Subproject commit 7b69995f69567aa4ca84ee831e0051d038a4d6e8 From f506f0497eed689ff22a4fcc155231c3aa9b6f8b Mon Sep 17 00:00:00 2001 From: Matthieu Tourne Date: Thu, 12 Nov 2015 20:43:30 -0800 Subject: [PATCH 6/6] Updating submodule (gpu support) --- caffe-crfrnn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caffe-crfrnn b/caffe-crfrnn index 7b69995f..1af18dff 160000 --- a/caffe-crfrnn +++ b/caffe-crfrnn @@ -1 +1 @@ -Subproject commit 7b69995f69567aa4ca84ee831e0051d038a4d6e8 +Subproject commit 1af18dff502712d233e579a049610e4378653a36

VT! z$7p38w104ammH0jWiX!Kg`?HYi+aC8&L7;rc;?}E@mqdbnCi6%Q{wL$n@WU}J$?NN-Cw}zc{f;U0o78>`oc=PO$+z6Voiu^hW_xcvbwjTn z1lIS7*DUwey%p$o+oEqN;H8{k{gdf$yK~3gTS1=-ucv)oyfeVTJ8qa! z^L)DdhW63ZkK!JmxY1C^YC~xk8M4eVG-AG?nbW!BhZySJ#ZWgMtp-xx0}KuQhqIs` zvjFEn)NDgtXBo=D+c-YA_ELHW&Va9%43(r0F!Aq?q!-xt+fe6J`UJj@0(F=@{-!4x z&iA~^rW}{R2l?J_1i%+E!AZ;wU$_aH!zr9`Ti9tnMmH4gfyS3Tz+g|M*@=(AeK1iw zyr;kMI{-KN@Du!mc`Ai{%I#I&>ckANpfMRC)c<94R=+r#`>>N;I3Mq|w|K3U!vkQo zpFVq$$pD{gBiydl=(;i%3jj}s`|m;4H~3J~qk-y>h~~EsGbGs%?R|rk90&e~j-)s5 zcOL`y=ZI5_-CV+9PG1MRG`fomUs9K*&<|{V>D1v(PP{3d`c>Acwm}YUy2K7(fN zvky$QtJ_n%`fs!A$Pl}ly5S>&Hpl@V;Qp*s?QD!b5PyKW_sJC9O14NZdI7vbzvB@& z=L9=IvH}h;1HAEr3ydc~adJWiR!maaV4>}Y}ZqXqnm4&dQ<`hPe8 zTchH2@CN!{e875>2j+nfc%A2Q%D$HTuTJCv)#5U-_@@{I!TQmxeToF%dx?(c z4E)vgcwqO!1Gh9hKX`p_U*U}bpSQ$ZPy8nE-(mkPJBArr+|AJP_J*8os9&?8qm8Na`rv-e4Yh7cU(f$r z+1pS!j|H3y#rqoihyLK%0zQ_$U^x9i^f5!{FY<4J5flyJe91r$0^Z=LXHy%#$AF3K z82+XIe??F7157fO-6LmO_DUW))DNB_Sil>2!Z9A;9r^JpWAAxviKoh)WhMY04FxYb zw~ll4JDO7Rlng?RD}x&?_%N^AN>ErMKulbE^ zb$8DE#q@oz@Bl*VQFV2IwxIz#+XZdd4IbPbZX<&9nmy9*s34WdMt0PD{33IpC0*yx zg$GWpuIJLSp)Q?V;38APrNwPsvbwu;!{4c87o1u%(+R)Jsb(%XL2tqT*EsOWb?9Rb z2N!T&EMD8tkQbQ$yk3GvEB z7RZfx@wy8KxN~xxZoDK5bSoZ!UGM_VAE!#8c>j?BGHF7rzSfG>*60}J|BuW+vOhcq(;zqiczz%Ff!{xQfAdB}XQ7X!g(u za9210j&OLu;hMA(y>HKOoxtno@prsE4}@vi=rH|a?{^D-?>ZMkwQzc2po_FEsVDpU&*?lh;`8eDI?CfB9*|Cwye# zk>~%jOQQDg19^U*zJ?0q|F!;m^05 zxfSesYajYo`23}#@!)yHyie`NjE3*p4!@qVX!g1Hr*Q9=ct`(x*h5vuYxD^IIq4ejyxc^%kvbUhNdAzR8dEjm+ODXD@M z@T6yZ$&cUb75Kmb^~gk646ho@Wn(dV{{iGC?Dx@EFY=Shk^#o^*7Jd{2H?#wcmO<( z$9{TMko-S59^<(GL+Ar9E@l?A1<0!v*xyAkqC#Xt%z*C$?&pyN2OxW}`hqKOC`(S{ zDYSlmP7NHv-M`JHM~7URzS^Y;6I?pm%B3vnT{`u_shGV^UF_$?>(r@+o(?@b?ofuY z4&|$YRw%}<;!o_d(gO_dZr8WMcDa2fH-s5rPxn-CkyPFB#Aon0egG555^6%OSh^I| zdYG)~6O-}5#xFcMiL8wzZN?k;3VXnZ^Z?!Q1~%{n+crK?8*7sl3=hEdnAv|ld;oKT zPB`!ae-MwCPrTZa3H~iFJOCq3z6ayf5f0$(qH)TM2XN*ivAQ}C9bko6I6-9nU5ruV zk>CIo=>hQme2wpa=iz98-N^j?%FYkZ&$h#&^e7+afHhM8;rUg&2Yw&rBGm-1|GvBF z0S18mm8bV-_rI8opHS}q*4^>>qyA$)g~@AQm<9~O>%V-Ms{9IN?*{%ilHR{$s4fME zC>fuR>ytuM6x@HDEm)^_>s{gOP?TeADPo;1u3pgkj|TeH1ckst}O{vCwTtb znfp83LEAGoK(Fef?S3jTV77W5>qhmOAFM4t9jCorN8aK+k`!OJ7SS3NG{ z+r5$;spjx|bK@)NOYYtYd}rt3=h2;hlRU1T@&C)^XvUs@@d$4;9r)Fx;%5zCt@SB< zdlsST<=&rLn|&WU{^;NA_)p@6!+!r6_uCEb{q|YV!3BbaeMPf#&O=Ml?R2L0-J0UX zRgYdE5BwNEW@qmG+$Z4e&_`cj*6-Mcof>!RVS4?`aopd2)b?X)_$oNxVFSM{Lsz-u zUr?ioox$_C!#lM$w1&F;qjtdz&mywUp%9%jT*K=64BigDicB^7CfCKQp z0@<1M`TL^02L4O@dprW^5t{LDcJ5{AM!zv-r*l}o%u2h@7O#I zg0$!*bG*~ZuFa+8mt3m$#HG|zF120Z!iUSHiB*^dLY>s6lWbe3I@NKiS_1eVGr-@A z9GcUL&rio3@XD^t+wJ<&4{l&pyG&l_0m%}X4Hw`J-T*7&@dvyL4;T#KDj2}&>?sO* zl1z?4vWB%w)`*O`d))u4612G? zI-r<%oqxs*upwSGyK)v3K?{TrX#0I}x&;Toz4ZSwKrSD^2kejk5A~lTE=G62|8tFr zQ6k!(RpkCnWd2W}|DT8U=d=~C@15-ax<{!xo`3Ve{{41<{dHmQUy!VyUvPdmu={Jr z4B+;^`@hf~H2faYh&H8Q@~`yWE@Z_S0**E4qgczh0{_g_u#UlY#XncaB% z_aNgZdkB8~!7?ujRsnoH$EAb&^EOB`b_c0YcRW78{igp6RGAHdx;lh?e`fmsmw36a zC&RH@fb5+2mqO5gv+uh<0S|AuU<2d9g>U+)1^b~1z43^z3P&UcUhhp`=40|?`;aY@ z%U4zpu>Na4>V|LULHH(B%Q6Fi_wRWJ=D!`!PPDvx<*i}a!T-GQ?79I)#h$MeSpTfb zUiv!;4bMmPI>+Ge&u6bq?e}x%Ew$e>9v!U(O#Fg}YI5&a9Ogl`oCmKx4^>Nt_BPn2 zam>wiSK7!d;=b$#hQ^)$u!K!f>Cxx;8fwp;uE-hs?)6~%bD8%i)5~`=bh(wGTGVRy z;)YuA7|LDVA`AC^T5tjCxo@0R9g?hykG1MffK?-ZTjAPU)&09w*}hnn)?!tO5UUCY zT2;l@s?`Zrz2cl`pNBqye!#sJ_+bOSE??sa=YcwKUT_9X>=~W3o}_ z>>?g@;%68H&v2AY{_F<(-hpEn3I`z@e5Ts$0QuR=oPp zf8);N3*i$y#uqO{`mE7-q&|XQ`HXXT5IdMkOTc2#0`z4!TM-N}{SI`%>;Szw`DrA4 zj@B9fm)r2l9Y_#r!|ILE?e+li+mYU@L{ESrKwn*h7?;{+~zhHDf!*)jK zV1IP~;rq|LzyrSTiw0!)CI+d>t02u;iq?2D$^1%1~=8x|Te4oDLKNn%{|B60rk01AnpAO>{@yL#b?<-l-r+u}U{?SbR zw{nre`Nl^<;C<8C^&M+X9(`#tXrsM#;l9~SqeSfcx zcz4qG|CIu-=b5J>!29lwg45H2Y%ONo6A577p5Xe=(dHjS9}g#{To zYIT~^s`rUjRSmY1=VjGN!>Xaw__5DcJ*D2)QRfAJS>^Y}s>dEyyaucq^VTZcd#fJ! zTQz{ksUSWkoR3fCee?zAd34Kf$U7frKtXWCYV;CK4E^HV83Ha)@CbOpb1+A5LmByA zuQH=thJ&!FGqcJ#=9kUrjIMzV{y9Q0My& z4WS39Rs-JvW`O&5?fSKpM<=^7<-j9=J%IO`RGHeQYD-ai0sO&QoPq<4FF^O2DJq?c z7Kp5%>(qZ%_hi+D3m8iM&!3AXSl|F)0LNb73AjE{XWEe!1`o*cog6@TfTaf~=y2Ht z-M|M#8`%T)VFyqqUiYKO0L2IV%lJ6eYY?Ypw5@z3KmZ^o~#w zGCp6U`QNyUeP0)_zg*!;Z-gl~d%yWz;rr!h1~AC>*dHo4vVAVo``@GY_q$1^=gbhT zuO6ba_1_I7GgRe1bNVrG{Pl*)fXPqoYiL#t?qKTCgPy)Hcl-}8s}iW| zCwHy%!&dwit@`IQHGjma&i`8V`<#{Y&Z-*6t?GK%s^wSd{~ue~8SuHh&GOEw*)KQ? z`1_{kR`M~edTX_+66b`Op1_YYr6~PDO%t;NJ;nn1fS!X4JzZkR|0tNiLuLie00kRr zkkclgx_s{);U~^PPryzv^d`JO&biwKJv82oSI``|4se2I(-S>I?=+_yyht#BwO;H2 zE0HBSncwYQ{E)y`KeGd9w}w98wYN^^@liW4fHMb}1>gbQhX-t|_f?KRyiInwr%w6l zXbPDC@H`LT<$eVI=T`QA57-TLZ^qv5I9xHZAQNYk2mcA}Nbz6=qbc>L52(~CNT(wWTf!(G~Q%caD5F7@v0(yD?k*}gh8Y>!i^J)O#wA6~#u z_5iyby4BsGH+da8^TDpw8||7u#IAg$;ROW10X{`$*vM2}Wd`U)e&AwefTwd(bi7fD z24_ssaQuOvO&~K64B#7j!2HjW)CfCW_w88xablIbbgaCC*!$uC z6GH!Af&2de-XDEWL~H8YX!4+=@qUQX12Vsgj>H439NeFGk-ED&Qak&w`!C7vpZ|y@z6Qp{1=>=YZ`>zhv(N6gJ<{-Zt z%>M$<@4klcyfOsnvnRa%edIn3^Vg-kc=!g94@2)?fw@1w8GqOe`1XH?=fli61P__+ zEq!$&Eqot#%9YOJ-!T!54|>yXCSG4)PCpN!L79n9H<;hRJl+ZjCP()UdwypAW^Lg2 z74*{kcy@f;`&GgF9*x20t^qopV!WPH!S&yG=*b=Ua68!PGw&~`k8f8+4@H5A1$|*g zz6gH44R4K+HjQP!=hf7v!Ub*WmxX?Sp1=81?%vCWf_54*)-d}I2b1UCFH)MlUy4=J zxbG*&TXmb7&2feM{s#4Z!m1NTt>~Ams=d#u9^0%sx1IXt&)Il8W(()R9v&yHYJJ_R z7JS~K^W67*-XhM2;JA52xNgK|D3iJsRc^vp@RYr@I9252c<-r}A8~Tf0BxDo( zfzyUQKY@2ZpR(0KuTX|Fps@{(Gds-X=#bfCuJdM3m=XNHA?nY?_!psZ*z^(qqD-Fp z(i(2$dh)|;=!47Qi8{+m&A|Xd*sZ$I1ixCs&gH4M*5~7F?&qUhN6=rz!v(B|C&LlB(pIsk%#6KqMZ) zZ{PxV;QpVG1#gi1WQ9=wvs-cw6i(LJPxJtrlhmbmlJXTw(m@OQf3!fW;Q=|S;}056 z4(KVgfb0Nz!vXq?4}kx_@$#O4{}&vr8Xt-0f77enEQWow@8i3!Y<$e ze4mB%|IGhKvoQ<20P{!l`vT4HH|l@>>oA>JiQf;L-!SyParZ;Psqyx%jn_AvzbyEB z|5`@vcL>p;tmyup1yifRa;GP2#%{*#evn4Z1Dl2KS26+K_5~gz;AvGSyO*8LvZDd| z-YY<Tf3}PHvpskJY%sqrFYx5wia&REd@IXy_ouSE ze!|?p8}05A_I+*e>n`Z2{b`u}t$1c}$C);ReNp=>TjIT4nAd)UP3_+>*PlVdGY`(* z-}KAW%Fl*y_w(CyG>jSE*U;O??B?kA8-urhpTMquFkC(`zN_x^0nGPT1FSmaNe$E6 zKjq&3hg$B)-S4E%uWhg@=Q^uAH(SwV@xIwsmE%!;F||F*sxR~D_ZL|;cO&NoA3JG< zmHiq0!CEVx>C`^&zrfokoDqxYCF42!4Cp7tU5g zFx^9b@ z{m(_~dy)RXfXSSps>wXPhRK}1w8^}Iznka*;?BFYjh$ebCN3R`M;~y(sn28B2b97m zz~7+)m(c}J#v7nAcwo3)Yfsq~GM8OITf3&DhZpoPRjU`Js#x<>^-Y_ql`ruES(T#n zZNUNH0$+H|+z$`X+#y*%3M8u|S^($XBz5eQq#7lYbUipx>CggLCM9YOI{KDTu z5TkAQe;fz@8)9Mie>hq`J=g(ek5X_+ zP~`;?UZyQYC&+{?w2e=>n?A3$W&AP+WfbZk8jOP#>XCD3@&%Wa8 z&U0I&X@H)X0u;@@f6ifeU(EeEnfv4X;rKpeFSG~`|JG>xa`|c47xdx>>HTN$mfkU; z02)$u{i%D&=bPlCR!zbD(VO0**F3kI%#LyJdm6**XAb=Zzpop(RNz#6{OVKtnbEF( zpvT|qsd3;}ciO`1%L|^xy}#lcukkDJde_0{84JGO#zPBBGxH{)&;15x|1o;pU2x~Y z$r`pqQ(M-isr1eDquAeB>Fc>idz}SeqxO%@G<1P^yFoqnZneSsa=^U<%XkXU})2Z7z)cOqif~nvDL#*6QR$UrxRjFaz>HYXO`14&p z_9(UgmPhRc|2r@KU24_dRrCn!nFn@SHJaWag5Dy6Ga$y>sx)Z~wPOy*-;92Qc_era zI|KRvk3;Mk_}&e66{WJn3#e$*B4(Nk8}JRF*U9F~nZT~&1$z(6Jn%pEfPI751%i{F zoJ4-$ZBNa2cxq@1aFx~Mol*bmi{Jq;k<2vqFXeuF>s@VTfOT+yIJYC~_^R<*@S8yR z8yj`zv+0|?no+7R6%0vCXewwP83sZHnS*ix*Ow|+W zzvd?V0D7b-w>vw4kI4#KpRBFj-~*IQ)*}BTB~bs3@C6@LDoH~;|c0GJV8Uq13l{>ue4-=z8*jxP|tw|~)8S>nR2gnM>n_~0FKMTBvyMIU(e+^FbBXfg(A3WH^UZ{UDvf_R4i2(CUUO{eL z4}86Hz#$DGXYwH#T?^ZDu zCNi#r(C-{)W}WCMpO*CfZshPqpnnC|&V1HGS-|>MkN42m)*kXNMGp{(rw04*uoK*g z;NoU#|3M9Syv1#*k!nyIaPnRlx^@GN&cEFIf9h!%_*x%o49qP9_ieMHhCCfst@N>~ z_iL*jG4luAvg-OVs~T+r=jTq}HWnQ4AFK8ZU@quOZFgq&uS?%vox8n(Rf%=L_?qy( z7FPA_YQ-a%bAXTe#F>zF96iE#E1pT<37i*a`18EERt;QZ)y_kFE?=wcFU}dT0Qa=u zf29mPsLc1xj<6OzO7?Zk0PF;;p6m{i;39DbWGDxJsW)CB{LHmJf_ZQTcH=B;KGZ|n zjb{KeK$Q&iPD9}WpTINJhX)vdb2?d}56KTkQ`w^l*`V{iRr3Mdi;_O7xzb0u3~;~- zWC1Lp_kWKTD32e#4QDz2nFB*yN}@mLJkq5D zMO~`@)2YV$oyyi3EHDQ8eqcN7D$vU=I~d@9A5+y}SE_RK zPSp}O{DR>Dj69v9lGDft00S5vkSsTL0I!B5s{_8k1tOAk`W&9%!;O?AA2)qA75%TVe{wGI-c7grP{ImD(6|U?h!}ZIC&+m~i&4c&zq+*y%zM*g; z@cM2YN}e0s-=`t;r6Kyz0{s845PiB!mdAo%<*gU2ixF`Bj*;U9Ps_UwIBg_3%}1zx zFx;@h)c+?qzTmnG6rd0312hfH|I;3D|8D+T{Kw1lr=OOC1-+a{{euhtX6}FY49{44 z#S6WB70TH=`(CRP3Pw!TS=yq)xZR zx079;-5>9Yo8)bQS#9p`sXp9a)zgr7!%q9`ZT$JRcqk|LTY;YBY1CxTmmUuc?)}AQ z!SpxU@a3n^XVza%eN0JUf5smDD>(X*bB3zzFtmuCI(7)V`i^Mx#GFl?waH*;05x|m z%&N-Yt=dN|j-}_neE?i;rBzoZgWnJ4zV1Wc-;%m-W`!%xIZ@xL%SEa8{M`K|ta|PS z{$Jjz6dqZsSn-y(>U49fGVwWcJ1{$N7WnZ<+s>*L{9D!NAD%ETWaeyH2|lnNTwoDj z|5K<{1^9k^O2a*(4+w%oJaDz4$SZJ(-=HPpXS&2r;2v|p$TsMe7TA>bHa>$s_!e;< z#)E~{023Yf3|)|kJHI_Xfd|Mk1_Nwe3+!(!{0e4(KRkc|4d4JyMPtn_=0ia|f#GHi z1+#G$hPyEhPu3@J0CM{&3-^Clp8M{#{8j1zvtV{SpXUT9(2Kn=`~UPW;fwKlI(Zn+ zA29!(c*&2O5UlqKCMydsx%W;oeN5&#W|R3$ACtKXj|rVj=8DZs<`$()=6)GW=K1ej zYQM~-pEX?i00yw*lv9QKId!C{Q;WVjbaoXSpufot$>rd_wkvU;UGIk3)wsA_6OB~$ zKAx(llkf&AM@~Q>*?@2XXX6VN+LUtu9$@LS$>?*)46lwqAoZVv`nL^FQfcbHTwtP( zqXo=7D^V93Br0brnV{Fe{$`^CtWO?DXuO79i`PBo|5a}B8e)r6?4CG%rT@=e6&>I& zbieHX7Yt_iUp`hf;Q!Ct5u;&>(QH>V{zJ_EE20(9C0gIJM9cdHIp1jii&en;%O_HW z@%#@P9jT-uk+S3W-HWWRz@F%SGo$-`58r=zxPscy2jmG?sW065czyoUg&iQ+-y6KX zEcE_$YlP}$Aie+55M3M^qPrzSlmOq?n_Qn!{{-uHF7mzD`7K48UHk7KbtxI7B>dVY z!S`E2?;o3jr_1#K%}3WA4!`qxfWJ!9>m5ShtLpf^+L`&EgZHoTQ&Bi!x7hce^aSt2 z%WKa7xT0u#QljbkpTj5J@8PLeczQZRhKN?E#)kO3Zr42j+;Q{>~L{Ekmr~^EpjHAH- zF8gS_%SSoriUwWr|wKu$0-z^i_|#TT?VJAlUc0^h2a4EL3}{|b5_c))=TlGM$a zs7vesE^JKHp)QGf$PO?J9pK{42}+9(&}$Ps;G6MkFgsoW)yM$@|BpEor%RK_0pkAe z&HR7#RID1I|C?SnmKiEW=3Oy5hxTtx8g>C_{}*qD|402#$%Y5$yC|KQ4gOy-N>d^t zmGL;*A9nvyg(5W_-QUiA5oAC{s9){~mG~6St`*-uX8&KA(Ep(M-McMJ*U9*bWcEJ< z@2B&8^uBm}CwqkG%Vv0gXnozm{i43`JmB%yvwJWcYHs8d?TzzAlTRcwaD&%$y5N`S>sN2wgZUY8L`Oq&Ilo(5j34ySqAaeslvfq`x@K zEKvWJRZ*|_T0zVT8POCMF?6CPyu{Jm`|IH)okD}e9COoRNSWDh)Z{Ug+Nb_=Q~w?5 zhrY85xy5{x=?L7%pPZeQ&;icFALJ1lsRaBIYQnAN_rCk9mx4=z!{P_f7EHEMDw)AN zXRWW(vw`1y9m($hDq7&2e$1L^It)KNu>J8ZCBvDVmtAN=nnnfSZAjKP^*_5l8Zu_f zf54cUjsy3DYZk=4WBQjI8R~g`S(Ev|2$T8tRFgSzn#sIxoXPz60F(K8bCdZs`+!9$ zF15bmQc1KycZ<8^7vdyi4P9VeJVU}9nt#rrB{LnGQQM)DsrZ7t00Wpu?_UE?kl0jh zf0C;5%Tjf|4SRr0WCo!JF1I^H?}w$xF*@`B|3ADxvMHLpvnaJk`yb8yKde}ka-;jr zuq#p%Iz?)BZgPJSuJ2=Vec}D>Zy1JeP?)AM z`!^dJs!_Q@wcuHZ2GjfRX6IiOpO2b1c@Dt+hl9iX3JQ_|-}l3yAiZZ-(={Ma+YXT5 z#q(E!ouBgwJ3pS&we9eAiY4p$n!mm;^4AV9-*TD#@eRNOW~HC*GWXj`;OWn9DC9Vt zAN;%fy7}q>xbcsZ`1n!#d-`(*u z&9td8SlDPcbaE+Z@ZaOHbDaBe9(tTH%+X!Z*;7Lq>8C$uHWWbJ$9Y-x^9jB9zgA5- z#y!2xD(^|m{ll#a=uV&BiT~FatgiC^YW8e4YM6We7d2ih+(IvH(ZLrMyhbe=z@MXj zTja*W#G~mKi;DcPX!}o#?gd&D&!e}uMUR3knm~{6oAaQ1VXL|ovC69^JA``73%!{u zIB&9U;(dFp=t()79K1i5q3tE`4(Vp7AvnO+g>aR@FS5|v{O!*^pfDIG|E*ny_aHdn z9B{x%^Z*UJ@Vi<rRXOw=Ww`%yedN3^kJgiZaCCydmVyxtwUYnM&Uga#f37_G zapwO?-2ZKR1#AASV0QMw`gsOFfaWeWsL$L#(`4?n!erjH#AKc_+hl&hdC;w+$vlXC zz^Kfe2VjJs7P#cz(xq=1UFvtjsmOj#?ak!Gv(BNSU;xh64tW%F;7NoYaHm~qJKL2l zjs5>~g6^D1)yV!}fJN8?f&rAcfEU>06z=a7Mcql(jQPn5YzrUguVnQi7o^c9u>XJX z1TU7PivEfCASJS^PSoiNiD(HDlx|OgKJ)?q&y=A1&*1GYvez$FXWRF&2JntQP%_(XD+k@`V3mE*zuv2K=Ah(Q4N?T9wj8%Z=QhG|TAy z%d-CqCi9p1e_h{5UC9(l{~V#_t0LsvIzrAg5t{faTzR&JQ!8lyGlpx&gD{O66Q;(c z!&HKtkAsIo<WFERV0_vu}Zoqu>RKR;d{Q-bvkKGqNqJlWA^|IujI%Mrxf zOwYE4ycW3r*W&~5=?>6KFr7A4nE|~0;p^k~HU+&;1Ai?E_S1E={go&2XbRsyEqL%- zUj@MtdDV`b&Mce-uhH|cKN>LwU+J#Q0aftyjfLC8Yb)CvZ*}jF=S%@IdcpgL?C{c5 zcF{u`(f7mez5diw>$&@V7BK&t$>PSNdu0e-H}CPguUkiq%YtcxWXCI*ksjTxvUz@{LqxI zGrpEp&G@>LMp-pz4xC}mfY;YK3;Z}M*ax`7N4n0>P-rZA!Nv6dTX;+T&kx`%V7IXp zykpc1xXh>FIQ&4n3>V-GJ-{MnrGdBb2TZ{?P@J!;*{6Kvcgw7m4-chYcgPE6|56n! z*0Rl8H+lF9i-UE99QnEInymv|Cu^ohI|gl_vAT=_d2a zfnb0#nNQ?1nKya4nv4(E=yuPgZ?606F(3 zY3vX*L1pm;A{%_)UUI=lB;pm17Z@C%F8dNxeIS{DITKXz5%~YAc&%;^7LY4mdJw0f zOX8G>2JmZ!IHf$m|7&WjF4Q0c5dV)g@PA|b$0$Rk7p0{1_FypNMlBFMRj(9b3j${ioBv%m5E0srg3?%y1b)(5}8qeJof zq4zI9zGvSRq1sNiugNzA41)Rx_y184ufI?5uQuTKL$*hf37>DChXJeLXw&;|O9@or zllXdp`)956Kfd3+(`0w!>HQUNmpwoIWkTok6pimP&ir?9eG9H8tFxP*)}rzGg*Qye zeZFeb#aG3v_-a{_kHRkdsK^{2`3wa2s|AOQezNLI?tU=8wD?UFtm~~Fq3BPac*%V( zzO>-|jk0;E`!D8v@aZ8d$=&P$Po*Nd)lm36_dVounf=}dGWMAHhg87tlG-oig>N=@ z|Hk?F^L4kODFy5Qi#!e+cmFH)eCP1v+X$vV!qBoFXzLoG<6+kSDQ+5-hnJHM4o|X0rTr{=M%{0EY0;RA78T{u?6gJa z&hqyw7QMJ(QN0Hi1zxvk&;@GzrbTJ*a5nJ%Dz7XW`inDzexNbuK|K$P7ROjrkaHlM zfBPS1f}@-R_p5^W2~N>K_J)ht1D>>MDc|D*=97eM=na@#Okfv-=F`8dM5A;BOyf8E z00%oke*Q7+JiNd_3O!~o7>%D<8N9*K1UBAA4k`Fa?P}~$*roPh1{jkMpY(so2|JFq zBHl~a;9zaof!~rRe4u7{GHvC#{DEcz?N(X58;Yfp%?!_@1UcX@+{pgH1L!s$5We6< zN5KCpq5mC*ZtQkdw7*Bmi7gbYIs<~$f%*SGc7OwJ25I3O7rH)^dCOjt`T0qcx%e5A zdH6x*fmQ#*0+zB9aAP;<#|+T_96W%rZ~@)X1Hc8W0|pQc2GAppn!gVAKaaQ79oiOc zSC&h5rA)AEM_oJuO?J6IOXWFD)qs|%+K`cXfEmDJZHktcPti0#GJ*G!4Tc|R$3n@P zW=#SYPSRCofWCE-)GR4c*U#bqF(y$(*#Vr0NKlqr2`WGy=w*BW)_#vy@vY>5;se$q zTf9EJiBpvgak}3W{SO|%wkKeKvtre{TC6rj#;6YY-!(>|1BU-=u~PqsqV=pdcYhA@ zzaB)95rGF#9rC}y|8pITR6)2u1MvL_!SmY(?oVt>b^z%j^cno$4es9{xW9wK!ZZlp zZ|Qzue+9_-d>yK1=zV*z_pcfkqFyILR1WOVmIvV(Gg%`~`vP4Rm}-=FC!`mgcqf$G8o zON1MK%U5$3qxGToTcziou;Sqd-v4xjkM=jh(>E)8U;4>2m%)`Mp*3&ht=eh9nZLmC z`PYj)J^KC{UfRyCugg_W9o<0R&%RG(J*f?REWW~D1;6@6-(RIaGi?dDz7DWG51X#N zW$$$o-~F*R?P)<~PA=|0?!po8nC&l7Biqo}FW`QpUJjVq^SiS@O96We0E=U`p7sc= zelHmOJotPQ;qi84zULmcl%e0x%f6rf+{kK$S8CDdZx%J;o_C$M=mWKV{W$mfehXSH z>V2n0*^gRuhR4Ih7W5ewy***kH6C9$3u@2@Y@;8ja@(Rf&V#d@1()9PcV>b8Ar|eV zr|6KLIllmyf}2%W!3Qh1``^A{+Cg{(x0yMp{~$X>~^_!3jDyg?VN!Ki3|10WS@` zi~t`fZPVR$V1eubvRs277yoQ8-s| z>;qeSt1MjXRBy0=7C!oGt&jSD1G}jOk9#BeY_Yz2L;ZKViw3xizgnRINpblrJAP1U z!Hm{3KSn$Y)O_xhZ)f3>Qvc0o!2j8X-efX!z?&eA+3M0{aKHJ-OyVceT8t-n=`8R8ZzpQ+^hDX<00hO*`=bNQxiCR9YbWS}Cq97qfGx%c ztaib8nLfrT(=I#!sQ+QfvHX5wb#Gd%2B81*$Nyv7(HPwr8l#)=f0x1kZFC@7=Q>Ag zA^rc7OX&VaN6Dc7uT1X8&CO{3nE!{Q#sBXi`MxV7bh$-@j?@3|ChM~)p1%(8zh*&X zd{O^Z!Tw4y`v-#k-39x*M#fjw6nOsULUaL-f1ivYT8YnJPkOMiO@fsPPS&rjczdDq z--1pnhJNkzI-axIfm-i`-+LD>C%ymrx@5X=w&#ZLQwP3JK6ih-it&Cp!Tmp+JdXL)V`2Iz*duDRyw@txv;6!h*%mMh3fNeZG z1()GFT;?436gC3?9AVR~gLs43z(g|Of5HrKeJbb`d< z^J<5Rw{XZai$iI^08NXiec3fI8@k|+_yI0S)j8@vO*Xtiey3=_?i5XGnW8UgQgq`1 zJiwLkf5`>efgi}q*Z<=IU+bPk#t>W}bU<%ckO$N>QR&$M)_sM=$MLd04?}_QvY*%#wi*P(2<{GHG4^{rZtF#4plA41@QkaK8jME1yLGQBMP5S_J6yn{lRGe^G538rwHX(5B}FGLiynSRlH5#&;HM7 z8?H4eWP2VV>#GMnK*liTqyMkAAXJCZ{GH?ezYOnZGT48cEaZGY#^-xpu*!k`eMFPd z3fy1KgVe|;P!Hk!^ux2YU70`?VD`^*4KLRb_!aa)zMGje5dg9f#)}jUH`ZgZ`F9k-G9_u>1N?E4acMr zbLM`yK0o(>^^L>7AC7OkC{G={%dT%RoZdcYd@6YAJ)G4+&&ak~NyY{J>#b&R{<7lP z$7?$H0@)jD@#vmF&Sn=hadpwfC&S-+3Ko70&y20?^~Tc=x5dAwDl;>4bIw$&rhWqN zJIj1czaKppo-J5=QSSVQt*r`&vy&HWepaeQ{UR(H=gEWlJ~uU*?ute2w^OrQEZVc& zB9HkNt(-_tFw&xBqbzzq)}nWu0qw?ERC2sUKJzTfIK!g33oUxO+9LPe%mI5WG9R{R z#32hgV;1G%Oo`y%4Sj4;$3JHb_&{U6?%Xt1GQX^NEyD?D0scRY{o!V-Dl!9jeYeUV z9N;w=MjiM-E4ncE^K*9Ci)QfyS|K~wAY6d(A!vfx1LXURHpm4ZfcpP;yoUndOZLi& zhN3H+s{LdLg8^2n=A~tG@LB)^T$B?I=E(nf0VJ@iZ93aW3&3*1-~gTj-x(Y3t3e&m zd0+8UF+9K)u4E^i=r1q!|E1CY`}Pl1DSTt@cfsrPagZYG({HW_#+xP>UUaace+Fso zeU~B@n#|1~g7FW3Zd7%AS6Q?26|LX#A+UpUkqFZ8huuZHgWslXh zH!&JP{_i&G|C2AezcYA%^(Ff=Yc$!9?EMx+X)xNKv3UP@llyUMXryu$j+Fl^Fu%1C zx(5C~#ThOa^`8~b&rwa_{w0OsO;6TWyD)f!VXAcxzW;nCjhexUx! zu#`P-FMoZ^4c{BC?~2Lzz*pxE$c!KKeLOwLiG1DASN$X5_ucT(&TT%r-WANRfRC2Z z_ve2MmbA`WE6|ueVBi0S+CNLb`3r5|{PyttOmNX(bJw3DihgMWu#w4h*y?4S%n(z@lDj zEV{ASqGKEA|2YpTZl*V2ZaA>lqP_h4={RS8d}d$ZV|7&X-q(<<_QSE{?mdxLVb=WVn zIz+k7GXrer{`Vpe=m&MY-eej2!DPwq!5qM&!&@`}w@j8yyYK={<^E>|2tW^bjTvAS z=Y?fHUcrjw1Q=;@abZVD2lfU!Qq}$*^FJ8CuO`%gl0#MQIJ9gGK437wyn%K-y+R)N zT)Xnq1Kdqa(X2CMg7jwwD3YRiZuI?!*$>>`M$V2+qy3V#<}9=SjAX@u0nUX3j5wO4 znM2qIP8Qe;Fo4_psQm%t02faL!%5K5r3rf9B0*>H0RMd|UfoB)1D1=|p~yJ(q5fNT zjZ?!szYP8VeCmHq3p@bK|104BKhzIbTeALt-wxBg8DZK6_y2`GA3mGd z@565IkKuUzj?@2xzkVnUAM+fq&q8?r((r%i{XgtuPaC{VN$S59^?!l--$MQG%En%Y ztLQt%1?Xzq0FB1$^W~C1UQ76XCw~RTuoL1kULQO@1@VZLLFYS+Y>$@UerxIdJ7;3{ z2S;vno?a4Oxr8%!3v>TfFu(K5*hABc`ga0*^6}D$D_-35_Ru|?7QA*eSbx3+=-oPcD6tfpS8%U^XyM)+WzJs)mk-wO1=cr-et&L8 z^7n$^)jzGd;hpy#K*&rEG^A7oW=YQ8a#3p_G)v691NMbB+zudr2lI3uc#w`$rDtESQ$jO5Q9 zop04dK5o!ARGe*9U;2Xz^b*EFc*Dz9)%#*)?}}AN_}T?itQt|oO^4tcu7CyR@8G89 zGu^b6o@Lb;H!b>v&d>%XSOM)1_1}LUX8`lgAbOum^gy#qk_*-b9)zD!6SR=o=mE;1 zkthRaa)SC_7K>jR9l)TGXn@dIRVV=V-w*ud0>2M1z#Zf+);@wCh~M9l-uN`H`sztZ zb^)#QQ%i5Oz+LhFF#j9O|7)55U#0Q7SbCtcd4z2d;l~JAU6^Cd>N(W_~}D<>Xf$^Z-|>|4HxwMY@|Twf+Y;K>a(tBr9ZP zy81RC9}q3zrmJb%JuFS-^5Y|Xo2qe(*(KgERe9s^09nc^-qdYN%VgO;s2WFMgK$p ze_?5)+BJ>T!X#?`T7)9TllxO6LN0FMTD5_@pZf0-M&2LXe-`S$bulo2*W`Oo3)S;- zp?c-XUcYrA+QRQ5KiL0Cc-fAd4`V`wjg7o7(O3ww5HtsX1IPgxTg_lP|iMu=Yx;xPVHX=o3g`E{n^WRmcD-< zcYluRczfZouDv4%cdv(f1&pU12?Gs@^E~)>51K_jjHi*YhLjA zPvG*H^MjV6&j;h{*%`i_x-V819S*bp4r+dF1b01n{O&6}4skzo-!I;7)xc%U>(p(& zq11d^?*4XGvIebcSewr)V^u&!F#M`k?Wtx}ZfCf@7T^T*1cmx?hc|`mYr;7iW1P%w+a|K$dK1`E8smh8Z5@EYED9N<2ks*?ji4^V0yeqi*#lOxz!LJxHi z{$#8H23P>Br9XLzkH|{R#U2&T;w}7M-bK;}RHskdj33)X251+0f9ARKx!BV>5&hpA zJOB;+_3Mnk!i(VjpNsw{1U=X!_P>YxxBIuz2Qt9Okjp`)R8>5t6?TTm8Qpm@+SAW5 z!CIQpWO>T0U&YsCX&h^^%!xKxvig`T+vx{N{0knq)MS}Ef?NPJ0%NnAEN?!htM>ME z?QEW|v&nb>uBFK|l=;7Cn$CE$Cv<-*xu~gnmOEAB?~(&B4-Ifb2lJj?uU_H>SZ-IX zM(hTJ1JLahb?cX+M&(m8@x55Nx}fKv%}gOdYvhg~2+7W@EcfVSWPZaJAe;NtN*L;pX39Y9&T$LUdS z?*Av?f9(Hi`%kQLlK*|?0T>|pKh;Xc=!g-mJaeKojQZb}90i{Q2RJTDB?^-L`yofRdy>zSa9d@7qq# zPyP4I#W{fHrxv|`^IGimLhp0uEc>CxkPlnaPe;*+?72t(zZR`;A79Q#@*}{IPlNdf zjv&{gHhZSgmrVKXt+9B{#C0ZljFCFd9;O>yfdNi_wdxqL!Qbo7oNX0 z8Qu;LHAB}w=sa0Byq=4|Z)L5^{!Cuy83Mt;E>rvT{FUkX>osKtsL9(o$m0boD^2bD z?S?<6_IpiXuI}N+eor@TFV1r|boVjb;oq6%-@xD9W{zh*AH3MA`qcgYx%A|`J(>D% zNPl0nHFteuW_IelZ83B`PF8g<3C>p*F0VTE&;MK5k~x9;F4i7>P)&M(I#%81V?z+1KtdkyK+E;o2GqVu&pO-Uo**x%((;l4VU;;JC zL}Q-X_uErGrP&KK9IoYzmv%CL&F_TgVn6%A@B!@m9~tZ$(E=sn1L_QqbKF-eGx;h1 zP|kXCUDn_MK5`5kC@&t6i2-u=00W@@>x7XJH-J4cZ_tsTDerz0?+>{jOSXi_;Qs$g z5Be#N*I#~VN@^z!SVHD4m>F zG=pv70n*qJ{(!v!!`T;Bke#97>uoKtfV31Pzev&I8DxPpOi^PvfYtZ_K25P{SxvkE^#3}MtR0h+srO{{q5f+eWG6sR za)8UA1B^-}D~uU{Eb!${iTpd!{;W^Xlcw;1LGfyRHeQpd|AQ6dHO?(gM-Rkl9~!{n zh2!*r`~T_WSnaJAtBb)gx(NT*3jV(b`rm@g|6`{|D;)m6X%N^y`ai!OXaKWBX~g?T z)#3hM*@)c#=m@Rn{&&Iq>(9QQHs8awbThfXEyLA@`+vJjnA-Fr`ztehes8nu1MN>1 zbpJD6HEH{0j0OyK_iR3Yz!JwDC0k?VopuO_|Wi{JE$`+fCek*{j9yR&x^Iv;Sq z@ywBf2D87nIQI#6%ZzJe_~Y@JU)5UyY2f_s?56;S-Z98aoBr`qTsXV=;Q5_rv)8gG z&sErK6V2=S6?fW6virdLZ`0eJt&GNvzCXhYvN6}t1NURzuTQQ%*!U-OebZv7k#E%e zW$->~=J_P>{VxB_(;JzsD^vHq4XX~*=O3cxzHMjT2iGgjojig1&DzJR+daYVxcA3V zujLxS{Z-&|O7XFRR-H*Vbi`)pU1s`*T;Kya!SM6*xts&lsQZF^-jTvq&E;&k%f|+n z0O#Yez6xhcGjIXU3P&gEelob>O!^4Ufnt1pC(eLjkH7$az&mgT2J!FM+3x}m!rSC9&X?qxQ9+Sh75xec%GWzcODH_a)SQf;OAEn z`~=-}QLCqRXYtaf-d-{t#9I~OrDyfLb%&hABIvP>m4T;$11J ze?yd#3@-S$$#Ndf?_CT$zsYRbmf38n$=eaXO_rv2sQGR5{pf+Sv@u!!DQ>dl@=Mq8 zlj(ZXi)`@h>Du)%P4nh}1Jq8_lZaGZKa;A2L8h@u9K#s3c8O8%ZtMZV|JV6vw1U=y0X9Md91x}I=>IE%|6d0G zZ~i+{tI7Vnf&QnlSA^V-N62e*guF}R10wfl@a}NkXcevk@nPD0kR2c7eU5|syLgq% zuj!$xLEg`Z&)_eMLzJgQ2syIBny`so4DG4^9Kp)_Fo>OJ%mB56^p*UUJ>_s83ZmKz}g*J=FhD=KeBh0KkE|?(^g8vBQ@=9*bY&>s#fkj03=oiut0) zWS3S~D=e5zL%__H^fZNsi}cFI@+ZepHklb=*zmcCgQK zEdIWxmpv=*gY^Y{ zgg<}erq_quG;A51IrSgP-QTr5|IcRC4i<(>C^A$V@7XF-LDs%9Cv*% zH6KQuhSUYCr;hhf&!4D!*EB;#A`N}^HuNjh(CTnQ&Pj$|CL21NXy~;GUM~yvoe3^5 zAJ`t}MX4h6_XW7?ssG^ea0s=T`RNN*bhqlxaI12Rq1Twl*I2=PaEKY;u~nacq8Uba zG`X~!9Ow{x(*qot1zxco9r9!Jf#4b?z&BKd{J;Tdo6rOO?+`g=1{sDKJjlBu<7^B+ zyMO7O{NV-BOFmhQ2KWaViS${!I)nXh_tNd}Ub@729ET5}^J{PUmGsfu z@@*lf84cjK)_%GQ*ZY)=2lo~JiopZ+c|7+7_y42Ofx3eJ=TXNX<%R#t-4^{1T;F;0 zCh-@*o!*5gkmoGSpY8DXe4@@XC7UdLvYRcfbC@lGacF_OsQX7IOFnb}@1~e6KUNb!(f{H9&AmHD*}?ysR*6yVfM`W+idN1R(ePkVnsp^g zJ*fYsg`zaoGg2{YBh`@kzjRQ9o?VDg_=E@zsDcNG`@awO{{ZK3`MQPa$Ko)3w1mki zJXE{T{#EH8s-9AVEorF!T$HL<=8L zjx!m*;p}(Z2d|6f?@#Yv;{&-53-NrmW`Ack^1Yto@mYlyjBFqGU@)R1zN$SCy$GD& z4etH~`2HaH{;z|4l%3bp$^dWWLSuGhinnG~@|Kg$OOwE!rtW9%9|#6jo*eH;Px)R) z-%HSy67m$>58V64OfocEg7ue$_cyuA z@2i^%o+68PKUsU|c`MQPn+Cw~HFZ-H=6%mUwf_yQ{T?&^Me6XFRXM5u1Kh)9ssA4J z!R)G9HItdX^gs0QC9P^fJwK$jb4DBb!DE?^fiA|-^`C|+`WrI*4CUi2DE#L(7)Sry|Y%K zJ66SpfD>{CG%O1~*_`uhApWE^c!V#xDfJcofFIdH^gHeN_dgkfuVEXyhX>36DQJT# zl6%tKL#sCN^ZPx{V*`D%ze`Px1J1_dm&HwglxhTi!DREDi+oe{HgqJ8ZIy z!w>MXugTJ?3ix0qljYJ^JV492|0}0!ya)UrUZ4r+fb6-`wDnc0!sn%Gpfh{IW6}Se zVkgi@hg903*1zrS=70kjL?&P*yMB4H6L5Ws+`EDUB^lrwZ5q}S4loP*fga%n zLIc#G8JXazNy_*r3Ee}I`n66{^>niT&ZGYsg%+@KB6&#g{wET&Vgz2G9Ap7KAqQ|p zytY&S=J+^`I3K41WB_@TWDn?vSe0HL%kMi@P3iv=;Qy|TA^*2_jHXimPRGaq?8Y82 zc7I!+Md>B^ADgKEv){=3XYcoF=KpgxX8&6eY6$*kt{S1y%>Rz%;c8kQ4ZxQ$?ScDm z*(gjdG35On<^Jy)s?BJB#$AJh8H)a@2sq&9U^QDr57rp(ZzP!C<{)s@AgzPDZF)0M zw}z78QW)Of4R06P&gOW$dWHKd8KVCK>fQvY=V(fjT3RmraC z{VV%weiR(iW#)Y_Br{x+C7X{5zop;b>a7~R@%f=SJ>%)6PMaj`rfAra9H8wb%9@(rv3*GBEu7G`#F7ojUV*A2hjE|W9Fy#w{i#eO-H-K z%s>3Bn>uZT>sx^re>ncxPCWmQddY*om)h@m3;q2KtLzu7+D6^i;m*B3+p3L2d4TOb zD}$bwy5CTN9=s@6es<;oYCab={oTvZZXS=^4Q00)I`Gj@?#~7ua6?giJOgLJVCsKc zh@t-l8=B7Zmw5hvilL^t!4Rnb+MFlH`5NWG4hzr=tZ!jeXa}^xeXUA`H`uxct-w*Z z!P{^U^e8i<=^b*BGf;+{&^BXe zqtAqAN~h;EpCkLr7abryKyADyvueZd!TaybZMGaPWVST<+iY3Q4A3mhWH|-~aQZm9 zKy*Mm`lA7=1`d$fWZCyNUBwrW4_Z52kHW|gJ(#9h{nAw4DNXl3rE1L@_5rkGPp~Of zrV9?uMF-fmCOm+zT}}t=sxjWqE^xbw1g7Zj))W<>|DTuz9N@i86ZhH_I>e^LJT~Qj zm#p_L$$CZo$E7Echn1wFYm(Hk16-hk9H0yA1LXdnRV7i+$N_jn4&bCd=m6s4mH7hw z|4jCPR3-;F0^aXRoSt$2pJVk0F!_vY1FSC1TREXM?=InhDtTkk?ttlC-7Vq$BE=K!bHAv?? z$@ktFs7Pl2F!-EIWc>Ao_uJz{=8uQJ2BG(8GTL87OZjUU98k|wV1J|GgUaIbM<2SB zxxXHqUx^ZU#RGh_^$^(}^!^X)!uN-HtN$4|e>^_R$@W;C2ffcnwEes2Jtwfc6TW{c zbN|?jWcSX&)7u=KY7TO|f<5F0?)Q-XHN#{)J~hef1lx*q#m9e(o!Xn|chU8~;I)64 zS$H7#{)zka$eYmh&O<{t#v4BaV9L|EVxe}@SC%wYBsBOrP4ca9<1j5qTmAkmy{=yFQLSAGwutVvpmzJQvj2+~y!#B|a zWhDO(%x1tNAGG7>Ij6(rya&@o15^mi=PlXpGpYY~-v09K9H8uPc)fJQ|9>w~uI&G7 zMgMO_|NDmezfSf~9`651J|SxI11(S`bm(||k9d;%QOs=VQ^9Px$0L6}vt?5XT0mEF zK`xmrIoE>);s^W*2aqox*`VHNhFsVa+#W4ZhIDo^rD^p9`~X$i59E`oqDNBY0tRp% z4&d@Lhq^6s=y)Ca|4_R!onb#PGeDzucC|}PQP62{z>z6hP@3J~0rdZ;Z8|c-re01q zwFpX9_>E*;ADOI?XaM#{Bx%)NvcUQ$sSg^Urf(9pb6Fx;cZuqmIT6k#K`RF)$d~>< z=^nnn#qnx{26(8QyZ;XS|Kd2^s1~Qce#UC-79Oq0|8~UaBpCpQ@c`d%#UAjmXl36U zt=BE1>D!{z;V!)25_11bM4_i+-^aR0wM75(2L12Dck}@0e^cs4pd${~eCq#Wk#Jpp z6Q=C+|0Np0{e`0YI~=M~twWWU`rnWCBL84Gm^>l6d@&fk1N%Ml1}lu5-|w@7;0VF~ z@oomN-y@_6IZo&~@|;D}4eoD4<8}Y5zpAm*>s}{+wJqwe>+bCD+(MpjKRDrnemeNh z7f#z(URBxMZ6@O%pHFr?B){nWt!2^vxp~9Sv2zNo-~0y5|Gd_^z60l9M2_EJGQF#M zDQ}pkCgANoK9Za|UZekm>$iKb+XCz=>jHc|ow&mavhR|6%>|yj#W8nP;I8|l?VVbX zTnumO{Q>zI^!7YzzY1q50)_x1aJn7;_a$A;R18v9pcQ% zR+E0eKQ#|7*oZ!0BJ;_E?^bpPz(wYy?yK`}YlkkFzNQCr!02;sn(0rTNHOvNI-&s@ z3ih`fUnAb9XKCyxs*N9F1Q@`6G=QHym}}^*Hj)qi*i)`%^grM(jdr59j35`R3!1Eb z-m0DGtxA8iT4#MUir;6>N%%M(klj!m{U7-b8BG3qInQ5>quB4(l^O9nKH%Pg`uK&6 zNbpb)HGRdrm5J-G-dc-nyv+d{~t<~ zM@RHP*;AG6u|p+iq64Z&{~u-7tc&>nsQ)|7?Bpqt0sb%8|0s5WRbn@&FS`K$wW$j} zfKBDd1cd`!e;p2BVlwy9M(bxYD*azH-bg>ODeou@~!7o99H>fgfszZCzkZ%BlSpN&wJL1h1zAOq-SxPD9ySI&a$ z{Cpgyjc|V!w10)z^BK4@RB^S~@f$_ulVec=5D%=O1B;&|YGn`++xjs7C{J(sUiucHuaq-rdj_jQ+!S1dk`u>yDJ$q?8HuTbC zdjFQ+J+%hDKcF3bX(3O&0j~eCYctR3gVO z5zpQm?)-nr+1rfHk9mJedvNnQU}sKvdSbxUzo4(Z57xIC{Cld1m@UhDz?BjyE&!Z!k2T zN6Y<&S{yLo;S8}nQj$Gt}GXrep41N6&Ut|$a#SQh;+w<%NUT_|bwdVxIqWga>Q-}f;;+1>8w-I#4xtl%7=@6QA8 zbv&QD#{Whacb-~5hG&;Mu~A3nOGXoEf+78tkGr)c>8KP0tK<2Qz5MEb*B0piwAi31`42 zW{i9Jty)MA;6(kG;cSYe{*(SibMW-P-lb?1GfaNCjD~m@-~t;ibyME`Xn|kT-@pT8 ztHz#yo_HY80!%#zCg=q|!VEB~G5f-(|Hcp46@m`1;BfW=pF{)Xeyz?|px@d4My2fQ$iOfWP+b$AV&9#0S8?ynoInG>G}D2e`m z_Qya~#zUI)i#_qY#`e7pR@T1kmxuf77azh7PcSGnX#PD+mYQgOa{bS2Ior%^*;5}5 zu#DM~DUaC_9%`~YhXb(V4W2n2F0iY~QoXXtGLRiX7pecWk?Be=Lw>+@_JWN|)2}*k z0U>aI)c@(hsfsC{s*F~LIvsZCes712+zvJWYS-8e89 zs@WSI03LuR)c?eG;D6|UV_(w$&x+DI>i@)#NL|MNGadf_Pz*ai!2dSPics?35&B8? z$GJJ|{H`9ZY`?;E4Da7~a{uN>hN{lmP*toSs)GF7_nZmQ=ntG46l2%)VOu%tuRH(2uvn?_Y!*i67*8?(|lJG2Sv-daHg`Z{_(3 z_6P32hu(8)el!4Ho=QJJwg>l85`2F@2U&i+RvRw?>u-g|w*)vgegC$r?Au!pzcmu? zzBBV}ae7|x{#1iJz6)gMbN72Mrsm~Qj}p&DQV z$N4&^qYOa`X@JepwOn`zzyUIKr!N@^1_3^qau;v#8~!cyG3&tq%C&_5hX>fjj1z^P zxz|(n3MS!SsDbXGFIfllMq@Z9FS?O$n$tronxOxm?}5J^-E=Cw)DWR-XZ+*Zl#@Re`8NN(UZ`I=LuC$3PuwWkzZ|sTC zee#nB{EA&b8_)sPO@IrIm;EjtKytvmYsG6-FuXr|fU~d%%wB>l;NRo`uV)89U9v#3 zpa)_Gh(iOIlov1Xt!TX;9<469qvi8DN^O=#DW-CiR(?hIyE#&c@c&WZ|IHpmXb$+_ zWBUK!ufnx;ak!RO4c9&NKeu;=sSo&npV&~nXa2v-{hw$LQAY5;?cD!=qrF~__NRT5 zV7%gJv|NG|g70TuW;mN$WH;d9{8$YB|0Q~k6=Z!m2Pl6$J3a9Gj~WQqTh3p(*a6{8 z*2g7ge_!tZqtySaGrsCN%2$KXi+aEC(J{EA5A=`y;rvT|KvPQnXB~j9yas0gyx+s8 zUTVA=-6{Oj^;Bm4NBDZz;z{Yoz6$RCdf-&0PLgRooc#VeGsde~jQ^T_i; z@0MQ2U1f`+^GhH%+YNm@nE$n9VC3WB_rS z{K=dP{SEy)k(!=w=nQ9pM?cPpp@z@*a!o4=dCE9?e;5A`4P zirxS`;jAkkr`L$&>^V!{;Z=+8yCWF^gXvQ?piQ7}dH#~`FCOlIe^>7s_yXVo&W&@E zoqp#9T;S&rw1OqTL7Jfh1_L}v|38xY&z=z-P<`~j(>>JsB7Oikm63xyRrfIbst0^a zDZGI6VF&K8Q#F&frcLzLwx8ZAidSPU7|yH^A3bQme7BJ~FWpyHsej)TdI0YK?H|d1 zX^-~*EjwU(1!}-^vf}aooc7?gH8fZm;F=D1MgR8}-jDh}K?YS#-hWQs=W+PH8jYF% zJDDwSTbV73Ynm;u{>%W0Cd;C4=>IO8ERn0>{RZO;s6j3$9KhsTXn-fAYYX>($g?zc zo0q2NozrwGSDKt2r>Y$s;QZRD8Wrx)nt#ay8{tsu-wxgNuqZg00FP31 zdSi;RqXBqL{jd6L)1Dpd1MFtg9B}IY1G_+GSLG}SOH?Cv z0rf!x+^{@3VC(|ZWDjt!IK3|xr_nyK`Tz#_ zwhJ==Ibb!=0RI>iqXBq;=ivcP7#*#PrJ}X;SCrf~MrmQqD7EDNH!q3QrDl;@kQ$+D z&+z`uj?n9p5xV#$Tra1Dt3=6g_RWT=FZ+IPlKn9P{(q`VsG0~3Ai007$X@8#0PlZz zu;v_ulW`8#dwxePcLwPQ{eO?dK$%bD`yWWwcTuvx;B%(!3Q$F|zP?5NSO0NjK1}8Q zU*P6Pb^+M`NOT|-{M6SQkH3qrW~2G-1y=yl07}( zTFuA7^*44`&yr|fGT?uWA}i-D7`O}f;#4=qp^`A{i}sHh0ng=WocKX0%-;GqcBe0Y2|A_PLS) zP>T$J58M%T?gpqqUA$r!dF|8-((JeFjK%-c>>Ime`>|(&{(qx6RNwKTo&gX1qO|fCZ|e2mYNv9#?`|cV!otJzgE)0Jryz*KX>+EdBpgJOHBxq5lN~ct{S| zWcGmAd*K5tgdgx(jB23)XjCRfU%tZo;{m!r20+QrQDm$~=?VKkMo|B0sdjI$6MrOhJRih7x!&i2N`+tSEGWLY~ z%j?ZqjNT8u?^tmExEx+``@jt9f;W8>88tQ0`iAiuy+U^Nax%R-lVx2D{~9{KP`oX7 zSK{X%jK7t;KXYC(@N&2-HUix1GOztDc>Jc2qm54Xc{w+|%12+Ef@kL!J{|i0e(>od zx8Tc}jMkUl`c>Ee>VH-hwEf)uhf@slg$*5xM8^jOeAIvC z)`l$3aC*%Qt!ql%*QUp>YACV3p#rVw{{;rv4UV9%q4GSo(hHR5&$-e&WTZ!M<~;b* zD`Y=us4KHT1M2@XXH5|=<^j$gYa+a15&THt5vTY*uTO$6+yh^E8EgO^;CUe0fh=%< z)W0+JzmuM4;xTrTQUC5a>4_@*r-hn7$6cK+@-qtLEU44Wei6U@+ec1&79+L}Rrd@yXm+z9p#_w;*8fE~v+{Ue$@z4N|$wL0;bUy{4{Y)Q1 z{_}l*ZLLiH7hF+UaHD%S*bi4TNF}KM4rI$TMF01v{$0WUV{?Wo6fMfl5nxgH`(ok# zN4DnC)of|cBetR0lC6~4a)tW;O8r;61wOFDWXV6qWNGA#PbepO;jhvaG%H;q_(rd;{b$f8eG-BsiOw8RG->rgTJ|49=a>`rm$$Zxym)Biu2X=gu+U7bDH z3A`;uquQq^#zY?A51Wz?+TfD#0sm!F@O$=wtR@Sb`d^tNS%q)o{h6Ai8}*aOKT1^H z1MCAE1O7+-w`Uj7BzA!nCkO14DM3}~|HFpG>jNI(9_#_=0o|QHL4$fNR9)ToBn`>*)X4|K0yblxD;KLC4MW{di zpUwDxb};`RdL1tFBJzLAkORW}@5cQOMzN3K2WQw2kL|$nxB;cYSb`*HM#8f*g)Pxdw=aH z!frqEJ`Pj=oBNRUNBzIT^JiK}PJ9#m{`f^!eeh8-bK|l4?2)puzZX4;1KvN%!XD2I zaLn-jA9j1Gu)v&6UaI^G&VMtRzVxJ7N_n!Y*h39Y;awR;o?mSbvWrNx{Yvfcr1Q8cB`V6f}KCX_dHp647qSO15arT!PS03&Q-kaNep-ceBF&Z9V zwV}@2{_8C=Tt`3fmahpWcnlmMogUyIGfA5|%>DzxCD)@v;tX5*72T3Q++`l{%^LWB zyOLKt5gqV8yg^`q+c*o4b1r_QKN>uX{RYfS2fl#;mS)d6vs4NifDMtH1x?5TU*xIh zw>{Mo?&U;pda?85Eu^wvfj-R{k49lU0M%FF1NhCeGrkV`|6K9DddayTfc_&d_rVkD zf7?Ioe?1VO>+AqEonSY7wIFpz|I?vcu!_U~?W5n%c{4=b+0dh;gpjiY2fff_u@s>9 z?`F2V9%#1MhtLPK#{*E^Y}vrMFv8np$@38Gk8IFa)5r!yFHo(B$x_&g4tPzvo;OQZ zH}5p<-JPc3A!*u=52)!I`2V%3?5AfZXvS3Kd*VO~<9HD0}KwZ@*KM+)Us=h zPl|5rNKvC+DJt?eUI1U43SI*LA8XU?f9M0;*#~wsS#R+H-YLOekdH~awjfEFEJ+%Z zIZ21ECdxq$UL7=5o7ql{<(C!hhSBys@A0L-@~O3x}qsZluIzmxR-?EcJZ ziqwmH%>NVN{|iKDJouj({Qm&_pYz8sOFAR|Ed4G z9{fI*vG0rfzhNL64R(Ee>=>kL8G^JJ{BHyE|AF#>YWO=qCl>~2Z-oG5e&(+>6Ttn- z`zxL7x5-b)_FhdEjD@|PS^X4pgV)7qcz<3awZeV0m+biIlYLYV-OnB~Ia2ihr)GNV z7ufP=aQ|($(f!V)&#dW%cNebzp{KSp`?u>wHvM0o>iQ9#+HSJE`m>+6l80K+zs|nt zu3z-C)xi8;z;9J>g7XUl`}QHP6W(vrHg;%@0T*w~PL5)3s!Q!prtkNCPBt(1W|wVf z>1X2IAH=;+-FGer@<)Bmfa^b4n9t$fPo(a9{^t217~BOzr>MN>2J{5gxvNXS=TZMVsQ&@<0H+&MyWIcpI3Mb84qR*rKF|j2ucHAM4yVAQP&;tN z0n8W71yktzZ!pWc_>bTLvP{7*xR2am{vFSMl0^^< z29TL~hx@-@4?Mv$$T2%iX7Cg6k7V`~GZ!U;0d9o@9DkYm4|Z2Z>VG#HfFj%Q0R+OO zQ2*~2cxw0!auwlT+IJv#fu1ZYevEgm(P!=TRtB(}bUZ+QXgOMyCkF`puWy{Mc8(?g z!=HR-c0NqJg8m0>crskka;HG;I})gR74VWhBS)6}pQ_;h)!?0vKErobG!*?~C>%5W z|4MRxN`m+G=P}A`NgQdmJf#O1>I@H%-)!j+Y_g1hVzN}C{)4B012)A2P}F33?Vhe4 z+tbO6NtZo1O&5-*v8Of-O?8@v{7mKF2ls~t@GBYsmv3kQ*O3X_(xJYs9L^Z}$J70k}{$M!WF(j_n-Yg zhkCLH&=H}z=OWPZq5mz0{`XF}Dt9LXAd%dkD`9#|_RoZ}VVe3WRNa^JAosic2XOxd z=zpt)fRls!tp=AR_apUp5V>m1{%wMEF`m6`?D{C%Gf<(~;Q((3=n}rJ3;6@o^*q|Y z-spd_qyM*p_njdBVLrTnZ9jeC^-vsd=t2Dc^U;Z|eTnXWJ=w9{$o0s-2cr~vMHJU*Ja{Px{hac4X@E2?C&gu{wIPg z&%0#zuZ7Qo?+=Ib`v<-Iy&u&1EAalC^#1G6_tOinDvMVh&aZU<{+ch;$qh1guA-ya zgfDMAeKUC47s0D>=XWb&1tSFebD-A^0l)tV*8hqb;2g6!H94R9Kemdxp3NQ3-Jh!) zcwTevW@^5BMFVXuoPKG}h@$WVh0q6-;_RqqXde#;XTmn#59jUGoCVDqp#k9BxWJ#! z)y2?qaDw`y40+O5`~Vj?^)LA1RXhWnKgUDC2{@1H!AD#N1F#OIcL4*ee9?-B49@`n zu9!IZj8bHoH6zbp0Q}#g|8|G&@Zb!{!hQn_8lWle+IJis5MH2m%uvU{QeLiNN2n|F zRV{p#b3Ik-78>g$Pjzcc4j3AsTftsB*4&#J(OdqU-Qg3c{RiX$;^(q1@MRXj*VV<3 zdD>5(TcQ6u#7vky0FMPYQGq~-`hQU+NTVJGX?Pd%rCftm3H-nHs}S|b9;$p<(4&n9 z3uLaJQq62>FxG6TG8xW~=Y_q@mXhFsL(v0gMhBewmOTLfnkne&D=jDO)bl(X;>V)08gU-ACk(PnyS(79m=%XK~B6wL8*2Hyu<^r z)~=LRaDo0Q;N#?f4NFmp@+oSYU{isQHtk;q4%md9ptfWsUrE-8{@nd=fGgPtJ`D}9 zOLKMsWlz#bG(e9wCX%VfF7TiPRp3V)<{qrk9c`(j8}!ht*>dOAFV|yZX zqI0AwqyGzj8llh3{~yr*SN$BW_v6Fav55y5{qLXbzvFKEZml3GIK`U@dZE{$G#wuT_w8+5+>QGV}LPx2T~76iKAry;(&u!Ee>7VP-QK<39)xc_-Rita>qbP05Scu8w+L{kp- zzZz|ch1tK-VLWF;@SElGlIurmpWgrcKxR?&{_z=@1MZXOxs;uq9nh@g^H7Z>JiTww z_HSWV*GMuh!MBH}qV+@T+vqlXat<)_gZY1I@1}Lt+|;fxI6ySB^ACFFS9t8f{vL0G zM<0o6}Snh2Q}AK6`^x++K#4_&8@3vrOfe zt@wJWLksdhc6;kq`X4>8k9Pn0ojUnyG?`8oe&2ug zyPR}o4^U%&`M?XmBm>L^tY{dxacP%8`4$V(^b6qs_O^e^ZoKUv~TY`16Dto`kXsgfszqLJn?TqCAa{uQA|6iLK57+4c6=JvZw#`+p>8=`@iGDuC75$ANzcg1l=K}lx8%~gOK}C2}FjSU5>%zy5 zb1r>vjbz2r$Sl)+6s^m7_n z>0dn96U)zhw5L{}0ZI-hU&WbyD_}AMT-mc&4y=MG*j?*B~l@c`5B zO&#T@1Ka~An)++b1u}r~hnzo3K77?c%|8>U=Xl9N-v_Az`7(d-|1E#;etOXF;D0^1 z|69!p(WygZe53hspKi7U&oWy&&Bg;T93B83uq`^E_)_ zkilfxb0b|(ho@`3IbBy?rs>?WG&vfjX>4k$+FoNP@Z?k-D3PiGUJfz?9Qf$j2M7mf z0|VT9z^M{5KZ*o9?I?(<;Ptco%31ny_C>#yIp?}#0GCE#2ijf8A5vQP4 zapWPzsawuCB|c*Z5IMk?@BtR!{_nUY2LDTpg1w`475wiS{r?iTD2+c7r9#co{{^xC z>o)WMNcI4-|MxxqpCwbs{wMz=N$-AH}u-O!T*Y$g1cqk$3h3Q+_?a4;r?Hc=FeUe ze|Qt{KkomKALxDX{Co8ElQkPY(5Ga>axW~b;;W9}#JBg6?={XxovHtMG3=GV?>k`> zdwrV0DT6K7dkogJ4WDl>FO4tcrMlqH#!@nATcAhDOeT#LzW*@VpCKM? zm^QED-{AgZE93b^^V2gLjn7?r|D)jFOWpLV1v%c_g&9n4y6s8MJ~eXt5E$QDeD@3B z_xj?)hf^C=(5f2L`?&<>?Vr@4K zyu1;g@L}eb2Y3{MIlsU#!mF z(C2ul?lZ8!qMq^?Ob*}~PfbPxcnK^f?2wo4!OiC2clGl$`oF)(Zkb7b12bLma^(N7 zgZroce-H6fH1ofM`TzHGe_enh+IpVdaIFJ%{0(;q{Qorcf4xQoYrZ=(z)<}EV9=Gw zp?IDrRIL}X2aJ3D9em%a8DM?$%$5P10ewc8E%V!O4uA`EPrx7a2@dcKJHQr^6V}OO zDOt&6sb}V6SI7b<2jENgbX|RtrYoz`duG=gRQJ1R!?fh!T{ci*RUxfb8cTbSE@%yTig?%mb|IfMvszs(iUAh&Zn#0g_ z775VIAO3P8^XoU*zw>)PEm@1^m#p9F(Y{)9%U7%C`bzkIHj(k49lp55Kz939V}B%B z^3M2uqv`$Ma{ni$lktbfED7DuBKpnWvG~v7{$_Fi=W`~H23&gha}V{{h{v~uhceOo zmqYV+>o&aqD)wErCF`yP`j(7%{pkJ6UUX9ydfwsF-BcXTZ&-QuadRg+z30xn0oOu*>6;4J7K=&Dk_ zuDTlKs$KlKU=w#gXF(!=pS=_u062nseYnA{U<33RO%@rt%=eK080XVnIEMhvip=B$ zfdhPPgAQl}wa>q&7g)fC3-E!T=yMX75x_kD>VzI(A$bRv*b(9m9*~V36fl6^%gI4} z;tswA7XX$zWCETFGys8U0Drax``-rN;_0bQ)PLp8a5Da0>^3C_9KF_!WN#((B?sh@ z51tJ$9{RlM%>NyG`>DtmKP7hd*L?JU+nb>O11~z25=7yFjGadr6}5^upZzZj za3g+!X59aG($f`lIb9l;uH`w?mF-KK0ym{8r9+xZ|HV!q?*Ce2nExxVA3TVA|FT0j z$2nB!ABQ}t|F1jA0_tX`-?wY&>l9sIo`Ub1IUrw(TtC^=V1rGITH17y`u}h{S+mIj zTU`l1a3Z)r8h|_O0y$PENnh9nw&pN;f+mhenb;pext|h7V{bIe<}@Vsr-$P~*%oyr!ddw-q{ogeV=p z0RBIK8GsDnCAT8w7#yk7%>Uc&gZoVa2ZaCkr~Y4!36~#xzr&t}sr;NUeJV%(?^`lI zXY%s~bIpn8deIVo=C#RQ^TziF|97WjusWo2|D*qTA+kTw|9!t6DC=PMxc`L@kn=p# z-~e?m#%_1KKiSZFWvqnukKg->g?@Tpi!3-^3!AU88+NR(^5FaNdPQc$3Lo9;itj%! z`oC}9`oSF8pf{SolJo-6e?D1T-O>8dN4rx0-dV}rv%$Ojfb0E$&-(y>N3GR5%8b4TtsnJ&s->Ym)P5am zbOyMdKmER8MiW49f1CUNP>`#Ze{t1zYW@5hS51EAs%$)b-nuIHCs&pG?5f>9uI!t1 z)lsXf`f)CF;~W?oHdS|Ht_LzwUFwSLQ(UKa;ut|EUq6@Am_g1^sV4`oERjC#^pQ={NZQ z9A9$g@SUEc{zHm|Y7l$qcC8=};I_$9zl+)OgW8W>YqmHqHe2$+0pz0o3*!g;E7@ep z_}OInbc+6;`#-h|df@UVOTTz({}Mic!Sw%G(>3=!xIgv3+(HkKnSB8FQo-=a0IPxq z$cHTO^A3efCI_&hLpy!Q{@G>M%YM{;X0pIuq^R)P6rF07LMBWK-YgsMqy4LABd>v; z9}m#zsmUrz4q!U>f6}!i6_}W$S0$5F!7Wks@c<;?0VwrXqHaD+(1r!*02;vqq5)Wl z2FNs>eV`TM*)18T-_wFUjpZSwyj$C3e3I6_&UaR1}~EA=-%;QL|PKc3vb z5_kYVvh!y)+JCY?)A-pRT14je|Jc746s)Ivf~kpM4aENwd?*Nw6VGX2H_ZQwhcE+} zc^nQ<{hs)`a|Xa6`OAvddv-yzUT}ZI$bcVG1O11;ulAin6W$-*58YoJbK=akKFUJg z$B&#o>igMSt=4+W*2Y^U3NTMHTe_d%^|c7Dsfm~VN$`{l{L`E1?4zuJ28jCiV>bQY zeCpqsK9!zz8NI(j@85r%yN*>v=g;dpb12!j7r?$YF#C>n)85wfz?JzJcvyrN^>7O> z{}HQxgZT$cw(4C^bhK5_{*^)tkcG?*f3!B#y*IP|9BTi|0Yg`IkCRa+8WHQditt$(;`?mJiQf6Ci8I0vq99$a))+9Oxh<58Tm zpcZvMn7-gNXTVx|1q;vZnHA1+j{KdS-lH(M0lmOIID+_&yg!+`pToV+8Q`)Hobe{_ zzvg?OUm48zp2I@lKMZg1V&)rg06R0l4mi&48Qe6Y8aoZ(0`u@Q+0I-vmH8;!KWHPF zncf}XX9ow6P?VZSPt|6Zhsyesr`UkmYoVu>K0*tC2P1HqmqNdR%hW-m#r(f79vq+# zT+R(2^~*{I@Kj$t^?~mp@6G$UpVnFYwHIvoDA{mpE`t>b|NjSaBRiA-LH}QajENYs z=9-TM`}-cEkM#e|3xulPRQ7|K7j0YlVu|s z;2Eb)mgJ>ih2(%ds7B9VGFhHc|BmtLaQ@u?Ke+RE!T+~U)4~E|0l!Ptvqh=;Ob*Zq zKkoh8^!`iW0UMGF9s}=p)~+8j(f{Wq6YNup^6x+c$o-#?D+Q0IO|K5H3#^MxrE=Kh ziv}Pc8lbV3WVOzW7wA@!R?kV&26h2g^iR}Ka=@l?{~yK!u;EjJBFF)~-T^HD9Nx{@nj}@Bl3R5rfW`46x2I@KDkEcraQO`b0Cw zM$7MflzOuRBr!L80PjSq*r-TlV*ao277sA~|Av(!G?M(U!z=OsGyjjc6Q<@v!gQ@r zn9e;7)h+73FZF*D{a+`t|CZysTF35%xHZALWWfi-&d>iH4$=_#zxTF4_1Yh(70myR zT!9+%D1g0a0r0f}+D`6I0r0BMF1X*v6lUU| z?Bb&SJDva=12fOe+}x!pxgJiO2RY#UVwt<287fH6KWsa9>smt}mNNg(0-K)*CQtoW z?FA0s0!7%QPP~-jXxN6mX?tc0JAI^d;oCWRg zxvJm?S5;*W5NE}|oC5=x6P|$)M2EO4B7rl3b0tFw_y%gfF*Cpg3w6%dT{90~!8+y- z>c8#O(zC#V3kRZl!X2iThsjux1i>*W$p4Ml(DT+B;dHZYe3dg*c#b^zkl zPB8h98HfJ=F|%AYUlp0ad2jXA{qBCc$^HKwJy>pf!^h13qwk>sAUCG;t3a~VgOuG9 zOd0)OAb4{$xigQL|92D*)k66HPLs%=e@wnVc>j~tW{dY$v*qUsd_Yt1|Mxaqe5#r) zGpPSLhRKqR`k%Ih=K<6{9-z+Pe}lmPf=8#TSP?vcXaMKB!2NYe)BK!i3PA%@e@3dx zluy+wf4slfsQXFef!1;8d7NGLt9F&0X4iQqaKNuA3fYjNH|!S;V_$={c^&#+=6^H#-_`r@{WK^4H!M(<4wCx^ z|5qtvpbB5)JO}@~6i>$M5pv%8`je^4IdBv2-*mtKBk7#uG#+f8$R=bYy}&~H3H3cmHzvekZifHrIy z8u241eD!rE{J$!A{{(^egZ)pO2KLvOJ-`{>{|6t{Kg0bW-hT)BO`{KBe(-+obTFw^ zK9lCr`v>jwR^MUdR+jTtV|YJa-2J;Q!Pk~qwnrg8Lh1J}!MC=Pk>>*MzbiU_djHx? z;Qzkd_2`Lx!N+o~rY;76^*6`cm)?InH@qJ|`Zzt`{T#RZoz(Y2^!hW{!N-B?v42~r zzkST%{`CIY&A9_Go0rbbO)mpj05!jX{ypi9QIVL(2u#huk znR}C0&RZD^25^h_)Aa>hpqyl*cJ@|=UEV4m;;nwIOuD`m9`G-dwpH}eYUcmJCLcAf zZC2P0v-YLp1rC;T>l9oryRYVr#RKdoS>W{lrtkeVyKR7$;R%(l5uHi>_wGRU7ye)U z=_kAJl{(QUMCI5whr571d!_sSgy|;ze+68WdN1()r2Z>zayHc7<80W)9593%KneIj zTWUKSI%RM+JoF$F{2H1cS0_WtNGHR1Gyq4@0F`_|2EcT@z{;oTwkcH~kAeLSP1WEc zsc^>}x;M|kjmQD+lA{07|A)>^(WS=tfW+8kykedi^KuTFv*~6k!XDq5R+#*|XvOs;46~7%05I$gSGvEvUK1pBKCn>TScfjaG z{@p|!#RqI>g+$HvOHlpoWC3)*2LK%zEa2zAX6xd^G#HNoQS|0eYbQ zDS-Ch+grU(z)g4I{#PB&Zv?zGH}b8x`-k?z=QlTA7Qa39{1)Hm-27fp|1h5QrxHQ3cdft5u<8fG^!&% z|C=444fB5_@5B;tfb!J;SbBd)=7C+z0lNc?+QzIp*Vd^SL%Dh6s5{o)Msf2r3& zI>P=R@iiFl4R%cMzYO4i7vP|JRSnZgylBg<1OI>IWGLR-*^s;i4$whoL)s2!!>f7D zhL~Z_hF)-hHf3=(wDrUT3?HECThRWEa57k{IT^;$|7$->Q>$rdnnwR`|05M`R;tE# zOT`0g|+SLGFO0BVy76cwkX+u~HaVVrt^ z|Bby41~38*K;~GDCI{%vj2Qha8>7uZ(P%rP<*aDku|}x@8G!W)Mak7KQm=O70S5k8 z>sy4%;s5zx)d($v|I>L&I5|zs|1ZOobs@LbhGBY({%_%lP`Mf4VI;xHz7V2{cr)CM z4%SJ$KTD(kIZN)B^J%=lnEzw42WbZN?=}YSPkVs&oWS?n1?(?>fSUe-`%m6a4)A{` zi=Q?fCG!K_|2w`v{(&blZYp{)u>TzKXnoNA)SO7h2lbzr?4vf%$n$gs_wPmKd>;19 z2Y67=#fyU5zk&HbE8bKkj*#a$i5<11H{X|D`f!%)?)hMTJ>mc7$KTc+t=n1leOGq> zk!0c3f&WsRT{koOmmkdgaOCFg@{nf3^J(az2xk71soe5I!2LgfsnPojZ^FZC6@7OW zeSZYExW4fE*!gSG^UG6@FUnJoe15`=o*HLV_AsOFQ?paR_HIA=Tjw*V^Hyh!nohqj zN57wO8Z6*~QKzmNRpY5q9`yg557-YLgZr}^ET#TKUmEel;wH#lz=z*=Oh)QIAG?1w zctqk3!ABPM55oq$K~BIiyvAGg+FcGm_L8jV6)V64Z0Dhylh87);g-RFt3UO>Ad!qQ z_J8Mr;D2-ZT3jT@`~&z1{XcITd_cIJw0!BMnkncd*{gP(AuHVpt`!{M7aQ;aHS!Kr z_fhe=KI-+$hgsPy8+RM$NV775|NDaLT!H^{6phDR-u$!ZKGJdEuv!7?%Kg7pdIs?Q zKrLYYcLD$Z#{9p_7%UesrrhXF9!&|=Qgpw$;G&EL1E{keKEP}AeDwN(JE`@GlVih{T&JMETQsi+L{C_DLz}CzF&M8W}Z&&gnvOwSfAB)8U_zJZ@ z%chG>Y-GMt^LMSSr+dk&EHQZ z_#kpXzyL?QNYv0}iTd7@TR>ET3ZVnOf)7YBI6%Gs#A^pS;CT(;0ipqXdn8W&ec}IS zj8ii={68keDqrzfHT@W);xl73yDD4&d$gYKk5-lL(HfqH{~sEl@_2yejYR*mD^j&9 zMQXKggo>|^(5te{0QmoGoEc6Y6*wUH-+*0VI^HQvftlF3+{pgz&mAT?L^sj@kHha{tea{y(=G&5bsKzI=BdGP-S3GPMuc6|8H+nG~Az^VE_%j zWY&(L-~O*X9(?Tkb(*(_NP^$9-q)xe)azjIyE)Xgh5BA`+^94@Ooxn` zx6ddiJ}&SMJmU?R#2#=ROrY&O?tknCzxefcnG3#C`-@)l?-}`dGrw0lJ(dmK-LRz!s-9s z;6*){|3^MVL)sSZ-%q$@CZ28yZmei%!D* z+vjZPv&7j@eY~^bL^EeY{>YJ+8|BwszpF40W4@?)q5-2-?Qld$MCr%df*?)dbBH9MSCUdR{p;nfG-D= zRJm`G24*G;@F9CYS%CYv0h-_dtb+seus?G^M)ZK+nEl}Zj%WiH03Wb(XUG8>g9k{~ zI30c*t2StWoyxEW{6+&biyJ`s7DkxBL-${~i9y*wSCA z;D4EqX;Oky-6ItrN zP1?o%Z^LZ3|9G<2tH#a7l^wtzAE376Hy+^c6Z}8JXg@Xi&deu&RRjM&Qa?ZoP6ePt z2;^%|K75lPxuYR9vrlIK#r=OMwI53VpBbuQG3fr9hiQIAFo50gQ9n5u`j2xqR5(Jd zUjYX=;cRHg4Zs-;aHik@kOwlDJg~0Rf02!30E}`n^lO49Fh99LKhrd8Wtv*nNdt#Z zRS7ge%?73_IcKWcG5@!u{}*oWkcSoDuXktw_NV9z^M7oX6g{W@T{qcvs)}91<8A8v z#HP`!ZHnw_(+_R{pWj(kbd^=*JCX(RKdW9|wdlfdu>T4cogfP+4?ci@dgB3{Ct1h1 z0e0Js{|_7>|13!=@r)ecm1uy;0y_r>@HhQ`J{o}8c@uOD4Zv4?0D`FheBs>x&%ynn z{+|?v3-}>cgVx2$w=Q15KVvj~WsDY7j?rs0fLD)_1K2)VZNj58a2pw5Xn-rB0UXW^ zFt!&SAX&)(ITN9cbs{wKSGX>3!~?v3xHA0=)3rTes*3-2U`nX=AH(~j7x`;WXfLjj z$-?}<$3pH8x!)s3!2^K*o0a!XYl64gW6>GQHSu zS5g0Uxce0=j2Ethx%e|#8K>dO&t&KCicdyuct80)bb;Eb_=o%cLu%IuUDGp_-rpz#{Wlms4_MtU>fV?BKb_uxlDZwp#}hEWgl$G`S;<_# z(Wrczxbbaf|EKnwA2#azNuy@68&qNrD9?P*8(g3(A6JOVil@dvZrnKEA&F$O1UWp2gSucPHN8 z9VYz&|Jzl~N45X;(d{qnXr=N0Uusq<`hQplUzv8J|7X7IFy4>6Ychb?{aW4f*QQ2z z|1v+YG88zuKGXVR4oo{%{q5nzrM`t!0{Z9b;U%04^$)dlrBUH8E_PrVF zY$(I-zx50^zyoLiRyZ5lOosp4*4eP(e`tZd!2H<%eb=-9ga7?(;bb^P{g?d3{eMxK zN|j90JkL~x9by0PnW_wVQ}Kp%=;$Jc`qKY{?0Ek@Nm03tDVp3C9Z)K`-!uF_m)PY) z{ePnWZ+&i4%XK#Gkqxb?4ZPK=w#@%~+Oq@XwUTjR0gtojW?A&WXn?BhKnKt>SzZN` z$)rlsf}Kg!5?ny~|HMbk{b+!)q5(3}|M#Cr(E6bXTA4LL!(W2`Z;6*@%Xrm60~mZf zPAT|+Iu*bN=o?F1~AW~oP z0It&xFTl76%|8eC&p-x%H~!xn!qp7_zfLCfzq`W}+lLHL=P<>PzxKL29snUBdU`NK z1Npn@oEEG$7s&r{LH|$gXVV?%{`oufNg&ht^54wgT#@Ab?Lhz27q1sQA2Z*F_s9Mp zQ-dGV|09l}3rG920FSr|`_YTJ_$s-Guj-i0+H;g0V4zv+a`P6jSB~0>?@v=WCRu#s z$L-Jmgh}THqWvj@->0uP-o4&wV^!-E&_1eqyv_<|XLDZEVP z*V>J`m4kafAN}g$AJiE>5O;~y%qq36z)|`FFF1zXBm=k~Gff|6fMTPW`{$E2evOPV z{`=eK;p@^EKQO*7mJ`fFZ#*?11O7kFz)$%aUVg;alQ%V6OT5(4R(GfVm$7%<+6n&; z4d!v~F&U<#$9n05zpz=uN21yKfp1f5UwOglypjl~YYh1g@BNh0+Fxb(J}A~AKz&cL z0~A5~5B`4<{Lcps`BV7hF6{rS!2hel|7pOzZ!g&&xvBm2;8BIPhpNCIcs=y`)~D$G zm#O`u&W5IIoekk=0W-IR2awg-;N#;~7f*cl@5FG4tU5mrKJ_ zI8`~$q$;&H9)QK*|NKPvzuuuiZ5-P2KQh5zGyiW&k-1%p*3kcpp#l2F{NI)Rzi~7^ z;4f_&zTc)nV1S#l*tF{j{@=T;y3!3DF#Z3*Rk(js!2xPB|A!=N^I7KqQOPPq{ab$| z$+06zJ=p&v@+aY0#oP}EXiVKiRf3^+kvwoXfEm2t{~sm;yl1?AIg<(eG)@P} z0$E%tPLn-iRRRuBLK}7fJOD1C0mxO4Jg~56<=+)82mSw(6K}vl`ac;!l?z0vzytLE z{UY&th$N2@@9%yQ+D!gmyF=l6&?Q`btYO-GHB3?cz+6&8@w~(XnEEdO9y9Pzh@SCx zGc^M_tnhzwqyO=Vf%khnNcp;v`;!)^Nc>z%4Z#C6K0tX6^Tvb!ts(R4zlZ+1veaK$ zx&J=_3%ZT=cL?>rjr(8gljQu2An&V`uRb$7x}P+w4O;T{Iq{PDiSBQ+j~2rF9bSOj zUkH7l-cz3XFIUhc*Pq_HnST2l3Gcr&yJ---pZ$3IO@ixRmm6R%FLeO>`}~l7e=B)j zW5~m+=c$Dm@xkyy=Yz(t<398;Gr-5Yd*~T;QjmJtW+IR41N-z1bUgI_$IRB(CV>G? zgX>S9T|%wZY{BR9XmRrJ22hV@=>O^3p3EU&d-VL=-{{la{7lsEdg{6Y{oi#d`2H#* zwL#s}{|i&&H+UC%QSXbH`)hy+PUAhO$@^dh8<>6Es5Q(0iM%C8*eg8v|F{*!F2D{j zC>z*6wZ9%L@F;(lrQ9N#PUX+F1$^=pf3ACA0g?ELfB_Dw43D83I>5Bn^Z#m5`|HvFzBFkg z_x}+3|E7mNDwx>}?~S|`w41$};Qg_WzgwFxJX$}E{^6&c27kppfdf_tKWOUTEk8by z^#6SwgWwvY|DpdE`N91k{4ZZzh!PgSKM4v|8}L6H_226hSk!MkJ*ofW)cyCfcz_&& z1L%qm$V6vDbN2r))W0+JzkvBaZUY|R%>Q1E@dCgDXvW(#9hsA+CE)*Kjj0;V{r?#J z-x%iqBX1mfO#RO?par&}`FoS1v+V!*sQ+Az|Bh0Is6}=+D<2{g3ZHI2V0FwL3LL1)2Z-ssAfU=rlJ5)02ah z5C6Y)`2WqM|If0K>4u-f)^341j`!abZakOS|MPSIU&7p%fcCc*_rF5yf)ly_P2~P} zCDK;`)W5Ymo{<^xjdCMTo*D9D4YRr=_~-}Ne+hWMRj7Y+F&`EAY0_?Z|EC+F_oo-F zed4VFi@a5>26yQM{C&Zz6WCjacJb1DYJW>GzTS_}we5oQ55`@x8yZ(||6bv6`rg3v zJ3=pmN|KVXef ztCBfJSId*KMMA5`GS->w_g=RG$7Jhcmh!W z;?LHOx9Rm9JO+6KE?wgW@C(io|2=Vq`R{9lH`rhgc`ifabos9*P-X5Ph2Q{nn(V3a z+($aYk+Si18{C*2pvhn;Xee?zy!5sWS>W5exjW$nRL7)z|C;m$4)$`i*pgn&9Lgw2mHTRlL62HKkzIT)qa+&G&n#jTHyn1P13kiN$NQ%NnYiXwBl=` z%BE`oT9E|`2Y97hg03z|zz2_9(8PGnc^I$d|Hf-@rFaed9>=_m|6i*(?g8NbXn?+u z1^zxZ2CwZH^=`xbpGyAk$!Il11Joree4sl~IzNRQK%FS1xkoB18Q}AZMe6l)cK^W< zY z%>M9y8l&M_AA$bwK%o3b2C9%HK*P@jsM92Hz)JjG)Bih9@h8I$|0j1eKZn5pdodR> zA7(l0tDNA)Q&Y_9aEJNvUp%BLn)M{aNA|lun#_H98`z%<*ngK#Cixu1_XqAzA#PEV zU-1SkAgj6_zCU&^)qRd$Z4EgVo$#>c`*>dfd7cm0Y1c5$8GER)&w* z7Hpyy{J)`OjLdS^uk>5MRdyFoat2b;Jw?bV;s#i29Nq?-xCK6i+r<1|l{u(SQ%_x; z1UKpcen4OG1J2>4YRvy*$AbYpL`TK^9}TwhaX0!O_&;ZBne-L>Wdk@&Gy1i-x#fxX=S!Y4QxT$|z<0{)-vb((sD{~f89rh)K(nw%#Ca5`^58FE0s zJG6YCLwg3H|IOym>E9`;1pe2lZ;JBfNKxaTcE#?5|J&TIy!3w~`+w1GHr;3bKUdhM zci?}9y;e;gj1O>et5Sbjlxe#~bJ|&ykkO*J|C04%9sXY(k~J<%vSvI<(qgi}yecK> z>aRrY#s{=*w?sY4kf@}W-2TY|-3kZbcW%5uzyRJ)j90UI@oM!mPQR)D%+1LJi6H~< zN~~rMiG>>)qmkqQ?&%Su>d9pPorzYzp=g200bK$IxaRaI{jL|KDaJ@0To9=~6(iLK z50HP+0OueB(Dg3<|7Za26bV8=6vXKAxB1GLsg~%-y&oA^p zIpAw$4-L|q4MFPCG)Ox`0`+Bopia^M2gCpIcoU!%^Y8#G8=!mC|8Dqyr7QcZtEZn* zkND|re?P5+|J&o3uYOSfhqJ;L=k|YMHuzB)xa8=5N?rAlWg@;`=za=j_R-DHCOu~N zEXob)Y9=y%Ux4?q`|qm^HXY-or|{LtXwj7^}aqwNacV9~O z&}R6)>G|CawlW7yhx6Bo8$ca);sWS>=$HOq;nBThzCI5QxRKt<&F?}Neh#ipx`$8q zoYWn)cbEE~MjuY+_f}&+AIOXz{uwSmbANUEzuP%xcxw6pGyjWC=>Mqyt1FoG>HTr@ z_}`cb%JAc8K87wasvdWN|9C50_;)TJHtGYlUxl||`ZeweFO90q8&LfndjoGx*#zDM z_6=|LfO%E83G!!a-;w(73lC@svkKV7b?Sd&B6~|A_W!ncm5fBs%$ryJH96(XK>PA| zs$nxckf{H4)c>Rx-2P+XNLBUHQtE%lIpzRgd;qJ^_cw53#RKSJQLvXuaIju6|K|sv z8N}buHGF`a%v#I*pXDVv4HbQLXs53hg8z5z>!-%A$p2{Wuf!|lKJxw0e0PBEqY>?R zBv4)J1t|^>`TI@Kl;ZzY6#rjW?oFQT|7Am{dHR2JkSxzQg^61K7QDf;Q$$Q1EMXK=^<)f&*|fC{DikfbS;@ z^hjJRcxtQ+Lt`~B6S;slV)SDq{GYtjGmr8dTljWz$EVhk-Bfn>|gT(b<6z!3M{`b^?Qgq_GGTV!N*BzeB45#?DYEqyaP4( zap~no?E@F6?TW^ax-Z4tpNr2&cB2iV_GevWhPch|^Arq_dBXn6i030S1UtahXd^i_ zyhZ%E_BF#p3^d;x9H7=Rw2EK=2bp8)#<}Y^T44X?ymkHHHp6rJaG(Fy?;e_!3qO>0 zcp%K?ouvM^@%8#{0~=`phhhS~|E!n(jlvIz{i@1R^#7iCt5v{nVG2F~_e~0Q^3l@4 z%w;!xG?My%18-{z`+vj6zWQ{K{tx~?4*Y)r_`iP_e|>rY|F;I-|8T=gQ~%D#(2KXg zI}-kH@p^d5JV#SHoSb<_h}`+U3xfaCwKX@Xa(IAm4OL0-zn$rPKd`^N*Vy%sIUCk9 z|J%R>%Hai`Qjq&!Ahk~af3VfbaFO{xb1Nr9a$dAR@6%KO{I5Lx-&}#I>T@bp-aPEoBw_RY9Yz>X+9lr(a_Xde(?WtaSM3)*9R!94)q_z z+4+C9Sqa5Y}w&B+7vMfc8G2>VF>oU)AseL<8KA`mcru*hMq|RsN08 zuHq3YcPU&i@c{S*2e{D}Qh)`{Fa96#Jpxr7{{PoQ=)BsI0cQ1A2lhVKnPfmW;r|cidVl~O_nhE|5d4EMrO8iK! zCwKn}F7Q$+fKB;%sWEufE$ZJ`i@p^Gw;fJP<}GCUi~!@RgV#+axUC)@WNWbp@5K{$ zHW+v-v_E;s@JV9N4`61dW-7jg%X8gbTj>2U^Wg#Y00*GH(tWuOP;X`F{U5mbSwh+E zsr}0I{sZ*qgVbgTdUPIY{|&QyI*vD%TAsHN<{pa%z z^yLl6N$-CQ=3jJ&QTcarSKuv(1{b&sHrRw4!YJN>NAKAYe!~r9=J?l&RyZ?wMHw`| zweSOK0tbLQMd~#EynFE^_{2^S4Hi(4SqFT>1&%}2b$9_@$G05()5!i`yEQxiBECl8 z|Czx5o1}T-dw^%k6mZlF_$KkLE^a`U+DdOly7T6iHEHTJy#MZ)G&>XCzr%g-^C1g3 zlUX^r+g5#tcRO5;e7x(MsQ-TG|6Kq0DFOe#UjN|%P!&!H*l^3zfp}O1s%DkH7?Oqh zFNpt-gB>%9`(HSIf6e?uwVB!913ik{&QMLD{wuKmC$amVzwT@ZV-MI$|KHF4Uy=Sl z18?B6p-zTX)c+awe^2WFR~!7lilPhhPE)%LY1-D141n-d6}U{@1LQ}{-yB(4z_C8 z8LRrz|8M062lR&fa|#adAdA`*ArBBApqjUnnN^d?AWBw7bbt@HC6RNNq@wtMOn8+j zFK&R<%O&b5K7cMq5;U|=g06D|`1pYv06svKng8p1$7u*R!2VtE0nZdirU(9?_<*M5 zi`9)sG1@RWM%PP%1G+`)5%qr{XS8bK0W_cbe+T||_;aM*QU5t=aRZ?L4;>ewx_KgW z`ewMgjS1I|OyT-=BTV1H|93e;)$d9u*gXC}xkB~fMhLTgh>CFkGd{)lV?wYB=iml# z4ey_kL3)^#I}ZHc=hXk%a5$b|JY{nwL(3{dbH&Rc?0Ir@AI(hm!5*p51*^gWlor6glEsZ&yVd3 z_^j@P|M>535lucQ_y7O8;C)8@$6fN&`EU3l zQ~w_u@pT0M`^ML^WfEEd=Bpelyw&QDw}w_SDPT6(%R}-&x&Mu0KD%|nN7=a7RGQBH zmi@nX3-teoeKj!~9uF)0bOirDr`}}$!2kW-fJ`{Bp;M*siKhR5svD$xct})fgr4jf zxbnadavMT)58NqTgEE%-k7EZY!Ti4wZ;t?a{TQ(SrOW`QsQG!OOvy1kR3GW9=Gc*5RJRP9todfhL)nD20{!E>U2M8GOd*=TU%>Rd5kpC0xtAcxdHN6d< zQNCt$1T|i6hDTEbXIR;U*nChVHZ<`IGp4S9yphJ=ouaCiqjO zp;>kJ(&ppj*6@8>7~W5Ju>apz(fqC^>vn*rzSZW zInentC*SoVi|>iM?wsJZw~hNbwO@KBIQu|&yi!)1?2mjCSu1yZ+bZWo!A8vij z09mR1x=-2d>CujZMs40hUDC_*^9~s3|Lv&x#A)#V#(?EB2W%UTzIOy~!31i0B3L2y z|L-z5g4BEPYVHZte@pO!HuV3q-~vPVJ->k`^m)VYLH+Mz&sfNtlP>{Y0e_Yy>?CT+ z%rca{Wj6UC`@jSrfM0sT1<1m_Qys1Y`+p|-e<3$+o$Nsai^7HCCX$J-(Vq+Cfc*zA z((b9Rb=d!TN9*1MPXYhG4!7dkVsMrp-sleCUCcG<$OHKQ=rP8P#*fX7H=ux7XQqZn2e|AnkUBKsQ44kj^gZ-74{(lTV`1$7oG^Tu@j?w>DwhYoU_&+0R1}oul zuyV2gcaFkuayI$D)c@4lc+rzb;n>2D;r1^=@8=5l&u|s(A2>igG(eA;3EVn38|LPQ z8_52jh5rAI`F{lXpH~O`e@Z(UriP@+XKxxj#58q{NBeh?Ebz(X08~#^XFrFG)PIXf z4rM8X58w|tzx4n7lT$ReYKlIE*wyfwU4I7KwXBd`e$@ZVlW>4tY%xftwB*LvO7vS-~bE+|L?yeQe6%B0C~XwUlRd0j11uK z;Qn|3)@1*$jt0=)BTSi{&;dUP)yR3=U6}tfKMm2K86o;r3@>1GT2~haYiF5YJ@pDw zj@d!V^$$7VFZes17O2sA*zKMLsNz^O!1#Z8zwy^cy#H6X^OqaB-xCB`b z(Wcz_$6G)CaH~4W_v{k9z6@l1WTJO{MDGLdf72}PfF1sNeRTHu>UnZ z$;JX7@4_3fKN!yZ7q~u8nVY%&wWfwTEGMUDJU=%Wt_^R1nHhUe9r$&{xcyQ0e!=+m z@X^zU`ll}a-Kb;c|E?#f_aoqb)c-7Qc)i#2E-aGyM(_noJ*>+=p=VFws8hhEQ& z@QHolDsM&KE$ju<`@93xKRdvE-jc5TUX5@A2V8&vw1LbZF4?*9@#o3V z49@R_zdXS07u@yY2bse`@RR?6=fIwGc`AP9`}l8u0WUZWpR-DyS~`^c4|b&Uckx3e z3&`Y5MshnZU0uoS|H4bxvU|(L;H~G|;Q$4C>rpe4K5yU#@ZO}Za56qkfSk?0P_<2@G_9I8F_!er#*8(g&6?qqq+a5j`b=WNJ*fw`akzsfpxe&+uJ z-2WWh|Eefq-aWVt_$N=7vrkzdGNo1gNe z_^RAiUlj*0Iuj1|w+GLUesF)Ym=(%RY0xJ4|Gj+lo7Zj2_LlP}c)thveuek%Q_o9N!T&D*!s7#8%hAQ$wZH&YF#|lvn9g&D^8@cU zXgM7C@%Z{v8=EWQ`2$v-&G?>XLule`bi?E~rGt?B1p)W7=-cKm;ND`x%u@q1>1 z%lz1t`QR13|1rJapPqktH}%c@uw)-RLO$2z_qclAsEg0I34DVm;0*`R5Bwp@sBZi@ zn)Bz`(Hy-Z^*?d*-z<`Q@3;;6x$6fUpc2gg-6!Dxv&BP?pW<&21@2MKQ#*T;2Soi( zy5gxNZ^;C5fCsSu7hT{bkK0}v1pnu83va#Ig1?fFx3E3Gmf2sdT^#A>1$z=ln z%ftPD<$SZs|3tTem&?t~fBFBX@OtPS&8&y^EBkYQwSoUz=XQYB;{P+_GJX+oM|yn* zKk6Ny&IWEj+uTVP2iL$?UD|L4&DcS+-(1qS#gRafWZ{n0#C z^<&8YxPb@w42OD`a^Sy`qAj;m)Mt8%QtHA7inS~1s$G?ak_S@KE^8#b|L6Gst-=Si zi%rG;2N&>@RW-Jv|L<*8_FPs)J-6`QTePkX`+st>Hax%skSq{$JF-C00SCQFlIZ^x z%Ooj_d!o#HssFBtdgh#{43`pg03X1LE%5}6jMoo1K>wQ&Pp(J2I(~_hZDE|+S0fMH zlevF48KCuIIXhARgiV7=akX~}f-zeWGze{SfmZqy4^_Se!t9b&fg{~n+|%iwxe2+$=Hz8~=a$9G` z-oyRfh~NJp=75~u_-uG7(=+NG-Ji7s*>#1yv|2>U4xP^xXfRPo9WzMJWYcMw-JCDYWJs>@^J8A(~-&C}IVC!qs=YVeb`ZvOJ zs|3Ba0Q*8#=56q}FT4R;sL7l!xXsh6yD|rKx(GhVTTq@k;086^gjt|0J-sb;y^kNa zK{E+{R9~Zm>|L=`a$^8EQG4Km`b383@2>xL& zsm{%^1AZX9O+BYE2OL4O%zsDoaAuf{WdD>Uv!JnuT2Eo$Ie{MFGd}0+LT%7OE$xry z7wmrk-2VolcmTnf{@$H;bR8bR^#2wa@&4ofZ$5;-k_E5T&g@_N@&4fNV`XI@t(xhh zrnh`#1+!_o5#A>LfBg-}WdFB%I2lS)|8LJb8<-j#9s z1_!8fICZ}>R&VeDDiRl?SLg5m92SGkX*BoEXk8v3twC^rirtM;Q*uIM~#f&=pR9=yk2+xp}Gp6n;D z6Mi~9#82)1@q-&l-WT}asLXf(JT`0D7`~5+bN@H{s2lhH0r1P?3;Sq|Ki_lIf4N>J z)hT7tCw5WON%Cn&;{S<8r6hN%ybr(tR(Pok^`E!gU%&5J*SY;INB>Lx4=~_&QJj3w zVD^150Qbe@eT{+dTf;*+x&0qZ0R#LDetruM?PW4Hcmpo)=eD+j9eNw{^h$RHG6&qF z&I)(p7FZL^fH%OHg&BZ7yrz-6+%NFI*LZs~r{8|XO`lrMavHwg6=sB^%=3J_V76b# zhZjGd!k(~!x8OfM7rw^3z^@OwYQ&Qgj?fdM_A*bDr{DMB_wE#dS3nY;p!|P5_#bzP zobIZS5B+a_ygm%vD!Rh?Tg1+P!(BPN;r?Vo*I171a^AOhL%4fx=Kg=4x!*{Z0UF30 z+(dE?`K$fO{oPX;>HT|a^Y!cFrM+9o0Qds`KZ~~xcgI)lvbXZ*H|aLq>yO|tMWeaL zHs@WQ1NQ%n3;_PlQWu)_!fe(S=Koak+#Z!<*4yAGmjp21zW%Bj=&v=S19a>g{l7U_ zG4uaw_Wzai|8XOO6`2sMyh}s$DKmQ~eE&vi@Xz4>_N)=6UwcE9Nd3>D*AHj*PXPm{ zebU)bnfmWW{Wk;u>r@O5P`s0&(rYKfjeY3;>HlBbvinp2k)C9KA4-#{Q<{#`|Bro2 zg#?m6x~j>Ywr{CKPQm~UYGqpvt2#E z*i;(~@G}^|z}hw~uv+Euz)HrZRmaL$HRh8=?Uuse2WV{mcs1t+@L(NT z;4Se2zz5{|kyz#L5v$qZ`2QS=(aYX3y6A{j##7Py*##d^JOH*|jnX!Jz|Pwvb?9WI zrgn+cN(b2=S0nVhPlR5O1NLE0xV|=p|3e1I95Mhl@-=_ujpmXJ(8TJYcvFTbbpf}( zf+4DgPV2*}VD9jEHirhOIvSu<_PFWP|M*pbNW7ti7QPk%XC%SR=BO>#a! z&d(r|P82dJ_OrMA=t*^k!~H8lJ_UEG``oL7ng2tU~zZ-5IkeqZK=9K07r=>6NM|CsOG379Q{m@zV^!Yy`o zSCvfZ{vPf!Q2)M_!Tgy=26O+Pyb#=ycWXR5Oh+r2U?~rsrvCrq_ICp8f52JtLEqpB zo`@H4MQXnv`_Wo*Puc&2quBv!;G5hH{vSN5V^6$vj@iny7dp!;@PFW3cIEzJJZe%u z^#AAR|BGjk%Rv3RqSstE)2!2IxcYU$*X@z7c9ro{Pxk*#7C%)U=C7yj?0vteFyXTyM;%mD#ThV$Tmv$+55AMRw>S|2a4JWht2U(x^WNYmUl zY0Bo5rmW9Xwd&tgHLODhNPt77&XEJ`g8y$thhpge%iK~_azctGR!Grs3;O>Dc6AzS z*VT%4g(Y$Gdt%dfSDQ`^vT>(l1_-li)j7C-L#$ew*Q!$=ENBQUdf(cjD;X{N`7T+- z)+Z~0`o9MU=oLPI≤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νwiM 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