зеркало из https://github.com/microsoft/caffe.git
Add headers to build on OS X
This commit is contained in:
Родитель
af26a549cd
Коммит
62df365836
|
@ -12,6 +12,8 @@
|
|||
#include "boost/scoped_ptr.hpp"
|
||||
#include "hdf5.h"
|
||||
|
||||
#include "caffe/blob.hpp"
|
||||
#include "caffe/common.hpp"
|
||||
#include "caffe/layer.hpp"
|
||||
#include "caffe/proto/caffe.pb.h"
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
// Copyright 2013 Yangqing Jia
|
||||
|
||||
#include <cuda_runtime.h>
|
||||
#include <stdint.h>
|
||||
#include <leveldb/db.h>
|
||||
#include <pthread.h>
|
||||
|
@ -9,6 +10,8 @@
|
|||
#include <iostream> // NOLINT(readability/streams)
|
||||
#include <fstream> // NOLINT(readability/streams)
|
||||
|
||||
#include "caffe/blob.hpp"
|
||||
#include "caffe/common.hpp"
|
||||
#include "caffe/layer.hpp"
|
||||
#include "caffe/util/io.hpp"
|
||||
#include "caffe/vision_layers.hpp"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
//
|
||||
// Based on data_layer.cpp by Yangqing Jia.
|
||||
|
||||
#include <cuda_runtime.h>
|
||||
#include <stdint.h>
|
||||
#include <pthread.h>
|
||||
|
||||
|
@ -16,6 +17,8 @@
|
|||
#include "opencv2/highgui/highgui.hpp"
|
||||
#include "opencv2/imgproc/imgproc.hpp"
|
||||
|
||||
#include "caffe/blob.hpp"
|
||||
#include "caffe/common.hpp"
|
||||
#include "caffe/layer.hpp"
|
||||
#include "caffe/util/io.hpp"
|
||||
#include "caffe/vision_layers.hpp"
|
||||
|
|
Загрузка…
Ссылка в новой задаче