Files
paddlepaddle--paddle/paddle/fluid/operators/compat/concat.pbtxt
T
2026-07-13 12:40:42 +08:00

17 lines
167 B
Protocol Buffer Text Format

type: "concat"
def {
inputs {
name: "X"
}
inputs {
name: "AxisTensor"
}
outputs {
name: "Out"
}
attrs {
name: "axis"
type: INT
}
}