| 19 | |
| 20 | protected: |
| 21 | MathFunctionsTest() |
| 22 | : blob_bottom_(new Blob<Dtype>()), |
| 23 | blob_top_(new Blob<Dtype>()) { |
| 24 | } |
| 25 | |
| 26 | virtual void SetUp() { |
| 27 | Caffe::set_random_seed(1701); |
nothing calls this directly
no outgoing calls
no test coverage detected