MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle2ONNX / StackMapper

Method StackMapper

paddle2onnx/mapper/tensor/stack.h:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20class 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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected