| 70 | } |
| 71 | |
| 72 | ImageResizeSmallestSide::ImageResizeSmallestSide( |
| 73 | const std::string& ikey, |
| 74 | int64_t size, |
| 75 | const std::string& okey) |
| 76 | : ImageTransformOp(ikey, okey), size_(size) {}; |
| 77 | |
| 78 | std::shared_ptr<Array> ImageResizeSmallestSide::apply_image( |
| 79 | const std::shared_ptr<const Array>& image) const { |
nothing calls this directly
no outgoing calls
no test coverage detected