| 117 | typedef typename TypeParam::Dtype Dtype; |
| 118 | protected: |
| 119 | BlobMathTest() |
| 120 | : blob_(new Blob<Dtype>(2, 3, 4, 5)), |
| 121 | epsilon_(1e-6) {} |
| 122 | |
| 123 | virtual ~BlobMathTest() { delete blob_; } |
| 124 | Blob<Dtype>* const blob_; |
nothing calls this directly
no outgoing calls
no test coverage detected