| 20 | class StackMapper : public Mapper { |
| 21 | public: |
| 22 | StackMapper(const PaddleParser& p, |
| 23 | OnnxHelper* helper, |
| 24 | int64_t block_id, |
| 25 | int64_t op_id) |
| 26 | : Mapper(p, helper, block_id, op_id) { |
| 27 | GetAttr("axis", &axis_); |
| 28 | } |
| 29 | StackMapper(const PaddlePirParser& p, |
| 30 | OnnxHelper* helper, |
| 31 | int64_t op_id, |
nothing calls this directly
no outgoing calls
no test coverage detected