]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - jacinto-ai/caffe-jacinto.git/blobdiff - src/caffe/blob.hpp
naming. I might regret it someday.
[jacinto-ai/caffe-jacinto.git] / src / caffe / blob.hpp
similarity index 87%
rename from src/caffeine/blob.hpp
rename to src/caffe/blob.hpp
index 1457ee1d9d5d0ec07e2f4ebe37303002492623fd..3320d076b78791c690528776e69113a81e7d34eb 100644 (file)
@@ -1,11 +1,11 @@
-#ifndef CAFFEINE_BLOB_HPP
-#define CAFFEINE_BLOB_HPP
+#ifndef CAFFE_BLOB_HPP
+#define CAFFE_BLOB_HPP
 
-#include "caffeine/common.hpp"
-#include "caffeine/syncedmem.hpp"
-#include "caffeine/proto/layer_param.pb.h"
+#include "caffe/common.hpp"
+#include "caffe/syncedmem.hpp"
+#include "caffe/proto/layer_param.pb.h"
 
-namespace caffeine {
+namespace caffe {
 
 template <typename Dtype>
 class Blob {
@@ -60,6 +60,6 @@ class Blob {
   int count_;
 };  // class Blob
 
-}  // namespace caffeine
+}  // namespace caffe
 
-#endif  // CAFFEINE_BLOB_HPP_
+#endif  // CAFFE_BLOB_HPP_