| 25 | |
| 26 | protected: |
| 27 | DataLayerTest() |
| 28 | : backend_(DataParameter_DB_LEVELDB), |
| 29 | blob_top_data_(new Blob<Dtype>()), |
| 30 | blob_top_label_(new Blob<Dtype>()), |
| 31 | seed_(1701) {} |
| 32 | virtual void SetUp() { |
| 33 | filename_.reset(new string()); |
| 34 | MakeTempDir(filename_.get()); |
nothing calls this directly
no outgoing calls
no test coverage detected