未验证 提交 7528b1e8 编写于 作者: X xiaoting 提交者: GitHub

add seq_conv pbtxt (#33283)

* add seq_conv pbtxt

* add seq_conv pbtxt
上级 2c9ea3d3
type: "sequence_conv"
def {
inputs {
name: "X"
}
inputs {
name: "Filter"
}
inputs {
name: "PaddingData"
}
outputs {
name: "Out"
}
}
extra {
attrs {
name: "paddingTrainable"
type: BOOLEAN
}
attrs {
name: "contextLength"
type: INT
}
attrs {
name: "contextStart"
type: INT
}
attrs {
name: "contextStride"
type: INT
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册