зеркало из https://github.com/microsoft/caffe.git
Merge pull request #255 from shelhamer/copyright-credit
Standardize copyright, add root-level CONTRIBUTORS credit, note copyright assignment
This commit is contained in:
Коммит
f15f2396d6
|
@ -0,0 +1,17 @@
|
|||
# Contributors
|
||||
|
||||
Caffe is developed by a core set of BVLC members and the open-source community.
|
||||
|
||||
We thank all of our [contributors](https://github.com/BVLC/caffe/graphs/contributors)!
|
||||
|
||||
**For the detailed history of contributions** of a given file, try
|
||||
|
||||
git blame file
|
||||
|
||||
to see line-by-line credits and
|
||||
|
||||
git log --follow file
|
||||
|
||||
to see the change log even across renames and rewrites.
|
||||
|
||||
Please refer to the [acknowledgements](http://caffe.berkeleyvision.org/#acknowledgements) on the Caffe site for further details.
|
|
@ -55,3 +55,9 @@ To get a list of all options `googletest` provides, simply pass the `--help` fla
|
|||
- 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.
|
||||
|
||||
**Lint**: run `make lint` to check C++ code.
|
||||
|
||||
**Copyright**: assign copyright jointly to BVLC and contributors like so:
|
||||
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
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.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright Yangqing Jia 2013
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
//
|
||||
// This script converts the CIFAR dataset to the leveldb format used
|
||||
// by caffe to perform classification.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright Yangqing Jia 2013
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
//
|
||||
// This script converts the MNIST dataset to the leveldb format used
|
||||
// by caffe to perform classification.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#ifndef CAFFE_BLOB_HPP_
|
||||
#define CAFFE_BLOB_HPP_
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright Yangqing Jia 2013
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
// 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.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
// 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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#ifndef CAFFE_LAYER_H_
|
||||
#define CAFFE_LAYER_H_
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#ifndef CAFFE_NET_HPP_
|
||||
#define CAFFE_NET_HPP_
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright Yangqing Jia 2013
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#ifndef CAFFE_OPTIMIZATION_SOLVER_HPP_
|
||||
#define CAFFE_OPTIMIZATION_SOLVER_HPP_
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#ifndef CAFFE_SYNCEDMEM_HPP_
|
||||
#define CAFFE_SYNCEDMEM_HPP_
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2014 kloud@github
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#ifndef CAFFE_UTIL_BENCHMARK_H_
|
||||
#define CAFFE_UTIL_BENCHMARK_H_
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#ifndef _CAFFE_UTIL_IM2COL_HPP_
|
||||
#define _CAFFE_UTIL_IM2COL_HPP_
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2014 Jeff Donahue
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#ifndef _CAFFE_UTIL_INSERT_SPLITS_HPP_
|
||||
#define _CAFFE_UTIL_INSERT_SPLITS_HPP_
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright Yangqing Jia 2013
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#ifndef CAFFE_UTIL_IO_H_
|
||||
#define CAFFE_UTIL_IO_H_
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 kloudkl@github
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#ifndef CAFFE_UTIL_MATH_FUNCTIONS_H_
|
||||
#define CAFFE_UTIL_MATH_FUNCTIONS_H_
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Rowland Depp
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#ifndef CAFFE_UTIL_MKL_ALTERNATE_H_
|
||||
#define CAFFE_UTIL_MKL_ALTERNATE_H_
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#ifndef CAFFE_VISION_LAYERS_HPP_
|
||||
#define CAFFE_VISION_LAYERS_HPP_
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright Ross Girshick and Yangqing Jia 2013
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
//
|
||||
// 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.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright Yangqing Jia 2013
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
// 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.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cuda_runtime.h>
|
||||
#include <cublas_v2.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#ifndef CAFFE_LAYER_FACTORY_HPP_
|
||||
#define CAFFE_LAYER_FACTORY_HPP_
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2014 Sergio Guadarrama
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2014 Sergio Guadarrama
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <stdint.h>
|
||||
#include <leveldb/db.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <stdint.h>
|
||||
#include <leveldb/db.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <algorithm>
|
||||
#include <limits>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
// Copyright 2014 BVLC.
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
/*
|
||||
Contributors:
|
||||
- Sergey Karayev, 2014.
|
||||
- Tobias Domhan, 2014.
|
||||
|
||||
TODO:
|
||||
- load file in a separate thread ("prefetch")
|
||||
- can be smarter about the memcpy call instead of doing it row-by-row
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright Sergey Karayev 2014
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
/*
|
||||
TODO:
|
||||
- only load parts of the file, in accordance with a prototxt param "max_mem"
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
// Copyright 2014 BVLC and contributors.
|
||||
/*
|
||||
Contributors:
|
||||
- kloudkl@github, 2014.
|
||||
*/
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
// Copyright 2014 BVLC and contributors.
|
||||
/*
|
||||
Contributors:
|
||||
- kloudkl@github, 2014.
|
||||
*/
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <stdint.h>
|
||||
#include <leveldb/db.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cuda_runtime.h>
|
||||
#include <stdint.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cublas_v2.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <iostream> // NOLINT(readability/streams)
|
||||
#include <vector>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <iostream> // NOLINT(readability/streams)
|
||||
#include <vector>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <algorithm>
|
||||
#include <cfloat>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <algorithm>
|
||||
#include <cfloat>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2014 Tobias Domhan
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2014 Tobias Domhan
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
//
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <algorithm>
|
||||
#include <cfloat>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <algorithm>
|
||||
#include <cfloat>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <algorithm>
|
||||
#include <cfloat>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2014 Jeff Donahue
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2014 Jeff Donahue
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2014 Aravindh Mahendran
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
// TanH neuron activation function layer.
|
||||
// Adapted from ReLU layer code written by Yangqing Jia
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2014 Aravindh Mahendran
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
// TanH neuron activation function layer.
|
||||
// Adapted from ReLU layer code written by Yangqing Jia
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Ross Girshick
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
//
|
||||
// Based on data_layer.cpp by Yangqing Jia.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Ross Girshick
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
//
|
||||
// Based on data_layer.cpp by Yangqing Jia.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright Yangqing Jia 2013
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <map>
|
||||
#include <set>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
package caffe;
|
||||
|
||||
|
@ -125,7 +125,7 @@ message LayerParameter {
|
|||
// 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;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright Yangqing Jia 2013
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cuda_runtime.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2014 kloud@github
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <unistd.h> // for usleep
|
||||
#include <cuda_runtime.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cstring>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
// The main caffe test code. Your test cpp code should include this hpp
|
||||
// to allow a main function to be compiled into the binary.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
// The main caffe test code. Your test cpp code should include this hpp
|
||||
// to allow a main function to be compiled into the binary.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cstring>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2014 Sergio Guadarrama
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cstring>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#ifndef CAFFE_TEST_GRADIENT_CHECK_UTIL_H_
|
||||
#define CAFFE_TEST_GRADIENT_CHECK_UTIL_H_
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2014 kloudkl@github
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cuda_runtime.h>
|
||||
#include <string>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2014 Sergio Guadarrama
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cuda_runtime.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2014 kloudkl@github
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <stdint.h> // for uint32_t & uint64_t
|
||||
#include <time.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2014 kloudkl@github
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <google/protobuf/text_format.h>
|
||||
#include <leveldb/db.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cuda_runtime.h>
|
||||
#include <cstring>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
// This is simply a script that tries serializing protocol buffer in text
|
||||
// format. Nothing special here and no actual code is being tested.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2014 Jeff Donahue
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
// Copyright 2014 BVLC and contributors.
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче