| 69 | : XlaReductionOp(ctx, ctx->input_type(0)) {} |
| 70 | |
| 71 | xla::XlaOp InitialValue(xla::XlaBuilder* builder) override { |
| 72 | return xla::MaxValue(builder, xla_reduction_type_); |
| 73 | } |
| 74 | |
| 75 | void BuildReducer(xla::XlaBuilder* builder, const xla::XlaOp& scalar_lhs, |
| 76 | const xla::XlaOp& scalar_rhs) override { |
nothing calls this directly
no test coverage detected