| 31 | virtual inline const char* type() const { return "ImageData"; } |
| 32 | virtual inline int ExactNumBottomBlobs() const { return 0; } |
| 33 | virtual inline int ExactNumTopBlobs() const { return 2; } |
| 34 | |
| 35 | protected: |
| 36 | shared_ptr<Caffe::RNG> prefetch_rng_; |
nothing calls this directly
no outgoing calls
no test coverage detected