]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - jacinto-ai/caffe-jacinto.git/blobdiff - src/caffe/blob.hpp
softmax layer, test to be written
[jacinto-ai/caffe-jacinto.git] / src / caffe / blob.hpp
index 7818a05cd498f248153807a76deabb8444cecdb4..a14c046130799b80e554bd63555d49d26291bd10 100644 (file)
@@ -18,6 +18,7 @@ class Blob {
   explicit Blob(const int num, const int channels, const int height,
     const int width);
   Blob(const Blob<Dtype>& source);
+  const Blob<Dtype>& operator=(const Blob<Dtype>& src);
   virtual ~Blob() {}
   void Reshape(const int num, const int height,
       const int width, const int channels);