| 176 | } |
| 177 | |
| 178 | virtual Blob<Dtype>* MakeReferenceTop(Blob<Dtype>* top) { |
| 179 | this->ref_blob_top_.reset(new Blob<Dtype>()); |
| 180 | this->ref_blob_top_->ReshapeLike(*top); |
| 181 | return this->ref_blob_top_.get(); |
| 182 | } |
| 183 | |
| 184 | Blob<Dtype>* const blob_bottom_; |
| 185 | Blob<Dtype>* const blob_bottom_2_; |
no test coverage detected