| 30 | blob_top_label_(new Blob<Dtype>()), |
| 31 | seed_(1701) {} |
| 32 | virtual void SetUp() { |
| 33 | filename_.reset(new string()); |
| 34 | MakeTempDir(filename_.get()); |
| 35 | *filename_ += "/db"; |
| 36 | blob_top_vec_.push_back(blob_top_data_); |
| 37 | blob_top_vec_.push_back(blob_top_label_); |
| 38 | } |
| 39 | |
| 40 | // Fill the DB with data: if unique_pixels, each pixel is unique but |
| 41 | // all images are the same; else each image is unique but all pixels within |
no test coverage detected