| 189 | MAKE_NODE_PROP_WITH_ZERO_SHAPE_1(Cumsum, 0) |
| 190 | |
| 191 | void Cumsum::add_input_layout_constraint() { |
| 192 | input(0)->add_layout_constraint_contiguous(); |
| 193 | } |
| 194 | |
| 195 | void Cumsum::init_output_static_infer_desc() { |
| 196 | using namespace cg::static_infer; |
nothing calls this directly
no test coverage detected