| 126 | } |
| 127 | |
| 128 | ImageRandomCrop::ImageRandomCrop( |
| 129 | const std::string& ikey, |
| 130 | int64_t w, |
| 131 | int64_t h, |
| 132 | const std::string& okey) |
| 133 | : ImageTransformOp(ikey, okey), w_(w), h_(h) {}; |
| 134 | |
| 135 | ImageRandomCrop::Parameters ImageRandomCrop::generate_random_crop_( |
| 136 | int64_t w, |
nothing calls this directly
no outgoing calls
no test coverage detected