static */
| 45 | } |
| 46 | |
| 47 | /* static */ Maybe<void> ImageFlipOp::GetSbp(user_op::SbpContext* ctx) { |
| 48 | return ImageObjectGetSbp(ctx); |
| 49 | } |
| 50 | |
| 51 | /* static */ Maybe<void> ImageFlipOp::InferDataType(user_op::InferContext* ctx) { |
| 52 | const user_op::TensorDesc& in_desc = ctx->InputTensorDesc("in", 0); |
nothing calls this directly
no test coverage detected